Hacker News

Top stories

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

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.