frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Promptise Foundry – a Python agentic framework for building production systems

https://github.com/promptise-com/foundry
1•cryxnet•54s ago•0 comments

Lena – macOS menu bar app for storing and copying CLI commands

https://github.com/yannickboog/lena
1•Schaefle•1m ago•0 comments

2 Letters from Steve (2013)

https://davidgelphman.wordpress.com/2013/03/29/2-letters-from-steve/
1•CharlesW•2m ago•0 comments

Show HN: NeuralScript – A pure-Rust AOT compiler

https://github.com/bwiemz/NSL
1•AkaiNa•2m ago•0 comments

The War Against Renters

https://thezvi.substack.com/p/housing-roundup-15-the-war-against
2•7777777phil•3m ago•0 comments

Safety benchmarks are inflated because models know they're being tested

https://www.lesswrong.com/posts/mDriHK4beN5rq2tAA/verbalized-eval-awareness-inflates-measured-safety
1•aranguri•4m ago•0 comments

Deepsec

https://vercel.com/blog/introducing-deepsec-find-and-fix-vulnerabilities-in-your-code-base
2•0xedb•5m ago•0 comments

Transformers Are Inherently Succinct

https://arxiv.org/abs/2510.19315
2•bearseascape•6m ago•0 comments

Game Boy Advance Dev: Link Cable Networking

https://www.mattgreer.dev/blog/gba-dev-link-cable-networking/
2•birdculture•6m ago•0 comments

An Atmospheric Website

https://www.disnetdev.com/blog/an-atmospheric-website
1•Kye•7m ago•0 comments

Your AI assistant doesn't belong in your inbox

https://abiraja.com/blog/your-ai-assistant-doesnt-belong-in-your-inbox
1•abi•8m ago•0 comments

Axiomera: A different way to structure thinking and decisions

https://zenodo.org/records/19443285
1•zobian_ai•9m ago•0 comments

Social Animal – get used to talking with anyone, even strangers

https://www.youtube.com/channel/UCsMcTtQH_YWD-qBgy3vY9JQ
1•akman•10m ago•0 comments

Local privilege escalation in Lix and Nix

https://discourse.nixos.org/t/security-advisory-local-privilege-escalation-in-lix-and-nix/77407
1•stebalien•10m ago•1 comments

SQL access to crypto market data, not just JSON

1•knazim•11m ago•0 comments

Infrastructure as a Service Builds the Most Defensible Economics

https://paulobrien.substack.com/p/infrastructure-as-a-service-builds
1•smooke•14m ago•0 comments

Americans Will Do Anything to Get Indian Mangoes

https://www.wsj.com/us-news/americans-will-do-anything-to-get-indian-mangoes-3a711ce8
1•JumpCrisscross•14m ago•0 comments

The heartland's revenge: how AI is reindustrializing the American interior

https://www.freightwaves.com/news/the-heartlands-revenge-how-ai-is-reindustrializing-the-american...
1•KoftaBob•15m ago•0 comments

SAP to Acquire Prior Labs

https://news.sap.com/2026/05/sap-to-acquire-prior-labs-establish-frontier-ai-lab-europe/
2•amunozo•16m ago•0 comments

Gea v1.3.0 fulfilling the original promise of Svelte, in a way Svelte never did

https://twitter.com/dashersw/status/2048719900013732232
1•k3030•18m ago•0 comments

One year of using ForeverNotes and AI to build a scribe system

https://austinspires.com/blog/2026-05-01-one-year-of-using-forever-notes/
1•aspir•18m ago•1 comments

Planning Is Unsolved

https://elicit.com/blog/planning-is-unsolved
1•stuhlmueller•19m ago•1 comments

Velayat-e faqih: Guardianship of the Islamic Jurist

https://en.wikipedia.org/wiki/Guardianship_of_the_Islamic_Jurist
1•simonebrunozzi•21m ago•0 comments

Germany's far-left war on infrastructure

https://www.politico.eu/article/blackout-inside-germany-far-left-war-on-infrastructure/
1•Tomte•21m ago•0 comments

5 years of social media history required to enter the US

https://www.youtube.com/watch?v=K-ebiORD9WM
3•jonahs197•23m ago•2 comments

How LLMs Distort Our Written Language

https://sites.google.com/view/llmwritingdistortion/home
2•cstever•23m ago•0 comments

Google explains why Android AICore occasionally takes up more storage

https://9to5google.com/2026/05/02/android-aicore-storage/
1•croes•24m ago•0 comments

Understanding the Go Runtime: Slices, Maps, and Channels

https://internals-for-interns.com/posts/go-runtime-slices-maps-channels/
2•valyala•25m ago•0 comments

LLM anomaly detectors are not a cause for concern despite Mythos

https://www.magonia.io/research/why-a-decade-of-writing-detection-logic-makes-the-mythos-exploit-...
1•badcryptobitch•25m ago•0 comments

How OpenAI delivers low-latency voice AI at scale

https://openai.com/index/delivering-low-latency-voice-ai-at-scale/
19•Sean-Der•26m ago•5 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•1y ago

Comments

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