Live data from Hacker News

German parliament votes as a Git contribution graph

abstimmung.eu

11–20 of 179 posts

Re: German parliament votes as a Git contribution graph

#16
There are also a repository containing some laws in markdown format on GitHub. They even used PRs for actual changes proposed by the parties in the parliament. Also, the commits have their proper date, so you can `git blame` on the laws and even see which president signed-off that change.

Sadly, it is unmaintained.

https://github.com/bundestag/gesetze

Re: German parliament votes as a Git contribution graph

#19
post #13

This is nice, but it would be great to see some more features from VCS applied to laws, e.g. git blame and git log.

It exists. The "commits" to the legal code is published in a government gazette: https://en.wikipedia.org/wiki/Government_gazette The current laws are just the tip of the main branch. In theory you could run a git blame and find out exactly which update inserted which specific words into the code. There is even branches in case of state succession, like the breakup of the USSR.

Re: German parliament votes as a Git contribution graph

#20
post #8
post #6

I wish there were more beautiful government data aggregators like this one — most people don't even know how much stuff the gov makes publicly accessible (voluntarily or by means of FOIA), probably because it's all buried in 20-year-old Java applets. What similar resources are out there? Any favorites?

Washington DC's laws are in git. https://arstechnica.com/tech-policy/2018/11/how-i-changed-th...

This is wonderful.
Post reply on HN