frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: TickerWhale – nightly 0-100 scores and fair values for 1,300 stocks

https://tickerwhale.com
1•nacer222•56s ago•0 comments

Googlebook – Meet the Lineup and pre-order

https://googlebook.google/shop/
1•bretpiatt•3m ago•1 comments

Grok 4.7 Intelligence, Performance and Price Analysis

https://artificialanalysis.ai/models/grok-4-7
2•theanonymousone•3m ago•0 comments

Show HN: Agent Chaperone – Screen AI agent tool calls and results with Jev

https://github.com/agent-chaperone/agent-chaperone
1•sepehrsafari•5m ago•0 comments

Show HN: flyOS – A fruit fly connectome simulated in real time on an iPhone

https://www.becomethefly.com
1•coryetzkorn•5m ago•0 comments

Saudi Arabia's Ceer launches flagship electric vehicles

https://www.agbi.com/manufacturing/2026/09/saudi-arabias-ceer-launches-flagship-electric-vehicles/
3•abdullahalharir•7m ago•0 comments

Modulate ML Team Announces New Public Entity Transcription Benchmark

https://www.modulate.ai/blog/modulate-ml-team-announces-new-public-entity-transcription-benchmark
1•voicevector5•8m ago•0 comments

WTF Is Up with Napster's AI Pivot?

https://tedium.co/2026/09/21/napster-ai-pivot/
2•speckx•8m ago•0 comments

Alcor: Simulate cpuid and sgdt/sidt results per-process

https://github.com/er-azh/alcor
1•Tiberium•9m ago•0 comments

Google hit with €403M fine by Irish data watchdog over GDPR violations

https://www.bbc.co.uk/news/articles/ck1e52v16ngxo
2•philbo•9m ago•0 comments

Raspberry Pi founder Eben Upton: 'I'm an Omni-geek

https://www.ft.com/content/2285c111-b103-4b04-96c7-fe26a3c04c3e
1•imichael•10m ago•0 comments

Grok 4.7 is here with Electrical engineering benchmark which beats fable 5.1 max

https://twitter.com/hive_echo/status/2102072241420898708
1•echohive42•11m ago•0 comments

Delta A21N at Kahului on Sep 19th 2026, fuel fumes on board

https://avherald.com/h?article=541628f4
2•r2sk5t•14m ago•0 comments

WWLD #1: Domains and gas station hotdogs

https://chaosguru.substack.com/p/wwld-1-domains-and-gas-station-hotdogs
3•taubek•16m ago•0 comments

The agents, they just want to talk

https://snats.xyz/pages/articles/political_ecology/the_agents_they_just_want_to_talk.html
2•snats•17m ago•1 comments

Amazon Blocks Meta's Muse AI Agent from Its Retail Site

https://www.bloomberg.com/news/articles/2026-09-21/amazon-blocks-meta-s-muse-ai-agent-from-its-re...
3•k2m•17m ago•1 comments

Show HN: Foremerge – Catch Intent Conflicts Between Parallel Coding Agents

https://github.com/naw103/foremerge
4•foremerge•17m ago•0 comments

Measuring nothing (with great accuracy) (2014)

https://seths.blog/2014/01/measuring-nothing-with-great-accuracy/
2•compiler-guy•17m ago•0 comments

Thinking, Fast and Slow

https://en.wikipedia.org/wiki/Thinking,_Fast_and_Slow
4•vinhnx•18m ago•0 comments

Building a Browser Without V8: What Broke, and What Worked

https://medium.com/@Koukyosyumei/building-a-browser-without-v8-what-broke-and-what-worked-bb3bd78...
2•syumei•19m ago•0 comments

Show HN: Fusion-runtime – self-hosted voice agents, STT+LLM+TTS in one process

https://github.com/SamarthUrs18/fusion-runtime
2•samarthurs18•19m ago•0 comments

Show HN: Code Graph View – What if you could navigate a codebase as a graph?

https://github.com/otobongfp/code-graph-view
2•otobong•20m ago•0 comments

How Secrets Work in Docker

https://infisical.com/blog/docker-secrets-management
3•FinnLobsien•20m ago•0 comments

Steerable Cultural Preference Optimization of Reward Models

https://arxiv.org/abs/2606.18606
2•measurablefunc•23m ago•0 comments

pwn.college - Learn to Hack

https://pwn.college/
2•mihau•24m ago•1 comments

First Autonomous Flight Across the United States

https://www.jobyaviation.com/news/joby-completes-first-ever-fully-autonomous-flight-across-the-un...
2•geox•25m ago•1 comments

This Digital Radio Gets Messages to the World’s Remotest Locations

https://spectrum.ieee.org/hermes-shortwave-radio-digital-data
3•SamuraiLion•25m ago•0 comments

Fable 5 – Median thinking declined in August

https://twitter.com/Lon/status/2101793422487204027
13•espeed•25m ago•0 comments

Nginx Control API: View In-Memory Configuration and Reload via HTTP Requests

https://blog.nginx.org/blog/nginx-control-api-view-in-memory-configuration-and-reload-via-http-re...
2•aaaaffine•26m ago•1 comments

The reason children no longer enjoy reading

https://spectator.com/article/the-real-reason-children-no-longer-enjoy-reading/
6•netfortius•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