Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. An Empirical Study of Harness Design for Coding Agents(arxiv.org ↗)
    15comments
  2. I Vibed a Proof of Conway's Conjecture(overreacted.io ↗)
    13comments
  3. Bend 2 and the Vibe-Coding Trap(liampwll.com ↗)
    176comments
  4. C++26: Trivial infinite loops are no longer undefined behaviour(sandordargo.com ↗)
    1comments
  5. AI Protest in Montreal(montrealgazette.com ↗)
    discuss
  6. North Korean nuclear test sets off years of earthquakes – Science – AAAS(science.org ↗)
    discuss
  7. OpenJev(openjev.com ↗)
    183comments
  8. I don't like passkeys(hawksley.dev ↗)
    309comments
  9. The Shadows Lurking in the Equations – Underwater Islands(gods.art ↗)
    4comments
  10. Subnormal floating-point numbers are expensive on Intel processors(lemire.me ↗)
    36comments
  11. Warren Buffett Steps Down as Berkshire Chairman, Names Son to Replace Him(nytimes.com ↗)
    108comments
  12. Cekura (YC F24) Is Hiring(ycombinator.com ↗)
    discuss
  13. Jemalloc 5.4.0(github.com/jemalloc ↗)
    61comments
  14. Mathematicians Build Long-Awaited Graph Sandwich(quantamagazine.org ↗)
    discuss
  15. Friend at Jane Street said they will solve Riemann Hypothesis(millenniumresearch.ai ↗)
    3comments
  16. The scourge of x86 emulation(fex-emu.com ↗)
    57comments
  17. Microsoft exec called AI scraping 'the largest theft of labor in human history'(techcrunch.com ↗)
    482comments
  18. Bonsai 2 27B: Near-Lossless Compression in a 9x Smaller Footprint(prismml.com ↗)
    169comments
  19. Astra for Law(openai.com ↗)
    645comments
  20. NATS publishes preliminary report on technical incident of 8 September(nats.aero ↗)
    2comments
  21. BeanShell3 in Development(beanshell.github.io ↗)
    1comments
  22. Bend – A language that blocks AI mistakes via proof, on CPU and GPU(bend-lang.com ↗)
    272comments
  23. Cloudflare Quick Tunnels(cloudflare.com ↗)
    1comments
  24. Second Circuit Allows Government to Search Electronic Devices at the Border(knightcolumbia.org ↗)
    9comments
  25. Hister: A private search engine for the pages you visit and the files you keep(github.com/asciimoo ↗)
    178comments
  26. Qwen 3.8 Omni Flash(qwen.ai ↗)
    101comments
  27. Wax motor(wikipedia.org ↗)
    89comments
  28. ZCode, the GLM coding agent, silently uploads your Git history(tokenstead.ai ↗)
    48comments
  29. Replacing Pull Requests with Delta(zed.dev ↗)
    50comments
  30. NATS Major Incident Preliminary Investigation Report [pdf](nats.aero ↗)
    1comments

Preliminary release of new Arc version, including latest HN source

64 pointsby 17y agoarclanguage.org
9 comments
17y agoHN ↗

It would be very interesting to port the same HN source code to different languages to compare how easy to code, refactor, upgrade and maintain it is.

17y agoHN ↗

It would also be interesting to see how long they turned out to be. News.arc is 1990 LOC.

17y agoHN ↗

Sounds a bit large. Does that figure include all the support libraries for network & web -- or that you're not using any?

17y agoHN ↗

No, that's just what you need for News specifically. But News does more than you might think. Take a look at the source.

17y agoHN ↗

Pretty big news for Arc-ers.

Still a pretty spartan distribution. Still no docs dir or even a README, which seems a bit strange.

17y agoHN ↗

Installation instructions and a tutorial are on http://arclanguage.org.

(The installation instructions currently refer to the last release, because this one isn't official yet. The tutorial seems to be current, though, because nothing that basic changed.)

17y agoHN ↗

Some files (besides INSTALL and TUTORIAL) you might consider including with the distribution:

* README: what it is and why

* ChangeLog

* LICENSE

* HACKING: instructions for users who might like to contribute to Arc

* FAQ: answers to questions that users keep asking about

* TODO: what you plan on working on next

17y agoHN ↗

Edit: Ok. Just had another look at http://www.paulgraham.com/arc0.html , specifically the part about changing stuff without even keeping track of the changes. So, I rescind my suggestion for the ChangeLog.

You also say, "full of hacks and note-to-self comments about fixing them.", so there goes the possible TODO file too. :)

17y agoHN ↗

It might also be beneficial to have a file or comment that explains some stuff in news.arc, specifically the admin settings for users and the site that regular users never get to see.