Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Astra for Law(openai.com ↗)
    410comments
  2. Hacking OpenAI(hacktron.ai ↗)
    10comments
  3. Bonsai 2 27B: Near-Lossless Compression in a 9x Smaller Footprint(prismml.com ↗)
    92comments
  4. Bend – A language that blocks AI mistakes via proof, on CPU and GPU(bend-lang.com ↗)
    178comments
  5. Hister: A private search engine for the pages you visit and the files you keep(github.com/asciimoo ↗)
    139comments
  6. Alibaba releases Qwen 3.8 Omni Flash(qwen.ai ↗)
    19comments
  7. Wax motor(wikipedia.org ↗)
    54comments
  8. Fujitsu launches made-in-Japan next-generation CPU FUJITSU-MONAKA(global.fujitsu ↗)
    202comments
  9. Telstra outage: The night a network decided the year was 2006(netnod.se ↗)
    8comments
  10. Ask A Monk – A digital wilderness for thoughts with no immediate answer(askamonk.online ↗)
    5comments
  11. Flet 1.0 – Build cross-platform apps in Python(flet.dev ↗)
    37comments
  12. Better Icon and Label Alignment(ishadeed.com ↗)
    2comments
  13. Diplodocus, Long Thought Exclusively American, Turns Up in Spain(sci.news ↗)
    27comments
  14. The most important product decision is what you don't build(liamnugent.me ↗)
    20comments
  15. Pre-Greek: The lost language hidden within Ancient Greek(linguisticdiscovery.com ↗)
    discuss
  16. How Uber Protects Against Retry Storms(uber.com ↗)
    29comments
  17. Code Scans(devin.ai ↗)
    discuss
  18. CrowdSec Source Code Leak(crowdsec.net ↗)
    42comments
  19. I Put Nam A2-Lite Inside an iRig HD X(playtaurus.com ↗)
    2comments
  20. Why I didn’t sign the Fields medallists’ letter(gowers.wordpress.com ↗)
    326comments
  21. How do we prevent mathemathics from devolving into the Medieval Era of secrecy?(mathoverflow.net ↗)
    69comments
  22. Infinite-Parameter LLMs: Generating and Adapting Weights from Live Data(arxiv.org ↗)
    38comments
  23. Apple detectives solved mystery of ancient tree and rewrote the history of fruit(scientificamerican.com ↗)
    discuss
  24. Rate limits on GitLab.com are changing(about.gitlab.com ↗)
    108comments
  25. The American Religion of Self-Storage Facilities(newyorker.com ↗)
    355comments
  26. Zettascale (YC S24) Is Hiring ASIC/FPGA Engineers to Build Chips for ASI(zscc.ai ↗)
    discuss
  27. TSMC revealing details about next gen A14 node(mapyourshow.com ↗)
    40comments
  28. Show HN: Snapdrop: Instantly share files between devices. No setup, no signup(snapdrop.me ↗)
    25comments
  29. The open source version of Claude Project that gives you the context ownershp(github.com/zqiren ↗)
    discuss
  30. Shapelearn Qwen 3.8 27B (13.1 GB VRAM)(byteshape.com ↗)
    discuss

Show HN: I built single time-sorted place to read HN, Tildes, Lobsters, Slashdot

2 pointsby 10mo agolimereader.com
2 comments
You can read more about it by clicking the slogan at the top of my site "your daily compass for the STEAMD web".

I often browse forums like Hacker News, Tildes, Lobsters, Slashdot, Bear, and some science, tech & programming related subreddits. Having to constantly switch between various sites to stay up to date was frustrating. So, I built Lime Reader.

It has currently aggregated the best 20 thousand articles on STEAMD topics (Science, Technology, Engineering, Arts, Math, and Design) from various sites and displays them in chronological order. It shows the score on the side which can be clicked to read comments. I hope it saves you time from having to constantly switch between sites.

The percentages at the top lets you select how much top posts you want to see from each source. Top 100% will show all the top content. If you are short on time and just want to see the cream of the crop, try 5% to see the top 5%. You can change the link to a custom number too.

You can customize theme and other stuff in the settings page. Also, by default, headlines that are classified as political by an LLM are dimmed and show a "P" before them. You can disable dimming or entirely block political headlines in settings.

There are many useful settings you may want to tweak:

https://limereader.com/settings

Tech details:

I really hate huge bloated sites and also hate adding third-party frameworks unless absolutely needed.

Therefore, I have engineered Lime Reader to be as small in size as possible so that it loads instantly. It's server side rendered, so it works even with JavaScript disabled (though enabling it gives you a few extra features like quick access to archive.org for each link).

Both PageSpeed Insights and Pingdom rate my site's performance as Excellent.

This is the first time I decided to develop my entire backend in Swift. It uses only one third-party framework called Vapor for serving the HTML. I am using SQLite for database which comes already included on Apple platforms.

I am running a local LLM model (qwen3:8b) using Ollama for classifying headlines as political or not. It's doing the job decently well. I access it from my Swift backend app using its REST api.

I welcome any feedback.

Also, I am the developer of HACK, the top ranking app for Hacker News on iOS and Android. Is there any interest in turning Lime Reader into an app too?

10mo agoHN ↗

Seems like my site was down for a few minutes (still figuring out why). Can you try again now?

Regarding the limereader.app, their site says they are from 2024. I have owned LimeReader.com since 2023. It used to run a different site before which I recently pivoted to the current idea.