Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Hacking OpenAI(hacktron.ai ↗)
    104comments
  2. Jemalloc 5.4.0(github.com/jemalloc ↗)
    9comments
  3. The scourge of x86 emulation(fex-emu.com ↗)
    3comments
  4. Astra for Law(openai.com ↗)
    467comments
  5. Bonsai 2 27B: Near-Lossless Compression in a 9x Smaller Footprint(prismml.com ↗)
    116comments
  6. Bend – A language that blocks AI mistakes via proof, on CPU and GPU(bend-lang.com ↗)
    202comments
  7. Pre-Greek: The lost language hidden within Ancient Greek(linguisticdiscovery.com ↗)
    21comments
  8. Hister: A private search engine for the pages you visit and the files you keep(github.com/asciimoo ↗)
    152comments
  9. Qwen 3.8 Omni Flash(qwen.ai ↗)
    51comments
  10. Wax motor(wikipedia.org ↗)
    62comments
  11. Fujitsu launches made-in-Japan next-generation CPU FUJITSU-MONAKA(global.fujitsu ↗)
    219comments
  12. Shapelearn Qwen 3.8 27B (13.1 GB VRAM)(byteshape.com ↗)
    5comments
  13. Waymo in Singapore(waymo.com ↗)
    88comments
  14. How to Write with an LLM(sockpuppet.org ↗)
    75comments
  15. Telstra outage: The night a network decided the year was 2006(netnod.se ↗)
    19comments
  16. Flet 1.0 – Build cross-platform apps in Python(flet.dev ↗)
    47comments
  17. Apple detectives solved mystery of ancient tree and rewrote the history of fruit(scientificamerican.com ↗)
    3comments
  18. Ask A Monk – A digital wilderness for thoughts with no immediate answer(askamonk.online ↗)
    18comments
  19. Diplodocus, Long Thought Exclusively American, Turns Up in Spain(sci.news ↗)
    35comments
  20. Fixing an NZXT Signal 4K30 part 2: the green/pink video bug(downtowndougbrown.com ↗)
    8comments
  21. The most important product decision is what you don't build(liamnugent.me ↗)
    30comments
  22. CrowdSec Source Code Leak(crowdsec.net ↗)
    44comments
  23. How do we prevent mathemathics from devolving into the Medieval Era of secrecy?(mathoverflow.net ↗)
    91comments
  24. Why I didn’t sign the Fields medallists’ letter(gowers.wordpress.com ↗)
    343comments
  25. How Uber Protects Against Retry Storms(uber.com ↗)
    33comments
  26. Show HN: Snapdrop: Instantly share files between devices. No setup, no signup(snapdrop.me ↗)
    31comments
  27. Minimal Phone 2(minimalcompany.com ↗)
    28comments
  28. Khipu (Quipu) Field Guide(khipufieldguide.com ↗)
    1comments
  29. Infinite-Parameter LLMs: Generating and Adapting Weights from Live Data(arxiv.org ↗)
    38comments
  30. The American Religion of Self-Storage Facilities(newyorker.com ↗)
    381comments

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.