Ich habe mir schon überlegt, ob ich so kleine Reklamekärtchen drucken lassen soll, so nach dem Motto "Hey, du Otto, mit 'nem Kinderwagen kommt man an deiner Limo nicht vorbei.".
Apparently, it's a genetic disorder: https://www.abc.net.au/news/2023-03-09/the-longest-living-hairless-rabbit-is-fighting-for-his-life/102072184
Baby bunnies do not look like that...
Me on Lemmy today:
Apparently, they're currently in the process of turning people's Manifest V2 extension off. They seem to be stretching it out over a few weeks to sidestep a shitstorm.
Afterwards, there will still be uBlock Origin Lite, but the dev didn't choose that name for funsies. It will be even worse at ad blocking, and be missing some important features like automatic block list updates and the element picker.
Ehm, well, I may or may not be moderator of a DCSS community here on Lemmy. 😅
Yeah, I decided to write "roguelikes" up there, but 99% of my roguelike time, I've also spent in DCSS. It being more puzzley than many of the more recent roguelikes has certainly played a role...
I've certainly noticed that my patience has dropped off a cliff.
When I was young, I spent hundreds of hours in RPGs. Then I got into roguelikes, which are like RPGs, but condensed down. Well, and now I'm microdosing this crack, because the condensed version of roguelikes is apparently puzzle games.
Oh, you don't have to always boot anew from the read-only snapshot.
When you're booted into the working read-only snapshot, run sudo snapper rollback
and then do a normal reboot.
This will make that read-only snapshot your new (read-writable) system state. So, after doing this, your OS will be as if you never applied that update.
More info on that command: https://doc.opensuse.org/documentation/leap/archive/15.0/reference/html/book.opensuse.reference/cha.snapper.html#sec.snapper.snapshot-boot
Have they considered using their own tools?
Ist meines Erachtens auch oft ein Fall, dass die Cloud anfangs wenig Prozesse in den Unternehmen erforderte, z.B. dass man relativ stressfrei was in's freie Internet hängen durfte.
Dann sind logischerweise Dinge schief gegangen, so dass man die Prozesse, die man für On-Premise Hosting hatte, jetzt auch auf die Cloud gemünzt hat. Und jetzt ist das Ganze genauso unattraktiv wie On-Premise Hosten auch...
Can't you roll back to a snapshot before the update that broke it? Then you can wait with updating for a week or two, in hopes that it gets fixed in the next Tumbleweed update...
Irgendwann in der 12. Klasse oder so, hatte eine Mitschülerin gefragt, ob man bei einer Fußgängerampel drüber laufen darf, ohne zu drücken. Und ich antwortete: Ja klar, man darf ja auch sonst überall über die Straße laufen, warum sollte man das bei einer Fußgängerampel nicht dürfen?
Leider hatte ich nicht beachtet, dass das mit dem Sinnmachen bei Gesetzen optional ist...
Fahrräder sollten mMn auch einfach durchfahren dürfen, solange sie den Fußgängern das Vorrecht lassen. Ich brauche keine Ampel, um mich vor Radfahrern zu schützen.
That it didn't select everything was only the default on Linux, to accomodate the folks using the middle-click clipboard (primary selection).
But yeah, I don't remember, if there was a good reason why they removed it. I think, they replaced the URL bar implementation and just have this feature in the new one. So, maybe they'd accept a PR?
Hmm, it's been a few years since I've run Fedora, but that's an experience also still stuck in my head from that time.
I always figured, Linux had just gotten better at that, because I switched to a more up-to-date distro afterwards, but in retrospect, it's not like Fedora is terribly out of date, so maybe that is just a weird configuration on Fedora...
I mean, I doubt Kate or Geany or Vim would've closed due to OOM, but sure...
Firefox unloads old tabs when restarting the browser, so most of those are more like temporary bookmarks.
Don't think I've ever seen someone open 300 tabs in one session or on Chromium...
The easiest is probably tomato soup. Just some tomato purree, salt, oil, pepper will already get you something decent. Adding some vegetable stock will, of course, make it better.
If you've got specific accounts you want to follow, you can get an RSS feed containing their public posts.
In terms of native clients, the closest such feature I know of, is that Fedilab (for Android) can remember your position in the timeline, so that you can resume reading.
If you primarily use one timeline, then you wouldn't re-encounter already read posts, because they're in the past from the remembered position.
I have to say, though, that it's not the most reliable feature in the world...
To me, the toxic culture of Reddit is a dealbreaker. Over here, you've got some folks that came from Reddit and didn't quite get the memo that they don't need to enter into gladitorial combat anymore when they disagree with someone, but overall, it's a lot more relaxed.
I guess, it's the precursor of this meme:
So, this uses a macro, but if you're thinking anything is possible with a macro, it's actually not in Rust. The input does still need to parse as valid Rust tokens.
Which means the authors asked themselves at some point: Is the Rust syntax a superset of the Python syntax? And well, it's not. In particular, some Python keywords will just be tokenized as an identifier (like a variable name).
But it is close enough that the authors decided against requiring a massive string to be passed in, which does amuse me. 🙃
Vom Wikipedia-Artikel zur sprichwörtlichen Eintagsfliege: https://de.wikipedia.org/wiki/Eintagsfliege
We often talk about the climate impact based on greenhouse gases, but extracting fuel from the ground and using it in exothermal processes of course also releases energy as heat.
This is mostly¹ in contrast with renewables, which make use of energy that's not long-term contained to begin with, so would end up as heat in our atmosphere anyways.
So, my question is: Does the amount of energy released by non-renewables have any notable impact on our global temperature? Or would it easily radiate into space, if we solved the greenhouse gas problem?
---
¹) In the case of solar, putting up black surfaces does mean that less sunlight gets reflected, so more heat ultimately gets trapped in our atmosphere. There's probably other such cases, too.
Somehow we forgot how to center rectangles and must find our way back
Hi, I just read online that you can apparently run apt --fix-broken install
.
I wanted to know, what that really does, but both apt --help
and man apt
only show a high-level summary of the subcommands and flags. The --fix-broken
flag is never mentioned, and presumably many others neither.
Is there some way to access documentation for all subcommands and flags?
Real screenshot from (crappy) personal project...
Hi, the default Roboto font is boring me out of my mind and I'd like to change it.
In the past, I've done so by just replacing the font file in the OS, which worked well, but meant that it would reset after every OS update. I'm considering scripting that with ADB to make it less of a pain, but figured I should ask, if there's a better way.
I'm on LineageOS which has a font styling system, but it only applies to the OS, not the user-installed apps...