frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Modern Front end Complexity: essential or accidental?

https://binaryigor.com/modern-frontend-complexity.html
1•gsky•50s ago•0 comments

Show HN: Libredesk – self-hosted, single-binary Intercom/Zendesk alternative

https://libredesk.io
1•avr5500•2m ago•0 comments

The EU digital ID wallet can't deliver the privacy properties it claims

https://github.com/eu-digital-identity-wallet/av-doc-technical-specification/issues/26
3•gasull•3m ago•0 comments

A Multi‑Threaded Branchless Quicksort in C

https://easylang.online/blog/threaded_sorting
1•jsphtr•6m ago•0 comments

How Engineers Kick-Started the Scientific Method

https://spectrum.ieee.org/francis-bacon-scientific-method
1•salkahfi•6m ago•0 comments

CSS-Only Mario World

https://codepen.io/t_afif/full/JoKYwXO
1•bookofjoe•7m ago•0 comments

Tide: Token-Informed Depth Execution for Per-Token Early Exit in LLM Inference

https://arxiv.org/abs/2603.21365
1•OsamaJaber•7m ago•0 comments

Show HN: Scan domain for llms.txt LLMs-full.txt AI aware SEO tool

1•fcpguru•10m ago•0 comments

Wander Console Network Crawler

https://susam.net/code/news/wander/0.5.0.html
1•susam•13m ago•0 comments

Ask HN: How to handle desktop app security post-Mythos?

1•Archit3ch•16m ago•1 comments

Eternal November – this new influx of users may be better than the last one

https://sfconservancy.org/blog/2026/apr/15/eternal-november-generative-ai-llm/
1•nfriedly•18m ago•0 comments

Why we create architecture diagrams (2022)

https://www.ilograph.com/blog/posts/why-create-system-architecture-diagrams/
1•billyp-rva•24m ago•0 comments

Show HN: A collaborative SSH copilot for on-calls/DevOps/MLOps

https://github.com/few-sh/fewshell
1•hexer303•25m ago•0 comments

Graphics: How the Strait of Hormuz closure affects global oil supply

https://www.reuters.com/graphics/IRAN-CRISIS/OIL-LNG/mopaokxlypa/
1•cybermango•25m ago•0 comments

Open source contribution and job search as matching markets under AI congestion

https://e10v.me/matching-markets-congestion/
1•e10v_me•25m ago•1 comments

Show HN: Open-source digital business card generator

https://github.com/kevinwielander/digital-business-cards
1•challengerVIE•27m ago•0 comments

The Complexity of Simplicity [video]

https://www.youtube.com/watch?v=Cum5uN2634o
2•tosh•30m ago•0 comments

Explore Khorinis Gothic2 in the Browser

https://rapid-queen-bf94.gothicviewer.workers.dev/
1•xkcd1963•33m ago•1 comments

Haskell library for non-deterministic pattern matching

https://github.com/egison/sweet-egison
1•danny00•34m ago•0 comments

Microsoft .NET on Linux Patches Use IO_uring for Performance Benefits

https://www.phoronix.com/news/Microsoft-dotNET-IO-uring
1•DeathArrow•36m ago•0 comments

Help LaunchChair with the Rank In Public startup competition with an up-vote

https://rankinpublic.xyz/vote/jn7dkedm0qv6q9evmh2nwb7azh84r109
1•jacobcounsell•37m ago•0 comments

Backblaze redefines 'unlimited' backups, not backing up Dropbox and OneDrive

https://www.tomshardware.com/software/cloud-storage/backblaze-redefines-unlimited-while-users-dis...
1•ValentineC•39m ago•1 comments

St. Olaf researchers built a computer that doesn't require electricity

https://wp.stolaf.edu/news/from-springs-and-bolts-st-olaf-researchers-built-a-computer-that-doesn...
1•wjSgoWPm5bWAhXB•41m ago•0 comments

Context Is Software, Weights Are Hardware

https://www.aravindjayendran.com/writing/context-is-not-learning
2•maxaravind•42m ago•1 comments

Palantir's Manifesto and Karp's Dissertation

https://xcancel.com/gothburz/status/2045633711299813488
3•doener•44m ago•0 comments

AI song tops iTunes global charts

https://www.dexerto.com/entertainment/ai-generated-song-takes-1-spot-on-itunes-global-charts-3353...
1•cybermango•44m ago•0 comments

Sugar: A Stimulant That Made the Modern World

https://worldhistory.substack.com/p/sugar-a-stimulant-that-made-the-modern-54e
2•crescit_eundo•47m ago•0 comments

Wandering Spleen Condition: Spleen migrating to different location in the body

https://radiopaedia.org/articles/wandering-spleenwanderingspleen
1•cybermango•48m ago•0 comments

AI vendors' response to security flaws: It wasn't me

https://www.theregister.com/2026/04/19/ai_vendors_response_to_security/
1•beardyw•48m ago•0 comments

Real-Time Visualization of Human Finger Joint Cavitation (2015)

https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0119470
1•bookofjoe•48m 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•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