frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: RenderPop – Free browser-based AI image and video generator

https://www.renderpop.app
1•sx2026•1m ago•0 comments

Segregation by Design – An atlas of spatial injustice

https://www.segregationbydesign.com
1•robtherobber•1m ago•0 comments

The AI risk is inside the labs

https://antirez.com/news/172
2•mirzap•3m ago•0 comments

Soumitra Dutta: A Visionary Perspective on AI and Global Competitiveness

https://clarity.fm/soumitradutta
1•AdhyaChadha•5m ago•0 comments

How to Copy and Sync a MongoDB Collection to PostgreSQL

https://visualeaf.com/blog/copy-and-sync-a-mongodb-collection-to-postgresql/
1•serena_wright•5m ago•0 comments

Debugging Application Insights locally without a cloud subscription

https://topaz.thecloudtheory.com/blog/debugging-application-insights-locally/
1•kamilmrzyglod•6m ago•0 comments

BaseCode – MDM for Coding Agents

https://basecode.cloud/
1•sivasurend•8m ago•1 comments

ALI: A Python agent architecture where the normative evaluator is

https://github.com/drwolfgangstegemann-sudo/ali-reference-implementation
2•WolfgangStege•8m ago•1 comments

Show HN: BrowserAct: Browser Layer for Your AI Agent

https://github.com/browser-act/skills
1•aanthonymax•9m ago•0 comments

Nvidia Bets on Ilya Sutskever's New AI Lab to Expand Compute Reach

https://www.wsj.com/tech/ai/nvidia-bets-on-ilya-sutskevers-new-ai-lab-to-expand-compute-reach-f95...
1•polymorph1sm•10m ago•0 comments

Magic: The Gathering's record year and America's stalled adulthood economy

https://fortune.com/2026/07/27/magic-the-gathering-millennial-housing-wealth-nostalgia-economy/
1•TrojanHookworm•10m ago•0 comments

Keyboardion

https://ianthehenry.com/posts/keyboardion/
1•alexpls•14m ago•0 comments

Gunther von Hagens, creator of Body Worlds and plastination, dies aged 81

https://www.theguardian.com/world/2026/jul/27/gunther-von-hagens-creator-of-body-worlds-and-plast...
1•xyzzy3000•15m ago•0 comments

Show HN: WizeMe – governed AI continuity with user-controlled memory

https://wizeme.app/
1•zrk222•15m ago•0 comments

One Ring to Rule Them All: Wiring Radios to Laptops the Hard Way

https://www.lysk.ai/post/wiring-radios-to-laptops-the-hard-way
2•majke•17m ago•0 comments

Ninfer: High-performance single-GPU inference

https://github.com/Neroued/ninfer
2•handfuloflight•17m ago•0 comments

Sphere Eversion

https://rreusser.github.io/explorations/sphere-eversion/
1•mathgenius•19m ago•0 comments

Show HN: Swift-topomap – A silicon-aware TUI and eBPF metrics engine in Rust

https://github.com/swiftlogicsystems/swifttopology
1•RathoreAnkur•20m ago•0 comments

Big Tech credit risks rise sharply as AI spending soars

https://www.ft.com/content/ac136522-ecc7-4262-8702-e0d636ea3099
2•mapping365•20m ago•0 comments

AI writes code that breaks main half as often

https://mergify.com/reports/state-of-merge-queues-2026
2•guerby•21m ago•0 comments

The Power of Focus in Agentic Coding

https://tenzinwangdhen.com/posts/copilot-creator-ai-coding-wrong/
1•AndreasHae•23m ago•0 comments

Wero

https://en.wikipedia.org/wiki/Wero_(payment)
1•tosh•24m ago•0 comments

The resurgence of fortified landscapes in West Africa

https://anl.geog.ufl.edu/fortified-landscapes/
1•jxub•29m ago•0 comments

Let over Lambda – 50 Years of Lisp

https://letoverlambda.com/textmode.cl/guest/toc
2•t-3•30m ago•0 comments

US Officials Advocate for White South Africans and Right-Wing Causes in Europe

http://www.techdirt.com/2026/07/27/trump-officials-want-to-use-human-rights-aid-to-advocate-for-w...
2•beardyw•31m ago•0 comments

AI Hosts and Sandboxes Save Intel's Datacenter CPU Cookies

https://www.nextplatform.com/compute/2026/07/28/ai-hosts-and-sandboxes-save-intels-datacenter-cpu...
2•rbanffy•33m ago•0 comments

AMD Advancing AI 2026: Talking CDNA5 with AMD's Alan Smith

https://chipsandcheese.com/p/amd-advancing-ai-2026-talking-cdna5
1•rbanffy•35m ago•0 comments

Experts warn current Starship heat shield tech is a "dead end" for rapid reuse

https://arstechnica.com/space/2026/07/despite-recent-successes-rapid-reuse-of-starship-remains-a-...
1•rbanffy•36m ago•0 comments

Japan-US team discovers substance seen as 'seed' behind Alzheimer's disease

https://mainichi.jp/english/articles/20260723/p2a/00m/0sc/010000c
3•BaudouinVH•36m ago•0 comments

The Mean Means Nothing

https://fzakaria.com/2026/07/27/the-mean-means-nothing
1•ingve•38m 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