• 0 Posts
  • 577 Comments
Joined 2 years ago
cake
Cake day: July 3rd, 2023

help-circle


  • Is it really though? Because would you have actually put in the effort in the first place to build that app?

    I am sure in some instances yes, like I grew up wanting to learn a ton of different things and dove in and learned a lot.

    On the other hand though, having to dig in and debug in a way actually is teaching you, surely not the “proper” way to learn and there are absolutely downsides regardless, but I’d posit it’s still better then simply not doing the thing at all. 🤷

    I wanted to set up automatic color lighting based on various factors in node-red, I didnt know shit about node-red though I’m familiar with low-code tools like powerautomate so some of that knowledge helped but I was still extremely out of my depth on where to even begin.

    So I asked AI, and within a couple days I had it functional and learned a lot about how passing messages worked and some typescript too. I very much doubt I would have put in the effort to learn how to do all of that on my own entirely and still did gain knowledge through the process. Absolutely not as much if I took the real time to learn, but I wasn’t going to do that for such an overall low-tier goal and that would absolutely have taken more then a few hours over a couple days lol.

    Then again, I am pretty sure I’m some strain of neurodivergent and when I use LLMs I’m not generally asking it to “do it all” for me, rather I ask how to do very specific tasks and “put it together” myself. 🤷




  • Distrobox is more like running an entire other Linux distro to run your program, so like before my laptop died completely I had Bazzite and needed to install something locally that was way easier to do in an Ubuntu Distrobox, any time I wanted to run that program I open up my distrobox and run it, felt very native and the app and its files were still in my normal home directory yet ran with dependencies and such I had in the distrobox only.

    Definitely nifty but different from the goal of podman/docker imo