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 argv minus one (argv_minus_one@mastodon.sdf.org), page 3

  1. Embed this notice
    argv minus one (argv_minus_one@mastodon.sdf.org)'s status on Sunday, 13-Jul-2025 13:04:26 JST argv minus one argv minus one

    One thing I miss about the #KDE 1 / #GNOME 1 / #MacOS 9/X days is that there were a zillion different #GUI themes, each with cool and unique looks for widgets. Gradients, drop shadows, brushed metal textures, buttons that look like glass vials full of blue liquid, you name it. GUIs actually looked cool.

    Now custom themes, where they exist at all, are nothing but flat, solid, desaturated colors and rounded rectangles. It's dreadfully boring.

    In conversation about 4 months ago from mastodon.sdf.org permalink
  2. Embed this notice
    argv minus one (argv_minus_one@mastodon.sdf.org)'s status on Friday, 11-Jul-2025 06:01:03 JST argv minus one argv minus one
    in reply to
    • Alice McFlurry :bc:
    • Third spruce tree on the left
    • Steve's Place

    @steter

    I've done that too. 😅 Complicated problems sometimes become less complicated after you sleep on them.

    @Alice @jrconlin @tezoatlipoca

    In conversation about 4 months ago from mastodon.sdf.org permalink
  3. Embed this notice
    argv minus one (argv_minus_one@mastodon.sdf.org)'s status on Friday, 11-Jul-2025 05:30:46 JST argv minus one argv minus one
    in reply to
    • Alice McFlurry :bc:
    • Third spruce tree on the left

    @Alice

    Programmer here. It *is* a simple request. I've written code that inserts an extra space, for exactly the sort of reason you're talking about, on many occasions.

    There is a catch, though. If the text with the extra space is then fed to some code that trims all extra spaces off, then yeah, it's gonna trim that extra space too. In that case, the code needs to insert the extra space *after* trimming.

    Perhaps your colleague isn't allowed to change that code?

    @jrconlin @tezoatlipoca

    In conversation about 4 months ago from mastodon.sdf.org permalink
  4. Embed this notice
    argv minus one (argv_minus_one@mastodon.sdf.org)'s status on Friday, 11-Jul-2025 00:59:11 JST argv minus one argv minus one
    • cell classic

    @cell

    Hey, that's not fair. KDE Plasma can be made very not-modern if that's what you're into.

    In conversation about 4 months ago from mastodon.sdf.org permalink
  5. Embed this notice
    argv minus one (argv_minus_one@mastodon.sdf.org)'s status on Tuesday, 08-Jul-2025 10:45:20 JST argv minus one argv minus one

    The rise of smartphones has created an interesting phenomenon: #computers communicating optically by scanning barcodes on each other's screens.

    This has some interesting #infosec properties:

    * Humans can see when communication happens and control which devices are communicating (by pointing them at each other).

    * Only a few bytes of data can be exchanged. This limits attack surface: there's no room for a non-trivial attack payload.

    * This requires line of sight. No attacks through walls.

    In conversation about 4 months ago from mastodon.sdf.org permalink
  6. Embed this notice
    argv minus one (argv_minus_one@mastodon.sdf.org)'s status on Thursday, 03-Jul-2025 12:47:00 JST argv minus one argv minus one

    Once, when I was a little kid of about 10 years old, I was poking around Matlab on my dad's computer. One of the things it could do is display the waveform of a sound file. This is what taught me what PCM is and how it works.

    I didn't learn much else from Matlab—it was (and probably still is) way over my head—but for whatever reason, its demonstration of digital audio made perfect sense to me.

    Kid brains are weird like that.

    In conversation about 4 months ago from mastodon.sdf.org permalink
  7. Embed this notice
    argv minus one (argv_minus_one@mastodon.sdf.org)'s status on Tuesday, 24-Jun-2025 12:57:30 JST argv minus one argv minus one

    Just ssh'd into two computers and started a #backup running on both of them.

    One of them backs up onto a USB hard drive plugged into it. The other one ssh's into the first one and backs up onto that same USB HDD.

    It struck me that this would have been impossible back in the day when we used tape for backup. Network backup was a thing, but each tape drive could be used by only one computer at a time, and each tape held only one computer's backup(s).

    #retrocomputing

    In conversation about 5 months ago from mastodon.sdf.org permalink

    Attachments


  8. Embed this notice
    argv minus one (argv_minus_one@mastodon.sdf.org)'s status on Monday, 23-Jun-2025 10:22:19 JST argv minus one argv minus one
    in reply to
    • Miakoda

    @hellomiakoda

    For that last one, run the command with systemd-inhibit.

    In conversation about 5 months ago from mastodon.sdf.org permalink
  9. Embed this notice
    argv minus one (argv_minus_one@mastodon.sdf.org)'s status on Friday, 23-May-2025 17:34:15 JST argv minus one argv minus one

    Modern phones are better in almost every way than the phones I grew up with, but they're missing one feature: repeatedly coiling the cord around your finger while you talk.

    USB charging cables exist, but they're too thick to do this with.

    In conversation about 6 months ago from mastodon.sdf.org permalink
  10. Embed this notice
    argv minus one (argv_minus_one@mastodon.sdf.org)'s status on Friday, 25-Apr-2025 23:59:57 JST argv minus one argv minus one
    in reply to
    • botvolution

    @botvolution

    The source file names aren't changing, only the folder structure.

    In conversation about 7 months ago from mastodon.sdf.org permalink
  11. Embed this notice
    argv minus one (argv_minus_one@mastodon.sdf.org)'s status on Friday, 25-Apr-2025 19:13:34 JST argv minus one argv minus one

    If I wanted to keep a copy on my desktop of the photos on my phone, and organize those photos into several folders, how would I avoid re-copying photos I've already copied?

    If I drop all my photos into a single folder, this is trivial: if there is already a file with the same name in the destination folder, then don't copy that one.

    But if I drop the photos into multiple folders, that simple check won't work—the photo might have already been copied into a different folder!

    What do?

    #Linux

    In conversation about 7 months ago from mastodon.sdf.org permalink
  12. Embed this notice
    argv minus one (argv_minus_one@mastodon.sdf.org)'s status on Friday, 25-Apr-2025 10:07:02 JST argv minus one argv minus one

    #Linux: dropping support for Apple HFS/HFS+. Apparently nobody cares enough about this file system to bother maintaining the kernel driver for it. Even though HFS+ was used in production less than a decade ago.

    Also Linux: still has (presumably maintained) support for Amiga FFS. The last time someone used Amiga FFS in production was, what, 1994?

    🤨

    In conversation about 7 months ago from mastodon.sdf.org permalink
  13. Embed this notice
    argv minus one (argv_minus_one@mastodon.sdf.org)'s status on Tuesday, 22-Apr-2025 11:21:59 JST argv minus one argv minus one
    in reply to
    • Miakoda

    @hellomiakoda

    I mean, yeah, there are reasons why you shouldn't use any given distro.

    For example, if you want a macOS-like experience where you can do everything without ever directly touching a command line or configuration file, then Arch is probably a bad choice. But it is popular among people who want to get their hands dirty and fully control all aspects of their system.

    The goal is to find the distro where none of the reasons-not-to-use-it apply to you.

    In conversation about 7 months ago from mastodon.sdf.org permalink
  14. Embed this notice
    argv minus one (argv_minus_one@mastodon.sdf.org)'s status on Saturday, 19-Apr-2025 15:11:55 JST argv minus one argv minus one

    So, if AI scrapers could share their scrapings with each other instead of DDoSing the entire web, that'd be great.

    In conversation about 7 months ago from mastodon.sdf.org permalink
  15. Embed this notice
    argv minus one (argv_minus_one@mastodon.sdf.org)'s status on Friday, 18-Apr-2025 15:39:36 JST argv minus one argv minus one
    in reply to
    • bignose
    • Ross Duncan

    @bignose @rossquantum

    The quirk in question is that macOS scanning happens on an Apple server. App publishers must submit their apps to that server for scanning. If the scan checks out, the server generates a cryptographic signature of the app, certifying it as malware-free.

    App publishers must agree to a giant wall of legalese and restrictions, and pay $99/year, for the privilege of scanning their apps. FOSS developers generally won't do this.

    In conversation about 7 months ago from mastodon.sdf.org permalink
  16. Embed this notice
    argv minus one (argv_minus_one@mastodon.sdf.org)'s status on Tuesday, 15-Apr-2025 17:47:16 JST argv minus one argv minus one

    The existence of the #Commodore PET implies the existence of Commodore CATTLE.

    #shitpost

    In conversation about 7 months ago from mastodon.sdf.org permalink
  17. Embed this notice
    argv minus one (argv_minus_one@mastodon.sdf.org)'s status on Saturday, 12-Apr-2025 05:14:24 JST argv minus one argv minus one

    #Debian when I was young: “Look at me! I'm new! I can do cool things, like package management! Isn't that cool?!”

    Debian now: “I am the Distro of Ages. I was born in the Before Times and shall endure long after all other distros have crumbled to dust.”

    In conversation about 7 months ago from mastodon.sdf.org permalink
  18. Embed this notice
    argv minus one (argv_minus_one@mastodon.sdf.org)'s status on Sunday, 06-Apr-2025 15:03:31 JST argv minus one argv minus one
    in reply to
    • wyatt

    @wyatt

    So what do you recommend?

    In conversation about 7 months ago from mastodon.sdf.org permalink
  19. Embed this notice
    argv minus one (argv_minus_one@mastodon.sdf.org)'s status on Sunday, 06-Apr-2025 15:03:26 JST argv minus one argv minus one
    in reply to
    • wyatt

    @wyatt

    So, what I'm getting from this answer is “🤷♂️ Framework is probably the best, but that won't stop me from complaining about it.”

    I have a 15-year-old laptop. It is painfully slow. It requires a proprietary charger. The spinning-metal drive will probably have a head crash if I ever drop it. The battery lasts about 12 seconds. It's theoretically repairable except nobody manufactures replacement parts so in practice good luck with that.

    In what way would a Framework be worse than that?

    In conversation about 7 months ago from mastodon.sdf.org permalink

    Attachments


  20. Embed this notice
    argv minus one (argv_minus_one@mastodon.sdf.org)'s status on Friday, 04-Apr-2025 12:41:06 JST argv minus one argv minus one

    RAM in the oldest computer I've used: 655360 bytes

    RAM in the newest computer I've used: 34359738368 bytes

    Semiconductor manufacturing has come a long, *long* way.

    In conversation about 7 months ago from mastodon.sdf.org permalink
  • After
  • Before

User actions

    argv minus one

    argv minus one

    Previously @argvminusone@mstdn.party

    Tags
    • (None)

    Following 0

      Followers 0

        Groups 0

          Statistics

          User ID
          280229
          Member since
          5 Sep 2024
          Notices
          132
          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.