Knusper

@Knusper@feddit.de

This profile is from a federated server and may be incomplete. Browse more on the original instance.

Knusper,

I also just feel like I’m not writing words for the fun of it. They’re chosen to convey information in a very intentional way to a given target group. Like, just now in that previous sentence, I changed “in a certain way” to “in a very intentional way”, because that’s more precisely what I wanted to say. I try to convey lots of nuances in relatively few words.

That’s my #1 criticism of LLMs, that they just blather on and on. And ultimately, precise nuance requires understanding the topic, the context and the target group, which, if you’d describe it to an LLM, would take longer than to write the actual text itself.

Knusper,

Maybe someone has a more specific explanation, but I could imagine it just being shorthands for certain departments.

Like, imagine a hospital where the third floor is dedicated to, uh, new patients, so you press the NP button.

Knusper,

I’m not exactly fond of the space either, but man, the T is noisy. They could’ve gone with an underscore or something, so it actually looks like two different sections.

Knusper,

Yeah, I have watched videos of the guy before and would be down for 4 hours of it, but not if it’s about how FluffyMcWuffington stole the pixels from sbubby82…

Knusper,

Well, openSUSE did it long before everyone else. So, Debian, Fedora, Arch?

I would kind of be surprised by Fedora, too, as I thought, they shipped out-of-the-box automatic snapshotting, but the comment from @bruhduh sounds like that is still a problem…

Knusper,

In my experience, it strongly depends. In my team at work, the biggest Linux nerd is on GNOME, basically because he doesn’t care where his TMUX session runs.
And I’m the guy with the most elaborate desktop workflow (tiling and 40+ virtual desktops among other aspects) and I wouldn’t want to use anything but KDE, because nothing else has as many features + customizability to support me in that workflow.

But yeah, both of us started out on such mainstream desktops, then spent multiple years checking out all other desktops and eventually found different paths back to the mainstream.

Knusper,

I quite like the star-button on Mastodon for this. Just pings the comment author that you appreciated their comment. So, it’s not an indication to some algorithm that this comment is incredibly relevant for everyone, because well, some comments just aren’t.

Knusper,

Ültrafast

Wenn beim Angelsächsischen mal wieder das Sächsische durchkommt…

Knusper,

I’m not sure, what you’re trying to tell me. If someone’s broadly built and muscular, but happens to have a vagina in their pants, they still need a higher dosage than someone who isn’t broadly built and muscular. Well, that’s assuming the medication doesn’t cause trouble with e.g. an uterus (and assuming they’ve got an uterus to go with their vagina).

That’s what I mean with “nature is messy”. Whatever assumption you make about whatever categorization, you’ll find lots of examples that don’t fit. It’s easy to think in categories, but you have to always be aware and accepting that it’s going to be mildly wrong.

And especially a doctor should know what they’re doing, treating people according to their actual needs, not according to some category that may or may not fit.

Knusper,

If it helps, the Windows/Linux logic is basically:

  • Ctrl key for triggering actions within an application.
  • Alt key for navigating the UI of an application via the keyboard.
  • Meta/Super/Windows key for triggering actions outside of applications (on the OS level).

Well, and Ctrl, Alt, Shift also serve for alternative characters when you’re typing. And some application or OS shortcuts wildly combine modifiers for more complex keybindings. And of course, some applications just didn’t get the note of how this generally works. I won’t claim, it really follows rules, but yeah, it’s not generally complete chaos either.

Knusper,

I think, what you’re describing used to be a thing, but there’s now a somewhat different, more granular way of rebinding keybindings:

https://feddit.de/pictrs/image/acbcd128-e1ee-4ed7-b2e3-590f78e4143d.png

However, it should be said that these will only apply within KDE applications. If you’re using third-party stuff, like Firefox, GIMP, VLC etc., they won’t apply.

If you really want to go hard on rebinding all kinds of keys for any application, you can also do things like these:

https://feddit.de/pictrs/image/38c87a51-dad8-484f-b63e-c2d84e4c4a9f.png

As cool as both of these are, and as much as I would still generally recommend picking KDE for these kind of customization possibilities, I wouldn’t recommend overdoing either. You won’t be able to use other PCs anymore…

Knusper,

Yes. Not necessarily so anyone could use the programs, but so they would at least know the basics of real-world programming.

Knusper,

Also wenn du mich so fragst, hätte ich gerne so Döner-style Fladenbrot mit Kümmel, Schwarzkümmel und Senfkörnern im Teig. Das dann von innen bestrichen mit etwas Erdnussmus. Dann das übliche Döner-Grünzeug rein, aber kurz scharf in einem Wok angebraten und in Soja-Sauce getaucht. Darüber frisch gemalener bunter Pfeffer und ein guter Esslöffel kaltgepresstes Rapsöl. Und dann Champignons geschnetzelt + ordentlich angebraten und mit Gyros-Gewürzen mariniert noch darin einbetten.

Ich denke, das sollte man gut in so einem Imbisswagen zubereiten können. 🙃

Also habe jetzt natürlich übertrieben. Keine Ahnung, ob das noch gut ist. Aber habe tatsächlich schonmal so Champignon-Geschnetzeltes in einem Fladenbrot gemacht und das war extrem geil. Seither hätte ich tatsächlich gerne mal einen vollwertigen Döner damit…

Knusper,

I don’t know, if it’s more popular in other regions of Germany, but I’ve only had plain sauerkraut once in my life. 🙃

