Presumably, that ampersand needs to be replaced with &…
Ephera
- 7 Posts
- 568 Comments
Ephera@lemmy.mlto
Asklemmy@lemmy.ml•What would be a valuable thing to have memorized by heart?English
3·9 days agoI find that it’s mainly frustrating to those learning German at an advanced level, since using a wrong article immediately exposes you as a non-native speaker. Because yeah, as the others said, it hardly ever happens that native speakers use a wrong article…
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.
Ephera@lemmy.mlto
Asklemmy@lemmy.ml•I went to a grocery store in the morning that I normally go to at night and they had dimmed lights, soft music, as well as no sounds coming from the cash registersEnglish
4·10 days agoThere’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.
Ephera@lemmy.mlto
Asklemmy@lemmy.ml•I went to a grocery store in the morning that I normally go to at night and they had dimmed lights, soft music, as well as no sounds coming from the cash registersEnglish
7·10 days agoYeah, 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.
Ephera@lemmy.mlto
Open Source@lemmy.ml•Any opensource alternatives to imgflip/kapwing for creating memes?English
3·10 days agoI 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…
Ephera@lemmy.mlto
Open Source@lemmy.ml•Any opensource alternatives to imgflip/kapwing for creating memes?English
7·11 days agoIt’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…
Ephera@lemmy.mlto
Open Source@lemmy.ml•Open Source Developers Are Exhausted, Unpaid, and Ready to Walk AwayEnglish
7·16 days agoI find it so tricky, too. With the maintainers that I see struggling, it’s rarely a lack of contributions that fucks them up, but rather a lack of maintainers. And they can’t easily onboard other maintainers, because:
- there’s hardly anyone willing to invest enough time into your project to be a particularly helpful maintainer.
- everyone’s just strangers on the internet, who may or may not want to ship malware as part of your project.
Like, I even have a friend who’s excited for a project that I’m building, but so far, they’re purely cheerleading (which is appreciated), because they do have projects of their own that they find fun, and in particular also a life outside of programming.
I do not currently struggle with maintainership (because I haven’t announced my projects anywhere publicly 🤪), but yeah, it just feels like it’s asking for a lot, if I were to try to get that friend on board. In particular also, because not many aspects of maintainership are fun.
Ephera@lemmy.mlto
Technology@lemmy.ml•Did Cloudflare just bring down half of the Internet?English
2·18 days agoI mean, sure, I do understand what’s happening on a logical level. I’m just so baffled, because this whole internet thingamabob was architected by the military.
It was intentionally built, so that parts of it could fail without disrupting the rest. When a corporation fucks up, it was supposed to take down the servers of that corporation, not also a good chunk of the rest.But unfortunately, this internet thingamabob is merely the closest approximation we have for the “perfect market” that economics theory calls for, so it still doesn’t actually self-regulate like that whole theory would love to believe.
In fact, it is so much worse, because now monopolization happens across the whole planet. Particularly also because we don’t have a functioning “world government” that could enforce competition at that level via laws.So, the network leads to companies monopolizing on top of it and then monopolies necessitate that the respective companies do as poor of a job as possible, because this reduces costs and increases profits. As a result, major parts of this military-grade internet now falter every few weeks.
Ephera@lemmy.mlto
Technology@lemmy.ml•Did Cloudflare just bring down half of the Internet?English
29·18 days agoOh man, these global outages are really getting out of hand. A few days after the recent AWS and Azure outages, I suddenly noticed that I couldn’t reach certain webpages anymore. And I genuinely didn’t even bother trying to debug, because I just assumed that it’s another global outage.
In the evening, I did look into it and noticed that my router was at fault (presumably DNS got bugged by a recent update). That was just wild to me, that I genuinely deemed it more likely that several major webpages went offline together than that my home setup is fucky.
Ephera@lemmy.mlto
Linux@lemmy.ml•Short summary of my experience with NixOS: pain, admirations, concernsEnglish
5·21 days agorecreational coding
Well, good news, it actually is fun to dick around in the Nix configuration and see those changes manifest on your system.
Ephera@lemmy.mlto
Linux@lemmy.ml•Short summary of my experience with NixOS: pain, admirations, concernsEnglish
3·21 days agoThe purpose is similar, i.e. configuring a system, but I’d say Ansible works best, if you need to make a few small changes from an existing distro, whereas NixOS rather takes the approach of controlling everything about the operating system.
And in many ways, controlling everything is actually simpler.
Ephera@lemmy.mlto
Linux@lemmy.ml•Short summary of my experience with NixOS: pain, admirations, concernsEnglish
2·21 days agoAs the other person said, the bit about Arch is just the preamble.
But you can use Nix Home-Manager on Arch (or other distros), if you’re so inclined, which will give you that reproducibility for the stuff in your home-directory.In some ways, this is like backing up and restoring your dotfiles, but it allows you to template those dotfiles and depending on the program, it offers simple ways to populate the dotfile templates. For example, KDE applications don’t generally offer very legible dotfiles and so configuring e.g. a panel via dotfiles is kind of a pain. To help with this, there’s Nix Plasma-Manager.
Oh man, a few years ago, we had a military dude as conductor in our wind band. And I was always one of his favorites, I’m guessing because I have broad shoulders and a deep voice – prime military recruit material.
…except that I’m vegan. So, one day he sits next to me during lunch and asks me why I’m vegan. I do the usual dance of avoiding the topic, but he does not want to let it go. So, I tell him that I think killing animals is wrong. He walked out of that conversation like a hurt gazelle.
Like, fuck me, dude, if you’re gonna do the whole military tough guy spiel, but cannot take a kid disagreeing with you, then maybe you’re not as tough after all.
That argument annoys me so much. Each vegetable does cover all amino acids, they just don’t have them in the exact relations that our body needs. But if a vegetable has only 50% of one amino acid compared to the distribution that our body needs, then you can abso-fucking-lutely just eat double of that vegetable. Or as you say mix-and-match.
A typical Western diet includes far more protein than the body needs for maintaining itself either way.
Ah yeah, there’s various technologies that I don’t mention too loudly. For example, all things considered, I’m probably an above-average Python dev, but I never enjoyed writing it, so when I get asked about it, I always answer that I’m not too confident with it.
Which, in my defense, isn’t even really a lie. My specialty is large-scale projects, which is something where Python with its loose typing just does not give you confidence…
Hmm, I don’t add extra water when I cook spinach. I just wash it, fill up my pot with it, throw in salt and a splash of oil, then the kid on top.
After a few minutes, I’ve got a couple spoonfuls of tasty goodness.
…I did just notice the typo, but I also threw myself away laughing, so I’m keeping it.
Copy Link to Highlight is my favorite addition.
To be fair, your “SUUUPER stable” is another person’s “not really going anywhere”…



A few years ago, I set up a home-server with music and some pictures on there, and recently I noticed that my storage disk was getting full. Then I saw that the disk only had 16 GB and wondered, where the hell I got that small of a disk from.
So, I go to plug in a bigger disk and can’t even find the original disk at first. Turns out my whole storage capacity was one of these bad boys:
Spoiler
And yeah, I’ve got about 1800 songs, clocking in at 5.8 GB, so even that tiny storage would easily be enough for a much larger collection.
And I do also have them replicated on my phone, for listening on the go. (Don’t even need an SD card in my case.)