frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Creating Prediction Markets with Tarek Mansour and Luana Lopes Lara

https://cheekypint.substack.com/p/creating-prediction-markets-and-suing
1•hhs•4m ago•0 comments

In this economy? Sydney In Me has created a free tool using free services

https://taplink.cc/sydneyinme
1•iiviivix•6m ago•1 comments

Looking at Unity made me understand the point of C++ coroutines

https://mropert.github.io/2026/03/20/unity_cpp_coroutines/
1•ingve•10m ago•0 comments

Inside the AI labs training China's humanoid robots

https://www.ft.com/content/85bca5c7-f64b-4011-bc7c-9ce3254a2b78
2•hhs•14m ago•0 comments

WikiWikiWiki

https://github.com/minguhong/WikiWikiWiki
2•cookingoils•15m ago•0 comments

AI systems are more similar to indent(1), than to the human process

https://marc.info/?l=openbsd-tech&m=177411863202734&w=2
2•longislandguido•25m ago•1 comments

I built a FIX protocol engine in Rust that's 4.5x faster than QuickFIX/J

https://github.com/matthart1983/velocitas-fix-engine
1•matthart1983•25m ago•0 comments

Hardware-level signals: Fiction is smoother than truth

https://www.orsonai.com/publications/tes1-pre-generative-epistemic-signal.html
1•JakubCwi•28m ago•0 comments

Management Craft

https://www.managementcraft.co/
1•handfuloflight•29m ago•0 comments

AI for Particle Physics: Searching for Anomalies

https://spectrum.ieee.org/particle-physics-ai
1•rbanffy•32m ago•0 comments

Martial Arts Robots

https://www.youtube.com/watch?v=UTq2o7RQs0A
1•M4v3R•33m ago•0 comments

AI Chatbots Keep Encouraging Violence. That's by Design

https://weaponizedspaces.substack.com/p/ai-chatbots-keep-encouraging-violence
2•rbanffy•34m ago•0 comments

How are you so sure this is not just another winter

3•shoman3003•34m ago•1 comments

Ask HN: Latitude.sh / datapacket.com for bare metal servers?

1•truetraveller•36m ago•0 comments

PyTorch Init Functions Explained Visually [video]

https://www.youtube.com/shorts/pp6jV-sd_a0
1•0bytematt•38m ago•0 comments

Show HN: Cycle – inverse-Pomodoro for macOS that nags you to rest

https://github.com/saint-angels/CYCLE
1•saint_angels•39m ago•0 comments

George R. R. Martin Is "Not in the Mood" to Finish the Winds of Winter

https://www.esquire.com/entertainment/books/a64917333/george-rr-martin-the-winds-of-winter-update...
1•randycupertino•41m ago•2 comments

Yeah: LLM-powered yes/no CLI tool

https://github.com/crawshaw/yeah
4•super_linear•44m ago•0 comments

Fun with CSF firmware (RK3588 GPU firmware)

https://icecream95.gitlab.io/fun-with-csf-firmware.html
2•M95D•46m ago•0 comments

Terminal-based telemetry plugin for Claude Code

https://hook-hero-web.vercel.app
2•happinesszhang•47m ago•1 comments

Manufacturing Legitimacy in the AI era ($8M fraud)

https://om.co/2026/03/21/manufacturing-legitimacy-in-the-ai-era/
2•rmason•48m ago•0 comments

Show HN: Signet-eval offers deterministic policy enforcement for Claude Code

https://jmcentire.github.io/signet-eval/
1•jmcentire2025•48m ago•0 comments

Show HN: Pi and Ghostty Running on Cloudflare Workers

https://github.com/qaml-ai/pi-worker/tree/main/examples/terminal-agent
1•vercantez•50m ago•0 comments

Acme device attestation, smallstep and pkcs11: attezt

https://linderud.dev/blog/acme-device-attestation-smallstep-and-pkcs11-attezt/
1•Foxboron•52m ago•0 comments

AI wants your soul. I just want your long link

https://tiras.pro
1•hp2090•1h ago•0 comments

Death of the IDE?

https://addyo.substack.com/p/death-of-the-ide
6•ingve•1h ago•2 comments

Halide co-founder is suing former partner for bringing source code to Apple

https://www.theverge.com/business/898687/halide-lawsuit-co-founder-apple
2•rorylawless•1h ago•0 comments

Show HN: Context.dev – One API to scrape, enrich, and understand the web

https://www.context.dev
2•ICodeSometimes•1h ago•0 comments

Aunt got scammed and sent $50k+

https://veritrue.ai/
3•cheroll•1h ago•1 comments

I made this app 'Mind Influence Lab' for experimenting consciousness hypothesis

1•Wickeddarko•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