frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Commandments of AI (Mindfulness)

1•xaj•3m ago•0 comments

Knowledge workers managing AI show collapsed productivity, not just a plateau

1•dfordp11•6m ago•0 comments

New iPhone app covering retro CPUs

https://apps.apple.com/us/app/opcodes/id6760205834
1•GrantMeStrength•9m ago•1 comments

AI – Assassinating Intelligence

https://yashgarg.dev/posts/ai-slop/
1•salkahfi•10m ago•0 comments

Show HN: Hat v0.7.0 – Fast, local automatic file compression and conversion

https://github.com/bittere/hat
1•_bittere•11m ago•0 comments

Meta's Omnilingual MT for 1,600 Languages

https://ai.meta.com/research/publications/omnilingual-mt-machine-translation-for-1600-languages/?...
1•j0e1•12m ago•0 comments

Show HN: Bank Parser – Convert US Bank Statement PDFs to QuickBooks-Ready Excel

https://bank-parser.com
1•zetbaur•12m ago•0 comments

Doubling down on open-access quantum computing

https://www.ibm.com/quantum/blog/open-plan-updates
1•jonbaer•12m ago•0 comments

Show HN: Llmtop – Htop for LLM Inference Clusters (vLLM, SGLang, Ollama, llama)

https://github.com/InfraWhisperer/llmtop
1•rpotluri•13m ago•0 comments

Review the Spec. Not the Code

https://www.augmentcode.com/blog/review-the-intent-not-the-code
1•knes•16m ago•0 comments

What is Nvidia NemoClaw and how to try it

https://mashable.com/article/nvidida-nemoclaw-what-it-is-how-to-try-it
1•geoffbp•19m ago•0 comments

Electric vehicles avoided oil consumption of 70% of Iran's 2025 exports

https://ember-energy.org/latest-updates/electric-vehicles-avoided-oil-consumption-equivalent-to-7...
1•dabinat•26m ago•0 comments

Review of Microsoft's ClearType Font Collection (2005)

https://typographica.org/on-typography/microsofts-cleartype-font-collection-a-fair-and-balanced-r...
1•precompute•28m ago•0 comments

Your terminal, finally has memory!

https://github.com/KunalSin9h/yaad
2•knlsn•30m ago•1 comments

Rust-accelerated reinforcement learning, 140x faster than Python

https://github.com/riserally/rlox
3•wkowalpl•33m ago•1 comments

Iranian security chief Ali Larijani killed in air strike

https://www.bbc.com/news/articles/c24deezq6meo
1•tartoran•39m ago•1 comments

India's 20 years of GDP misestimation: New evidence

https://www.piie.com/publications/working-papers/2026/indias-20-years-gdp-misestimation-new-evidence
1•littlexsparkee•39m ago•0 comments

AI coordinates with your friends' AI so nobody has to

https://sotto.us
2•felixwu•44m ago•0 comments

Show HN: Vibe Remote – Code from your bed or the park with Claude Code/Codex

https://vibe-remote.com
2•amarkdown•47m ago•2 comments

Smoother Signatures (2012)

https://developer.squareup.com/blog/smoother-signatures/
1•wxw•48m ago•0 comments

The remaining questions after the Supreme Court's tariffs ruling

https://www.scotusblog.com/2026/03/the-remaining-questions-after-the-supreme-courts-tariffs-ruling/
2•treetalker•49m ago•0 comments

My Claude Code setup you definitely shouldn't use. It's AI Overkill

https://github.com/notque/ai-overkill
3•AndyNemmity•53m ago•1 comments

From Descartes to punk rock, the letter X has an extraordinary history

https://www.npr.org/2026/03/17/nx-s1-5732951/letter-x-etymology-religion-punk-descartes-romans-al...
1•andsoitis•55m ago•0 comments

Forget Flags and Scripts: Just Rename the File

https://robertsdotpm.github.io/software_engineering/program_names_as_input.html
5•Uptrenda•1h ago•3 comments

Life in Hitler's Capital

https://www.newyorker.com/magazine/2026/03/16/stay-alive-berlin-1939-1945-ian-buruma-book-review
2•mitchbob•1h ago•1 comments

Study finds scientists' jokes mostly fall flat

https://www.nature.com/articles/d41586-026-00854-9
2•y1n0•1h ago•3 comments

SQLite WAL-reset database corruption bug

https://sqlite.org/wal.html#walresetbug
3•jzebedee•1h ago•0 comments

We optimized Dash's relevance judge with DSPy

https://dropbox.tech/machine-learning/optimizing-dropbox-dash-relevance-judge-with-dspy
2•handfuloflight•1h ago•0 comments

TrustAgentAI – Cryptographic receipts for MCP tool calls (non-repudiation layer)

2•kirillostrovsky•1h ago•0 comments

Bonanza or Bubble? Where AI Goes from Here

https://www.bloomberg.com/news/articles/2026-03-18/is-an-ai-bubble-set-to-burst-navigating-the-ar...
1•1vuio0pswjnm7•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