Feels like one of those jokes that explicitly shouldn’t go into programmerhumor. A programmer that doesn’t interact with Linux, that’s something to tell the world about…
Feels like one of those jokes that explicitly shouldn’t go into programmerhumor. A programmer that doesn’t interact with Linux, that’s something to tell the world about…
I imagine, it has also manifested in our culture for women to exert an abundance of caution and to try to gauge reactions as long as possible, because playing it entirely open can lead to the man developing feelings, and if you then have to break things off, it can get ugly. Some men, even if it is just a tiny fraction, may then turn to violence and rape.
In particular, the men may “blame” you for their feelings and they might feel “”“justified”“” in raping you, because you did tell them that you find them attractive. No, none of this makes sense and I’d need to order another bucket of quotation marks, if I wanted to try to continue making sense of it, which I don’t, so let’s not do that.
Yes, the same can happen with the genders reversed, but typically the men are physically stronger, which is why this power dynamic made it into our culture, at least according to my pet theory here.


Obsidian is not open-source…
I just saw this on F-Droid, will need to test it, but sounds like it could be really good: https://f-droid.org/packages/lu.knaff.alain.saf_sftp
I’m hoping, it works like mounting or FUSE on proper Linux, where you can just use normal applications to transparently access network files. Then you’d be able to use any old file manager app to actually work with the files…
You probably just misread, but just to note that SFTP is different from SMB. They’re similar in purpose, but basically competing protocols…


What we expect from candidates:
[…]
- Easily breaks software, deliberately or by accident
😆


Yeah, this should be equivalent to interpolation search, which has an average performance of O(log(log(n))).
It helps that the months are separately indexed, so instead of a search on 365 input elements, you can do two searches with much lower input size, i.e. 12 and 31.
But yeah, you’re still in the larger O(log(log(n))) category with that.


Yeah, I always found it really valuable to know a person on the other side. Obviously, they’re not immune to propaganda either, but even just seeing the differences in propaganda can teach you a lot, both about which parts may be untrue, but also how propaganda works.
For example, I once saw a guy on Mastodon, who posted a populist Indian news article and expressed his agreement. The article was about some policy the EU was discussing, following Putins attack on the Ukraine, which would’ve affected India.
That policy was controversial here in the EU. I don’t remember what policy it was, but I didn’t feel good about it, my country (Germany) didn’t support it, but the EU as a whole did agree to it.
Meanwhile, that article framed it as “Europe is doing a bad thing” and “the West is blah”.
Like, man, I doubt, I would agree with my neighbor about this policy, but somehow I’m being generalized into an amorphous blob, the size of half the fucking planet.
It dehumanizes. It makes it seem like we’re not open for discussion, despite us internally leading extremely heated discussions.
But of course, we do the exact fucking same. We talk about India collectively all the time, even though it is much larger than the EU, with 1.4 billion different opinions. You don’t hear “the East” as often these days, but you do hear “Asia”, which is effectively just as meaningless of a word.
And yeah, just seeing the inverse happen to me, made it instantly clear why this is shit, which I would not have even thought about, if I only ever read our news outlets.

I mean, I’m saying, I genuinely believe it’s just there to amuse the author, and whoever may share the same humor.
Lots of webpages were quirky like that, before it all got commercialized…

The guy writes a lot about UI design and I guess, bad/unexpected design amuses him. The hamburger menu uses an actual hamburger for the icon. In the winter, it will also snow on the webpage, with snowflakes covering up the content. And if you’re on desktop, you should try the dark mode.


Well, you certainly have more of a dictionary available than I do. For me, it looks like this:

(Which, again, might actually be broken on my distro by excessive minimalism. No idea.)
My About→Components section in Kate says this:
Kate: 25.12.2
KDE Frameworks: 6.23.0
Qt: Using 6.10.1 and built against 6.10.1
NixOS 26.05 (Yarara) (Wayland)
Build ABI: x86_64-little_endian-lp64
Kernel: linux 6.19.2
You could try setting the “Default language” in the Spellcheck settings to something else and see, if it still completes the same words, just to try to find out whether these dictionaries are connected.
But yeah, might be worth filing a bug report with the Kubuntu devs. At the very least, it would tell them this behavior may not be wanted by everyone, if it is intentional…


Hmm, that’s strange. Don’t think, it’s supposed to work like that, but that does not either seem like behavior that would manifest from a simple bug.
The words in your screenshot do seem to all be in the English dictionary, well, except for “trotz”, but that’s a German word, so might still be that it somehow takes a dictionary into account.
There might be some dictionary package installed through apt, which might enable that.
Can you check in the Kate settings under Editing→Spellcheck, if any languages show up there? On my system, I actually have none there. Perhaps, if I “fixed” that for me, I might end up with similar completions as you have there…
Also, sidenote: To my knowledge, the T+ icon means that it is a word completion (normally based on words in the document), and not a keyword completion or similar.


Oh man, I don’t want to get deep into all the politics involved, but man, this reads like complete non-sense:
The outage comes following Iranian attacks on the UAE as retaliation for US and Israeli strikes on Iran.
If they did specifically target US corporations in UAE, that would make some amount of sense as direct retaliation.
I guess, you can also attack UAE and hope that they pressure the US to stop invading.
But in any case, this seems like a really good way to drag more nations into the conflict, or at least to force them to become active, which is not in the interest of Iran.


Oh man, seeing folks suggest it as a Discord alternative always had me uninterested, because I don’t even use Discord and it just seemed like yet-another-standard.
Now I’m reading this really technical title for a talk which mentions XMPP and I’m instantly sold.
Well, to be honest, “Movim” also sounded like a VC-funded startup. Looks like it’s a bus-factor-of-1 open-source project instead, which I have significantly more trust in.


^This comment is talking about the deluge of log messages you may or may not see (depending on the distro) while booting the system.
Just thought I’d add that, since the meme doesn’t actually mention booting. Not sure, where you got that from. 😅
Yeah, but he has stated that he really doesn’t have an opinion. He just happened to install Fedora on the family PC a long time ago and now he neither wants to deal with two separate distros, nor switch the whole household over.


Well, you could presumably at least use web-sys for interacting with the DOM and wasm-bindgen in general for generating the boilerplate.
But yeah, there might not be a pre-made library for interacting with the extension API, so might need to write your own JS←→WASM bindings.


Damn, did they run out of color ink?
I also really hate that since AI slop has turned search engines useless, you virtually cannot find anything, even if you remember the exact words of the title.
Arch basically happens at a granularity of individual packages. You decide from the ground up which packages you actually need, which is how you end up with a comparatively minimal setup.
But yeah, if the package itself is big, then Arch doesn’t usually deal with that. The Linux kernel comes with drivers for most hardware out of the box, which you can remove, if you know you won’t need that hardware.
And while this can also be done on Arch, it is Gentoo’s thing to do precisely that.