Destide
I’m a computer janitor that sometimes streams trying to learn dev https://www.twitch.tv/destide
- 19 Posts
- 198 Comments
Gnome behaves consistently. I want to love kde and have used it since the 3. Days but kwin seems to hate every build I’ve ever done.
Destide@feddit.ukto
linuxmemes@lemmy.world•I'm sure the AI will make it run even faster.English
81·1 month agoUbuntu bad am I rite guys!
Destide@feddit.ukto
Programmer Humor@programming.dev•Haskellers when someone boasts about Typescript's fake type system.English
2·2 months agoIt puts the fun in functional
Destide@feddit.ukto
Selfhosted@lemmy.world•GitHub - damontecres/Wholphin: An OSS Android TV client for JellyfinEnglish
7·3 months agoLove it, integrating jelly seer means my partner can just discover shows and add them
Sounds like a peaceful life
Destide@feddit.ukto
linuxmemes@lemmy.world•I'll try something different next install, I swear.English
2·3 months agoDid anyone only just realise the smoking man in the background
Vibe coding nixos to combine kde and gnome on an ext2 raid with snapshots
Yo dog I heard you like rust so we installed it to sda1 so you can have rust on your rust
-old so very old
I’m a one man dev/support/sysadmin I use Ublue’s and Nixos because why would I do the work that’s already been done,
Destide@feddit.ukto
Linux@lemmy.ml•Installing Debian for the first time. Wish me luck!English
3·6 months agoYou can disable power of on lid close. I ran a dell laptop with a terramaster as a server for a couple of years when I lived in a small flat no issues with it as a general media home lab has a built in UPS too.
Destide@feddit.ukto
Programmer Humor@programming.dev•Don't be a fool, use the proper tool.English
6·6 months agoWhich would have been pretty in keeping with Hammonds spared no expense but actually cheaper than f out especially book Hammond. We’ll just use productions computers rather than paying the UNIX license
Destide@feddit.ukto
Programmer Humor@programming.dev•Don't be a fool, use the proper tool.English
47·6 months ago
Destide@feddit.ukto
Linux@lemmy.ml•Bazzite just delivered over a petabyte of ISOs in a single monthEnglish
5·6 months agoAt most you might have to switch to the closed driver image
Destide@feddit.ukto
Selfhosted@lemmy.world•Plex’s crackdown on free remote streaming access starts this week - Ars TechnicaEnglish
12·7 months agoDebian and Ubuntu have the most docs and guides If you know what you’re doing nixos or ucore would be pretty unbreakable Paid for product I love Unraid
Trash guides is pretty good for getting started https://trash-guides.info/
Destide@feddit.ukto
Selfhosted@lemmy.world•Plex’s crackdown on free remote streaming access starts this week - Ars TechnicaEnglish
21·7 months agoYou’d be wrong both times, have a good weekend though
Destide@feddit.ukto
Selfhosted@lemmy.world•Plex’s crackdown on free remote streaming access starts this week - Ars TechnicaEnglish
122·7 months agoI did in like 2007 how is that relevant to what I posted?




sudo {package-manager} remove npm nodejs sudo {package-manager} purge npm nodejs
npm: sudo tee /usr/local/bin/npm >/dev/null <<‘EOF’ #!/bin/sh echo “npm is blocked on this system.” exit 1 EOF
sudo chmod 755 /usr/local/bin/npm
npx: sudo tee /usr/local/bin/npx >/dev/null <<‘EOF’ #!/bin/sh echo “npx is blocked on this system.” exit 1 EOF
sudo chmod 755 /usr/local/bin/npx
Might break somethings but that’s a part of boycotting something I guess.