How AI and Replit enabled my leap into productive, personal computing, and how I learned to stop worrying and love interactive programming environments
Hey Daniel! Yeah hmmmm, programming for me has been an interesting journey. I've come to realize that LLMs are quickly providing a good way to evaluate your code (with some exceptions) and generate vast amounts of lower quality code.
Am curious to try Replit out and shoot me the script you used to grab the laws from online! Am curious to check it out
Hey Daniel! Yeah hmmmm, programming for me has been an interesting journey. I've come to realize that LLMs are quickly providing a good way to evaluate your code (with some exceptions) and generate vast amounts of lower quality code.
Am curious to try Replit out and shoot me the script you used to grab the laws from online! Am curious to check it out
The code is a scraper built for a webpage that contained links to all the laws I wanted--so it's a very context-dependent tool!
Here's the repl with the code: https://replit.com/@DanielGolliher/Get-Local-Law-PDFs#main.py