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/)E
Posts
49
Comments
3068
Joined
5 yr. ago

  • The description in the ticket isn't too bad:

    allows users to make a window disappear and keep only its title bar visible.

    It really just hides the window contents. In effect, it is similar to minimizing a window, except that it doesn't spring into your panel and rather stays in place as just the window title bar without the contents.

    It is a niche feature, if you couldn't tell. But it isn't some KDE specialty feature; various other desktops and window managers also support it. I think, it was more popular in the early days of graphical user interfaces, when we were still working out, how we want to do panels and such.

    And conversely, I do think it makes more sense as a feature on big screens like you can have today, where your panel might be quite a bit away.Don't think, window shading will make a big comeback just yet, but yeah, probably enough existing users that use it, so that it would be cool to support that workflow.

  • Man, I keep having that problem, that some car or motorcycle sounds like it needs a repair to me, only for me to realize that, no-no, they want it to sound like that.

    Just yesterday evening, I heard someone revving before accelerating again after a stop at a crossing, and if they would've gotten out of their car at that point, I might've shouted over that, damn, sounds like they need to get their clutch looked at.Genuinely thought they failed to engage a gear multiple times. Meanwhile, they would've probably punched my face in, if I insulted their car like that. 🙃

  • There's a store in the next town, which has only organic foods. Rather expensive to shop there, but I still go there more often than I need to, just because everyone's friendly and relaxed.

  • Yeah, if I ever catch a calm hour in the store, I'll actually look through the aisles and check out products I wouldn't normally buy. If the store is busy, I grab the usual and flee as quickly as possible.

  • TIL

    Jump
  • German seems to build compound words for things.

    Well, not in this case:

    Black pepper = PfefferBell pepper = PaprikaChili pepper = Chili (although you do rarely also see the compound word "Chilischoten")

  • I thought about creating something like that and the major problem that I see is that lots of meme templates do have copyright and the font that's typically used for memes, Impact, isn't free either. Well, and it isn't done by merely developing a software and offering it for download. You would need to host the meme templates or some editor webpage, which is a whole 'nother skillset.

    If we say that users bring their own meme template, and it can be a free font that looks similar to Impact, and it's not to be hosted as a webpage, then it would be quite doable.You would "just" need to call the ImageMagick library with the right parameters. Still not trivial, but the path to get there is fairly straightforward. I could imagine that something like that already exists as an open-source project...

  • It's mostly about ease of use. You don't really want to spend more than a few minutes on a silly meme. As such, having a database with meme templates, the right kind of font and easy text placement, can make the difference, whether you'll bother creating a meme or not...

  • I mean, modern package managers generally now come with lock files, which effectively auto-pin your dependencies, until you trigger a dependency update.

    And while it isn't bullet-proof, it does result in you effectively having a dependency cooldown most of the time. You're only vulnerable, if you trigger the dependency update while the compromised dependency release is public.

    Obviously, this can be bad enough, but it does also mean that an ecosystem with lock files is far less attractive to target with a supply-chain attack, since far fewer hosts will get compromised on average.

  • Obligatorischer angelsächsischer Inhalt:

  • Ok.

  • One time, I had to request firewall access for a machine we were deploying to, and they had an Excel sheet to fill in your request. Not great, I figured, but whatever.

    Then I asked who to send the Excel file to and they told me to open a pull request against a Git repo.And then, with full pride, the guy tells me that they have an Ansible script, which reads the Excel files during deployment and rolls out the firewall rules as specified.

    In effect, this meant:

    1. Of course, I had specified the values in the wrong format. It was just plaintext fields in that Excel, with no hint as to how to format them.
    2. We did have to go back and forth a few times, because their deployment would fail from the wrong format.
    3. Every time I changed something, they had to check that I'm not giving myself overly broad access. And because it's an Excel, they can't really look at the diff. Every time, they have to open it and then maybe use the Excel version history to know what changed? I have no idea how they actually made that workable.

    Yeah, the whole time I was thinking, please just let me edit an Ansible inventory file instead. I get that they have non-technical users, but believe it or not, it does not actually make it simpler, if you expose the same technical fields in a spreadsheet and then still use a pull request workflow and everything...

  • Still works well as a concept for PeerTube...

  • It's a speed limit, not a mandatory speed.

    I also have to say that I was frequently tailgated, because I was going at the speed limit, when mostly everyone else went above.

  • They have breaking changes in their minor versions...

  • I think, they miscounted. It's actually 4 billion body types, not just 4.

  • Weiß nicht, ob ich das als Lustigmachen bezeichnen würde:

    Also zeigt ja einen gewissen Stolz, dass man nicht einen wehrlosen Bären erschießt, was erstmal kein verkehrter Charakterzug ist.

  • Personally, I find that (complex) software implemented in Python tends to be so unreliable that I typically don't want to use it after all, but I only find that out after wasting a bunch of time learning the software.It's just frustrating, especially if I come back to the software every so often, naively thinking that it's been a few versions, so maybe they've fixed it. It's always just different bugs, which still end up being too frustrating to use the software.


    To give an example, I like to compose music using Lilypond, which is more-or-less a programming language to create sheet music. And there is a program that's supposed to give you a well-integrated workflow for that (i.e. an IDE), called Frescobaldi.The first time I tried it, playback of the composed music wouldn't work.The second time, I couldn't click on notes to jump to the respective code snippet.And I tried it again a few weeks ago and it just crashed immediately with an obscure error message.

    Instead, I've slapped together a script, which just opens the sheet music in my PDF viewer, the code in my normal editor and then uses a CLI tools to generate and playback the sheet music. And while it's definitely not perfect, it has been working more reliably for me than Frescobaldi ever has.

  • Top-right looks like a potato to me. 🙃

  • Yeah, this discrepancy really irks me in programming, too. It's really good at known problems, like student homework or whatever task a middle manager will throw at it to see how well it works.But because of the nature of software – if there is a solution, you can easily share it with everyone in the world – it's kind of our job to work on anything but known problems.

    Yeah, there's gonna be some known parts, where it may be able to assist, similar to a library or StackOverflow. But if it can put together your whole solution without tons of human input, chances are that solution is already out there and you should be using it instead.

  • Firefox @lemmy.ml

    Copy RSS Button (Extension)

  • Programmer Humor @lemmy.ml

    Me, when doing error handling

  • Linux @lemmy.ml

    Underappreciated top

    friendo.monster /posts/underappreciated-top.html
  • Memes @lemmy.ml

    When the webpage doesn't want you opening new tabs

  • Open Source @lemmy.ml

    What's up with FUTO?

    drewdevault.com /2025/10/22/2025-10-22-Whats-up-with-FUTO.html
  • Programmer Humor @lemmy.ml

    Escaping a string when passing through multiple tools

  • Dad Jokes @lemmy.world

    When your Dad gives birth to you

  • General Programming Discussion @lemmy.ml

    Fighting human trafficking with self-contained applications

    lwn.net /Articles/1036916/
  • General Programming Discussion @lemmy.ml

    Thunderbird Accessibility Study

    tilvids.com /w/3ymZQj1ikB9hdtpMmaP836
  • Programmer Humor @lemmy.ml

    Wish granted

  • ich_iel @feddit.org

    ich🦭🔄🐒iel

  • ich_iel @feddit.org

    ich🕜🫑🫙iel

  • Firefox @lemmy.ml

    Blasphemy! 😤

  • ich_iel @feddit.org

    ich💪iel

  • KDE & Plasma users @lemmy.ml

    Hmm, maybe something's bad with my theme...

  • Programmer Humor @lemmy.ml

    I don't know why this exists...

  • iiiiiiitttttttttttt @programming.dev

    🙃🙃🙃🙃🙃

  • ich_iel @feddit.org

    ich🍃iel

  • ich_iel @feddit.org

    ich🐦iel

  • Linux @lemmy.ml

    TIL last-modified timestamp of a dir updates when a file/subdir is added/renamed/deleted