724

what internship are you doing?

top 50 comments
sorted by: hot top controversial new old
[-] ashughes@feddit.uk 9 points 1 day ago

Stage 4: "I'm done. This isn't worth it and I don't actually NEED any of it! rm -rf / it all and wander silently off into the woods. Curl up on a mound of moss and watch all the things that bumble."

[-] Pencilnoob@lemmy.world 2 points 1 day ago

I'm in this meme and I don't like it

ooo audiobookshelf don't mind if I do

[-] Blurntout@lemmy.ca 125 points 3 days ago

When you spur of the moment decide to turn your gaming pc into a proxmox machine and then miss gaming so you end up down a rabbit hole of iommu groups to pass your Gpu through to a steam os VM to wrestle with Linux virtual display drivers so you can use sunshine to cast your games to your laptop

It eventually worked but you can quickly end up in a niche hell hole with little to no coherent documentation.

Trash guides is a gateway drug

[-] Leafimo@feddit.org 2 points 1 day ago

Or you just spin up Games-On-Whales and have the same with almost no work!

[-] The_Picard_Maneuver@piefed.world 31 points 3 days ago

Is it worth it after that's all said and done?

I'd love to power gaming in my house from a central server, but I keep imagining that it would be spotty and frustrating as hell.

[-] chisel@piefed.social 28 points 3 days ago

Game streaming is good, but not perfect. It's useable, but you do get the occasional stutter, dropped frames, connection issues, etc. Not to mention increased input lag.

If you must have your PC in a different room, you'd be better off buying an optical hdmi cord. That's what I do for gaming on my TV after playing a few games through various game streaming apps and getting fed up with it.

load more comments (4 replies)
load more comments (2 replies)
load more comments (5 replies)
[-] Mercury1337@lemmy.world 20 points 2 days ago

Stage 5 - you live in the woods and talk to a rock

[-] fruitycoder@sh.itjust.works 6 points 2 days ago* (last edited 2 days ago)

Stage 4 clustered servers so k8s can keep the containers up and configured

Stage 5 GitOps

Stage 6 federated clusters on your buddies infrastructure so each of you have off site high availability. Or hardware squirled away at families houses.

[-] Shayeta@feddit.org 1 points 1 day ago

Stage 7 OpenStack running on all those clusters, giving a seamless single-cloud experience.

[-] fruitycoder@sh.itjust.works 1 points 1 day ago

Honestly I prefer the kubevirt, kubeOVN route (ala Harvester).

OpenStack is a decades long labor of love that feels like it was started decades ago, you know?

[-] UnderpantsWeevil@lemmy.world 8 points 2 days ago

Me transition from stage 1 to stage 2, nervously.

[-] lps2@lemmy.ml 11 points 2 days ago

Just wait till stage 4 - I've got a 12u server rack, separate 6u networking cabinet, 80+ containers running on multiple VMs managed by multiple Proxmox nodes and all my infrastructure is transitioning to OpenTofu and OpenBao so I can spin up new VMs, manage the containers with Komodo, etc and all managed with single sign on. I've got ~$12k sunk into my local AI server alone. I have like 2 active users besides myself...

[-] UnderpantsWeevil@lemmy.world 6 points 2 days ago

I won't lie. I've found myself peaking into corners of the house and thinking about where I'd install a proper rack. House just isn't wired properly for it, though.

[-] lps2@lemmy.ml 5 points 2 days ago

I had two separate 20 amp circuits ran into a closet and threw an exhaust fan to outside so I save on cooling costs. Where there's a will there's a way!

[-] jeorb@lemmy.zip 3 points 2 days ago

Fellow stage 4 self-hoster here. Time to start a support group.

load more comments (3 replies)
[-] HakunaHafada@lemmy.dbzer0.com 40 points 3 days ago

lol at 'accidental' beta testers. I tell my family they're testing my shit

[-] taj@lemmy.world 2 points 1 day ago

Isn't that what they're for?

[-] AnimalsDream@slrpnk.net 19 points 3 days ago

The thing that I hate about self-hosting is that a lot of apps that could just be a plain offline thing are instead being designed to be super bloated server-docker things. Databases are not reasonably portable data formats.

[-] zaphod@sopuli.xyz 6 points 2 days ago

An sqlite database is a perfectly fine portable data format.

[-] AnimalsDream@slrpnk.net 7 points 2 days ago

Or, and apparently this is crazy these days - I can just use a file that's in a format appropriate to what I'm trying to do, compatible with the simpler offline app it was made for, and then just use a more general purpose syncing method whether online or sneakernet if I need to do some kind of data transfer - as opposed to accumulating an ever expanding collection of server stacks that are just redundantly doing the same kind of thing anyway while needlessly adding an insane amount of attack surface.

load more comments (1 replies)
[-] 0x0@lemmy.zip 7 points 3 days ago

Databases are not reasonably portable data formats.

I mean.. if you stick to standard SQL...

[-] RamenJunkie@midwest.social 2 points 2 days ago

This is why my self created apps all use Markdown files instead if DBs.

