• 0 Posts
  • 5 Comments
Joined 1 year ago
cake
Cake day: July 8th, 2023

help-circle


  • One point that stands out to me is that when you ask it for code it will give you an isolated block of code to do what you want.

    In most real world use cases though you are plugging code into larger code bases with design patterns and paradigms throughout that need to be followed.

    An experienced dev can take an isolated code block that does X and refactor it into something that fits in with the current code base etc, we already do this daily with Stackoverflow.

    An inexperienced dev will just take the code block and try to ram it into the existing code in the easiest way possible without thinking about if the code could use existing dependencies, if its testable etc.

    So anyway I don’t see a problem with the tool, it’s just like using Stackoverflow, but as we have seen businesses and inexperienced devs seem to think it’s more than this and can do their job for them.


  • A lot of the AI boom is like the DotCom boom of the Web era. The bubble burst and a lot of companies lost money but the technology is still very much important and relevant to us all.

    AI feels a lot like that, it’s here to stay, maybe not in th ways investors are touting, but for voice, image, video synthesis/processing it’s an amazing tool. It also has lots of applications in biotech, targetting systems, logistics etc.

    So I can see the bubble bursting and a lot of money being lost, but that is the point when actually useful applications of the technology will start becoming mainstream.


  • Stuff just works on windows, I have a proxmox box with some Linux vms to run containers and I’ve tried several times over the last 20 years to move to Linux on my main pc but there are just too many faffy bits.

    I really dislike what windows has become, it’s bloat ware that’s getting worse and worse, but I begrudgingly use it as I can be productive, the moment I can be as productive in Linux I’m off of windows, but even simple things like drivers are often not as good, lots of commercial software has barebones or no Linux support, there are many different package managers (on one hand great) but some have permission problems due to sandboxing when you need something like your IDE to have access to the dotnet package, also as a developer building apps/libs for Linux is a nightmare.

    For example if I make an app for Windows I build a single binary, same for mac os, for Linux it’s the Wild west, varying versions of glibc various versions of gtk and that’s the simpler stuff.

    Anyway I REALLY WANT to like Linux and move away from windows to it, but every time I try its hours/days of hoop jumping before I just end up going back to windows and waiting for windows to annoy me so much I try again.

    (just to be clear the annoyances I have with windows are it’s constant ad/bloat ware, it’s segregation of settings and duplication of things, it constantly updating and forcing you to turn off all their nonsense AGAIN)