frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

James Watson, Who Co-Discovered DNA Structure, Dies at 97

https://www.wsj.com/science/james-watson-who-codiscovered-dna-structure-dies-at-97-20e70ed0
1•bookofjoe•2m ago•1 comments

Managing Diabetes in Software Freedom

https://sfconservancy.org/blog/2025/nov/06/juggluco-foss-continuous-glucose-montior-diabetes/
1•nfriedly•2m ago•0 comments

Google Notebook LM for a Team

http://thytus.com
1•martinoV•5m ago•0 comments

Largest Spider Web

https://www.scientificamerican.com/article/worlds-largest-spider-web-discovered-in-bizarre-sulfur...
1•eruci•5m ago•0 comments

'You're not rushing. You're just ready:' Parents say ChatGPT encouraged suicide

https://www.cnn.com/2025/11/06/us/openai-chatgpt-suicide-lawsuit-invs-vis
1•ceejayoz•5m ago•0 comments

Marketing an AI kids app (ages 4-15) on £1k – what would you prioritize?

https://kidsai.app/
1•sbenodiz•6m ago•1 comments

Notes on where seat-based pricing is going

https://arnon.dk/notes-on-where-seat-based-pricing-is-going/
1•arnon•6m ago•0 comments

As CO2 Levels Rise, Old Amazon Trees Are Getting Bigger

https://eos.org/articles/as-co2-levels-rise-old-amazon-trees-are-getting-bigger
1•bookofjoe•8m ago•0 comments

Patterns for Building a Scalable Multi-Agent System

https://devblogs.microsoft.com/ise/multi-agent-systems-at-scale/
1•ibobev•8m ago•0 comments

UK Medical Agency Might Use Gemini Flash Lite

1•tobwen•9m ago•0 comments

Israeli military lawyers warned there was evidence of Gaza war crimes

https://www.reuters.com/world/us/us-intel-found-israeli-military-lawyers-warned-there-was-evidenc...
4•nabla9•9m ago•0 comments

Non-recursively deleting a binary tree in constant space: Restructuring the tree

https://devblogs.microsoft.com/oldnewthing/20251107-00/?p=111774
1•ibobev•10m ago•0 comments

THEA1200 – Announcement (EN) [video]

https://www.youtube.com/watch?v=p4aGhSoP7Rg
1•doener•12m ago•0 comments

The Shifting Global Compute Landscape

https://huggingface.co/blog/huggingface/shifting-compute-landscape
1•atlasunshrugged•13m ago•0 comments

Americans Are Increasingly Alone, but Are They Lonely?

https://www.realclearinvestigations.com/articles/2025/11/06/americans_are_increasingly_alone_but_...
1•nabla9•17m ago•0 comments

When a "C" in math mean the same as "A"

https://izard.dreamwidth.org/282433.html
1•mooreds•17m ago•0 comments

Detroit Jewish News

https://www.thejewishnews.com/
2•marysminefnuf•18m ago•0 comments

Chaldean News

https://www.chaldeannews.com
2•marysminefnuf•18m ago•0 comments

Spinning Plates

https://www.dylanamartin.com/2025/11/07/spinning-plates.html
1•speckx•18m ago•0 comments

Early Access for Firefox Support for Organizations

https://blog.mozilla.org/en/firefox/firefox-support-for-organizations/
1•HelloUsername•20m ago•0 comments

Practical, Scalable Solutions to Heat Pump Adoption Barriers

https://www.heatpumped.org/p/practical-scalable-solutions-to-heat-pump-adoption-barriers
1•ssuds•21m ago•0 comments

The Private Governments Who Will Resist Zohran Mamdani and Populism

https://www.thebignewsletter.com/p/the-monopolies-who-will-fight-zohran
2•PaulHoule•24m ago•0 comments

Stop trying to promote my best engineers

https://idiallo.com/blog/stop-trying-to-promote-my-best-engineers
2•foxfired•26m ago•0 comments

Show HN: Bridging the gap between SIP infrastructure and real-time AI

https://leilani.dev
1•kfeeney•30m ago•0 comments

Peter Thiel: Capitalism Isn't Working for Young People

https://www.thefp.com/p/peter-thiel-capitalism-isnt-working-for-young-people
6•ctoth•30m ago•5 comments

Ask HN: How do you know if a job is likely to be a ghost job?

2•AznHisoka•30m ago•1 comments

Snippyst, open-source snippet sharing platform for Typst

https://snippyst.com
1•schu•30m ago•0 comments

Keep on fishing, while my app logs your catches

https://apps.apple.com/de/app/fishid-cam-fang-log-mit-ki/id6753859615
1•Appventurer•31m ago•1 comments

Show HN: Pingu Unchained an Unrestricted LLM for High-Risk AI Security Research

https://pingu.audn.ai
6•ozgurozkan•33m ago•2 comments

2025.45: Frothiness and the Future

https://stratechery.com/2025/frothiness-and-the-future/
1•feross•35m ago•1 comments
Open in hackernews

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

https://limereader.com
2•busymom0•2h ago
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?

Comments

ahazred8ta•1h ago
Clever and useful. Although somehow the About page is freezing up on my android phone. https://limereader.com/about

But there is already an unrelated limereader.app business?

busymom0•1h ago
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.