[-] jet@hackertalks.com 15 points 3 days ago
  1. I do this shit for money I ain't going to do it for free. I'm not about to be the 24/7 unpaid on call for my families pagerduty rota. Paid cloud services for me
[-] lmuel@sopuli.xyz 36 points 3 days ago

I think I have reached stage 4: No hosting, off-site backup is on an external SSD in a locker at work

[-] mlg@lemmy.world 16 points 3 days ago

"Wow these R730/R740 ear destroying rack servers are super cheap on ebay"

[-] lps2@lemmy.ml 2 points 2 days ago

Had an R710 in my bedroom for a few years, do not recommend

load more comments (1 replies)
[-] rimu@piefed.social 12 points 3 days ago* (last edited 3 days ago)

Stage 4: code your own social network and run it on the ThinkPad under the stairs with a DB server in a wardrobe.. Fight scrapers and spammers incessantly.

load more comments (2 replies)
[-] arran4@aussie.zone 12 points 3 days ago

4th is writing your own self hosted tools

[-] FrederikNJS@piefed.zip 15 points 3 days ago

Only 27 containers? That rookie numbers... You gotta pump those up!

I'm currently sitting at 131 containers across 3 Kubernetes nodes, all bare-metal though, no virtualization.

[-] paris 9 points 3 days ago

131 containers seems crazy to me. How many actual services does that translate to? Is it actually closer to 50 services running in parallel on three different nodes for redundancy?

[-] white_nrdy@programming.dev 8 points 3 days ago

There's probably also a fair amount of repeated servers that aren't redundant. Like postgres servers that are single purpose and multiple containers to provide it for an "actual" service.

[-] electric_nan@lemmy.ml 12 points 3 days ago

I've been pretty happy in #2 for years.

[-] uniquethrowagay@feddit.org 6 points 2 days ago* (last edited 2 days ago)

I had my own Nextcloud and Home Assistant (on a raspberry pi) for years and they're awesome, but I really don't have a use case for specialized stuff like jellyfin or vaultwarden. I just slap my media and a keepass file on my Nextcloud and I'm happy!

load more comments (3 replies)
[-] bowsertattoo@piefed.social 17 points 3 days ago

I just use flash drives to transfer stuff from my computer to the ipad so i can watch in bed lol, keep my music on an mp3 player

[-] uniquethrowagay@feddit.org 5 points 2 days ago

It's a peaceful life.

load more comments (2 replies)
[-] darcmage@lemmy.dbzer0.com 20 points 3 days ago

I'm definitely stage 3 but it's still an enjoyable hobby that isn't that time-consuming. I think stage 4 is creating your own services and spamming social media in search of users.

[-] panda_abyss@lemmy.ca 19 points 3 days ago

I’m worried I don’t know if I’m 2 or 3

[-] PlzGibHugs@piefed.ca 17 points 3 days ago

With this sort of thing, I'm always left wondering what I'm missing in terms of the hardware. Like, I've been collecting bits and bobs of old hardware for years, but it feels like if I want anything more than an absolutely basic raspberry-pi-level server, I need to buy dedicated hardware. For example, I want to put together a nas, especially since I do have a collection of spare, old hard drives, but would want raid for that. Unfortunately, its rare to find a mobo that has more than four sata ports, and all the power supplies I have available to harvest from other systems are either too weak, or are proprietary, meaning I'm halfway to buying a new PC anyway. Is there something I'm missing, or do others just have more disposable income?

[-] OR3X@lemmy.world 18 points 3 days ago

You can get an PCIe HBA on ebay for $50-60 bucks and will allow you to connect 8 disks to a single system. Look for ones that specifically say they have been flashed to IT mode which will let the host system address the individual drives and enable you to use MDADM for RAID. My "Server" is literally just the old motherboard from my gaming PC with 4x 8TB drives connected to one of those ebay HBAs.

load more comments (1 replies)
load more comments (6 replies)
[-] KindaABigDyl@programming.dev 14 points 3 days ago
[-] Malyca@lemmy.zip 10 points 3 days ago

Me too but now I'm afraid

load more comments (7 replies)
[-] flandish@lemmy.world 8 points 3 days ago

i uhh yeah host abt 10 containers on an i7 laptop currently. in my small office (kids bedroom) closet. I do also have a 3tb storage available but its what I had … an external wd drive. sigh. i am nbr 3 huh?

[-] es_eskaliert@feddit.org 9 points 3 days ago

Level 4 would be using some sort of off-grid decentralized networking instead of the internet?

load more comments (1 replies)
[-] Bishma@discuss.tchncs.de 13 points 3 days ago

Nonsense! The old laptop I run proxmox, home assistant, and most of my containers on is mounted to the wall in the garage, not under the stairs.

load more comments (3 replies)
[-] exu@feditown.com 13 points 3 days ago

Laptops have an integrated UPS!

load more comments (2 replies)
load more comments
view more: next ›
this post was submitted on 03 Aug 2026
724 points (100.0% liked)

Linux

14576 readers
152 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 3 years ago
MODERATORS