Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Hacking OpenAI(hacktron.ai ↗)
    72comments
  2. Waymo in Singapore(waymo.com ↗)
    59comments
  3. Astra for Law(openai.com ↗)
    459comments
  4. Jemalloc 5.4.0(github.com/jemalloc ↗)
    5comments
  5. Bonsai 2 27B: Near-Lossless Compression in a 9x Smaller Footprint(prismml.com ↗)
    114comments
  6. The scourge of x86 emulation(fex-emu.com ↗)
    1comments
  7. Bend – A language that blocks AI mistakes via proof, on CPU and GPU(bend-lang.com ↗)
    197comments
  8. Pre-Greek: The lost language hidden within Ancient Greek(linguisticdiscovery.com ↗)
    12comments
  9. Hister: A private search engine for the pages you visit and the files you keep(github.com/asciimoo ↗)
    147comments
  10. Qwen 3.8 Omni Flash(qwen.ai ↗)
    41comments
  11. Wax motor(wikipedia.org ↗)
    62comments
  12. Fujitsu launches made-in-Japan next-generation CPU FUJITSU-MONAKA(global.fujitsu ↗)
    210comments
  13. Apple detectives solved mystery of ancient tree and rewrote the history of fruit(scientificamerican.com ↗)
    3comments
  14. Shapelearn Qwen 3.8 27B (13.1 GB VRAM)(byteshape.com ↗)
    4comments
  15. Telstra outage: The night a network decided the year was 2006(netnod.se ↗)
    13comments
  16. How to Write with an LLM(sockpuppet.org ↗)
    70comments
  17. Sex, AI, and the Apocalypse(iankduncan.com ↗)
    190comments
  18. Ask A Monk – A digital wilderness for thoughts with no immediate answer(askamonk.online ↗)
    16comments
  19. Flet 1.0 – Build cross-platform apps in Python(flet.dev ↗)
    44comments
  20. Diplodocus, Long Thought Exclusively American, Turns Up in Spain(sci.news ↗)
    32comments
  21. The most important product decision is what you don't build(liamnugent.me ↗)
    27comments
  22. Khipu (Quipu) Field Guide(khipufieldguide.com ↗)
    1comments
  23. Code Scans(devin.ai ↗)
    4comments
  24. How Uber Protects Against Retry Storms(uber.com ↗)
    33comments
  25. Why I didn’t sign the Fields medallists’ letter(gowers.wordpress.com ↗)
    339comments
  26. CrowdSec Source Code Leak(crowdsec.net ↗)
    43comments
  27. How do we prevent mathemathics from devolving into the Medieval Era of secrecy?(mathoverflow.net ↗)
    84comments
  28. Show HN: Snapdrop: Instantly share files between devices. No setup, no signup(snapdrop.me ↗)
    30comments
  29. Infinite-Parameter LLMs: Generating and Adapting Weights from Live Data(arxiv.org ↗)
    38comments
  30. Minimal Phone 2(minimalcompany.com ↗)
    11comments

Ask HN: Did anyone ever create GitLaw?

2 pointsby 3y ago
5 comments
A thread from 11 years ago[0] proposed a "A GitHub for Laws and Legal Documents". Did anyone ever develop something similar to this? Even without the ability to propose changes, being able to view a git history of passed bills would be useful for anyone who would want to analyze the changes over time.

If a tool has been built, please share it. If not, what are the major blockers to at least building the history / diff tool?

[0]: https://news.ycombinator.com/item?id=3967921

3y agoHN ↗

A good thing that such a thing has already been proposed.

For the lawmaking I follow, many of the systems in use tend to share some rudimentary ideas of version control, but they are all awfully bad at this job. I suppose the problem is that amendments and related important things are often done in closed-door cabinets; hence, it is often difficult if not impossible to determine (without leaks) who amended what and why (and/or was lobbied to do so). This issue is something I've long considered to be problematic for democracy, but politicians have their own reasons to disagree.

3y agoHN ↗

Various localities upload their statutes to a git repository hosted as a GitHub project; but I'm not aware of any using Pull Request (PR) workflows to propose or debate legislative bills (or to enter or link to case law precedent for review).

The US Library of Congress operates the THOMAS system for legislative bills. How could THOMAS be improved; in order to support evidence-based policy; in order to improve democracy in democratic republics like the US? https://en.wikipedia.org/wiki/THOMAS

How do state systems for legislative bills document workflows and beyond compare to THOMAS, the US federal Congress system? Why do we need 50+1 independent [open source?] software applications; could states work together on such essential systems?

IIRC, LOC invested in improving THOMAS with: markup language to typographically-readable HTML support?

It may be helpful to send an email to your state with the regex regular expression pattern necessary to make online statute section and subsection references a href links instead of non-clickable string. TIL the section sign ("§") is older than the hyperlink; https://en.wikipedia.org/wiki/Section_sign

Parliamentary informatics: https://en.wikipedia.org/wiki/Parliamentary_informatics

FWIU, diffing documents is a solved problem.

How could pull request workflows be improved in order to support legislative and post-legislative workflows (like controlling for whether a funded plan actually has the proscribed impact)?

High School and College Policy debate (CX; Cross Examination debate) enjoy equal rights to 'fiat'. IRL, we must control for whether the plan and funding have the predicted impact.

E.g. GitHub and GitLab have various features that could support legislative workflows: code owners, multiple approvals required to merge, emoji reactions on Issues and Pull Requests and comments therein such that you don't have to say why you voted a particular way, GPG-signatures required for commit and merge, 2FA.

FWIU, the Aragorn / district0x projects have some of the first DLT-based (Blockchain) systems for democracy; all of the rest of us trust one party to share root access and multi-site backup responsibilities and have insufficient DDOS protections.

3y agoHN ↗

There was a discussion on HN where the real blocker is everyone uses Microsoft Word, and all the related tools on it, and no one was going to change their workflow.

Any such legislative solution may involve meeting the users where they are, first. Understanding the whole lifecycle, so to speak.