Only real dish involving sauerkraut around here is Krautschupfnudeln:
https://img.chefkoch-cdn.de/rezepte/1876371305102939/bilder/532029/crop-960x640/krautschupfnudeln.jpg

And well, by roasting the sauerkraut, it caramelizes a little bit and some of the vinegar dissipates, so it doesn’t actually taste as sauer anymore.

Knusper, (edited )

If those analytics do not process personal data, then you don’t.

At the very least, don’t use Google Analytics. To my knowledge, that’s currently illegal in the EU in general. See, for example: techcrunch.com/…/google-analytics-sweden-gdpr-fin…

Knusper,

For me, it’s usually for passwords that I have in my muscle memory. I’ll typo, instinctively reach for backspace, and continue typing. As soon as I think about what I just wrote, no chance of continuing.

Of course, the password being in muscle memory also means continuing typing, even if it ends up being wrong, is basically just as fast as deleting the password.

Knusper,

Yeah, it’s especially bad, when a library doesn’t provide type hints itself. It can be comically difficult to find out what the return type of a function is, because every if-else-branch might have a different return value, so you may need to read the function body in full to figure out what the type might be.

Add to that, that lots of the tooling around type hints isn’t as fleshed out / useful as it is in fully typed languages and I can definitely understand why someone might not immediately feel like it’s a valuable use of their time.

Knusper,

I’m guessing, the rainbow colours are there because prisms are triangular. And to make it look more ridiculous, of course.

The ☤ symbol is a caduceus, which got mixed up here with the Rod of Asclepius, which is a symbol for medicine.
So, it’s related to Hippocrates, who was a physician, perhaps most prominently known for the Hippocratic Oath.

What modes of transport do you really like?

For me personally, trams are right up there. Aside from the main issue of sharing the roads instead of having a dedicated line, they really make it easy to get from one part of a city to another, especially for wheelchair users. They’re usually as frequent as buses, but much faster. The stations are much more attractive...

Knusper,

Feet. I was always at odds with bikes and cars, because I always disliked being tied to a piece of metal. Trains, trams and buses are cool shortcuts, if they’re available. But at the end of the day, feet are the real MVP. They’re just always there, always waiting to chauffeur me to my next destination, and they’ll carry me all the way, even into houses, right to my seat.

Knusper,

We’re already seeing an increase in natural disasters, with various areas experiencing floods, draughts or wildfires that didn’t use to have them.
This alone leads to political conflicts in those areas, but also leads to mass emigrations, ultimately causing the political egoists right in unaffected areas being strengthened, which could at its worst lead to another Nazi uprising, world war etc…

I do also think that humanity as a whole will survive (that is, if we don’t obliterate the ecosystems sustaining our lives, like e.g. pollinators). But our current life style of 8 billion people across all areas of Earth may not be sustainable anymore, which does mean the more privileged will be fine, others not.

Custom shell prompt tips and tricks?

Recently I stumbled over an article, about how to customize your shell prompt. What really surprised me, is that it lacked one of the most basic tips I learned nearly 20 years back: Always display a timestamp in the prompt, to be able to check how long a process is running or when it ended. (Don’t need it daily, but every so...

Knusper,

Oh yeah, for sure. I hate all the slimy idiots that can’t speak with a woman without perverted comments and everyone who defends them.

I did have a specific example in mind when I wrote the above, but it happened in German, so the double meaning won’t make quite as much sense:
I was working with a lady colleague on wrapping articles and whenever we had completed one, we placed it into a larger carton for shipping. Each of us had our own larger carton that we filled.

Well, and one time, I went to put my article away, but got shortly confused and then exclaimed “Oh, now I just wanted to shove it into yours.”.

And then, yeah, she asked, if I’m aware what I just said, and I replied that I am, but I only noticed after I had said it. Enqueue awkward silence.

So, there was no actual problem. She was no fan of me having said that, but she understood that this happens and knew me already well enough that I was honest about it.

I just thought about it afterwards and realized that I didn’t even actually desire traditional, penetrative sex with her.

I do think sexuality in general is cool, as in two consenting adults making each other feel good. And she is gorgeous. She often talked about how she visited the gym and worked on her body and one time admitted that she felt self-conscious about it.
So, there was a certain curiosity what her body looks like and I would have loved to tell her that she’s a fucking dumbass for being self-conscious about it. And yeah, sure, some amount of instinctive sexual desire will be involved. I can’t shut that part of my brain off completely.

But all of that is ignoring that I’m a fucking dumbass, too. I’m also self-conscious about my body. And I don’t train, I actually have a reason to be self-conscious. As incumbent of the male gender role, I’m not supposed to, but that doesn’t sit well with me.
I would need a lot of trust to believe that a girl actually wants to have sex with me, both because I don’t find my body desirable and because I care about consent beyond yes or no. A girl enduring sex with me, just because she likes me in other ways, that sounds like the worst kind of hell for me.

But yeah, none of that mattered in that situation.

Knusper,

I’m not at all trying to say that I don’t think that’s reasonable. I’m complaining that I don’t feel like I have an influence on the matter.

Sometimes, you accidentally say something with a double meaning that can be interpreted sexually and it’s the girl who points that out and then assumes you’re thinking perverted things, because she’s been told anyone with a penis does that all the time.

I am annoyed by that, because I’m a big fan of girls and don’t want to convey that they’re just meat to entertain my sexuality. If you’re reading me as a tone-deaf pervert, that will not make sense.

Knusper,

Unused RAM practically does not exist. The OS will use it for disk caching.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #