GNU social JP
  • FAQ
  • Login
GNU social JPは日本のGNU socialサーバーです。
Usage/ToS/admin/test/Pleroma FE
  • Public

    • Public
    • Network
    • Groups
    • Featured
    • Popular
    • People

Notices by This is the Breath :verified: (thisisthebreath@noagendasocial.com), page 3

  1. Embed this notice
    This is the Breath :verified: (thisisthebreath@noagendasocial.com)'s status on Wednesday, 15-Nov-2023 11:42:39 JST This is the Breath :verified: This is the Breath :verified:
    in reply to
    • Sir Funk ??

    @Sophistifunk try Daniel Donato for real country with searing guitar work

    In conversation Wednesday, 15-Nov-2023 11:42:39 JST from noagendasocial.com permalink
  2. Embed this notice
    This is the Breath :verified: (thisisthebreath@noagendasocial.com)'s status on Wednesday, 15-Nov-2023 07:34:00 JST This is the Breath :verified: This is the Breath :verified:
    in reply to
    • Sir Funk ??
    • sDebke

    @sDebke @Sophistifunk yeah sophistifunk go listen to Live After Death which opens with Aces High>2 Minutes to Midnight and get back to us

    In conversation Wednesday, 15-Nov-2023 07:34:00 JST from noagendasocial.com permalink
  3. Embed this notice
    This is the Breath :verified: (thisisthebreath@noagendasocial.com)'s status on Tuesday, 14-Nov-2023 15:33:10 JST This is the Breath :verified: This is the Breath :verified:
    in reply to
    • Sir Funk ??

    @Sophistifunk i mean... its fine but it pales in comparison to the rest of their catalog

    https://www.youtube.com/watch?v=X4bgXH3sJ2Q

    In conversation Tuesday, 14-Nov-2023 15:33:10 JST from noagendasocial.com permalink
  4. Embed this notice
    This is the Breath :verified: (thisisthebreath@noagendasocial.com)'s status on Monday, 16-Oct-2023 17:04:13 JST This is the Breath :verified: This is the Breath :verified:
    in reply to
    • Sir Funk ??

    @Sophistifunk they are literally as good as ever

    In conversation Monday, 16-Oct-2023 17:04:13 JST from noagendasocial.com permalink
  5. Embed this notice
    This is the Breath :verified: (thisisthebreath@noagendasocial.com)'s status on Sunday, 15-Oct-2023 23:35:00 JST This is the Breath :verified: This is the Breath :verified:
    in reply to
    • Sir Nedwood - Sydney 🇦🇺

    @ned lol

    In conversation Sunday, 15-Oct-2023 23:35:00 JST from noagendasocial.com permalink
  6. Embed this notice
    This is the Breath :verified: (thisisthebreath@noagendasocial.com)'s status on Wednesday, 20-Sep-2023 21:26:17 JST This is the Breath :verified: This is the Breath :verified:
    in reply to
    • Sir Nedwood - Sydney 🇦🇺

    @ned “soul” was everywhere in the 70s

    In conversation Wednesday, 20-Sep-2023 21:26:17 JST from noagendasocial.com permalink
  7. Embed this notice
    This is the Breath :verified: (thisisthebreath@noagendasocial.com)'s status on Sunday, 17-Sep-2023 04:35:31 JST This is the Breath :verified: This is the Breath :verified:

    What kind of planes be these?

    In conversation Sunday, 17-Sep-2023 04:35:31 JST from noagendasocial.com permalink

    Attachments


    1. https://static.noagendasocial.com/media_attachments/files/111/076/425/891/507/322/original/0ca04e9f9bd8ae61.jpeg
  8. Embed this notice
    This is the Breath :verified: (thisisthebreath@noagendasocial.com)'s status on Sunday, 17-Sep-2023 04:35:30 JST This is the Breath :verified: This is the Breath :verified:
    in reply to
    • ⚔ Sir Spike Fork ⚔

    @m00se there is a local private airstrip about 2 miles as the crow flies

    In conversation Sunday, 17-Sep-2023 04:35:30 JST from noagendasocial.com permalink

    Attachments


  9. Embed this notice
    This is the Breath :verified: (thisisthebreath@noagendasocial.com)'s status on Monday, 21-Aug-2023 11:55:57 JST This is the Breath :verified: This is the Breath :verified:
    in reply to
    • Sir Funk ??

    @Sophistifunk looks great

    In conversation Monday, 21-Aug-2023 11:55:57 JST from noagendasocial.com permalink
  10. Embed this notice
    This is the Breath :verified: (thisisthebreath@noagendasocial.com)'s status on Friday, 11-Aug-2023 19:25:13 JST This is the Breath :verified: This is the Breath :verified:
    in reply to
    • RubberDucky
    • Sir² Morgan

    @mh @DaemonFools is mkdir the output directory?

    In conversation Friday, 11-Aug-2023 19:25:13 JST from noagendasocial.com permalink
  11. Embed this notice
    This is the Breath :verified: (thisisthebreath@noagendasocial.com)'s status on Friday, 11-Aug-2023 10:16:41 JST This is the Breath :verified: This is the Breath :verified:

    dudes named ben i need help with bash scripting pretty please! 95% there but cant make it work

    In conversation Friday, 11-Aug-2023 10:16:41 JST from noagendasocial.com permalink
  12. Embed this notice
    This is the Breath :verified: (thisisthebreath@noagendasocial.com)'s status on Friday, 11-Aug-2023 10:16:40 JST This is the Breath :verified: This is the Breath :verified:
    in reply to
    • RubberDucky

    @DaemonFools im trying to call a file relative to other files. the script is recursively processing a list of directories, each one has a set of flac files and a foldersm.jpg that is unique to each folder. i cant figure out how to create a relative path to foldersm.jpg so i can run all the folders, i have to run them one at a time with a /absolute/path/to/foldersm.jpg

    In conversation Friday, 11-Aug-2023 10:16:40 JST from noagendasocial.com permalink
  13. Embed this notice
    This is the Breath :verified: (thisisthebreath@noagendasocial.com)'s status on Friday, 11-Aug-2023 10:16:39 JST This is the Breath :verified: This is the Breath :verified:
    in reply to
    • RubberDucky

    @DaemonFools find -type f -name \*.flac -exec bash -c 'i="{}"; o="/full/path/to/folder/tagged/${i}"; [[ -d "${o%/*}" ]] || mkdir -p "${o%/*}"; ffmpeg -i "$i" -i /need/full/path/to/foldersm.jpg -map a -map 1:v -disposition:v attached_pic -metadata:s:v comment="Cover (Front)" -codec copy "${o}"' \;

    In conversation Friday, 11-Aug-2023 10:16:39 JST from noagendasocial.com permalink
  14. Embed this notice
    This is the Breath :verified: (thisisthebreath@noagendasocial.com)'s status on Thursday, 06-Jul-2023 18:52:41 JST This is the Breath :verified: This is the Breath :verified:
    in reply to
    • Sir Nedwood - Sydney 🇦🇺

    @ned what a misdirection

    Is this “work area” public or not?

    How is that place not just loaded with cameras?

    In conversation Thursday, 06-Jul-2023 18:52:41 JST from noagendasocial.com permalink
  15. Embed this notice
    This is the Breath :verified: (thisisthebreath@noagendasocial.com)'s status on Sunday, 25-Jun-2023 12:23:19 JST This is the Breath :verified: This is the Breath :verified:
    in reply to
    • Sir Nedwood - Sydney 🇦🇺

    @ned her voice has aged like fine wine

    In conversation Sunday, 25-Jun-2023 12:23:19 JST from noagendasocial.com permalink
  16. Embed this notice
    This is the Breath :verified: (thisisthebreath@noagendasocial.com)'s status on Saturday, 24-Jun-2023 21:00:23 JST This is the Breath :verified: This is the Breath :verified:

    this woman is 75 years old

    https://www.youtube.com/watch?v=g4eJFZlcrLA

    In conversation Saturday, 24-Jun-2023 21:00:23 JST from noagendasocial.com permalink
  17. Embed this notice
    This is the Breath :verified: (thisisthebreath@noagendasocial.com)'s status on Tuesday, 23-May-2023 14:39:52 JST This is the Breath :verified: This is the Breath :verified:
    in reply to
    • Sir Nedwood - Sydney 🇦🇺

    @ned Sexy Young Jerry will never be bob dylan

    In conversation Tuesday, 23-May-2023 14:39:52 JST from noagendasocial.com permalink
  • After

User actions

    This is the Breath :verified:

    This is the Breath :verified:

    Tags
    • (None)

    Following 0

      Followers 0

        Groups 0

          Statistics

          User ID
          130822
          Member since
          23 May 2023
          Notices
          57
          Daily average
          0

          Feeds

          • Atom
          • Help
          • About
          • FAQ
          • TOS
          • Privacy
          • Source
          • Version
          • Contact

          GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.

          Creative Commons Attribution 3.0 All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.