2 Comments
May 7Liked by Daniel Golliher

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

Expand full comment
author

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

Expand full comment