In this loop 2 jobs get started and only 1 gets left. Anon is going to get real busy real soon.
- 0 Posts
- 26 Comments
You’re assumming it’s nonconsensual.
Sex before the first date.
jwt@programming.devto
Linux@lemmy.ml•What's your favourite "just works, day after day" Linux software?
111·2 months agoSystemd
*grabs popcorn*
jwt@programming.devto
Linux@lemmy.ml•What's your favourite "just works, day after day" Linux software?
4·2 months agoNah man, piece of shit software; Sometimes it just lists some random directory contents.
Not a dig at you or the script author, but I’m kinda miffed we’re relegated to running some rando github user’s bash scripts to check if we’re affected. This is the direct opposite response one should have to this kind of attack. I feel the AUR maintainers should have been more forthcoming about what they are doing to stop the attack and how users can mitigate the consequences if affected.
Comment
jwt@programming.devto
science@lemmy.world•Some Countries Embrace Lab-Grown Meat While Others Move Toward BansEnglish
2·3 months agoLab grown meat doesn’t have to compete with real meat, it has to compete with the meat alternatives.
Depends on the goals. If you want people to stop eating real meat and switch to lab-grown, then it does need to be on or around the same level as real meat.
jwt@programming.devto
science@lemmy.world•Some Countries Embrace Lab-Grown Meat While Others Move Toward BansEnglish
6·4 months agoI think it’d be awesome if the taste would be good, and it can be done safe and energy efficient. Three big ifs though.
Well at least it isn’t a beer ad.
“Raus aus der windows falle”
Damnit Vladimir, not agai… oh wait…
jwt@programming.devto
science@lemmy.world•New Study Confirms Causal Link Between Poverty and Mental IllnessEnglish
4·6 months agoAnd, is the therapy working?
jwt@programming.devto
science@lemmy.world•Mediterranean diet can reduce risk of stroke by up to 25%, long-term study suggestsEnglish
63·7 months agoI can’t imagine someone purposefully design a study this way.
Reminds me of that “have you ever had a dream” kid.
Skill issue, should’ve run it with --dry-run first.
jwt@programming.devto
science@lemmy.world•Science Keeps Changing. So Why Should We Trust It?English
2·8 months agoDownvote for the ragebait title
jwt@programming.devto
science@lemmy.world•A NASA spacecraft orbiting Mars may be deadEnglish
4·8 months ago“My battery is low and it’s getting dark”
jwt@programming.devto
Science@lemmy.ml•RETRACTED: Safety Evaluation and Risk Assessment of the Herbicide Roundup and Its Active Ingredient, Glyphosate, for Humans
3·9 months agoQuality documentary partly about this subject (Monsanto’s questionable contributions to papers): https://www.youtube.com/watch?v=KOkWahiUgQ4


Did the problem begin right after a kernel upgrade? Slim chance, but only thing I can think of is maybe some module your boot process depends on is no longer built-in the kernel and needs to be added to initrd manually. I always have an LTS kernel installed as backup to be able to exclude these kind of fucky issues.
If you don’t have an LTS kernel installed, you could try to boot a live usb, chroot into your EndeavourOS installation (don’t forget to do a
mount -ainside the chroot environment to mount boot and efi partitions) and install the LTS kernel. If you’re able to reboot with an LTS kernel that makes debugging a whole lot easier. Best of luck.(The ‘shorter uuids’ are probably the vfat boot and efi partitions btw. Maybe you have access to
lsblkorblkidin rescue mode to give some hints? You could compare them to live usb outputs of those commands)