• 6 Posts
  • 1.06K Comments
Joined 2 years ago
cake
Cake day: June 12th, 2023

help-circle
  • Yep, openvpn with factory firmware. It even had a (limited) choice DDNS services for self hosting, on a cheap consumer router. I could never figure out if NAT hairpinning worked though.

    Almost all routers have an “advanced” section where you get a lot if these nice options.

    I have only bought a ubiquiti device in the last few years though, so I guess it is possible that routers have been enshittified like a lot of tech products with features locked behind a paywall.





  • And for any of the people saying “he changed”.

    One of his most recent “philanthropic” ventures was to partner with Nestle (good start) to “modernize and increase yields” of the dairy industries in impoverished countries.

    The two organizations then sold modern (likely non-servicable) equipment and entrenched them in corporate supply chain systems geared towards export and making it much harder to trade locally (not sure how that part worked, but was in what I read).

    For a grand total of… 1% increased dairy yields.

    Then 3-4 years later they pulled out, leaving heavily indebted farmers without the corporate supply chains and delivery systems they were forced to switch to, and making it very difficult to switch back to the old ways of working, so they can’t sell nearly as much locally.

    Who do you think will buy up those farms when the farmers go bankrupt and have to sell ar rock bottom prices.



  • I am split on this.

    If you allow it, then you get eevblog sort of posts where there are 1000+ comments over 5 years in 50 pages that switch topics so regularly that every 2-5 pages should be entirely seperate posts and reading them because of wanting to find information on the title topic is completely useless.

    On the other hand, sometimes an issue will become stale and someone will comment with an update or solution to a problem and get chastised for “necroing” and sometimes their comment with a solution deleted.


  • Similar goal, different function.

    There aren’t install scripts like lutris, which makes it harder, once in a while, to install certain games that might need a modification.

    What makes it special is that it puts each program in a “container” (hence the name) that is sandboxed from your system. E.g. if you were trying to run a program infected with malware, it would have a very hard time trying to infect the rest of your system, where with lutris and Heroic, that separation doesn’t exist so it would have full access.

    It is less targeted at games and more at general programs.

    That is about it. The interface is much worse than lutris or heroic, but it is still a useful program.








  • Time to DIY!

    Waveshare touchscreen for pi, 1200x800 is a good price and for home assistant that is fine. $70/75 for 8inch/10.1inch version. (10.1DP-CAPLCD)

    Raspberry pi 3/4/5 can mount directly on the back of it. For whatever outrageous price Pis are now. (Around here, a 4B/4GB is 60€.

    Wave share PoE hat for $20

    Assemble it like Lego, put it in a wooden frame or 3D print, done. Around 160 USD plus shipping for a full build of a POE battery-less touchscreen display that runs full Linux of whatever flavor. (And is quite overkill as far as power).

    You could probably do it even cheaper with an orange pi zero 3 with a PoE to USB-C converter or a Banana Pi BPI-P2 Pro IoT which has PoE built in.

    It is cheaper than a tablet and strips out the useless things like a battery, camera, really high DPI display, LTE radios, etc… For a simple home assistant kiosk.

    But yeah, epaper displays are 3x the display cost without touchscreen. Though in my opinion, epaper is better for static non-interactive sensor display which can run on battery with an MCU for almost no power because it only has to update once an hour or so.



  • What other people haven’t quite touched on is that the in-built system certainly won’t be powerful enough to run demanding VR games with good frame rates and resolution.

    I also have my doubts about the 6GHz WiFi connection being enough for it, I hope there is also a wired option.

    But it will be awesome to be able to do normal tasks like coding, writing, etc… outside in the garden, as an example. I think for people that don’t have a dedicated VR space, this could be awesome with 6GHz WiFi outside without needing base stations.




  • 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.