• 0 Posts
  • 26 Comments
Joined 3 years ago
cake
Cake day: January 17th, 2022

help-circle

  • I wouldn’t build anything significant on the RPi Zero and instead would try to build elsewhere, namely on a more powerful machine with the same architecture, or cross-build as others suggested.

    That being said, what’s interesting IMHO with container image building is that you can rely on layers. So… my advice would be to find the existing image supported by your architecture then rely on it to layer on top of it. This way you only build on the RPi what is truly not available elsewhere.



  • Mine, we’re one in it, me ;)

    Interesting, thanks for sharing the use cases and clarifying your choices.

    I do also have a standing desk with a relatively large screen on a monitor arm. I also have a walking pad under the standing desk. The goal being to ergonomically have as much freedom as possible while still being efficient.

    I did try the XReal months ago but I don’t think I tried the Pro.

    Otherwise I worked with pretty much everything (Google Glass, HoloLens, Vision Pro, Quest (all models), Lynx XR1, Monocle/Frames, my own DIY ones, etc) but my main focus is WebXR and 6DoF, so not really replacing a screen. I do understand it is useful, and sometimes as I travel I use the Quest 3 or Vision Pro to work in there but that’s typically a temporary measure. My professional perspective is that 6DoF with hand tracking and accessories (6DoF pens, BT keyboard, etc) is the most novel way to interact with information hence why I build open-source WebXR prototypes on that topic.









  • utopiah@lemmy.mltoLinux@lemmy.mlHow to backup around 200 DVD
    link
    fedilink
    arrow-up
    3
    arrow-down
    1
    ·
    edit-2
    8 days ago

    I’m way too lazy for such an endeavor… so what I would do instead is

    • buy a DVD player on a standard interface (right now seems to be USB-C) that seems to cost (wow… seriously that cheap?!) about the price of a lunch, so 30 EUR.
    • download RIPs from a Torrent tracker

    once that’s done then I would only do the additional content of a per-need basis which I would then upload back to a Website that cares about this kind of content, potentially the Internet Archive.


  • Indeed, so my argument is that sure a “better” installer might change a small fraction of the marketshare, say 1%, but it’s not enough to change significantly, say 10% or even reach parity.

    An interesting example is the Steam Deck coming with Linux installed. Sure there are few people who do (by choice) install Windows alongside Linux but AFAIK the vast majority do not. That’s IMHO particularly interesting on a topic, gaming, where Windows has been traditionally the #1 reason people picked a specific OS.


  • Didn’t watch the video… but the premise “The biggest barrier for the new Linux user isn’t the installer” is exactly why Microsoft is, sadly, dominating the end-user (not servers) market.

    What Microsoft managed to do with OEMs is NOT to have an installer at all! People buy (or get, via their work) a computer and… use it. There is not installation step for the vast majority of people.

    I’m not saying that’s good, only that strategy wise, if the single metric is adoption rate, no installer is a winning strategy.




  • Folders, ssh, key auth, sftp and scp are the main things I’m looking for.

    suggesting that anyone who wants a central console for their remote systems must be somehow incompetent

    IMHO that’s exactly what ~/.ssh/config using its Include directive as shown in https://lemmy.ml/post/29858248/18510482

           Include
                   Include the specified configuration file(s).  Multiple
                   pathnames may be specified and each pathname may contain
                   glob(7) wildcards, tokens as described in the “TOKENS”
                   section, environment variables as described in the
                   “ENVIRONMENT VARIABLES” section and, for user
                   configurations, shell-like~references to user home
                   directories.  Wildcards will be expanded and processed in
                   lexical order.  Files without absolute paths are assumed
                   to be in ~/.ssh if included in a user configuration file
                   or /etc/ssh if included from the system configuration
                   file.  Include directive may appear inside a Match or Host
                   block to perform conditional inclusion.
    

    from https://man7.org/linux/man-pages/man5/ssh_config.5.html

    So what I think people are highlighting is not that your need is wrong, rather that you rather than going back to fundamentals (e.g. lower command-line or even configuration here level stuff) you are looking for more complex and specialize tools. That tends to be reasonable in the Windows world where people are often looking for GUI but in Linux, started from Unix and thus CLI, this is a process that will often lead to disappointment. I believe people who are saying things perceived negatively here are pointing out, maybe poorly, a cultural difference that will be problematic in the future, thus why they are insisting.