frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Scientists invented a fake disease. AI told people it was real

https://www.nature.com/articles/d41586-026-01100-y
1•DrewADesign•35s ago•0 comments

Show HN: We scored 495 real SoC 2 audit reports – nearly all got a D or F

https://soc2quality.trenta.ai
1•rituraj_tiwari•5m ago•0 comments

Trinity-Large-Thinking: Scaling an Open Source Frontier Agent

https://www.arcee.ai/blog/trinity-large-thinking
1•somethingsome•6m ago•0 comments

Soul.md – A Meditation on AI Identity

https://soul.md/
1•znpy•7m ago•0 comments

GoScrapy: New Fast Web Scraping with Go (Built for Concurrency)

https://github.com/tech-engine/goscrapy
1•stonework•9m ago•0 comments

Mexico's President Sheinbaum Decrees Universal Healthcare for 120M

https://thedeepdive.ca/mexicos-president-sheinbaum-decrees-universal-healthcare-for-120-million/
2•testing22321•9m ago•0 comments

Show HN: AnimTOON – AI that animates SVGs with 3-4x fewer tokens than OmniLottie

https://github.com/srk0102/AnimTOON
1•srk0102•9m ago•0 comments

Open Source Alternative to Claude Managed Agents

https://agents.opencomputer.dev
2•iacguy•10m ago•1 comments

Bespoke OLAP: Using AI to Synthesize Workload-Specific DBMS Engines from Scratch

https://ucbskyadrs.github.io/blog/bespoke-olap/
1•matt_d•11m ago•0 comments

You know what I haven't ever seen? a good blogpost from an AI

1•wrqvrwvq•13m ago•0 comments

PC Repair OKC

https://okcitpros.com/
1•Veritaco•14m ago•1 comments

Automatic U.S. military draft registration planned by December, filing shows

https://www.cnbc.com/2026/04/09/military-draft-registration-automatic-iran-war.html
3•MilnerRoute•16m ago•1 comments

What makes search hard in production

https://www.searchplex.net/blog/what-makes-search-hard
1•eskimo87•18m ago•0 comments

Understanding Agents: Code Coverage for Coding Agents

https://blog.asymmetric.re/understanding-agents-code-coverage-for-coding-agents/
2•matt_d•19m ago•0 comments

Train Your Judgement

https://emilkowal.ski/ui/train-your-judgement
2•cristinacordova•21m ago•0 comments

Workflows in Your ADE

https://reliantlabs.io/
3•steeling1•25m ago•1 comments

SMS delivery is not deterministic: routing defines behavior

https://blog.bridgexapi.io/you-dont-control-sms-delivery-you-control-routing
1•Bridgexapi•28m ago•4 comments

Tell HN: I will pay money for a YouTube front end that stops the "Rec Roulette"

1•frmersdog•30m ago•0 comments

Show HN: I made a skill to tell AI on how to use human as Dobby

https://github.com/LittleLittleCloud/Dobby
2•BigBigMiao•35m ago•0 comments

How bonds ended the Civil War - and led to the rise of J.P. Morgan

https://www.barrons.com/articles/investment-banking-jpmorgan-cooke-economy-04f59e12
3•hhs•36m ago•0 comments

1.9B year old bedrock will soon house first permanent nuclear waste site

https://apnews.com/article/finland-nuclear-waste-disposal-storage-d1a110758e2bd087a9cee43f56f1a05b
2•voxadam•37m ago•0 comments

Ask HN: What would you do with an AI model capable of continuous learning?

4•jballanc•39m ago•1 comments

Layovers Fyi

https://www.layovers.fyi/
4•gsdv•41m ago•1 comments

Any Open Source projects in need of documentation writer?

6•tree666•42m ago•3 comments

Ghost Jobs Tracker

https://ghostjobs.vercel.app/
3•ddmichael•42m ago•1 comments

Prototyping turned into an excuse for not thinking

https://unsung.aresluna.org/prototyping-turned-into-an-excuse-for-not-thinking/
2•latexr•47m ago•0 comments

Ask HN: What should I re-skill in?

3•TbobbyZ•48m ago•2 comments

The internet is deciding what to forget

https://www.ft.com/content/e1c3fd8e-b7c7-4582-a63b-f7b1a2f2bc93
3•hhs•51m ago•0 comments

Cyphernetes – Cypher for Kubernetes

https://cyphernet.es/docs/language
2•fatliverfreddy•53m ago•0 comments

Show HN: 65K synthetic personas project 136 English council elections

https://github.com/Kronaxis/kpm1-election-projections
3•JasonDuke•54m ago•0 comments
Open in hackernews

Weather Landscape on E-Ink with ESP32 – now rewritten in Rust

https://github.com/martinohmann/weather-landscape
11•_usr_bin_env•11mo ago

Comments

_usr_bin_env•11mo ago
I came across this idea here on Hacker News a while ago – a small weather display using an ESP32 and an e-ink screen to show a daily weather landscape. I loved it and shared the idea with a friend of mine. He went all in and rebuilt the whole thing in Rust – from the image rendering server to the embedded code on the ESP32.

It's a clean, minimal two-part project:

A Rust server fetches weather data from MET Norway and renders it as a landscape image.

An ESP32 downloads and displays the image on a 2.9" e-ink screen.

Here’s the repo: https://github.com/martinohmann/weather-landscape Would love to hear what you think!

whytevuhuni•11mo ago
How does it loop, if at all? Does it just restart at the end after it falls out of `main()`?

This is definitely something I'd like to try. Gotta figure out where to run the server... maybe a good time to figure out how to do custom Home Assistant add-ons.

How long do those batteries last you? Even with the deep sleep, I imagine doing the WiFi handshake every time is going to be expensive.

_usr_bin_env•11mo ago
As far as I understand it has a deep-sleep" timer that wakes it every X minutes (mine every 30). This gives me approximately 1 Month with 4 AA rechargeable. Larger sleep intervals, other esp dev boards or larger rechargeable will increase this.
adammarples•11mo ago
People on github remain allergic to pictures, there's even a text description of each weather mode so that we can imagine it!
_usr_bin_env•11mo ago
Text output would have been too easy on the eink screen xD