These types of projects have the potential to influence a nation.
Show HN: how I built the largest open database of Australian law
11–20 of 63 posts
Re: Show HN: how I built the largest open database of Australian law
#12Re: Show HN: how I built the largest open database of Australian law
#13Is there a U.S. equivalent?
Re: Show HN: how I built the largest open database of Australian law
#14Re: Show HN: how I built the largest open database of Australian law
#15Is there a U.S. equivalent?
There’s nothing at the state level right now. I’ve been considering setting up a statue scraper under the openstates umbrella but it’s a bit of daunting project to start. Lots of yeoman’s work parsing gnarly websites or evading Lexis scraper protections.
Re: Show HN: how I built the largest open database of Australian law
#16Is there a U.S. equivalent?
even with a database of current laws as they exist right now, the laws to change them primarily come in 2 forms:
1. verbatim additional laws
2. instructions that are essentially diffs to the current law. what words to change, strike out, sections to re-arrange and modify, as well as new lines of code. these have to be spliced in to the prior state of the law
and after we have all that, laws are often following different logic. like logic gates. One set of laws may be using "and" as a set of conditions that must be satisfied all as one, but it also could be using "and" and an "exclusive or", a set of conditions where only one has to be satisfied. but when writing it, those things all flowed grammatically and harmonization of laws wasn't prioritized.
there's a whole lot that can be improved that we don't have the infrastructure to do just yet. someone could do it, but that's the first step.
Re: Show HN: how I built the largest open database of Australian law
#17Re: Show HN: how I built the largest open database of Australian law
#18Is there a U.S. equivalent?
Notably, it’s thanks to them that in 2020 the Supreme Court ruled Georgia’s legal code, including annotations, is uncopyrightable.
Re: Show HN: how I built the largest open database of Australian law
#19Whats worse is that git is such a perfect solution for legislation.