• 39 Posts
  • 401 Comments
Joined 1 year ago
cake
Cake day: December 28th, 2023

help-circle

  • Yes exactly I’m mostly on-board with this flyer, I particularly like that tagline. But the inclusion of the EU flag is just completely bewildering to me, even as an EU resident myself. Are there really people out there who see the EU as some sort of bastion of freedom and justice?! Or is this some noncredibledefense-esque ironic meme that I’m too dumb to understand?





  • XDG_DIR, Portals, Secrets, D-Bus, the Desktop file spec, Appstream… are there for you to read. 🥰

    Standard compliance is a total mess in the world of linux desktop apps. My pet peeve is that $XDG_RUNTIME_DIR should point to a customizeable tmpfs that apps can use to store temporary data. But just TRY setting to anything else besides /run/user/1000 lol. Half your apps will be broken. Even apps that are made by/for the freedesktop people (e.g. Helvum, the pipewire patchbay app) struggle with this lol. This spec came out in 2021 – three years ago – and it’s already ossified to the point of being barely useful. At this point I don’t blame devs who say “fuck it” and just dump their tempfiles into /tmp the way god dennis ritchie intended.





  • Huh, TIL

    ~ $ /bin/true --help
    Usage: /bin/true [ignored command line arguments]
      or:  /bin/true OPTION
    Exit with a status code indicating success.
    
          --help        display this help and exit
          --version     output version information and exit
    
    NOTE: your shell may have its own version of true, which usually supersedes
    the version described here.  Please refer to your shell's documentation
    for details about the options it supports.
    
    GNU coreutils online help: <https://www.gnu.org/software/coreutils/>
    Full documentation <https://www.gnu.org/software/coreutils/true>
    or available locally via: info '(coreutils) true invocation'
    

    I honestly don’t know what I prefer more, the overengineered GNU true, or the true that shipped with some older system that was literally just an empty file with the executable bit set.



  • renzev@lemmy.worldtoComic Strips@lemmy.worldNo bad breeds, only bad owners
    link
    fedilink
    English
    arrow-up
    5
    arrow-down
    6
    ·
    27 days ago

    You’re misrepresenting my argument. We both agree that dogs are not people and people are not dogs, and that having a specific opinion about dog breeds is different from having a specific opinion about race.

    What I’m saying is that, even if you set aside questions of data reliability, there are dozens if not hundreds of ways to interpret the graph that everyone in this thread keeps posting. What if all dog breeds are equally aggressive, but only some are physically capable of killing a human? What if dog breeds that look more aggressive attract irresponsible owners that train them to be more aggressive and intentionally put them into dangerous situations around other humans? Of all the possible conclusions, that guy jumps to some breeds are just inherently more dangerous than others. This is the same logical leap that a racist follows when confronted with statistics about crime rate vs race.

    And it’s not just that. Notice their language. Their comment is phrased like a question rather than a statement, a pattern that not-so-pleasant people are notorious for (look up “JAQing off”). The EDIT uses classic catchphrases like “Use your brain, not your feeeelings!”. This fits the verbiage of a modern internet racist to a tee.

    Look, what I said about the alt twitter account was an exaggeration. Maybe the guy is genuinely not racist. But even if they are, why should I bother differentiating between a racist and someone whose arguments, language, and misuse of logic is functionally indistinguishable from those of a racist? The moment racism starts to enter the mainstream (due to a right-wing government or similar), I expect people like that to put up no resistance.



  • So. Many. Downvotes. But not a single comment refuting the statistics with facts and evidence…

    Yes, because it’s clear as day that you’re a closeted racist. The argument that you’re trying to push, the dishonest appeal to statistics, even the language that you use – you’re trying to normalise the idea that some “breeds” are more dangerous than others, but you’re too scared to say that even though you’re talking about dogs, what you actually have in mind are humans. Go on, don’t be shy, show us your twitter alt where instead of fatal attack statistic you post crime rate graphs and pretend that it’s evidence that black people don’t serve rights.


  • renzev@lemmy.worldtoComic Strips@lemmy.worldFeminists
    link
    fedilink
    English
    arrow-up
    8
    ·
    28 days ago

    Protip: when arguing online, a very good strategy for wasting other peoples’ time and generally being an insufferable prick is to always pick a slightly unconventional definition of the topic that you’re arguing about. It works even better if you shift your definition subtly throughout the course of the argument. That way, each individual statement you make is technically not false, while your overall “argument” is an inconsistent ill-defined undisprovable mess that’s impossible to argue against.



  • I remember a while back, years before this surfaced, there was a thread on /g/ with a group photo of Balena’s employees and a caption like “why does it take so many people to develop an electron wrapper around dd”. Obviously it was low effort engagement bait (balena does much more than etcher), but the comments were full of people calling the company a glowie honeypot and the like. Moral of the story: Trust the schizos, they sense spyware form lightyears away.


  • I don’t want to waste time and memorize idiotic noodles of commands to do trivial shit.

    Also it’s not “unfamiliar” GUI. It’s called practical deduction.

    Can you not see how the two arguments you’re making are completely contradictory and self-defeating? Nobody is asking you to memorize “noodles of commands”. What, do you think we all have little books full of shell one-liners for every task imaginable? You just have to know a few basics: The pipe redirects data, cut splits lines of text, xargs builds up arguments raw text, etc. Put them together in whatever way you wish to accomplish the task at hand. It’s – exactly as you say – practical deduction.