Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Laya the open source version of Jev(convaiinnovations.com ↗)
    78comments
  2. What Zig felt like, coming from Rust(besok.github.io ↗)
    38comments
  3. A graphical desktop for the ZX Spectrum(github.com/mindbox77 ↗)
    7comments
  4. AI-generated posters don’t have to be horrible(john.hartnup.uk ↗)
    367comments
  5. Tin: full-text search for Postgres(planetscale.com ↗)
    3comments
  6. Human brain is two separate organs, Stanford Medicine-led research finds(stanford.edu ↗)
    163comments
  7. “The Secret Life of Circuits” is here(coredump.cx ↗)
    37comments
  8. Android 17 is the first since 3.x to add new APIs without releasing to the AOSP(grapheneos.social ↗)
    519comments
  9. Asking Authors About Their Own Papers(medium.com/tmlrorg ↗)
    6comments
  10. Black Holes or Black Hole Stars? Astronomers Spar over 'Little Red Dots'(quantamagazine.org ↗)
    6comments
  11. San Francisco Onion Futures Company(onionfutures.com ↗)
    92comments
  12. GPT-6 Astra Solves a WWI German Radio Cipher(prinzai.com ↗)
    120comments
  13. If math is more than proof, we need to better celebrate the rest of it(terrytao.wordpress.com ↗)
    169comments
  14. Learning Another Language May Be One of the Best Ways to Keep Your Brain Healthy(theconversation.com ↗)
    9comments
  15. AI Safety Is Mostly a Sex Cult(bsky.app ↗)
    4comments
  16. Cloudflare Quick Tunnels(cloudflare.com ↗)
    299comments
  17. Communication by means of modulated Johnson noise(pnas.org ↗)
    16comments
  18. How to Write with an LLM(sockpuppet.org ↗)
    357comments
  19. You can run Git on object storage if you re-make packfiles(tigrisdata.com ↗)
    23comments
  20. Saving another 100TB of RAM(cloudflare.com ↗)
    87comments
  21. SDCC – Small Device C Compiler(sourceforge.net ↗)
    22comments
  22. Science Is Open Software(jepedersen.dk ↗)
    47comments
  23. From Stonemasons to Carpenters(thelastsoftwareengineer.substack.com ↗)
    4comments
  24. Why building a Rust LSP is hard(rust-glancer.github.io ↗)
    44comments
  25. Ray Ozzie and the Optimism of Being Early(reproof.app ↗)
    5comments
  26. Ctenophores: Wonders of Biology(quantamagazine.org ↗)
    6comments
  27. The first new cat species discovered in 100 years(nationalgeographic.com ↗)
    119comments
  28. NASA-IBM Lunar Foundation open-Source Geospatial AI Model(usra.edu ↗)
    5comments
  29. OpenJev(openjev.com ↗)
    275comments
  30. How OpenAI Used Its Own LLMs to Design Its Jalapeño Chip(ieee.org ↗)
    115comments

A graphical desktop for the ZX Spectrum

26 pointsby 1h agogithub.com
6 comments
50m agoHN ↗

It _does_ look really cool, genuinely, but calling it a "labour of love" and then having AI write the readme/docs seems conflicting.

48m agoHN ↗

I'm at the point as soon as I think "was this written with AI help?" is in doubt I immediately hit the back button.

Have been for a while, it's exhausting.

The clock you can trust

*Bleh*

38m agoHN ↗

Long-form comments in the code are AI-written too, so I assume the whole thing is vibecoded. I guess my question is why. This is obviously not a piece of software anyone will ever use. If the author didn't do this for themselves - to learn, to show off their skills - then why bring it to life?

30m agoHN ↗

I wonder: was there a time when using a compiler was considered cheating? "Real men" code everything in ASM!

I do recall a whole era when using a GUI was considered cheating and denigrated as a "point and drool" interface (a play on "point and click").

Is using a combine cheating in farming? Is a nail gun or using prefab wall sections cheating in home construction? Is a 3D printer cheating in fabrication? If someone prints something with a 3D printer, do we say "you didn't make that, the printer did!"

I find it weird for people who like technology to be so averse to tools that automate labor since that is literally what all technology is, and a tool to automate intellectual labor is literally what a computer is. A machine is a thing whose purpose is to provide leverage to amplify human effort and more rapidly realize human intent in some domain.

Maybe it comes from a category error. AI is kind of a hand-wavey term, since most people think it means the thing is sentient. It's not. It has zero intent, zero motivation, zero ability to choose anything not already in its training data, and it will go precisely where its context window (and training data) guide it. It's a tool, a machine, and like any other machine it is set in motion by the user and guided by the user. The "choices" it makes are latent in its data or structure, or implied by its prompt. (Yes sometimes they can be surprising, but that's true of all complex machines.)

Actual sentient AI does not exist. It might someday but it does not today. I suspect it requires a very different kind of system with continuous learning, dynamical state, and feedback, and a goal function tied somehow to thermodynamics in the real physical world the way ours is, but that's pure hypothesis on my part. We don't even have rigorous definitions for such things.

20m agoHN ↗

The critical difference I think is deterministic vs non-deterministic. A compiler isn’t the correct comparison, it’s reading out your desired specs to a team member who does the actual engineering work.

18m agoHN ↗

Thinking of and expressing the functionality of the thing might be the labor of love for this person. Their definition of labor doesn't have to be yours.