TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

German parliament votes as a Git contribution graph

630 pointsby mxschllabout 2 months ago

30 comments

nikeeeabout 2 months ago
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.<p>Sadly, it is unmaintained.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;bundestag&#x2F;gesetze" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;bundestag&#x2F;gesetze</a>
评论 #43468618 未加载
评论 #43468773 未加载
评论 #43468583 未加载
评论 #43469237 未加载
评论 #43474850 未加载
评论 #43469167 未加载
评论 #43467635 未加载
评论 #43468661 未加载
评论 #43467565 未加载
slt2021about 2 months ago
I would love to see more governments operate on a Git-first basis, so that each and every decision&#x2F;contribution can be tracked online for transparency.<p>For example in USA we would have budget ceiling crisis, and both parties try to ram through a law to bump up the debt ceiling &quot;to prevent government shutdown&quot;. It is being sold as a measure to keep government afloat and running, and is usually ran through pre-holiday like Christmas.<p>But what actually happens, is thousands and thousands of pages of various pork is rammed through with various cutouts and carveouts for special interest groups due to lobbying.<p>Public needs to know who when and how is adding these lines and how is bipartisan consensus is being achieved in real-time, not post-factum.
评论 #43468634 未加载
评论 #43467815 未加载
评论 #43467863 未加载
评论 #43467950 未加载
评论 #43468650 未加载
评论 #43468630 未加载
评论 #43467805 未加载
评论 #43467756 未加载
评论 #43467898 未加载
yallpendantoolsabout 2 months ago
Sorry it might be my turn on the Dunce hat but what is so &quot;Git&quot; here other than the contribution calendar popularized by Github then copied by Gitlab?
评论 #43468190 未加载
codedokodeabout 2 months ago
I remember reading about someone simply adding legal texts to git. This is pretty much useless. I think that people who do this never saw a commercial legal database (or how it is called).<p>What one usually need, is for example, to have cross-references, i.e. when a law contains phrase like &quot;the certification is issued by a relevant authority&quot;, you want to have the &quot;relevant authority&quot; wrapped in a hyperlink pointing to an government order that designates that authority. Also, you typically want to have links to court cases related to some paragraph near it etc. If some change is planned to the law you want to have a note in the text like &quot;this is going to change on September, 1&quot;, etc.<p>Given that many countries have local laws, you might want to be able to filter by a place.<p>Github might be used for storing raw documents as some weird kind of a database, but it is useless for actually trying to find out the answers to legal questions.<p>To make an analogy, reading laws on Github is like reading source code without syntax highlighting and navigation.
评论 #43468214 未加载
评论 #43467856 未加载
评论 #43469134 未加载
pcdavidabout 2 months ago
<a href="https:&#x2F;&#x2F;git.tricoteuses.fr&#x2F;tricoteuses&#x2F;a_propos" rel="nofollow">https:&#x2F;&#x2F;git.tricoteuses.fr&#x2F;tricoteuses&#x2F;a_propos</a> has the French constitution and others (e.g. &quot;Code Pénal&quot;: <a href="https:&#x2F;&#x2F;git.tricoteuses.fr&#x2F;codes&#x2F;code_penal&#x2F;commits&#x2F;branch&#x2F;main" rel="nofollow">https:&#x2F;&#x2F;git.tricoteuses.fr&#x2F;codes&#x2F;code_penal&#x2F;commits&#x2F;branch&#x2F;m...</a>) under git too. They have developed a custom tool to automate this: <a href="https:&#x2F;&#x2F;git.tricoteuses.fr&#x2F;logiciels&#x2F;tricoteuses-legifrance" rel="nofollow">https:&#x2F;&#x2F;git.tricoteuses.fr&#x2F;logiciels&#x2F;tricoteuses-legifrance</a>
sam_lowry_about 2 months ago
Let us not confuse git and Github, the later belonging to a reviled US monopoly.
评论 #43469104 未加载
评论 #43472945 未加载
评论 #43469190 未加载
rwoerzabout 2 months ago
Some of the voting results on <a href="https:&#x2F;&#x2F;abstimmung.eu&#x2F;git&#x2F;2024" rel="nofollow">https:&#x2F;&#x2F;abstimmung.eu&#x2F;git&#x2F;2024</a> are misleading. Votings are about a decision recommendation (Beschlussempfehlung) which sometimes negates the original request (Antrag), e.g., <a href="https:&#x2F;&#x2F;abstimmung.eu&#x2F;votes&#x2F;55" rel="nofollow">https:&#x2F;&#x2F;abstimmung.eu&#x2F;votes&#x2F;55</a>
评论 #43470706 未加载
评论 #43469199 未加载
YmiYugyabout 2 months ago
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.
评论 #43467461 未加载
评论 #43467211 未加载
n2d4about 2 months ago
I wish there were more beautiful government data aggregators like this one — most people don&#x27;t even know how much stuff the gov makes publicly accessible (voluntarily or by means of FOIA), probably because it&#x27;s all buried in 20-year-old Java applets.<p>What similar resources are out there? Any favorites?
评论 #43467142 未加载
评论 #43467157 未加载
评论 #43467127 未加载
qrushabout 2 months ago
Oof. Did the Bundestag recently get promoted to be a manager?
评论 #43468243 未加载
评论 #43467076 未加载
评论 #43467210 未加载
ThinkBeatabout 2 months ago
That should probably be &quot;Github&quot; contribution graph.
flobosgabout 2 months ago
&gt; a Git contribution graph<p>Aka a heatmap.
评论 #43467049 未加载
评论 #43467164 未加载
blablabla123about 2 months ago
This is IMHO a very problematic take. This suggests the more votes, the more initiatives, the better. But this is very obviously wrong. Generally most industry nations have &quot;only&quot; a handful of large problems. (Something along climate, pensions, health care, housing and economy)<p>What happens when these get solved in a Stakkato timeframe shows the current US government which at this point even fails to fulfill basic needs of supermarkets. Proper laws&#x2F;initiatives aren&#x27;t created&#x2F;fleshed out by actual politicians but by a whole army of employees of the related institutions.<p>Everything else is pure populism.
agnishomabout 2 months ago
I first parsed this as [(German parliament) votes as a (Git contribution graph)]. But now I realize that the intended tree is [(German parliament votes) as a (Git contribution graph)]
评论 #43469217 未加载
outside1234about 2 months ago
Was thinking I was going to see a Merkle Tree here :)
评论 #43468373 未加载
评论 #43467158 未加载
评论 #43469424 未加载
lucb1eabout 2 months ago
Somehow I expected something about merges and branches when reading git contributions graph. The missing keyword is hub
bilekasabout 2 months ago
This is great. No maybe everyone wont see it, but making it visual, it hits harder these days. I love this.
maxekmanabout 2 months ago
Awesome! I was thinking about implementing something similar for the Swedish government APIs to improve transparency and knowledge of the democratic processes.<p>I wonder how easy it is to adopt this project to that?
评论 #43471999 未加载
mcintyre1994about 2 months ago
Interesting visualisation! On mobile there seems to be an issue with the months where they all display as one word instead of being spaced out: JanFebMarAprMayJunJulAugSepOctNovDec
no-replyabout 2 months ago
Looks like some version of this is being implemented with the US Congress.<p><a href="https:&#x2F;&#x2F;xcential.com&#x2F;blog&#x2F;version-control-for-law-tracking-changes-in-the-u-s-congress&#x2F;" rel="nofollow">https:&#x2F;&#x2F;xcential.com&#x2F;blog&#x2F;version-control-for-law-tracking-c...</a>
a3wabout 2 months ago
Wäre cool, wenn man die Boxen klicken könnte, ohne gegen das Popup der Box eins drunter zu kämpfen.
评论 #43470404 未加载
6510about 2 months ago
It would be fascinating to have side by side comparison for all countries and history. It would be full of brilliant and stupid solutions. It should really be convenient enough that law makers cant continue to pretend to be the first one to address a topic.
NooneAtAll3about 2 months ago
as Github* contribution graph
zoobababout 2 months ago
Soon we will be able to replace politicians by citizens.<p>And everybody should be able to submit improvements to the law.
Prunktonabout 2 months ago
link to the repo, init commit is like 3w old, last commit &lt;1h ago<p><a href="https:&#x2F;&#x2F;github.com&#x2F;abstimmung-eu&#x2F;abstimmung.eu" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;abstimmung-eu&#x2F;abstimmung.eu</a>
mvdtnzabout 2 months ago
GitHub is not git.
throwaway290about 2 months ago
This is not a Git contribution graph.
littlecranky67about 2 months ago
If my graph at work looked like this, you could derive from it I would hardly be working.
评论 #43468805 未加载
JanSchuabout 2 months ago
love it. Will be bookmarking this page
MaxGripeabout 2 months ago
This is great, but I think blockchain would be even better