frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Anthropic's $1.5B copyright settlement is getting messy as judge delays approval

https://arstechnica.com/tech-policy/2026/05/authors-fight-for-higher-payouts-from-anthropics-1-5b...
1•Brajeshwar•1m ago•0 comments

128-Bit Computing

https://en.wikipedia.org/wiki/128-bit_computing
1•tosh•1m ago•0 comments

After the AI Crash [pdf]

https://cdn.vanderbilt.edu/vu-URL/wp-content/uploads/sites/412/2026/03/23144242/After-the-AI-Cras...
1•mooreds•2m ago•0 comments

Git is unprepared for the AI coding tsunami

https://www.theregister.com/devops/2026/05/15/git-is-unprepared-for-the-ai-coding-tsunami/5241480
1•voxleone•4m ago•0 comments

A personal letter on transformative AI

https://multipliercg.substack.com/p/a-personal-letter-on-transformative
1•jwx48•8m ago•0 comments

Is Britain Ungovernable?

https://www.cnn.com/2026/05/16/uk/uk-government-prime-minister-leadership-starmer-ungovernable-la...
1•rawgabbit•8m ago•0 comments

Veteran network architect proposes IPv8

https://www.theregister.com/networks/2026/05/12/veteran-network-architect-proposes-ipv8-to-improv...
1•throwaway2037•8m ago•0 comments

The Go Compiler: A Deep Dive

https://blog.gaborkoos.com/posts/2026-05-08-The-Go-Compiler-a-Deep-Dive-Into-How-Your-Code-Become...
1•keyle•12m ago•0 comments

Ukraine's Interceptor Drone Innovations

https://www.twz.com/news-features/inside-ukraines-interceptor-drone-innovations-swatting-down-tho...
1•giuliomagnifico•15m ago•0 comments

Show HN: LocaliOS – iOS apps for a files-first life (photos, music, contacts)

https://j23n.com/public/posts/2026/localios
1•j23n•15m ago•0 comments

OpenSMTPD Is the Mail Server for the Future

https://nxdomain.no/~peter/time_for_opensmtpd.html
1•WhyNotHugo•18m ago•0 comments

Show HN: Hodor – A tiny reverse proxy that gates any web app behind a password

https://github.com/michidk/hodor
1•michidk•18m ago•0 comments

RestoreProof – CLI that restores your Postgres backup and verifies it worked

1•nareshcodes•19m ago•0 comments

Can AI Un-Slop Itself?

https://github.com/cuzzo/clear/blob/master/docs/retrospective/can-ai-unslop-itself.md
1•onlyrealcuzzo•22m ago•0 comments

Madness and Imagination

https://ia.net/topics/madness-and-imagination
1•Looky1173•27m ago•0 comments

How Long Do We Wait for New Inventions?

https://www.construction-physics.com/p/how-long-do-we-wait-for-new-inventions
2•Luc•28m ago•0 comments

Are Teen Takeovers Dangerous?

https://www.npr.org/2026/05/13/nx-s1-5818465/kristin-henning-teen-takeovers-threat-dangerous
2•rbanffy•32m ago•0 comments

My Blog Pure Blog Deployment

https://bfloeser.de/my-blog-pureblog-deployment
1•meysamazad•34m ago•0 comments

ArXiv to Ban Researchers for a Year If They Submit AI Slop

https://www.404media.co/new-arxiv-rules-ai-generated-papers-ban/
4•Brajeshwar•36m ago•0 comments

My Favorite Bugs: Invalid Surrogate Pairs

https://george.mand.is/2026/05/my-favorite-bugs-invalid-surrogate-pairs/
1•meysamazad•37m ago•0 comments

Report company earnings daily (2018)

https://ritholtz.com/2018/08/report-earnings-daily/
2•rwmj•43m ago•0 comments

Skills, 8 MCP tools, 6 runtimes, one memory system that never forgets

https://github.com/EliasOulkadi/shokunin
1•EliasOulkadi•43m ago•0 comments

Why vibe coding is becoming an SEO advantage

https://searchengineland.com/vibe-coding-seo-advantage-477069
1•rustoo•44m ago•0 comments

Is Bitwarden Preparing for a Sale?

https://kevquirk.com/is-bitwarden-preparing-for-a-sale
1•meysamazad•45m ago•0 comments

EISPACK

https://www.netlib.org/eispack/
1•tosh•51m ago•1 comments

My Thoughts on Bun's Rust Rewrite

https://en.liujiacai.net/2026/05/16/bun-rust-port/
1•danborn26•53m ago•0 comments

Bicycle (1981)

https://folklore.org/Bicycle.html
1•tosh•56m ago•0 comments

Matlab and APL: Meeting Cleve Moler (2012)

https://computinged.wordpress.com/2012/06/14/matlab-and-apl-meeting-cleve-moler/
2•tosh•57m ago•0 comments

The End of Refugee Resettlement

https://www.newyorker.com/news/letter-from-jordan/the-end-of-refugee-resettlement
2•rbanffy•57m ago•0 comments

Zero metadata, group descriptions, native audio/video calls and more

https://delta.chat/en/2026-03-31-zero
1•han1•1h ago•1 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•1y ago

Comments

_usr_bin_env•1y 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•1y 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•1y 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•1y 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•1y ago
Text output would have been too easy on the eink screen xD