frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Ask HN: How do I get Fable to acknowledge me?

1•bridgettegraham•3m ago•0 comments

How Claude's Watermark Works

https://instavm.io/blog/how-claudes-watermark-works
2•mkagenius•3m ago•0 comments

Show HN: HN Notify

https://hnnotify.org
2•jermaustin1•14m ago•0 comments

Copycat

https://en.wikipedia.org/wiki/Copycat_(software)
2•m-hodges•14m ago•0 comments

Microdramas boom in a shrinking Hollywood as studios chase a TikTok audience

https://www.reuters.com/business/media-telecom/microdramas-boom-shrinking-hollywood-studios-chase...
2•petethomas•21m ago•0 comments

Serum 2 Synthesizer plugin gets Linux support

https://synthanatomy.com/2026/08/xfer-records-serum-2-super-popular-wavetable-synth-gets-massive-...
2•thm•23m ago•0 comments

The Life and Times of Maxis, Part 3: The Sims

https://www.filfre.net/2026/08/the-life-and-times-of-maxis-part-3-the-sims/
1•doppp•25m ago•0 comments

Comparing Qwen3.8 Max and Fable 5 on UI

https://blog.kilo.ai/p/qwen38-max-just-passed-claude-fable
1•iamcoder18•26m ago•1 comments

T-Mobile 'chopped a cable' to expel Chinese hackers from its network

https://techcrunch.com/2026/08/19/t-mobile-chopped-a-cable-to-expel-chinese-hackers-from-its-netw...
2•TMWNN•29m ago•0 comments

Bongard Problems

https://matthodges.com/posts/2026-08-19-bongard-problems/
1•m-hodges•38m ago•0 comments

The Sun Never Sets on the Ant Empire (2019)

https://sqonline.ucsd.edu/2019/05/the-sun-never-sets-on-the-ant-empire/
1•thunderbong•40m ago•0 comments

I wanted to talk to a turbine, so I spent 18 years building NthDimension

https://syscon.gr/blog/20260820.html
2•ariadnep•41m ago•0 comments

The Rats Terrorizing Everyone in Gaza

https://www.thenation.com/article/world/rats-gaza-vermin-crisis/
3•petethomas•41m ago•0 comments

Ask HN: What are folks using as the storage engine for their context graphs?

1•mercurialsolo•44m ago•1 comments

Why Outdoor EV Charger Displays Are More Complicated Than They Look

https://duobond-display.com/news/display-interfaces-system-integration/521.html
2•Todorov•48m ago•0 comments

Bill Ackman: Why We're Donating $400M to Brain Research

https://twitter.com/BillAckman/status/2090190151083532583
1•iamronaldo•48m ago•0 comments

Lunar Volcanism

https://science.nasa.gov/moon/lunar-volcanism/
1•Jimmc414•49m ago•0 comments

Does anyone find AI code review useful?

2•swimmingpolar•49m ago•5 comments

3D printing with weed trimmer line (2010)

https://reprap.org/forum/read.php?1,193637
1•gregsadetsky•50m ago•0 comments

Show HN: Criboku – a daily logic puzzle based on cribbage

https://criboku.com/
2•SharkeyX2•51m ago•0 comments

The 'Resistance' Is Over

https://www.theatlantic.com/ideas/2026/08/democratic-primaries-left-dsa-trump/688327/
2•petethomas•52m ago•1 comments

Show HN: AI Resume Screening – Looking for feedback from recruiters

https://aiomniu.top/services/resume-screening
1•aiomniu•56m ago•1 comments

YouTube offering creators millions if they don't sign deals with Netflix

https://www.tubefilter.com/2026/08/19/youtube-reportedly-offering-creators-payouts-netflix-deals/
1•thm•57m ago•0 comments

Stealing Reasoning Traces from Proprietary LLM APIs

https://arxiv.org/abs/2608.09867
3•doppp•1h ago•0 comments

Bapu Studio – Open-Source Client for APIs, Databases, and Secrets

https://github.com/joravar/bapu-studio
1•sarvaiya•1h ago•0 comments

Google styleguide code review skills

https://jeanbza.github.io/ai/claude/2026/08/08/google-codereview-skills.html
1•jeanbza•1h ago•1 comments

Async Solid – Fetch High, Block Low

https://www.solidjs.com/blog/async-solid-fetch-high-block-low
3•GavinAnderegg•1h ago•0 comments

Houston, we have String Reverse

https://antonm.net/string_reverse/
2•geetee•1h ago•0 comments

Show HN: Mail client optimized for self-hosted email across multiple domains

https://mainly.crnst8.com/
1•flowerpil•1h ago•0 comments

Claude Code adds new "concise" output style setting

https://twitter.com/ClaudeDevs/status/2090245922685063634
3•enraged_camel•1h 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