frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Finra Adopts New Standards to Replace the Day Trading Margin Requirements

https://www.finra.org/rules-guidance/notices/26-10
1•hentrep•29s ago•0 comments

Desktop Powered by Hashing

https://starlight-ai.freemyip.com/sandbox/4c91530a5083a463798865d9f357d473d5318fe683784a390a48a2d...
2•macroadster•1m ago•0 comments

Developer Builds Script That Calls Back Spam Callers in Endless Loop [video]

https://www.youtube.com/shorts/3zyng3lqNAs
1•thunderbong•1m ago•0 comments

Show HN: Interactive knowledge graph for the AAuth (Agent Auth) protocol

https://mcp-shark.github.io/aauth-explorer/
1•0xchamin•3m ago•0 comments

I spent 6 years building my Kanban as I hated how managers run the boards

https://www.npmjs.com/package/ooko
2•okovooo•3m ago•1 comments

The unflattering secrets revealed so far in Elon Musk's latest legal feud

https://web.archive.org/web/20260423124533/https://www.washingtonpost.com/technology/2026/04/23/m...
1•1vuio0pswjnm7•6m ago•0 comments

AWS/Azure IAM Audit Automation – Lessons from the ShinyHunters Breach

https://cyberalert.com.pl/articles/iam-audit-multicloud-shinyhunters-2026-en.html
1•D__S•9m ago•0 comments

Train separately, merge together: Modular post-training with mixture-of-experts

https://allenai.org/blog/bar
1•gmays•9m ago•0 comments

Breathing in nanoparticles could enable a 10-minute pneumonia check

https://phys.org/news/2026-03-nanoparticles-enable-minute-pneumonia.html
1•PaulHoule•10m ago•0 comments

Atlassian Expands Partnership with Google Cloud to Power Agentic AI

https://www.googlecloudpresscorner.com/2026-04-22-Atlassian-Expands-Partnership-with-Google-Cloud...
2•marcosscriven•10m ago•0 comments

Microsoft plans first voluntary employee buyout in company's 51-year history

https://www.cnbc.com/2026/04/23/microsoft-plans-first-voluntary-retirement-program-for-us-employe...
2•1vuio0pswjnm7•10m ago•1 comments

How to Grep Video

https://blog.cloudglue.dev/how-to-grep-video/
4•mrmarket•11m ago•0 comments

Ask HN: How to reduce human bottle neck in solo game dev

1•pennystudio-li•11m ago•0 comments

We rebuilt our Electron recording engine in Swift

https://circleback.ai/blog/how-we-rebuilt-our-electron-recording-engine-in-swift
1•arguiot•12m ago•0 comments

AI Model and 'MAGA' Influencer Emily Hart Unmasked as Indian Man

https://www.mandatory.com/news/1761666-maga-influencer-ai-model-emily-hart-unmasked-indian-man
2•CharlesW•12m ago•0 comments

What you can do in a decade

https://www.swyx.io/decade
1•AnhTho_FR•13m ago•0 comments

Google's opt-out cookies still ignored, 15 years later

https://jackyan.com/blog/2026/04/googles-opt-out-cookies-still-ignored-15-years-later/
4•speckx•14m ago•0 comments

LLM users mistake AI output for their own real skill

https://arxiv.org/abs/2604.14807
1•linkregister•14m ago•0 comments

Rgfeawvgewwvga

https://selfba.se/t5g4egtvfergvretgvr
1•aegvegv•14m ago•0 comments

A catastrophic climate event is upon us

https://www.theguardian.com/commentisfree/2026/apr/23/catastrophic-climate-event-scientists-atlan...
2•yrcyrc•16m ago•0 comments

Show HN: Clawd Penguin – a virtual hangout for when Claude goes down

https://clawdpenguin.com
1•ossa-ma•18m ago•1 comments

Specsmaxxing

https://acai.sh/blog/specsmaxxing
1•brendanmc6•19m ago•0 comments

Microsoft Offers Voluntary Retirement to About 7% of US Workers

https://www.bloomberg.com/news/articles/2026-04-23/microsoft-offers-voluntary-retirement-to-about...
2•helsinkiandrew•19m ago•2 comments

Freak Heat Spikes Pay Big on Polymarket, Rousing Weather Nerds' Suspicion

https://www.wsj.com/business/unusual-weather-bets-on-polymarket-spur-french-investigation-b799bec8
1•julienchastang•20m ago•1 comments

Show HN: We're building Apache spark for agents with Rust and Datafusion

https://github.com/SkardiLabs/skardi
1•btnokami•21m ago•0 comments

Google TPU 8i for Inference and TPU 8T for Training Announced

https://www.servethehome.com/google-tpu-8i-for-inference-and-tpu-8t-for-training-announced/
1•teleforce•22m ago•0 comments

Show HN: Code garden deep-dive: my Forth C64 tetromino game

https://github.com/ekipan/sss/blob/share-hn/Design.md
1•ekipan•22m ago•1 comments

The Price of AI Is the Internet

https://vanilla.sh/blog/price-of-ai/
2•speckx•22m ago•0 comments

The NCSC's AI threat warning and the gap in AI agent security

https://agentshield.pro/blog/ncsc-perfect-storm
1•eigenart•23m ago•0 comments

Engineering Architecture: A Syllabus?

https://www.argmin.net/p/engineering-architecture-a-syllabus
1•sebg•23m 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