Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Bend 2 and the Vibe-Coding Trap(liampwll.com ↗)
    118comments
  2. An Empirical Study of Harness Design for Coding Agents(arxiv.org ↗)
    3comments
  3. ZCode, the GLM coding agent, silently uploads your Git history(tokenstead.ai ↗)
    42comments
  4. I don't like passkeys(hawksley.dev ↗)
    183comments
  5. OpenJev(openjev.com ↗)
    166comments
  6. The Shadows Lurking in the Equations – Underwater Islands(gods.art ↗)
    2comments
  7. Subnormal floating-point numbers are expensive on Intel processors(lemire.me ↗)
    25comments
  8. AI chatbots becoming experts at changing people's minds. What's their secret?(science.org ↗)
    discuss
  9. Jemalloc 5.4.0(github.com/jemalloc ↗)
    58comments
  10. Cekura (YC F24) Is Hiring(ycombinator.com ↗)
    discuss
  11. Microsoft exec called AI scraping 'the largest theft of labor in human history'(techcrunch.com ↗)
    397comments
  12. Warren Buffett Steps Down as Berkshire Chairman, Names Son to Replace Him(nytimes.com ↗)
    86comments
  13. Replacing Pull Requests with Delta(zed.dev ↗)
    39comments
  14. The scourge of x86 emulation(fex-emu.com ↗)
    53comments
  15. If materialism is true, the United States is probably conscious(jstor.org ↗)
    25comments
  16. Bonsai 2 27B: Near-Lossless Compression in a 9x Smaller Footprint(prismml.com ↗)
    158comments
  17. Astra for Law(openai.com ↗)
    636comments
  18. Show HN: Navier-Stokes Visualized as 1kB i386 demos(juandecos.github.io ↗)
    3comments
  19. Bend – A language that blocks AI mistakes via proof, on CPU and GPU(bend-lang.com ↗)
    263comments
  20. Qwen 3.8 Omni Flash(qwen.ai ↗)
    98comments
  21. Hister: A private search engine for the pages you visit and the files you keep(github.com/asciimoo ↗)
    177comments
  22. When the fractional part of a float fixes your shader(crocidb.com ↗)
    10comments
  23. Wax motor(wikipedia.org ↗)
    86comments
  24. Fujitsu launches made-in-Japan next-generation CPU FUJITSU-MONAKA(global.fujitsu ↗)
    239comments
  25. Pre-Greek: The lost language hidden within Ancient Greek(linguisticdiscovery.com ↗)
    55comments
  26. How to Write with an LLM(sockpuppet.org ↗)
    159comments
  27. A heap overflow and SSO misconfiguration to compromise OpenAI internal repos(hacktron.ai ↗)
    168comments
  28. Dr Julius Neubronner's Miniature Pigeon Camera(publicdomainreview.org ↗)
    discuss
  29. Shapelearn Qwen 3.8 27B (13.1 GB VRAM)(byteshape.com ↗)
    25comments
  30. Telstra outage: The night a network decided the year was 2006(netnod.se ↗)
    31comments

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.