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/)U
Posts
3
Comments
335
Joined
3 yr. ago

  • I skip articles where the headline contains "slams' at this point

  • Deleted

    Permanently Deleted

    Jump
  • There is absurdely expensive stuff for extrating money too tho. I think you are both right here

  • Deleted

    Permanently Deleted

    Jump
  • I can't take people in sneakers walk like they don't even care about stealth

  • Well, I don't know whether it's by default, but systemd does so - if the program doesn't close in a timely manner (or there is an exception configured)

  • PSA: GitHub does not have a monopoly, you are free to host your stuff elsewhere (or yourself)

  • Say it with me: It's not vibe coding if you read and understand the code.

    That is not vibes, that is knowing what you're doing and working based off of a suggestion.

  • Man, if this was about open-sourcing, it might have seriously improved security...

  • Valve has by no means a monopoly - they have lots of competition. They are just, hands down, the best game distribution platform available, and by a huge margin. People actively choose them over alternatives that do exist.

    Point being: They are not a monopoly that isn't bad, they have the influence they have because they are pretty darn good at what they do

  • Deleted

    Permanently Deleted

    Jump
  • The magic happens somewhere is his penis I guess

  • Women, am I right?

  • If you would have spend the time it took you to write this rant on research, you would habe probably realized there are TUI front-ends for GDB.

  • Bazzite works pretty well out of the box and with new hardware (n = 1)

  • This is actually, factually incorrect. We used to celebrate winter solstice and this is directly caused by and deterministically occuring on a certain (albeit slightly blurry) point of our orbit.

  • Now all together: Feeling bad and being sad are things you do not compete at

  • ChatGPT can just about summarize a page, wake me when it starts outsmarting anyone

  • Deleted

    Permanently Deleted

    Jump
  • That punchline is more like a punch paragraph, but nice strip

  • Deleted

    Permanently Deleted

    Jump
  • Give me a compositor with at least some of the capabilities of Awesome

    KDE Plasma.

    and some none alpha-quality VNC solutions

    The one from KDE.

    And before you call me uninformed, please explain to me why per-window custom shaders are a necessity (i.e. overwhelmingly useful and irreplacable) for anyone. And furthermore, what anything you said has to do with me questioning the necessity of not maintaining, but reimplementing X.

    I never said anything about Awesome or any X WM, I didn't even say anything about people sticking with an X environment. I commented on a post about a new X implementation, because I wondered why people go out of their way to keep X around, after its own maintainers declared it abandonware.

  • Lifehack: Gift bags save lots of time and are reusable (especially if you mind the design)

  • I mean, Rust has the massive upsite that it won't compile in many cases if you fuck things up. Then again, embedded or generally low-level driver-y stuff is still in its infancy in Rust. Relative to C/C++ that is.

    There is stuff that you need that has no official Rust support. There is poor documentation and half baked frameworks. There are examples being silently outdated, breaking changes between framework versions, and nighlty-versions from Github mixed in to fix them. And then of course plenty of timing and hardware dependent things you will need to do yourself.

    I do this for a living and personally tried to use AI here and there to help me out, but oftentimes it fails miserably. Not always, but very often.