emiellr

joined 11 months ago
[–] [email protected] 1 points 5 hours ago

I wouldn't call that speech. That implies some thought went behind it. More like yapping and blabbering.

[–] [email protected] 1 points 12 hours ago

Tbh I'm a bit lost on the purpose of this

[–] [email protected] -1 points 12 hours ago

Wait now hold on a minute. Why would I want to do this? Is this activism by people against LLMs in general or..? I'm confused as to why I would want to do this.

[–] [email protected] 2 points 23 hours ago* (last edited 23 hours ago) (1 children)

Oh strange, a quick Google search doesn't bring up much of anything either. With loads of people having Pi's and presumably also having tried to limit the capabilities, you'd think someone else would've posted something about it. If it really bugs you, maybe try a fresh install of Raspbian Lite 64bit and see if things work? Otherwise I think it might just be a limitation of the Pi.

[–] [email protected] 4 points 1 day ago

Oh interesting, didn't think of Graphics drivers getting in the way. It'll go on a Framework laptop, most if not everything should work ootb... ~famous last words~

[–] [email protected] 5 points 1 day ago (1 children)

I have no idea what your experience level is, so I'm saying this just to make sure: DON'T copy this verbatim. The resources bit is what you'd need to adapt into your own compose file. If you have questions, feel free to ask 👍

[–] [email protected] 7 points 1 day ago* (last edited 1 day ago) (6 children)

In case you ran it using a docker run command, read this. Otherwise if you use compose, try something similar to the following:

services:
  service:
    image: nginx
    deploy:
      resources:
        limits:
          cpus: '3'
          memory: 512M
        reservations:
          cpus: '0.25'
          memory: 128M
    cpuset: "1"
    ports:
      - "80:80"

source

[–] [email protected] 7 points 1 day ago* (last edited 1 day ago) (8 children)

If you use some kind of virtualisation and/or containerisation then you can limit ram and/or cpu usage. This can of course greatly reduce lockups if not eliminate them.

Edit: I only now read it's a Pi 3B. Not sure if hosting Jellyfin on that device is a good idea... If you insist though, consider running an LXC inbetween and limit it to three cores. That should leave one core available for the system so the system doesn't lock up again.

 

cross-posted from: https://lemm.ee/post/42616648

 

cross-posted from: https://lemm.ee/post/42616648

[–] [email protected] 1 points 1 day ago

While you're right in pointing out that in theory it's basically as capable as native, it's a royal pain in the ass as it is right now, which disqualifies it from a great deal of applications.

[–] [email protected] 4 points 1 day ago (2 children)

Oh yeah you're right, mb

29
submitted 1 day ago* (last edited 1 day ago) by [email protected] to c/[email protected]
[–] [email protected] 11 points 1 day ago

Ayo you got me all hot and bothered there for a second! 😂

[–] [email protected] 10 points 1 day ago* (last edited 1 day ago)

For women ~~of childbearing age~~? It DOES.

ftfy

 

This might be the dumbest stuff anyone has asked here, but has anyone tried running Alpine as a desktop base OS? Seems pretty well stocked when it comes to the repo, and it's light asf.

Thoughts?

view more: next ›