frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

I just build another app cleaner app for Mac OS X (facepalm)

https://github.com/popyapp/app_cleaner
1•kulekci•41s ago•1 comments

BlueSCSI Milestones

https://bluescsi.com/milestones
1•rbanffy•2m ago•0 comments

The Library of Ashurbanipal

https://www.historytoday.com/archive/feature/library-ashurbanipal
1•samizdis•3m ago•0 comments

Are You a Human?

https://www.newyorker.com/magazine/2026/08/17/are-you-a-human
1•littlexsparkee•3m ago•0 comments

OpenAI Daybreak Red

https://developers.openai.com/api/docs/models/daybreak-red-latest
1•_pdp_•3m ago•0 comments

Dyna-2: A 1M-Hour Scaling Law for World-Action Models

https://www.dyna.co/dyna-2
1•skylerwiernik•3m ago•0 comments

ask hn: iMessage Agents

1•anr0•4m ago•0 comments

High-orbit satellites could light the way for travel to the moon

https://news.mit.edu/2026/high-orbit-satellites-could-light-way-for-travel-to-moon-0810
1•gnabgib•4m ago•0 comments

Working on documents with your AI chat

https://revise.io/blog/08-10-2026/working-on-documents-with-your-ai-chat
2•artursapek•6m ago•0 comments

Armenia just opened the region biggest AI factory, because Trump signed licence

https://thenextweb.com/news/firebird-armenia-ai-factory-export-licence-compute-diplomacy
3•rbanffy•7m ago•0 comments

The Beauty of Settled Science

https://www.astralcodexten.com/p/the-beauty-of-settled-science
2•toomuchtodo•8m ago•0 comments

Seas have hit hottest temperature on record for July

https://www.theguardian.com/environment/2026/aug/10/global-seas-hottest-temperature-july-scientists
3•cuoder•9m ago•0 comments

Spy cameras on Navy drones sent data to China

https://www.telegraph.co.uk/news/2026/08/09/spy-cameras-on-navy-drones-secretly-sent-data-to-china/
3•like_any_other•9m ago•1 comments

There are 25% more psychotherapy sessions at 53 minutes than at 52

https://www.trytwofold.com/insights/53-minute-billing-threshold
2•ragswag•10m ago•0 comments

Corals Spin Tiny Vortices to Get Oxygen, but Not If It's Too Hot

https://www.quantamagazine.org/corals-spin-tiny-vortices-to-get-oxygen-but-not-if-its-too-hot-202...
1•rbanffy•11m ago•0 comments

Anthropic just proved AI isn't getting better

https://www.youtube.com/watch?v=xWxFEZICuwU
3•kesor•12m ago•0 comments

Putting frontier cyber models in more trusted hands – OpenAI

https://openai.com/index/putting-frontier-cyber-models-in-more-trusted-hands/
2•speckx•12m ago•0 comments

Slopocop: ESLint for TypeScript Slop

https://github.com/LBognanni/slopocop
1•lorisdev•13m ago•1 comments

Claude Code no longer limits sessions to 200 spawned subagents

https://github.com/anthropics/claude-code/commit/66edf5358349356774812264b75b8ea792f0d0a3
1•bakigul•13m ago•0 comments

Attacker Takes over Zoom AI

https://www.promptarmor.com/resources/attacker-takes-over-zoom-ai
3•hackerBanana•14m ago•0 comments

NYT Report Good News for Flock, but Overlooks Seven Major Problems

https://ipvm.com/reports/nyt-flock
1•jhonovich•14m ago•0 comments

Claude Sonnet 5 introductory pricing made permanent

https://twitter.com/claudeai/status/2086891169217122586
3•bvogelzang•16m ago•2 comments

C64 Demo: The Lab by Elysium (6 June 2026) [video]

https://www.youtube.com/watch?v=9g91vnJ6Bz4
1•austinallegro•16m ago•0 comments

Show HN: Étincel trains Claude's voice for PR reviews and code comments

https://github.com/AIStoryHub/etincel
1•jeeps1911•17m ago•0 comments

Investors Want Quarterly Reports, Unfavorable Results and All

https://www.bloomberg.com/graphics/2026-semiannual-reporting-obscures-bad-results/
2•petethomas•19m ago•0 comments

Tech leaders say AI means less work; staff say they work up to 90 hours a week

https://www.bbc.com/news/articles/cvgx4yd1gl2o
7•billybuckwheat•20m ago•1 comments

Elon Musk and the Infinity Rebuy

https://davekarpf.substack.com/p/elon-musk-and-the-infinite-rebuy
5•highfrequency•20m ago•0 comments

Major Oak: Ancient 'Robin Hood' tree is dead, experts say

https://www.bbc.com/news/articles/clyer9m0jmko
3•speckx•24m ago•0 comments

SpaceX plan for rocket launch site on Louisiana coast sparks backlash

https://www.theguardian.com/us-news/2026/aug/10/spacex-rocket-launch-site-louisiana-backlash
3•jethronethro•24m ago•0 comments

Ask HN: What new tools are you using?

3•jjcm•27m 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