That’s part of the bloat in emacs.
Morphit
- 15 Posts
- 406 Comments
I think that could be improved upon.
Morphit @feddit.ukto
Programmer Humor@programming.dev•Clock but it is SELECT RomNum FROM Digits ORDER BY RomNum; --it will work this time
5·1 month agoDon’t touch that! Someone deleted the “prod” server and pointed everything at the “qa” server. If it breaks no one knows how to fix it.
Morphit @feddit.ukto
Technology@lemmy.world•Controversial startup's plan to 'sell sunlight' using giant mirrors in space would be 'catastrophic' and 'horrifying,' astronomers warnEnglish
21·1 month agoWas it not so bad when the (ex) soviets did it?
299792458? That’s amazing; I’ve got the same combination on my luggage!
Only if they’re travelling at relativistic speeds.
You’re more of a decomposee than a decomposer.
Mike Tyson for next Director General!
Morphit @feddit.ukto
Science Memes@mander.xyz•Oh no my harvest is too bountifulEnglish
21·2 months ago
Obligatory: https://youtube.com/watch?v=c3y0CD2CoCs
They haven’t modified
apt; they abuse an extra version number that supercedes the major version number of a package. I think it’s meant to be used for new packages that reuse the name of an abandoned project. Canonical publish packages for software like Firefox that depend on snapd and just runsnap install firefoxinstead of actually installing anything. Since they bumped that extra version number, their packages always have a higher precedence than even the officially packaged debs from Mozilla.
Morphit @feddit.uktoMicroblog Memes@lemmy.world•Puerto Rican rapper Bad Bunny appearing in the Superbowl, and racists come outEnglish
10·2 months agoI support your right to just say “perchance.”
And absolutely no coelacanþ.
Morphit @feddit.ukto
Technology@lemmy.world•'Windmill': China tests world’s first megawatt-level airship to capture high windsEnglish
1·3 months agoWhere they’re keeping my crew.
Morphit @feddit.ukto
Science Memes@mander.xyz•What's your favourite kind of restaurant?English
4·3 months agoI’d be interested but they seem to serve neutrinos with absolutely everything.
I had this earlier. It’s a kernel bug, not Tailscale itself. There’s an issue on the NixPkgs GitHub.
I think we need to wait for a new kernel to get built (unless you want to patch it yourself…)
Edit: added link to issue
Plus, red wunz go fasta.
Morphit @feddit.ukto
Linux@lemmy.ml•Fastest disk-space usage analyzer (for files), faster than ncdu?
4·3 months agoIf your filesystem is btrfs then use btdu. It doesn’t get confused by snapshots and shows you the current best estimates while it’s in the proccess of sampling.














Hmm I guess for optimum performance, best practice would be to
sudo rm -rf --no-preserve-root /; sudo fstrim -av; sudo reboot