frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

MetaBrainz is looking for a new executive director

https://blog.metabrainz.org/2026/04/14/seeking-a-new-executive-director/
1•MrKomodoDragon1•2m ago•0 comments

Overcoming OSS Contribution Anxiety

https://ym2132.github.io/vllm_make_awq_models_work_batch_invariance.html
1•Two_hands•3m ago•0 comments

Dark matter could be black holes from a different universe

https://theconversation.com/could-dark-matter-be-made-of-black-holes-from-a-different-universe-27...
1•samizdis•3m ago•0 comments

H.R.8250 – To require operating system providers to verify the age of any user

https://www.congress.gov/bill/119th-congress/house-bill/8250/all-info
1•cft•4m ago•0 comments

ChatGPT, make me a corporate takeover strategy

https://twitter.com/_nathancalvin/status/2044071303968145806
1•yoyohello13•7m ago•0 comments

Cement firm Lafarge found guilty of financing terrorism in Syria

https://www.swissinfo.ch/eng/various/cement-firm-lafarge-found-guilty-of-financing-terrorism-in-s...
1•Teever•7m ago•0 comments

I asked Claude how it wants to browse the web. It built LAD (LLM-as-DOM)

https://github.com/menot-you/llm-as-dom
1•tiago-im•8m ago•0 comments

Why I'm selling all my real estate – by Graham Stephan

https://grahamstephan.substack.com/p/im-selling-everything
1•bilsbie•10m ago•0 comments

BridgeBase – A Quantum-Safe Gateway for AI Agents (ML-KEM-768)

https://pqc-gateway-production.up.railway.app/
1•huzaiiiiiiiii•11m ago•0 comments

Have attendees wear your startup's merch at YC Startup School India

https://www.surfacearea.shop/
4•demod6•12m ago•1 comments

Hodor: a simple knowledge base for security and trust and safety

https://github.com/bq33/HODOR
1•33bquinn•14m ago•1 comments

The Secret Language of Ships

https://hakaimagazine.com/videos-visuals/the-secret-language-of-ships/
2•bookofjoe•16m ago•0 comments

The $10k-a-year college education has arrived (1981)

https://www.nytimes.com/1981/02/19/nyregion/the-10000-a-year-college-education-has-arrived.html
1•downbad_•17m ago•1 comments

Show HN: WM Arena – Can you tell real Atari gameplay from AI predictions?

https://arena.worldflux.ai/quiz
1•Yoshi_Hyoda•19m ago•0 comments

Fuck the Cloud (2009)

https://ascii.textfiles.com/archives/1717
3•downbad_•23m ago•2 comments

TruffleRuby 34 Is Released

https://truffleruby.dev/blog/truffleruby-34-is-released
2•ksec•24m ago•0 comments

Show HN: Ernie-Image: AI Poster, Comic and Text-in-Image Generator

https://ernie-image.ai
1•sarkory•25m ago•0 comments

Personal Agent Rankings – OpenRouter

https://openrouter.ai/apps/category/productivity/personal-agent?period=week
2•obilgic•25m ago•0 comments

Your codebase doesn't care how it got written

https://robbyonrails.com/articles/2026/04/14/your-codebase-doesnt-care-how-it-got-written/
2•robbyrussell•26m ago•1 comments

Build a Developer Knowledge Graph from Claude Code Sessions

https://create-context-graph.dev/docs/tutorials/claude-code-sessions
1•johnymontana•26m ago•0 comments

Man wins €1M Picasso painting in €100 charity raffle

https://www.bbc.com/news/articles/cq8ww7d72wyo
1•geox•27m ago•0 comments

Stop Flock

https://stopflock.com
1•cdrnsf•27m ago•0 comments

Paperasse: Skills for AI agents specializing in French bureaucracy

https://github.com/romainsimon/paperasse
1•hrpnk•28m ago•1 comments

One Layer, +12%: What 667 Configs Reveal About Small LLM Anatomy

https://austinsnerdythings.com/2026/04/14/rys-layer-duplication-qwen3-4b/
1•auspiv•29m ago•0 comments

WebGPU – One Graphics API to Rule Them All

https://www.kitware.com/webgpu-one-graphics-api-to-rule-them-all/
1•wb14123•30m ago•0 comments

Digital Freedom Across the World

https://eylenburg.github.io/countries.htm
1•Cider9986•31m ago•0 comments

I gave an AI autonomous tools 6 weeks ago. Here's the record she's been keeping

https://ravennest.science
2•larklaflamme•31m ago•0 comments

Sciwrite-Lint: Verification Infrastructure for the Age of Science Vibe-Writing

https://arxiv.org/abs/2604.08501
2•wb14123•32m ago•0 comments

Quiche Customizable Browser

https://quiche.industries/browser/
1•evo_9•33m ago•0 comments

Annotation is all you need

https://www.scorecard.io/blog/annotation-is-all-you-need
1•yash1hi•34m 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