• 1 Post
  • 147 Comments
Joined 1 year ago
cake
Cake day: February 14th, 2024

help-circle








  • Three R’s to deGoogling: Reduce, replace, remove.

    I would say start by changing your browser and search engine (lots of options out there today), and then set up your own domain for email hosting so you can try different providers.

    There isn’t another YouTube with all that content out there, so that one is tough, but you don’t have to 100% de google, 50% is still good. 15% is still good.









  • Amen

    And to add that smart people fall for dumb biases, we just need to look at the object oriented mania of the 2000s to late 2010s to see us shoehorn in one paradigm into everything without critically considering whether it made sense over other models.

    Can an LLM do everything I need yet? No.

    But is a stochastic parrot good enough to help me complete a function and help me restructure code? Yes definitely.

    Claude is good enough for so much of the low value code I write that is actually a useful tool. I have to review the code but it’s useable.

    I use AI search to lookup functions that I don’t need detailed docs for, or to help me debug arcane library specific errors (just had one earlier today where in polars the list and array types are very much not interchangeable and the explode method was failing).

    I still read the docs on things that are critical, and I write the critical paths and dictate structure and understand the problem im solving well.