frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

LinkedIn Feed Blocker

https://github.com/andrewpollack/linkedin-feed-blocker
1•andrewpollack•2m ago•0 comments

Jolt: Running Clojure on Chez Scheme

https://yogthos.net/posts/2026-07-02-jolt.html
1•tosh•3m ago•0 comments

Agentic Code Quality

https://addyo.substack.com/p/agentic-code-quality
1•Garbage•4m ago•0 comments

I reverse engineered and ported Ducks

https://github.com/borancar/Ducks
1•borancar•6m ago•1 comments

Perko – friend groups pool referral codes, with a fair turn order

https://perko.io
1•carnalimr•7m ago•0 comments

The Artificial Intelligence Revolution (2015)

https://waitbutwhy.com/2015/01/artificial-intelligence-revolution-1.html
1•tosh•10m ago•0 comments

Show HN: 49IDE – 2D Grid IDE for managing many agents, Git trees, issues

https://github.com/alpbahadur/49Agents
1•alpbahadur•13m ago•0 comments

Inadequate Equilibria

https://equilibriabook.com/inadequacy-and-modesty/
1•Bluestein•14m ago•0 comments

Why every AI model tells Japanese voters to vote for the Communist Party

https://twitter.com/MTSlive/status/2085842125464457722
1•tosh•14m ago•0 comments

Amazon Built a Data Center in a California Town Without Anyone Noticing

https://www.wsj.com/us-news/how-amazon-built-a-data-center-in-a-california-town-without-anyone-no...
1•speckx•16m ago•0 comments

2008 vs. 2026: The Same Dominoes Are Falling [video]

https://www.youtube.com/watch?v=Zgbzdk-eqJ0
1•xbmcuser•16m ago•0 comments

Prompt Privacy from LLMs

https://snwagh.com/blog/2026/stained-glass-transform/
2•napping_penguin•16m ago•1 comments

Developer ported Word for Windows 1.1a from 1990 to run natively on Windows 11

https://www.neowin.net/news/developer-ported-word-for-windows-11a-from-1990-to-run-natively-on-wi...
1•01-_-•16m ago•0 comments

An AI-powered iOS app for real-time fencing analysis (tracking/skeletons)

https://apps.apple.com/us/app/fencingvision-ai-coach/id6794765462
2•vortex5566•17m ago•0 comments

AI alignment is a red herring

https://interconnected.org/home/2026/08/08/alignment
2•peteforde•18m ago•0 comments

Show HN: TchoAI – Transform your documents into editable slide decks

https://tcho.ai/en
2•dyfang•23m ago•0 comments

Claude but It's Good at Misinformation

https://fauxthropic.com/
2•doomeacc•23m ago•0 comments

Offline AI Search Engine

https://www.wazzup.im
5•wazzup_im•25m ago•0 comments

Poll: Does the browser think you speak Chinese, but you do not?

2•Bender•26m ago•0 comments

What Happened: OpenAI and HuggingFace

https://thezvi.substack.com/p/what-happened-openai-and-huggingface
2•yurivish•28m ago•0 comments

Replai – smarter online form tooling

https://go-replai.com
2•eduardoVel•30m ago•1 comments

How AI Layoffs Can Trigger an Economic Spiral

https://bytepith.com/article/how-ai-layoffs-trigger-economic-spiral
2•khanhnguyen8386•30m ago•0 comments

Claude TV

https://vibetv.shop/
2•yitchelle•31m ago•0 comments

A tool to quickly step through and audit LLM-generated Python codebases

https://github.com/arnoldpredator/pyreplay
2•arnoldpredator•32m ago•1 comments

The chew toy that ate my small business

https://unherd.com/2026/08/the-chew-toy-that-ate-my-small-business/
3•speerer•34m ago•0 comments

HTML Day 2026

https://2026.html.energy/
3•hendersonreed•34m ago•0 comments

DARPA Lift Challenge – Aug 8 – Main Broadcast [livestream] [video]

https://www.youtube.com/watch?v=RWt7FIRWnyc
2•consumer451•36m ago•0 comments

Reducing Graphics API Complexity: A Clean Slate Design for Modern GPUs [video]

https://www.youtube.com/watch?v=aQv9pUl9PBM
2•mellinoe•37m ago•0 comments

The Price Tag

https://thehickmanletter.substack.com/p/the-price-tag
1•mooreds•39m ago•0 comments

US "Freedom Tech Excellence Program" Uses Palantir to Oppose Surveillance

https://www.state.gov/current-partnerships-global-partnerships-unit/
3•gumby•39m ago•1 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