frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Building reliability into uncertain event delivery (2022)

https://zendesk.engineering/building-reliability-into-uncertain-event-delivery-a09db0750ef9
1•tibbar•2m ago•0 comments

What a chatbot support loop and a meditation hall have in common

https://pilgrima.ge/p/the-swan-in-the-next-room
1•momentmaker•4m ago•0 comments

Mm – Unix tools (find/cat/grep) rebuilt for the multimodal era

https://www.vlm.run/open-source/mm
1•cpnwaugha•8m ago•0 comments

Realtime Faux-Raytraced Interactive 125,000 hair particles on Web

https://imosspro.vercel.app/
2•ldhieu•8m ago•1 comments

Show HN: PortScout – TUI to find and kill processes occupying your ports

https://github.com/abhaikollara/portscout
3•TheThirdTuring•12m ago•0 comments

Considering a Sphere

https://www.solipsys.co.uk/new/ConsideringASphere.html?zd30hn
3•ColinWright•13m ago•0 comments

How to Disable Firefox's New Emoji Picker

https://emsh.cat/en/how-to-disable-firefoxs-emoji-picker/
3•embedding-shape•18m ago•0 comments

The Difference Between "Replicable" and "Not Replicable" Is Not Replicable

https://arxiv.org/abs/2604.26268
4•sebg•20m ago•0 comments

The A.I. Fear Keeping Silicon Valley Up at Night

https://www.nytimes.com/2026/04/30/opinion/ai-labor-work-force-silicon-valley.html
3•pretext•21m ago•0 comments

Collio Is the AI Coworker That Delivers Finished Work, Not Just Instructions

https://collio.chat/
2•serin-ai•21m ago•1 comments

Make HN great again: Neovim vs. IDEs

3•vtemian•28m ago•2 comments

Near-100% test coverage did not catch a CVE in my Go library

https://blog.reqproof.com/p/i-had-near-100-test-coverage-it-didnt
2•LeonidBugaev•32m ago•0 comments

Show HN: Throwaway – open-source disposable email checker and API

https://github.com/sslboard/throwaway
3•weddpros•33m ago•0 comments

Semantic VCS for AI driven development

https://github.com/theswiftway/nool-cli
2•theswiftway•34m ago•1 comments

Granite 4.1: IBM's 8B Model Matching 32B MoE

https://firethering.com/granite-4-1-ibm-open-source-model-family/
34•steveharing1•36m ago•5 comments

What Code Review Can't See (and Bad Data Always Finds)

https://blog.dochia.dev/blog/code_review_rarely_find_bugs/
3•ludovicianul•39m ago•0 comments

Australia ran the experiment on AI economics

https://drdavidwbell.substack.com/p/where-the-jobs-go
3•drdavidwbell•43m ago•0 comments

Cart before horse: On India and vehicle-to-vehicle communication technology

https://www.thehindu.com/opinion/editorial/cart-before-horse-on-india-and-vehicle-to-vehicle-comm...
2•thisislife2•44m ago•0 comments

Detection toolkit for CopyFail(CVE-2026-31431)

https://github.com/kadir/copy-fail-CVE-2026-31431-IOC
2•nofool•44m ago•1 comments

PostgreSQL Is Not Slow. Your Queries Are

https://stormatics.tech/blogs/postgresql-is-not-slow-your-queries-are
8•dbaxame11•46m ago•0 comments

Show HN: Mnheme Evolves – Personality and Free Will Enter the System

https://medium.com/@aatel.license/mnheme-evolves-personality-and-free-will-enter-the-system-66258...
2•aatel-license•50m ago•0 comments

Rise of the Blood Populist

https://www.theatlantic.com/ideas/2026/04/blood-populists-political-violence-ideology/686995/
2•JumpCrisscross•51m ago•0 comments

TypeScript framework for building non-blocking AI agents

https://github.com/jigjoy-ai/mozaik
2•mijura•51m ago•0 comments

Stop letting AI generate broken SVG spaghetti

https://github.com/stellarshenson/claude-code-plugins
3•stellars•52m ago•0 comments

No action taken against PimEyes: noyb lawsuit against Hamburg DPA

https://noyb.eu/en/no-action-taken-against-pimeyes-noyb-lawsuit-against-hamburg-dpa
4•hacka22•54m ago•0 comments

Show HN: I built a zero-tracking news hub to escape doomscrolling at (AGE 17y)

4•blazeeofsun•58m ago•1 comments

How Much LLMs is too much LLMs?

https://www.sammystraus.com/#how-much-llms-is-too-much-llms
5•sammy0910•1h ago•1 comments

Response: Sandboxes Won't Save You from OpenClaw

https://endojs.org/review-sandboxes-wont-save-you-from-openclaw/
3•bobdcf•1h ago•0 comments

Oil markets are still in La-La land

https://economist.com/leaders/2026/04/30/oil-markets-are-still-in-la-la-land
3•burntcaramel•1h ago•0 comments

Basic Fantasy Role-Playing Game

https://www.basicfantasy.org/
4•debo_•1h 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•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