Spyke

Replies

Comment on

where do the instances actually reside?

lemmy can run on a decent variety of hardware, just has to be some thing left on 24/7 and exposed to the internet (be careful, the internet is a hostile place... mine was getting scanned and poked constantly until I put it behind cloudflare and then locked the firewall down to just let in cloudflare), and of course more users take more powerful hardware.

For my personal just me instance though, I'm just running it on a Raspberry Pi 4 I run some other stuff on. Uses less than a gig of memory.

Comment on

How did you mess with school computers?

My home room in middle school was one of the few classrooms that had windows pcs. They used deepfreeze to reset them daily, but I found some program that actually disabled it. I think I just installed firefox or chrome and then ran windows updates because they always had the annoying yellow shield system tray icon for windows updates needed.

linux

Comment on

Why is snaps hated

Reply in thread

dnf is to apt as rpm is to dpkg.

The first pair are the nice user friendly front ends that pull things in and install from the repos.

The latter are the guts that directly handle the raw packages and are used by the frontends.

Comment on

*Permanently Deleted*

I'm rocking a pixel 6 pro. I like having the option of being able to unlock the bootloader and install custom roms, and the easy access to reflash the official os with just adb/fastboot as opposed to other androids requiring extra tools. Getting updates every month is also important to me.

linux

Comment on

What's your opinion on Snap/Flatpak, and why?

snaps I actively dislike since they're more heavily tied to specific servers and how Ubuntu is replacing perfectly good native packages with them.

Flatpaks and appimages are both ok, but I usually just package anything I need myself ( I use Gentoo and like its ebuild format) rather than go looking for them.