• 0 Posts
  • 36 Comments
Joined 1 year ago
cake
Cake day: September 26th, 2024

help-circle



  • Maybe you should join forces with YuNoHost. It let peoples selfhost on a Raspberry Pi or any old computer. Can be a “when I start it spare board only visible at home”.

    They already have a lot of apps packages that are 1 click to install. Maybe you can discuss to propose an option in their package script to reduce network to the current machine?

    The only downside to this approach is that their solution is targeted at being an entire OS. So I suspect most of the work would be to extract the app management from the rest?

    One issue I have with your idea is that most open source servers/app are designed to be run on Linux right? Not every users use it on their main machine. You also talk a lot about docker… does it work on Windows? I mean WSL sounds like a nightmare to manage with script, for other peoples. From my point of view, YuNoHost solution is easy enough for a layman, and they will be happy not to break their main PC, have access from their phone, … even if only at home.












  • Yes. I talked about screenshots because the first message said:

    I can’t see any screenshots from the article, all require a bluesky account. At least on twitter you could see images without login before the takeover.

    For “text source only” I’m with you quotes are enough.

    And if images are post anywhere, always provide an alt text, plz everyone !




  • Collecting the traces can cost some performance, but that is a small price to pay for the advantages and could even be turned off in production builds.

    They clearly intend this post for developers.

    But yeah I want my stacktraces… in my IDE/debugger where I can see them and jump the stack. Most of the time I just need the head, where the breakpoint (or crash) is.

    They also complain about rust where you can RUST_BACKTRACE=1 <program>. The default error tells you so !


  • I’m with the others: fd default syntax is easier to remember.

    And for the interactive search I’m using skim. With it I cd to the dir I want and Alt t to trigger fuzzy finding. There are also bindings to search for dir or in the history. The neat part is that results are inserted as is in the command line, no need to xargs or copy them. It also make the history look like I always know where the files I want are when in reality they are just fuzzy-found