• 3 Posts
  • 10 Comments
Joined 2 years ago
cake
Cake day: June 7th, 2023

help-circle
  • Debian is community run, which often means all changes and features get implemented because the community wants that, not some corporation. One notable example of that is Snap.

    Also, I found (minimal install) Debian a bit more minimalist than Ubuntu server, which is great imo. I just want the bare minimum for my services to work, and pretty much the only thing I expect from my server to have is SSH and Docker.



  • My recommendation would be to use Logseq.

    It’s similar to Obsidian (“Second Brain”/ PKM), but with the journal function as backbone.

    It relies heavily on crosslinking, is markdown-based, very efficient and a joy to use once you “got” it, and supports a hell lot of features, including TODO, plugins, a knowledge network (“graph view”) and much more.

    I use it for everything (external brain) and pretty much never loved a piece of software this much!
    It sounds like it is THE tool you’re searching for!



  • Because containers (Distrobox, Flatpak, etc.) are bae.
    You can read my post I made a while ago for more information: https://feddit.de/post/8234416

    Once you “get” image based distros, you probably never want to go back. Traditional distros just feel… off now for me.
    Containerisation is the biggest strength in Linux, we use it all the time on servers, so why not on the desktop?
    Atomic OSs just make more sense for me, not only because of security/ bug/ whatever reasons, no, also because they feel simpler and are pretty convenient and robust.




  • There’s a big shift happening right now, you’re right on that.
    Traditionally, ARM is not as capable in solving complex issues, but more efficient.

    That’s why it has always been used on smartphones for example. You want a lot of battery and don’t need to do highly complex stuff on that, that’s what you have your PC for.

    The big focus in the last years has always been to top the competitor in terms of performance, and only right now, people begin to question if the computing power they have right now isn’t enough and if they rather wouldn’t like to have a device that’s more efficient.
    The tradeoff is, you’re more limited to this specific architecture. Apple solved this by making a compatibility layer for x86 apps, but that of course comes with a performance hit.

    I’m no expert in that topic tho, so take all I said with a lil grain of salt.

    Right now, I think you’re better off with x86, because your server will definitely run on some sort of Linux, and we don’t have any compatibility layer or something like that yet.


  • Guenther_Amanita@feddit.detoSelfhosted@lemmy.worldRPi Alternatives for Self-hosting
    link
    fedilink
    English
    arrow-up
    37
    arrow-down
    1
    ·
    edit-2
    1 year ago

    Where I live, electricity is also very expensive. I monitor every watt.

    I asked the same question half a year ago, here’s what I’ve learnt: RPis tend to be less reliable and aren’t that energy efficient. They’re great for small appliances, but for servers (e.g. NAS) not as much.

    Get an used Thinclient/ mini PC. They cost something between 50-150€ and give you a huge performance boost, more ports, a x86 architecture, are better repairable (still often bad) and more.

    Mine uses about 10-15 W on normal use, and 20 rarely when my cloud is under heavy use.


  • Dude… It’s the hundredth time you’ve posted this copypasta.
    Image-based OSs aren’t locked down and also don’t depend on proprietary services.

    You can just read my post I made about immutable systems, maybe we can discuss it there.

    But, I wouldn’t choose a image based OS right now too for servers. At least yet.
    I’m just afraid about compatibility, because many installers and services might rely on access to the root file system for now. Debian is right now the best choice as server OS, but that might change in the future.



  • I don’t know what’s your intention.
    I’m no expert or highly qualified in any way, so please correct me, but I don’t know if that’s the right way.

    LLMs usually need lots of computing power, optimally in form of a GPU.
    I use GPT4All, and when I send a prompt, I notice the temps/ fan speed and usage of my GPU turning up instantly to almost 100%. If it’s a longer one, my PC sounds like a helicopter 😁

    In terms of hosting a server, you want something barely good enough for your service, e.g. running your cloud. This results in way less power draw, which is what you want, since it runs 24/7. Something powerful enough to run LLMs comfortably would likely draw lots of power, even an Apple Silicon.

    I think, you’re better off just using GPT4All on your gaming PC if you need it.

    I hope I’m wrong, and that M1s draw barely any power, especially in idle.
    And even if I am, they (almost) can only run MacOS, which wouldn’t be a good server OS.