Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. F-Droid 2.0 (f-droid.org)
    192comments
  2. Show HN: Make cursed fonts like Times New Bastard (mitpit.com)
    37comments
  3. Show HN: Whiteboard (YC W26) – An open-source IDE for thoughtful software design (github.com/devdotfast)
    41comments
  4. Fearless SIMD v1.0 (linebender.org)
    17comments
  5. Rails World 2026 Opening Keynote [video] (youtube.com)
    110comments
  6. My weird new hobby: Wandering around Tokyo on Google Maps (ahmedhossamdev.com)
    37comments
  7. Using LLMs to trace alchemical knowledge and decode 17th century letters (resobscura.substack.com)
    1comments
  8. The forgotten battle of East Lansing (eastlansinginfo.news)
    4comments
  9. Book review: Is parallel programming hard, and, if so, what can you do about it? (ahelwer.ca)
    10comments
  10. Stable (YC W20) Is Hiring Product Engineers (usestable.com)
    —discuss
  11. Why is the liver so weirdly regenerative? (dynomight.substack.com)
    81comments
  12. Forging 1024-bit RSA signatures in nearly SNFS time [pdf] (iacr.org)
    3comments
  13. Sourcehut account takeover via build logs (XSS in ansi2html) (blog.arusekk.pl)
    —discuss
  14. Two-tier encryption in the UK (macanorak.com)
    332comments
  15. Google’s Project Suncatcher to put ML infrastructure in space (blog.google)
    73comments
  16. Creatine uptake enhances antitumor immunity (cell.com)
    126comments
  17. WaveDigger: Dig into wireless signals to discover their physical locations (github.com/christianrowlands)
    10comments
  18. Geothermal heat map of US hot springs (soakingsprings.com)
    16comments
  19. Security auditing in the age of (good enough) AI (trailofbits.com)
    1comments
  20. Web-based IBM 1620 emulator and IPL-V from 1963 (github.com/pkimpel)
    11comments
  21. Early rogue AI agent activity and attempts to hack found on urlquery.net (transluce.org)
    193comments
  22. Show HN: Treepeat – Code similarity detection using Tree-sitter (github.com/dsummersl)
    1comments
  23. Nokia Design Archive (2025) (aalto.fi)
    105comments
  24. Show HN: AgentRun: DSL to turn agents into workflows (github.com/parcha-ai)
    1comments
  25. A Million Agents Is a Distributed System Problem (instacloud.com)
    4comments
  26. August 27 TCRF DDoS Attack Postmortem (xkeeper.net)
    —discuss
  27. Show HN: Air-gapped file encryption as self-decrypting HTML page (apeleg.com)
    12comments
  28. Lambda MicroEgg (philipzucker.com)
    5comments
  29. Search – A small, fast WebKit browser for macOS (github.com/driceroland)
    18comments
  30. GitHub has not removed malicious imitation software after 3 weeks (successfulsoftware.net)
    89comments

Search – A small, fast WebKit browser for macOS

51 pointsby 11h agogithub.com
18 comments
1h agoHN ↗

Looks cool, but the readme is AI-generated. Absent throwing my own Fable/Astra at this and hoping it finds any bugs, how does one decide whether to trust AI-assisted software these days?

1h agoHN ↗

We used to say, use an open source product and inspect and compile it yourself.

Now endless frameworks and everything make that impossible. So the next step is probably to describe the thing you want to your own AI, in plain English, and have it code it itself.

Of course that will only work until we start using frameworks and everything…sigh.

1h agoHN ↗

FWIW, I checked and this app uses zero frameworks.

So it can be easily inspected, checked, verified.

1h agoHN ↗

You don’t. LLMs make vibe coding highly customized software that operates exactly as the user wants it super easy, which is awesome. However humans still haven’t caught up to the idea that it doesn’t need to go on GitHub because if it was useful to somebody, they’d have already vibe coded it themselves.

54m agoHN ↗

That's silly. Why waste time remaking what someone already built? What a bleak future

34m agoHN ↗

Because the hyper-tailored vibe coded browser front end that you like might be ever so slightly different from the hyper-tailored vibe coded browser front end that I want to use.

42m agoHN ↗

The only way to know if software does what is intended is to use it. IMO that's the real value of OSS: software that has been executed many times by many people in many different environments, which overall increases the trust in the correctness of the system(s).

1m agoHN ↗

The only way to know if software does what is intended is to use it.

No, testing and code audits also work.

No amount of use of the software will tell you what else the software does beside what is intended (exfiltrate data, etc); testing and code audits both help with that.

1h agoHN ↗

How does one decide whether to trust any software? Not just the small things we do have the source code for, but big things that we don't have the source code for? I don't think this is a new problem.

1h agoHN ↗

Nothing is foolproof, but signals can go a long way. If an app's UI is poorly considered or comes across as careless for example there's a good chance that its other aspects are like that too.

9m agoHN ↗

Sure, but I would say this app's UI is very well considered.

1h agoHN ↗

After a significant number of iterations of testing, and improving it. When we wrote code by hand, something like changing an api endpoint or a simple front end change would still involve dozens of "write code" then "retest manually". This would not only get the work item done, but you would often encounter edge cases or other issues you hadn't thought of when writing/reading the ticket.

When AI can one shot the implementation and testing, it likely only gets 1 round of human testing if you are lucky. Then scale this to an entire AI generated project, the ratio of features to manually run tests is astronomical. In the old days this ratio was inverted, and the tool has been battle tested before reaching any users.

11m agoHN ↗

I don't think human vs agent inherently means that the app is built any more rigorously. Sure, it might be. But it's not guaranteed that a human app is more rigorously built than one guided by human, or vice versa. It depends, on the developer and how much they care, as it always has even before agents. I remember some shocking software from back in the day, Windows Vista being the top of that steaming pile. There's nothing new here.

5m agoHN ↗

I looked at the list of contributors, saw claude at the top, and just closed the tab.

1h agoHN ↗

For me, this is not gonna be a daily driver but more of the one off screenshot browser so that my screenshots look super minimal with no popular browser shell in them :)