• 6 Posts
  • 130 Comments
Joined 1 year ago
cake
Cake day: July 21st, 2023

help-circle

  • I don’t recommend it unless you just want it for storage or whatever else it does out of the box. It’s basically impossible to tinker with it because it has so many layers of abstraction. At least that was my impression when I tried to edit their nginx config. It had like 2000 lines so I just gave up.

    If you want a server that runs services that you download from the internet, don’t buy it. Look at it as a box that does the thing that it promises to do, not as a computer. If you want it to do a different thing, buy a different box that does that. Kinda like a TV. It’s technically a computer that runs some kind of linux but to the user it’s a monitor that also shows videos from the internet.

    Also it’s perfectly fine to buy a “NAS black box” but maybe not something I’d buy if I wanted to get into selfhosting. I’d buy it if I wanted to have a NAS running at home with the least amount of “self” in “selfhosting” that’s feasable.





  • I used to selfhost on a core 2 duo thinkpad R60i. It had a broken fan so I had to hide it into a storage room otherwise it would wake up people from sleep during the night making weird noises. It was pretty damn slow. Even opening proxmox UI in the remotely took time. KrISS feed worked pretty well tho.

    I have since upgraded to… well, nothing. The fan is KO now and the laptop won’t boot. It’s a shame because not having access to radicale is making my life more difficult than it should be. I use CalDAV from disroot.org but it would be nice to share a calendar with my family too.




  • It doesn’t make any sense. If I make a box with a screen that runs linux (idk for ordering lunch in school canteen) and only update the OS by physically removing the hard drive and installing it from different computer, does that justify it being proprietary?

    On the other end a circuit can be changed e.g. by tuning a potentiometer or straight up changing a component. That’s not any different than changing a value of a variable in the firmware. There is no actual difference in hardware and software, just different level of abstraction like C vs Python.




  • It sounded like you got annoyed that I was guessing and it sounded like you tried to make it clear to me that the guess was not helpful to you with the use of sarcasm. I guess I misunderstood, sorry.

    Regarding the actual questions: You asked how does it compare to Coreboot. Canoeboot is actually coreboot, just slightly modified to work with Free Software Foundation’s rules but these rules are kind of absurd. See [1]. Libreboot is also modified Coreboot but one that’s actually good. The difference between them is that Libreboot should be a bit easier to install and that they support different hardware.

    In terms of battery life the same laptop with or without Coreboot should perform the same. Coreboot really only handles the booting. Battery life should depend on the “EC firmware”, which is like a second chip on your motherboard that handles stuff like blinking LEDs or checking if your lid is opened or closed. It also depends on the OS itself so Linux vs Windows will make a difference. Canoeboot is an exception because it does not include “microcode updates” for ideological reasons. Microcode is code that runs on a “CPU inside of your CPU”. Not updating it will A) make your CPU buggy and vulnerable to attacks like Spectre [2] and B) maybe even have worse battery life because Microcode can control the voltage your CPU runs at. More voltage -> more power (P ~ V^2)

    [1] https://libreboot.org/news/policy.html [2] https://en.wikipedia.org/wiki/Spectre_(security_vulnerability)



  • I haven’t read the multi episode argument between him and the person from freedesktop but the more I see comments like yours the more I’m inclined to side with him. (Though skimming his linux related blogs makes him look like an edgy kid to me.)

    Your first source does not prove he is a nazi sympathizer. It just says he does not want to ban nazis from his discord. That’s 2 different things. It could for example mean that he does not want to ban people that some person labels nazis. (everyone on reddit that disagrees with me is a nazi)

    The second source is made from a clown. That’s the same guy that’s suspected of doing the Stallman hitpiece. (it was at some point hosted from his IP or something) That article is full of half-truths. For example it frames Stallman’s opinions on age of consent like he is a sex offender. Or his jokes about not caring about what will happen with his body after his death like he goes around munching.

    I guess my point is that overblowing things only digs deeper trenches between the “sides” for no reason. I am not arguing that he is innocent, just that your comment might make some people think that “the wokies are trying to cancel vaxry” and ignore even legitimate critiques of him (or generally ${CONTROVERSIAL_PERSON}).




  • You are confused and mean. You cannot compare 2 different laptops and say that one has worse battery management because of coreboot. You would need to have the same laptop with and without coreboot to do any comparison.

    I don’t really get what you are trying to say in the second paragraph but Canoeboot is not a good daily driver because it’s basically a “drug substitute” for GNU dummies. The author of it does not recommend using it. Use Libreboot instead as it does not break your CPU.