frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

A Different Kind of Tired

https://newsletter.masilotti.com/p/a-different-kind-of-tired
1•joemasilotti•11s ago•0 comments

AI Will Never Be Ethical or Safe

https://meiert.com/blog/ai-ethics-and-safety/
2•caisah•1m ago•0 comments

Show HN: MōBrowser, a TypeScript-first desktop app framework with typed IPC

https://teamdev.com/mobrowser/
1•Ikryanov•1m ago•0 comments

Gemini Robotics-ER 1.6: Embodied reasoning for real-world robotics tasks

https://deepmind.google/blog/gemini-robotics-er-1-6/
1•meetpateltech•2m ago•0 comments

Requests for Discussion

https://rfd.shared.oxide.computer/rfd/0001
1•tosh•2m ago•0 comments

Tokenblast.cc - Config generator for ClaudeCode env flags with cost estimates

https://www.tokenblast.cc/
1•persuader•3m ago•0 comments

Soul.md – a simple open format for giving AI agents persistent identity

https://github.com/AntonioTF5/soul-spec
1•afonie•3m ago•0 comments

I've created a pi agent extension to prevent openrouter stale model lists

https://www.npmjs.com/package/pi-openrouter-realtime
1•corvoprophet•3m ago•1 comments

Hacker breached one of China's supercomputers and is attempting to sell data

https://www.cnn.com/2026/04/08/china/china-supercomputer-hackers-hnk-intl
1•FrojoS•3m ago•0 comments

Show HN: Hivecrew: Native macOS app for parallel long-horizon Omni agents

https://github.com/johnbean393/Hivecrew
2•johnbean393•4m ago•1 comments

What if Claude Code and OpenClaw had a child?

https://redcrab.ai
1•ozgurozkan999•4m ago•1 comments

German Tank Problem

https://en.wikipedia.org/wiki/German_tank_problem
1•tosh•5m ago•0 comments

hasp: A paranoid scanner and kernel-sandboxed step runner for GitHub Actions

https://github.com/electricapp/hasp
1•electricapps•6m ago•1 comments

The most beautiful formula not enough people understand [video]

https://www.youtube.com/watch?v=fsLh-NYhOoU
1•ggraphilia•6m ago•0 comments

Waymo: The hollowing of middle class [video]

https://www.youtube.com/watch?v=ZqVuNSx7sgs
1•Eridanus2•6m ago•0 comments

Leaked Chinese military NSCC files: Specific questions of terminal ballistics

https://twitter.com/texhnolyze_d/status/2036750151818055782
1•FrojoS•7m ago•0 comments

Google shoehorned Rust into Pixel 10 modem to make legacy code safer

https://arstechnica.com/gadgets/2026/04/google-shoehorned-rust-into-pixel-10-modem-to-make-legacy...
1•Brajeshwar•8m ago•0 comments

Creating 'new knobs of control' in biology

https://www.owlposting.com/p/on-creating-new-knobs-of-control
1•abhishaike•12m ago•0 comments

Authorization as Data, Not Code

https://www.monsterwriter.com/building-linkedrecords.html
1•WolfOliver•13m ago•0 comments

Show HN: Free browser-based vector tile inspector – paste any MVT/PBF URL

https://marinecharts.io/tools/vector-tile-inspector
1•jarl-ragnar•14m ago•0 comments

ElectricSQL database takeover vulnerability found by AI

https://casco.com/blog/electricsql-order-by-sql-injection
3•brene•15m ago•1 comments

AI Agent Security Vulnerabilities: Risks, Attacks, and Protection Strategies

https://aichatspot.online/ai-agent-security-vulnerabilities-risks-attacks-and-protection-strategies/
1•coinpress•17m ago•0 comments

Microsoft is officially killing its Outlook Lite app next month

https://techcrunch.com/2026/04/13/microsoft-is-officially-killing-its-outlook-lite-app-next-month/
1•gpi•18m ago•0 comments

DuckDB: Friendly SQL

https://duckdb.org/docs/current/sql/dialect/friendly_sql
2•tosh•19m ago•0 comments

DuckDB – The SQLite for Analytics (2020) [video]

https://www.youtube.com/watch?v=PFUZlNQIndo
1•tosh•20m ago•0 comments

Show HN: Bitterbot – A local-first P2P agent mesh with skill trading

https://github.com/Bitterbot-AI/bitterbot-desktop
2•Doug_Bitterbot•21m ago•1 comments

The Sovereign Protocol

https://docs.google.com/document/d/1rsm_2HJQTTs2D5XJwmSYEtzktqsxW7kSRTSmOCkJEEc/edit?usp=drivesdk
1•Actu•21m ago•0 comments

Rubber Dolphy; PoC for FlipperZero BadUSB with Exfiltration Capabilities

https://github.com/carvilsi/rubber-dolphy
1•carvilsi•21m ago•1 comments

Doom over DNS

https://blog.rice.is/post/doom-over-dns/
2•wedemmoez•22m ago•0 comments

IBM's Best Customer

https://pascoe.pw/2026/04/ibm.html
4•pascoej•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•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