It left out the tables (e.g. under 2.1 Materiales.) and the images (e.g see the very bottom).
Spanish legislation as a Git repo
111–120 of 246 posts
Re: Spanish legislation as a Git repo
#112Re: Spanish legislation as a Git repo
#113Re: Spanish legislation as a Git repo
#114Earlier quoted context omitted.
That's true, but it might not be as important here. Spain is not a country with a Common Law legal system entirely like the US or the UK. They have a civil law system where prior court judgement does not form a strictly binding precedent. Prior judgements can be important, but case law is not really a thing.
I wonder how true this is, we have the same system in Sweden, that court judgement are not legally binding precedent for lower courts. But in practice lower courts will follow the rulings made by the high court. Is it not the same in Spain at all?
Re: Spanish legislation as a Git repo
#115Earlier quoted context omitted.
The why is that it's cool. Why it's not cool for you cannot be explained by us, only you.
I didn't say it's not cool. I was trying to understand the utility of it being great.
For instance, the big Lebowski is great and cool.
Re: Spanish legislation as a Git repo
#116Earlier quoted context omitted.
There are laws that prevent you from committing suicide?
It was assisted suicide. Meaning the government helps you to commit suicide.
This case got heaps of media popularity because the christian right wing latched on it, and the father tried as hard as he could to impede the euthanasia. Ultimately got told that the lady unequivocally wants it and qualifies, and he can't override that.
Re: Spanish legislation as a Git repo
#117This is brilliant. I wish this were available for all legislations. There's so many inefficiencies that are trivially solved with existing tech frameworks.
> There's so many inefficiencies that are trivially solved with existing tech frameworks. There really, really are. The legal industry is well aware of that fact - and how many billable hours they stand to lose by making their work more efficient and understandable. You know how tax prep companies spent over $90m 'lobbying' Congress to ensure that filing your taxes remains difficult and complicated [0]? Well, lawyers…
Re: Spanish legislation as a Git repo
#118I built a pipeline that converts all Spanish state legislation into version-controlled Markdown. Each law is a file, each reform is a real git commit with the historical date. 8,642 laws, 27,866 commits. The idea: legislation is just patches on patches on patches. Git already solves this. Instead of reading "strike paragraph 3 and replace with...", you get an actual diff. The repo is the product. Browse any law, git…
Oooh Can you elaborate a bit how the gazette is publishing them? Like what format did you have to parse. And how many documents were there in total? I tried doing the same for German laws 1-2 years ago but LLMs weren't smart enough yet. And the costs would've been at least a couple of thousand €. Ed: Nevermind, I missed the "BOE (Spain's official gazette) consolidated legislation API" part. Sending jealous greetings…
Re: Spanish legislation as a Git repo
#119I built a pipeline that converts all Spanish state legislation into version-controlled Markdown. Each law is a file, each reform is a real git commit with the historical date. 8,642 laws, 27,866 commits. The idea: legislation is just patches on patches on patches. Git already solves this. Instead of reading "strike paragraph 3 and replace with...", you get an actual diff. The repo is the product. Browse any law, git…