frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Koxtoolchain – KOReader Cross Compile ToolChains

https://github.com/koreader/koxtoolchain
1•arbayi•58s ago•0 comments

Token Myth

https://robonomics.substack.com/p/token-myth
1•gmays•1m ago•0 comments

Barrer

https://en.wikipedia.org/wiki/Barrer
1•thunderbong•2m ago•0 comments

Key E-3 AWACS Damaged in Iranian Attack

https://www.airandspaceforces.com/key-e-3-awacs-aircraft-damaged-iranian-attack-saudi-air-base/
2•inaros•2m ago•0 comments

Why do SF billboards hit different?

2•YouAreExisting•3m ago•0 comments

Israeli soldiers echo settler ideology after detaining CNN crew

https://www.cnn.com/2026/03/27/middleeast/israeli-soldiers-settler-ideology-detain-cnn-crew-latam...
1•inaros•3m ago•0 comments

Show HN: Deep dive into how NAV calculation is done

https://www.navquant.com/blog/ultimate-guide-nav-calculation
1•navquant•6m ago•0 comments

IDF Air Crew Member Suspected of Betting on Iran War in Polymarket

https://www.haaretz.com/israel-news/israel-security/2026-03-29/ty-article/.premium/second-idf-air...
1•inaros•9m ago•1 comments

Can LLMs bring the Berkshire Hathaway web site into the 21st century?

https://philip.greenspun.com/blog/2026/02/06/can-llms-bring-the-berkshire-hathaway-web-site-into-...
1•vixen99•12m ago•1 comments

People. Ex-Epic Games Talent

https://awesomepeoplelist.replit.app/
2•mariuz•18m ago•0 comments

Researchers examine how AI chatbots are shaping government operations

https://phys.org/news/2026-03-ai-chatbots.html
1•Brajeshwar•21m ago•0 comments

Keys on Doormats: Exposed API Credentials on the Web

https://arxiv.org/abs/2603.12498
1•geox•25m ago•1 comments

The Multibillion-Dollar Foundation That Controls the Humanities

https://www.theatlantic.com/magazine/2026/03/mellon-foundation-humanities-research-funding/685733/
1•herbertl•30m ago•1 comments

Significant progress made on Xbox 360 recompilation

https://readonlymemo.com/rexglue-xbox-360-recompilation-interview/
1•tetrisgm•30m ago•0 comments

Meta's victim-blaming failed to sway jurors in social media addiction trial

https://www.theguardian.com/technology/2026/mar/29/meta-loss-social-media-addiction-trial
2•phlummox•31m ago•1 comments

The first thing vibe coding builds is confidence it will help you succeed

https://www.theregister.com/2026/03/29/secret_ceo_column_vibe_coding/
1•Brajeshwar•32m ago•0 comments

The only sane way to use Linux

https://amit.prasad.me/blog/sane-nix
3•amitprasad•33m ago•0 comments

BubbleWrap your dev env and agents

https://dpc.pw/posts/bubblewrap-your-dev-env-and-agents/
1•swq115•34m ago•0 comments

Claude Skill Collection

https://github.com/GetBindu/awesome-claude-code-and-skills
1•raahul_rahl•35m ago•0 comments

I wish Bluesky's streaming thing was better

https://mat.leaflet.pub/3mciryxlovs2n
2•mooreds•38m ago•0 comments

I self-taught MIT math

https://www.scotthyoung.com/blog/2023/02/21/diego-vera-mit-challenge-math-physics/
3•DiegoVera•38m ago•0 comments

Show HN: F1 Data – 100 resources across 11 racing series

https://github.com/subinium/awesome-f1
2•subinium•38m ago•0 comments

Liveness Checks as a Captcha Replacement

https://ciamweekly.substack.com/p/liveness-checks-as-a-captcha-replacement
1•mooreds•40m ago•0 comments

Tiny Kit Carson County has grown into a green energy giant

https://coloradosun.com/2026/03/29/kit-carson-county-colorado-renewable-energy-boom-xcel/
1•mooreds•40m ago•0 comments

Taipower submits plans to restart Pingtung nuclear plant

https://www.taipeitimes.com/News/taiwan/archives/2026/03/27/2003854583
1•mpweiher•41m ago•0 comments

Show HN: Amgix – Hybrid Search System, glue included

https://amgix.io/
1•kvasserman•42m ago•1 comments

At 50, Apple confronts its next big challenge: AI

https://techxplore.com/news/2026-03-apple-big-ai.html
1•Brajeshwar•42m ago•0 comments

Show HN: PyNear – exact and approximate KNN, faster than Faiss

2•pcael•45m ago•0 comments

AltClaw – A secure scripting layer for AI agents with a module marketplace

https://github.com/altlimit/altclaw
1•altlimit•48m ago•0 comments

Hadak – a location-based word search connecting users to nearby providers

https://github.com/MTeef/hadak
1•mteef•50m 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•11mo ago

Comments

_usr_bin_env•11mo 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•11mo 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•11mo 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•11mo 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•11mo ago
Text output would have been too easy on the eink screen xD