• 0 Posts
  • 113 Comments
Joined 2 years ago
cake
Cake day: June 12th, 2023

help-circle


  • Hey, something I can maybe help with.

    Flatpak IDEs on the main system are not very useful for development. I got rid of mine entirely. I am developing firmware so it might be a bit different from your case, but what I did in have a single arch distrobox where I could install everything embedded-dev-related that had to work together (JLink, nordic tools, code-oss, etc…) on that. Then a few standalone debugging tools like STLink and Saelae logic2 could be installed to the home folder by default and Code could still find them from the distrobox (but they could be installed in the distrobox also). It doesn’t even need to have an init system, but I ran into a few problems like having to manually chmod usb devices to give STLink access. Udev rules are also hit or miss in /etc/udev/rules.d, e.g. the STM udev rules just don’t work, but nordic does.

    High storage consumption is likely negligible (or at least nitpicky) since storage is so cheap nowadays. Your SSD doesn’t care if it has 15GB or 20GB of system programs, especially when development codebases and SDKs, games, and media will likely make up 90% of space and almost never share libraries even on traditional systems.








  • I would be interested to see a figure of people with home servers that have had that happen to them. DoS & pwned yes, especially 15+ years ago before there were good resources, TLS, reverse proxies, or authentication front ends.

    I would be very interested to see any stat whatsoever of selfhosters that have gottened murdered specifically because of their server.

    It is extremely important to note that in those days, people just opened their, often out-of-date, servers completely to the internet via a DMZ or port forwarding, let ssh be open to the internet, didn’t harden ssh at all, and most people didn’t use a VPN for downloading.

    That is literally like saying that people who light wall torches in their wooden home burned their house down, so let’s not use lightbulbs or electricity.




  • Me too, and the new one I didn’t even realize this change happened. I saw there were no breaking changes, updated, and saw “oh, it isn’t synced anymore” so I reselected the folders, it ran a sync check on everything, which took a while, and everything works fine again.

    I didn’t even realize there was a difference until now, but I guess there is a start/stop sync switch.




  • That is pretty expensive nowadays, if OP wants to go that expensive, getting a mini PC with the latest intel N150. The pi 5 doesn’t even have hardware AV1 decoding. By the time you have all of the pi accessories, it is not much of a price difference, but defi itely a performance difference.

    https://amzn.eu/d/85cytyZ

    Plus you get benefits like actual storage instead of a separately bought SD card, more RAM, 2.5G ethernet, and HDMI2.1 & USB–C displayport.

    Then you slap Linux on it (and also hope that plasma bigscreen is a success in the near future) and you have a very reliable 4K HTPC that can decode anything you throw at it. It has enough horsepower to be a home server at the same time, unlike a pi while also having just a bit higher idle power usage (2W or so).





  • JustEnoughDucks@feddit.nltoLinux@lemmy.mlBazzite or Suse?
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    4 months ago

    Is your printer network attached and scanning via flatpak packages?

    Network printing works fine, USB printing and scanning works also, it is just anything having to use saned that flatpaks can’t seem to use

    I have hopped through multiple distros and I have never once had scanning not work on a “normal” one after correctly setting up saned. Only bazzite because of the flatpak/system split (also why any embedded programming needs distrobox)