• 1 Post
  • 465 Comments
Joined 1 year ago
cake
Cake day: July 2nd, 2023

help-circle
  • Do you know what pattern matching is great for? Finding commonly cited patterns in long debug log messages. LLMs are great for brainstorming problem solving. They’re basically word granularity search engines, so they’re great for looking things up are more niche knowledge that document search engines fail on. If the thing you’re trying to look up doesn’t exist, it will make shit up so you need to cross reference everything, but it’s still incredibly helpful. Pattern matching is also great for boilerplate. I use the codium extension and it comes up with auto complete suggestions that don’t have much logic, but save a good amount of key strokes.

    I didn’t think the foundational tech of LLMs are going to get substantially better, but we will develop programming patterns that make them more robust and reliable.



  • It can potentially allow 1 worker to do the job of 10. For 9 of those workers, they have been replaced. I don’t think they will care that much for the nuance that they technically weren’t replaced by AI, but by 1 co-worker who is using AI to be more efficient.

    That doesn’t necessarily mean that we won’t have enough jobs any more, because when in human history have we ever become more efficient and said “ok, good enough, let’s just coast now”? We will just increase the ambition and scope of what we will build, which will require more workers working more efficiently.

    But that still really sucks because it’s not going to be the same exact jobs and it will require re-training. These disruptions are becoming more frequent in human history and it is exhausting.

    We still need to spread these gains so we can all do less and also help those whose lives have been disrupted. Unfortunately that doesn’t come for free. When workers got the 40 hour work week it was taken by force.







  • Depends on which part is altered. Lots of Linux distros are just curated collections of software, drivers, and configuration. You can easily achieve your OS goals without touching the code of the base distro at all. If they didn’t need to modify the base code then there’s nothing to distribute back. That would be like distributing your personal OS power user config settings. If you’re not touching source there’s nothing to contribute.



  • I didn’t know how much work they put into customizing it, but being derived from Android does not mean it isn’t custom. Ubuntu is derived from Debian, that doesn’t mean that it isn’t a custom OS. The fact that you can run the apk on other Android devices isn’t a gotcha. You can run Ubuntu .deb files on other Debian distros too. An OS is more of a curated collection of tools, you should not be going out of your way to make applications for a derivative os incompatible with other OSes derived from the same base distro.








  • I knew pay in the UK was bad for developers but that’s completely cuckoo. It sounds more like the uk is the odd one out though since while EU pay is lower than US I do know that it’s still better than most other jobs in the same area even if you aren’t in the Capitol. But there’s also always remote work if you live somewhere with no jobs.



  • The cloud buzzword was the dumbest thing ever. The cloud is an infrastructure technique for deploying server resources. It has zero end user impact. It made certain features easier to deploy and develop for software companies, but there is nothing fundamentally different in the experience the cloud provides vs a traditional server. Outside of the industry, the term means fucking nothing to users and the way it was used was just synonymous with the Internet in general. If your file is hosted on the cloud or a centralized server makes no difference to the end user and there would be no way to tell how it was hosted in a UI.