frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Ask HN: File Sharing from EU to CN

1•zirkuswurstikus•2m ago•0 comments

Show HN: Boarding Pass Wallet with Leaderboard, Analytics and Trip Planning

https://borderlyai.com
1•mathaip•4m ago•0 comments

Trump signature to appear on US currency, ending 165-year tradition

https://www.reuters.com/world/us/trumps-signature-appear-us-currency-treasury-says-ending-165-yea...
1•gostsamo•4m ago•0 comments

AI and bots have officially taken over the internet, report finds

https://www.cnbc.com/2026/03/26/ai-bots-humans-internet.html
1•1vuio0pswjnm7•5m ago•0 comments

Claude AI Maker Anthropic Considers IPO as Soon as October

https://www.bloomberg.com/news/articles/2026-03-27/claude-ai-maker-anthropic-said-to-weigh-ipo-as...
1•kristianp•5m ago•1 comments

The Human Connection Moat

https://progressivedelivery.com/2026/02/28/ai-kicked-my-saas/
1•mooreds•7m ago•0 comments

Elon Musk's Boring Co. tunnels aren't wanted by most Nashville residents

https://www.cnbc.com/2026/03/26/elon-musks-boring-co-tunnels-not-wanted-by-most-nashville-residen...
2•1vuio0pswjnm7•11m ago•1 comments

Tool to reduce AI tokens and generate more detailed and accurate PRDs

https://github.com/Corbell-AI/Corbell
3•holy_pharaoh•16m ago•2 comments

Lessons from the history of Royal Society journal publishing, 1665-2015

https://arts.st-andrews.ac.uk/philosophicaltransactions/brief-history-of-phil-trans/
1•divbzero•22m ago•0 comments

Show HN: "Ask AI" for Your Website

https://peam.ai
1•afshinmeh•23m ago•0 comments

The Ozempicization of the Economy

https://kyla.substack.com/p/the-ozempicization-of-the-economy
1•dotcoma•26m ago•0 comments

Two env vars that fix PyTorch memory creep forever – no code changes

https://github.com/brjen/pytorch-memory-fix
2•rockshocker•29m ago•0 comments

Internet Yiff Machine: We hacked 93GB of "anonymous" crime tips

https://arstechnica.com/security/2026/03/internet-yiff-machine-we-hacked-93gb-of-anonymous-crime-...
1•nobody9999•31m ago•0 comments

The Torpedo Data Computer (TDC)(2006)

https://maritime.org/tech/tdc.php
1•o4c•36m ago•0 comments

Gumbel Max trick for LLM sampling

https://darshanmakwana412.github.io/2026/01/gumbel-max-trick/
2•martianlantern•37m ago•0 comments

Show HN: Spectator, a Programming Language for Cybersecurity

1•CzaxTanmay•42m ago•0 comments

Show HN: Literalizer – convert JSON and YAML into native

https://github.com/adamtheturtle/literalizer
1•adamtheturtle•42m ago•0 comments

Schedule tasks on the web

https://code.claude.com/docs/en/web-scheduled-tasks
37•iBelieve•54m ago•21 comments

How Natural Tradeoff and Failure Components?

https://www.astralcodexten.com/p/how-natural-tradeoff-and-failure
2•paulpauper•56m ago•0 comments

Implementing YOLOv8 Object Detection with OpenCV in Rust Using ONNX Models

https://linzichun.com/posts/rust-opencv-onnx-yolov8-detect/
2•auraham•57m ago•0 comments

Vibe Coding Ships Broken

https://wire.wise-relations.com/news/2026-03-27-vibe-coding/
2•chelm•59m ago•0 comments

Ohm's Peg-to-WASM Compiler

https://ohmjs.org/blog/2026/03/12/peg-to-wasm
1•azhenley•1h ago•0 comments

Show HN: Superfast – Cognitive Memory Graphs for Enterprise AI Agents

1•prabhatkr•1h ago•0 comments

Cross-platform desktop app with YOLOv8, Tauri, Rust, and SvelteKit

https://linzichun.com/posts/tauri-image-desktop-app-rust-sveltekit/
1•auraham•1h ago•0 comments

Goedel-Code-Prover: Hierarchical Proof Search for Open SotA Code Verification

https://goedelcodeprover.github.io/
2•matt_d•1h ago•0 comments

What if you codebase was living all along and you were a surgeon

https://twitter.com/rs545837/status/2037382115457933720
1•as290608•1h ago•0 comments

JoyConf: A live emoji reaction app for presentations

https://tracyatteberry.com/posts/joyconf/
1•sea-gold•1h ago•0 comments

Ship with Claude – Free Starter Pack (Maintainable AI-Assisted Projects)

https://panavy.gumroad.com/l/skmaha
1•panavm•1h ago•1 comments

Developers are faster than ever. So why isn't anything shipping?

https://www.linkedin.com/pulse/bottleneck-cascade-timur-fatykhov-nm4ce
3•tfatykhov•1h ago•1 comments

Systemd-free antiX 26: Debian 13, in bonsai form

https://www.theregister.com/2026/03/24/antix_26_bonsai_trixie/
2•thunderbong•1h 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•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