frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Csift – the missing tool to sift your Claude Code sessions

https://github.com/wdhwg001/csift
1•wdhwg001•9s ago•0 comments

Ask HN: Is there any evidence of a frontier AI model being nerfed after release?

1•Jimmc414•19s ago•0 comments

Customize a lunar calendar generator. Try FREE

https://lunacal-sable.vercel.app/
1•unhigo•1m ago•1 comments

Vasovagal: Markdown-Based 2nd Brain

https://vasovagal.github.io/
1•razkarcy•2m ago•0 comments

A Multiplayer Survival Pong

https://antics.gg/p/side-out-94df7d
2•burgerquizz•4m ago•0 comments

The Recursive Economy: AI Self-Improvement and Scarcity

https://recursive-economy.pages.dev/
1•codelion•8m ago•0 comments

Harvard Agrees to $53M Settlement in Body Part Theft Scandal

https://www.nytimes.com/2026/08/18/us/harvard-stolen-body-parts-settlement.html
1•ChrisArchitect•14m ago•1 comments

Generalized Audio-Driven Synthesis of Precise Drummer Motion

https://studios.disneyresearch.com/2026/08/18/generalized-audio-driven-synthesis-of-precise-drumm...
1•DustinBrett•14m ago•0 comments

TinyRetroPad is 130 times smaller than Windows Notepad

https://www.xda-developers.com/tinyretropad-130-times-smaller-than-windows-notepad-but-functional/
2•nianderwallace•16m ago•0 comments

Agent2Agent (A2A) joins Agentic AI Foundation (AAIF)'s open agentic stack

https://aaif.io/blog/a2a-joins-aaif
1•ChrisArchitect•19m ago•0 comments

The Machines Are Getting Cheap. The Toolpaths Are Not

https://sliptonic.com/posts/machines-cheap-toolpaths-not/
2•sergebakharev•19m ago•0 comments

Ask HN: How are front end friends doing these days?

1•BearBest•21m ago•2 comments

Japan's Gen X workers are struggling

https://www.economist.com/asia/2026/08/18/japans-gen-x-workers-are-struggling
1•andsoitis•21m ago•0 comments

Cosmological natural selection: evolution beyond biology

https://www.smithsonianmag.com/science-nature/earths-organisms-developed-via-evolution-some-theor...
1•fidrelity•23m ago•0 comments

How Claude is accelerating protein design and analytical chemistry

https://www.anthropic.com/research/Claude-accelerates-protein-design
1•starshadowx2•23m ago•0 comments

Does anyone care about HR?

1•drguzman•24m ago•0 comments

Will Autonomous AI Exceed AI-Aided Physicians as the Best Medical Care?

https://jamanetwork.com/journals/jama/fullarticle/2852952?guestAccessKey=562af865-a038-4425-993f-...
1•liamkf•24m ago•0 comments

Want a Simple, Metasearch Engine?

https://github.com/LiamProsser77/gronnfalk
1•Gronnfalk•25m ago•0 comments

Qnote – a notepad in the browser with no account and no cloud

https://qnote.online/
1•yashsharma04•27m ago•0 comments

Strive to Be Earth's Best Employer

1•oenton•35m ago•0 comments

Snake rendered with 576 browser windows

https://codepen.io/editor/GrahamTheDev/pen/019f90a9-1ed9-7d61-927e-31dd5256c79e
1•LouisLazaris•37m ago•1 comments

Puzzle nights are up 151% and my team works alone

https://dev.profullstack.com/~anthony/blog/017-post.html
2•buffer_overlord•38m ago•0 comments

Palomar: A registry of Lean verified mathematics

https://terrytao.wordpress.com/2026/08/18/palomar-a-registry-of-lean-verified-mathematics/
2•matt_d•42m ago•0 comments

Reasons to Avoid Seed Oils [video]

https://www.youtube.com/watch?v=EIKFuUnfeW4
1•pinkmuffinere•44m ago•0 comments

Tech Transparency Project – Holding Big Tech Accountable

https://www.techtransparencyproject.org/
2•dotcoma•45m ago•0 comments

"the mandate" a short fiction by Grok 4.6 on technological singularity

https://www.echohive.ai/the-mandate-singularity-fiction
1•echohive42•46m ago•0 comments

An Engineer as Civil Servant

https://govinsider.asia/intl-en/article/an-engineer-as-civil-servant
1•doppp•47m ago•0 comments

SniffCat – A free API for checking and reporting abusive IPs

https://sniffcat.com/
1•sefinek•48m ago•0 comments

Show HN: Warp DD – AI that analyzes technology ecosystems in ~30 seconds

https://warpdd.com
1•masato_furuno•58m ago•0 comments

Meta's blockbuster trial draws parallels to big tobacco

https://www.economist.com/business/2026/08/18/metas-blockbuster-trial-draws-parallels-to-big-tobacco
25•newsomix9xl•1h ago•6 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