frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Who Has the Hardest Fist in China's AI Valuation Race?

https://crossingriver.substack.com/p/who-has-the-hardest-fist-in-chinas
1•ramimac•49s ago•0 comments

Saffron

https://ronaldperry.org/SaffronWebPage/index.html
1•giancarlostoro•55s ago•0 comments

An OS in pure Rust with its own TCP/IP and TLS 1.3 stack, fetching the live web

https://github.com/rfi-irfos/rusty-penguin
1•simeon-kepp•1m ago•0 comments

Why Anthropic Just Became the Most Valuable AI Company on Earth

https://medium.com/@tbelbek/why-anthropic-just-became-the-most-valuable-ai-company-on-earth-and-w...
1•rdstrtwlkr•4m ago•0 comments

API Drift Detection: Catch Breaking Changes Before They Reach Production

https://apiguard.co/blog/api-drift-detection-guide
1•mkhorasani•4m ago•0 comments

NeXTWORLD Interviewed Steve Jobs (1992)

https://computeradsfromthepast.substack.com/p/nextworld-interviewed-steve-jobs
1•rbanffy•6m ago•0 comments

Nexa-gauge – LLM evaluation framework with per-node scoring controls

https://harnexa.dev/nexa-gauge/docs/introduction
1•Sardhendu•6m ago•0 comments

Old Blue Workbench

https://triumph.no/oldblue/
1•erickhill•6m ago•0 comments

Could nature itself hold the solution to climate change?

https://www.theguardian.com/books/2026/may/24/could-nature-itself-hold-the-solution-to-climate-ch...
1•rendx•9m ago•0 comments

Parallel Reconstruction of Lawful TLS Wiretapping

https://remyhax.xyz/posts/reproducing-lawful-tls-wiretapping/
1•jerrythegerbil•9m ago•0 comments

Jef Raskin, the Visionary Behind the Mac

https://lowendmac.com/2013/jef-raskin-the-visionary-behind-the-mac/
2•tylerdane•14m ago•1 comments

Harness Engineering Course

https://harnesscourse.com/
1•gandalfgeek•15m ago•0 comments

They Might Be Giants – I'm Impressed (2007) [video]

https://www.youtube.com/watch?v=3CccPPDe2JU
1•petethomas•18m ago•0 comments

Marketing skill for Claude with 26 evals – +20pp over baseline

https://github.com/inerrata/brief
1•healman•20m ago•0 comments

Show HN: Nimic – write pure Python and compile AOT to native binaries via Nim

https://github.com/dima-quant/nimic
1•dima-quant•20m ago•0 comments

Software stocks wrap up best month since 2001; talk of 'SaaSpocalypse' subsides

https://www.cnbc.com/2026/05/29/software-stocks-wrap-best-month-since-2001-as-talk-of-saaspocalyp...
2•TMWNN•20m ago•1 comments

Oscar-winning Star Wars editor Marcia Lucas dies aged 80

https://www.bbc.com/news/articles/cvgzy64j9l1o
3•layer8•23m ago•0 comments

Show HN: AI Simulaionen Based on FEP

https://aic-ai-lab.site/login
1•luzifer333•23m ago•0 comments

Diablo 2 map generator based on 31 bits of information

https://www.reddit.com/r/diablo2/s/Gcn07WPLCK
1•nixass•24m ago•0 comments

Autism subtypes identified using cross-species functional connectivity analyses

https://www.nature.com/articles/s41593-026-02287-z
1•bookofjoe•24m ago•0 comments

Killing PRs was the easy part, now technical death keeps the CTO up

https://shiftmag.dev/killing-prs-was-the-easy-part-now-technical-death-keeps-the-cto-up-9910/
1•dxs•24m ago•0 comments

Viral stardom saves 'Trump' buffalo from sacrifice in Bangladesh

https://www.france24.com/en/asia-pacific/20260527-viral-stardom-saves-trump-buffalo-from-sacrific...
1•mooreds•25m ago•0 comments

Will AI Break the University?

https://rorytruex.substack.com/p/will-ai-break-the-university
1•Michelangelo11•26m ago•0 comments

Simple systems are the best systems

https://jerodsanto.net/2026/05/simple-systems-are-the-best/
1•mooreds•27m ago•0 comments

Most Americans Aren't Convinced Humans Are Causing Climate Change New Data Shows

https://www.forbes.com/sites/maryroeloffs/2026/05/28/most-americans-arent-convinced-humans-are-ca...
5•mooreds•28m ago•0 comments

Show HN: React-Rewrite – A visual editor for React that writes code, no LLM

https://github.com/donghaxkim/react-rewrite
2•donghaxkim•32m ago•0 comments

The Shrinking Synthesis: a 2037–2047 window for AI's institutional reformation

https://papers.ssrn.com/abstract=6731418
1•danielz-p•32m ago•0 comments

Show HN: Use Kimi and OpenAI Subscriptions in Claude Code

https://github.com/raine/claude-code-proxy
1•rane•32m ago•0 comments

Show HN: 500 years of Joseon court omens as an observability dashboard

https://ajin.im/is/building/omen.ops/
5•poppypetalmask•33m ago•0 comments

The Shell University

https://www.chronicle.com/article/the-shell-university
1•Michelangelo11•38m 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•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