Destide
I’m a computer janitor that sometimes streams trying to learn dev https://www.twitch.tv/destide
- 48 Posts
- 281 Comments
Destide@feddit.ukOPto
Selfhosted@lemmy.world•Bluefin Server — Cloud-native home infrastructure from Project Bluefin [AIP]English
412·7 days agoThanks good advice underestimated the bar of the community.
Destide@feddit.ukOPto
Selfhosted@lemmy.world•Bluefin Server — Cloud-native home infrastructure from Project Bluefin [AIP]English
52·7 days agoFair enough, tag added. I hadn’t realised the rule extended to AI assisted contributions in third-party projects I’m merely linking to.Didn’t occur to me to dig into the projects repo. Hence my comment with it not being my project.I get it though vibe coded projects have become an issue it’s just that it was a broader disclosure requirement than I expected, so I’ll bear it in mind.
Destide@feddit.ukOPto
Selfhosted@lemmy.world•Bluefin Server — Cloud-native home infrastructure from Project Bluefin [AIP]English
123·7 days agoWhat are you talking about? This isn’t an AI article; it’s about a server OS/infrastructure platform.
Yes, you could use Bluefin Server to run AI workloads,they mention it because it’s container focused. But that’s not what makes something an AI related post. Where do you draw that line otherwise? Would a keyboard review need an AI tag because you could use the keyboard to type a prompt?
It’s not my project either so I have no idead if or where LLM’s are being used.
Destide@feddit.ukto
Linux@lemmy.ml•Epic Games Store: Launcher to get Linux versionEnglish
64·1 month agoSalut Monsieur Sweeny

Destide@feddit.ukto
Linux@lemmy.ml•Can I remote desktop into a Windows 11 system from Linux without using a full blown installation on a VM?English
3·2 months agoRemmina as mentioned already. You can script it and run it in kiosk mode or a wm like open box
In your situation tail scale and remmina will be enough.
Use adult feet next time easier to stand
User not seen touching grass
Destide@feddit.ukto
Linux@lemmy.ml•Commodore announces Linux-based flip phone with ‘no social media, no browser’ — the Callback 8020 will be available in five retro colorways starting at $499, runs 99% of Android appsEnglish
4·3 months agoNot entirely true there are members of the original team
Destide@feddit.ukto
Linux@lemmy.ml•Arch Linux AUR Malware Campaign Hits Multiple User-Contributed PackagesEnglish
7·3 months agosudo {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.
Destide@feddit.ukto
Programming@programming.dev•LLMs are eroding my software engineering career and I don't know what to doEnglish
53·3 months agoIt’s a tool, for me atm it’s like spellcheck and google had a baby
Destide@feddit.ukto
Linux@programming.dev•Flathub Now Rejects AI-Assisted Apps and SubmissionsEnglish
51·4 months agoBut my app I’ll have no idea how to maintain?!
Oh so just because it’s if statements all the way down it’s not good enough?
Destide@feddit.ukto
Selfhosted@lemmy.world•GitHub - damontecres/Wholphin: An OSS Android TV client for JellyfinEnglish
7·6 months agoLove it, integrating jelly seer means my partner can just discover shows and add them
Sounds like a peaceful life
Recent years? 2016 was a decade ago
Destide@feddit.ukto
Linux@programming.dev•Why Flatpak Won and Snap and AppImage Didn't. - Cameron KnauffEnglish
6·6 months agoI just run every app in its own manjaro based distrobox.
Destide@feddit.ukto
Linux Gaming@lemmy.world•GOG is seeking a Senior Software Engineer with C++ experience to modernize the GOG GALAXY desktop client and spearhead its Linux developmentEnglish
40·8 months agoLiterally the top requested feature in the forums, then they cleared it out and it became …the top requested feature in the forums
Destide@feddit.ukto
Debian operating system@lemmy.ml•Debian stable or Debian Testing for home usersEnglish
21·8 months agoGo stable until there’s no option
















It has been Slackware based since inseption I think just because that’s what fit when it was created.Fedora particually Silverblue and in turn some of the Ublue projects have shown you can create a super stable environment for container based workloads.
Updates are seemless and targetable a fedora backend gives them an easier switch to podman should docker not be viable in the future.
From the article it looks like they’re focusing on Faster security updates Better hardware support through the Linux kernel There’s a clear seperation of the base os and the apps,plugins etc that Silverblue/Ublue can offer that Debian couldn’t do as easily and they’d be better off just sticking on Slackware.