frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Designing code review for human-agent collaboration

https://tidewave.ai/blog/code-review
1•hugobarauna•22s ago•0 comments

A four-chapter scripture he wrote and continues to inhabit

https://jimiwen.substack.com/p/preface-to-si-wu-zi
1•jimiwen•51s ago•0 comments

Beej: On Making

https://beej.us/blog/data/ai-making/
1•ketanhwr•2m ago•0 comments

Chemical NDMA more likely to cause cancerous mutations after early-life exposure

https://medicalxpress.com/news/2026-04-chemical-ndma-cancerous-mutations-early.html
1•OutOfHere•4m ago•0 comments

The crazy nests built by leaf-cutter ants

https://knowablemagazine.org/content/article/living-world/2026/crazy-nests-leaf-cutter-ants-build
1•sohkamyung•5m ago•0 comments

Peon – A Zero-Trust AI Agent Runtime in Rust (Using Casbin)

https://github.com/stephen94125/peon-lib
1•stephen94125•5m ago•0 comments

I wrapped a LangChain agent without modifying its code (Ascension V2)

https://github.com/SweetKenneth/cmpsbl-langchain-ascended-agent
1•promptfluid•5m ago•1 comments

Anthropic won't own MCP 'design flaw' 200K servers at risk, researchers say

https://www.theregister.com/2026/04/16/anthropic_mcp_design_flaw/
1•beardyw•5m ago•0 comments

Show HN: Zmx – run local code agents on remote machines

https://bower.sh/zmx-ai-portal
1•qudat•5m ago•0 comments

Show HN: Robots2.txt – A robots.txt extension for AI agents and Age ratings

https://robots2.org
1•ID10TError•7m ago•0 comments

There Is Nothing New On software's infinite regress

https://iqiipi.com/there-is-nothing-new.html
1•prakashqwerty•7m ago•0 comments

2026 We Built a Browser Robot Because Webflow's API Can't Handle a Code Block

https://www.ditto.com/blog/browser-robot-cms-api-gap
1•bigfish24•7m ago•0 comments

Keycap.app – Generate and visualize keycap models

https://keycap.app/
1•Leluvara•10m ago•0 comments

Smithsonian secrets most likely to blow your mind

https://www.sciencenews.org/article/smithsonian-secrets-life-photography
2•sohkamyung•11m ago•0 comments

Demonstrating Kubernetes Race Conditions with a Custom Observability Tool

https://tylerjarjoura.com/blog/demonstrating-kubernetes-race-conditions/
1•tjarjoura•12m ago•0 comments

Commission awards €180M tender for sovereign cloud to 4 European providers

https://ec.europa.eu/commission/presscorner/home/en
1•ptdorf•14m ago•0 comments

Show HN: Generate a realistic handwriting animation from any text

https://getmycursive.com/
2•chunza2542•15m ago•0 comments

Michael Burry found a $1.7T 'earnings illusion' hiding in tech stocks

https://finance.yahoo.com/markets/stocks/articles/michael-burry-analyzed-1-000-103000667.html
2•lordleft•15m ago•0 comments

No 5G antenna, no internet: communicating under the radar with mesh networks [video]

https://www.youtube.com/watch?v=UTWrq_nS56A
1•zxxma•15m ago•0 comments

LogosDB: Fast Semantic Vector Database

https://github.com/jose-compu/logosdb
2•wslh•19m ago•0 comments

Modular DC construction at $4.5-6.5M/MW vs. $11.3M/MW traditional

1•jaynamburi•21m ago•0 comments

H.R. 8250 – Parents Decide Act (mandate OS age validation)

https://www.congress.gov/bill/119th-congress/house-bill/8250/text
1•rdl•21m ago•0 comments

Three years in amber: resurrecting WASM-AI from long ago

https://wasmai.vercel.app/resurrection
1•hrishi•22m ago•0 comments

ShieldPi – MCP server for monitoring deployed AI agents

https://pypi.org/project/shieldpi-mcp/
1•Ch_Avinash•22m ago•0 comments

Show HN: Reloadium Search Describe what you want get optimal Google queries

1•julienreszka•23m ago•0 comments

Show HN: WordFor – a free, open, private reverse dictionary running on browser

https://wordfor.xyz/
2•zshn25•23m ago•0 comments

Show HN: Open Access Qwen3.6-35B-A3B-UD-Q5_K_M with TurboQuant

2•freakynit•24m ago•0 comments

Spousal Preferences Impact Career Outcomes of Men and Women

https://www.nominalnews.com/p/spousal-preferences-career-gender-pay-gap
1•NomNew•25m ago•0 comments

Decrypting my ISP's ZTE F670L router config in 5 minutes

https://gist.github.com/notvcto/feb25027bdcbd3dba0ee5e572d8b5303
2•notvcto•26m ago•0 comments

Show HN: GetHireToday – AI resume builder that targets ATS keyword matching

https://gethiretoday.com
2•Haroonbasil•28m 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•12mo ago

Comments

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