this post was submitted on 17 Mar 2026
14 points (81.8% liked)

Selfhosted

60281 readers
638 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

Got a new PC handed down to me. And now have my old one collecting dust. It has a dedicated GPU (GTX 1060 6GB VRAM) i guess the most obvious thing would be an AI model or maybe jellyfin (which is currently running on a raspi 5 just fine for), but was wondering if you maybe had other suggestions?

you are viewing a single comment's thread
view the rest of the comments
[–] sefra1@lemmy.zip 8 points 3 months ago (1 children)

"I have a hammer and I hate it's not hammering, any cool ideas involving nails?"

You see, I have the exact same problem as you, I just can't stand seeing hardware going unused. Specially computer hardware that deprecates. But I think before thinking "what can I do with this hardware" you should think "do I have a need or a problem that can be solved with this hardware?" And if the awnser is "no" then maybe consider selling the GPU or giving it to some friend who needs it.

My Jellyfin works without a GPU, just my old 2nd generation i3 is enough to realtime transcode video to my phone, maybe I would need upgrade of I had more users, but I'm it's only user.

Do you have multiple users on your server where you require GPU acceleration, if not there's no much reason to use GPU accell anyway (which is usually trickier to setup)?

Still reporposing the computer to use as a server seems to be a good idea, because I at least can't stand the nightmare of using USB hard drives, I've hard really bad experiences with those lousy cables and connection. But if you do that. That leaves you with another problem. What to do with the raspberry pi?

Also, I just recently also built a new PC had the same problem of not knowing what to do with my laptop, I came to conclusion that the best thing I can do with it is to run background chat applications on it and maybe web browser via waypipe. So it just looks like a window on my main PC and this way I have ram on my new PC that I may need for some heavy workloads like blender rendering.

[–] vogi@piefed.social 1 points 3 months ago (1 children)

Yea, you are probably right. Just wanted to ask before I hand it down myself, in case I missed some really cool use case for it.

My Jellyfin is also very basic with everything pre transcoded as I don't even have/need >1080p.

So it just looks like a window on my main PC and this way I have ram on my new PC

This sounds really cool. Does that actually work, did you do a comparison? I would have expected that most RAM usage comes from rendering the frame and not sending it, or does waypipe somehow outsource that as well?

[–] sefra1@lemmy.zip 2 points 3 months ago

This sounds really cool. Does that actually work, did you do a comparison? I would have expected that most RAM usage comes from rendering the frame and not sending it, or does waypipe somehow outsource that as well?

I haven't tested yet, it's something I plan to do this or next week.

From what I understand, waypipe should use minimal ram, all it basically does is forwarding an image, sound and inputs, all the heavy lifting is done on the server side where the application actually runs.