• 0 Posts
  • 9 Comments
Joined 7 months ago
cake
Cake day: September 3rd, 2024

help-circle


  • The problems with that feed which he touched on in the video are pretty significant. If you subscribe to channels that put out lots of content and ones that rarely do, it becomes much harder to use.

    One thing he didn’t mention is also that it’s not conducive to discovering and gradually catching up on the back catalogue of a new channel, which is something the home feed excels at.

    I’m sure YouTube prefers you use the home feed and has no plans to improve subscriptions, and there are real issues with it, so it’ll probably continue to decline.





  • Agreed. I’ve been following the technology of neural networks and generative AI since before LLMs were the new hotness and it’s fascinating and powerful stuff.

    My qualms with what’s happening now are more about how we organize our economy and society. Rushing them to market, aggressively trying to cull workers, etc. are critiques of capitalism not AI. In a different world we would all be excited about the prospect of having to work less and reap the benefits of AI, but we wouldn’t be reopening coal plants and leaving people to starve on the street.




  • Worth noting that this is stored in the repository alongside the code changes and can be referenced in the future if someone is trying to understand that code or fix a bug in that code.

    For large projects spanning long periods of time sometimes the best way to find a bug’s cause is to scour the projects history to find out which commit caused the bug to appear, and if that commit doesn’t have a good description you’re unnecessarily disadvantaged when trying to find out why it caused the problem or what assumptions were going into the original code.