Hacker News

Top stories

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

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.