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

help-circle

  • 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
    2 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)




  • I have written a more detailed comment on it before, but 2d printing is much more technically complicated than 3D printing, and the resolution is literally an order of magnitude difference (0.2mm vs <42um) and the printer has to print full color on any surface with microdots in a very very short time. People would throw the printer out if it took 10 minutes for a single paper like a large first layer takes in 3D printing.


  • 1983 Lenco LRP 5450 DD record player &

    1998 Yamaha RX-496 RDS stereo receiver

    My father-in-law got them for us 2nd hand for a joint present. Quite a decent system!

    Not a real audiophile, but it works well and we enjoy it.

    I also made a Google Home kind of thing out of it using an ESP32S3 that uses ESPHome, Home Assistant, and Music Assistant to make it a Spotify connect node to play Spotify through it, control it with an IR blaster, and use Voice Assistant with it if I am not too far (it has a single mema mic)



  • JustEnoughDucks@feddit.nltoLinux@lemmy.mlFan of Flatpaks ...or Not?
    link
    fedilink
    arrow-up
    15
    arrow-down
    1
    ·
    2 months ago

    The few things I don’t like about flatpaks (which become a problem on atomic distros that use almost all flatpak by design):

    • Some types of embedded development is essentially impossible with flatpaks. Try getting the J-link software connected with nrftools and then everything linked to VScodium/codeoss

    • Digital signing simply doesn’t work, won’t work for the foreseeable future, and is not planned to get working,

    • Flatpaks sometimes have bugs for no reasons when their package-manager counterparts don’t (e.g. in KiCAD 8.0, the upper 20% or so of dialog boxes were unclickable with the mouse, but I could select and modify them with the keyboard, only the flatpak version)

    • The status on whether it is still being actively developed or not (at least I hear a fair amount of drama surrounding it)

    But besides those small things, it seem great to me.