frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Stanford EE292: Burgelman on Intel's mistakes and prospects

https://hnvr.medium.com/week-10-intel-ee-292p-atoms-bits-and-the-national-interest-7eee2915c592
1•malchow•1m ago•0 comments

China Is Embracing OpenClaw, a New A.I. Agent, and the Government Is Wary

https://www.nytimes.com/2026/03/17/business/china-ai-agent.html
1•mikhael•1m ago•0 comments

The Developer's Guide to Secure Job Hunting in 2026

https://placementist.com/insights/the-developer%E2%80%99s-guide-to-secure-job-hunting-in-2026
1•nikkotyze•1m ago•0 comments

The Tax Bill Haunting Your 401(k) and IRA

https://www.nytimes.com/2026/03/15/business/roth-ira-taxes-retirement-401k.html
1•mikhael•1m ago•0 comments

At 102 years old, Dean Simes might be Australia's oldest tech-help guy

https://www.abc.net.au/news/2026-03-14/dean-simes-102-year-old-computer-guy/106353180
1•speckx•2m ago•0 comments

Show HN: WWDC enamel pins inspired by developer culture

1•S4phyre•2m ago•0 comments

How I run multiple $10K MRR companies on a $20/month tech stack

https://stevehanov.ca/blog/how-i-run-multiple-10k-mrr-companies-on-a-20month-tech-stack
1•smhanov•3m ago•0 comments

MPs asks Lloyds Bank for more information about 'alarming' breach

https://www.computerweekly.com/news/366640367/MPs-asks-Lloyds-Bank-for-more-information-about-ala...
1•latein•3m ago•0 comments

OpenShell – private runtime for autonomous AI agents

https://github.com/NVIDIA/OpenShell
1•_____k•4m ago•0 comments

Memory layer for LLMs that learns what you care about(Claude/GPT)

https://github.com/Jackfarmer2328/Bubble
1•sazo1•4m ago•1 comments

A tale about fixing eBPF spinlock issues in the Linux kernel

https://rovarma.com/articles/a-tale-about-fixing-ebpf-spinlock-issues-in-the-linux-kernel/
1•vinhnx•4m ago•0 comments

The paddle wheel aircraft carriers of Lake Michigan

https://signoregalilei.com/2026/03/08/the-paddle-wheel-aircraft-carriers-of-lake-michigan/
1•surprisetalk•5m ago•0 comments

How to Kill a Commune in 8 Easy Steps

https://supernuclear.substack.com/p/how-to-kill-a-commune-in-8-easy-steps
1•surprisetalk•5m ago•0 comments

Review: Starship Troopers (1959) by Robert Heinlein

https://collisteru.substack.com/p/book-review-starship-troopers-1959
1•surprisetalk•5m ago•0 comments

Particle discovered at CERN solves a 20-year-old mystery

https://www.newscientist.com/article/2519595-particle-discovered-at-cern-solves-a-20-year-old-mys...
2•Brajeshwar•6m ago•0 comments

Unabara – open-source telemetry overlays for scuba diving videos

https://github.com/arnauddupuis/unabara/releases/tag/v0.1
1•8bitscoding•6m ago•1 comments

The TOMY Spinjas

https://medium.com/@solidi/the-tomy-spinjas-978a183a5eb3
1•biscuits1•6m ago•0 comments

Messier nanoparticles may deliver drugs more effectively

https://phys.org/news/2026-02-messier-nanoparticles-drugs-effectively-tightly.html
1•PaulHoule•7m ago•0 comments

Show HN: I built a React SDK to control apps with voice, gaze and gestures

https://www.youtube.com/watch?v=J7GLCerVHi4
1•andreabergonzi•8m ago•2 comments

Merz Called It a Mistake. Then He Called It Irreversible

https://garryslist.org/posts/merz-called-it-a-mistake-then-he-called-it-irreversible
1•mpweiher•8m ago•0 comments

Blender 5.1

https://www.blender.org/download/releases/5-1/
1•perryprog•9m ago•0 comments

I Built an Autonomous Software Factory

https://www.frequency.sh/blog/autonomous-software-factory/
2•frequencyai•9m ago•1 comments

Ask HN: How are you doing technical interviews in the age of Claude/ChatGPT?

2•jonjou•9m ago•0 comments

Everything You Need to Know About Recursive Language Models

https://machinelearningmastery.com/everything-you-need-to-know-about-recursive-language-models/
1•vinhnx•9m ago•0 comments

Fdbck – programmable feedback for your apps

https://fdbck.sh
1•amberwp•10m ago•1 comments

DOGE Didn't Cut Government Waste. It Was Government Waste

https://www.techdirt.com/2026/03/17/doge-didnt-cut-government-waste-it-was-government-waste/
3•hn_acker•10m ago•0 comments

Sam Altman thanks complex software programmers

https://twitter.com/sama/status/2033935276079510011
1•throwaway2027•11m ago•1 comments

COBOL Is the Asbestos of Programming Languages

https://www.wired.com/story/cobol-is-the-asbestos-of-programming-languages/
1•bookofjoe•11m ago•1 comments

Devpanes Open Source process manager

https://github.com/Voudo/devpanes
1•cbeninati•11m ago•1 comments

Gamers are savaging DLSS 5's uncanny generative AI touch-ups

https://arstechnica.com/gaming/2026/03/gamers-react-with-overwhelming-disgust-to-dlss-5s-generati...
2•vo2maxer•12m 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