Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)M
Posts
1
Comments
235
Joined
3 yr. ago

  • My Dad bought a Porsche less than a month after my Grandma died. She had written she wanted some of her savings to go directly to her grandkids, but it wasn't binding so... And then boomer fathers wonder why their kids hate them ¯(ツ)

  • I hear crazy claims like this but haven't seen anything close to this with my own eyes (yet).

    I shudder at the idea that SPI or i2c are considered complex for someone supposed to interact with hardware. What will you do if a problem arises and you don't even know which pin does what?

  • The real answer is that user-agents can be used to show you one version in your browser and then serve you another one with curl.

    I say "real" because all the idiots talking about "don't run scripts from the internet!!!!" probably forget they don't decompile every binary they run. E.g. the rustup installer (the tool for managing Rust toolchains) is by default a curl+bash one liner. Why would I worry about them serving me a wrong script when I'm any way about to run their binary blob?

    If you have any doubt about the hosting service (which might or not be the same as the software author!) then avoid piping into bash, but then why would you run their code at all if you distrust them so much? Do you expect github to install a keylogger? Probably not. Some telemetry hook to know whose running the requested script? Possibly someday

  • Every time I see people boasting about their uptime, I ask myself how old their kernel actually is.

    I've set this auto reboot and never had to worry about patching my server.

    Edit: yeah I know live patching is a thing, not worth the hassle for 99% of server workloads.

  • Lol MBFC, the website that calls CNN a left leaning source. Might as well ask rats what they think of cats.

  • If you feel like you need to mention those things on every post mentioning China, maybe the sheep is your mirror.

    That's exactly OP's point: can't mention anything positive China does without all the worlders diverting. "Keep buying ICEs, because EVs use Chinese batteries, and you wouldn't want to fund them!". Big Oil thank you for your service, now go grab MacDonald's where employees are treated with the utmost respect. Don't look up.

  • Of all place? Have you been living under a rock?

  • That doesn't make sense. There's a world between "garbage commit" and "fancy new feature" and most of it is irrelevant to anything.

    I don't want git bisect to make me check if "run clang-format" broke anything. I don't want to revert a feature but leave in unit tests that will fail (or worse, the opposite). I don't care when git blame tells me "rename X to Y", I want to see the context that motivated this change.

    Squashed commits are atomic, built and tested. Anything in between is whatever reviewers let slip in. It's easier to check a MR description is well written than 5 commit messages (that might get rebased without you noticing)

  • I often end up squashing all my changes into a single commit, rebase it, and then reset HEAD^ to rewrite some commit history.

    Brute force, but better than resolving 10 conflicts in the same file over and over

  • I tried to setup Forgejo CI but was turned off by the need to have nodejs installed to do anything, even cloning the repository. Does everyone just maintain their own images?

    Gitlab CI by comparison will let me you any image (e.g. basic rustc imagé) and do the orchestration by itself. So much nicer to use imo

  • Deleted

    Permanently Deleted

    Jump
  • And women's rights, and public infrastructure, and access to education etc.

  • Most people in this thread have no clue what free speech is apparently. But Yankees love talking about how much freedom they have, so if that's what it takes to rally them, so be it I imagine?

  • God some of you people are stupid.

    The whole point of free speech is that it is free. If you need to hide anonymously, then it's not free, it's simply bypassing censorship.

    Suppressing online anonymity is very problematic, but free speech is absolutely not one of them.

  • Deleted

    Permanently Deleted

    Jump
  • Thankfully most people hate insurance claims more than they like being assholes

  • You mean EX mode? IIRC recording mode doesn't prevent exiting vim

  • The (very obvious) point is that this cannot be enforced. So might as well deal with it upfront.

  • People confuse GPTs with AI, but your comment takes the wrong approach: it's not that AI hate is not deserved, it's that the hate should be directed towards the chatbots and the associated bubble.

  • If by test you mean wait for customers to yell at us, it's super robust

  • Wdym you don't like waiting 3 weeks for a code owner to approve a 1 line change?