frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Hyprmark – Markdown viewer for the Hyprland ecosystem

https://github.com/robinduckett/hyprmark
1•robinduckett•4m ago•0 comments

A resume builder for pets, for those who need to prove their animal isn't feral

https://petresume.co/
2•droopyKnees•15m ago•1 comments

The Khan Ted Institute

https://khanted.org/Home
2•capex•22m ago•0 comments

Ask HN: API Request for Feedback OK in Show HN?

2•casefile_dev•23m ago•2 comments

Opentargets-py – Python SDK for the Open Targets drug discovery database

https://pypi.org/project/opentargets-py/
2•goknurarican•27m ago•0 comments

Old Computers Sucked

https://oldcomputerssucked.com/
2•st_goliath•27m ago•0 comments

Is ChatGPT's web front end being intentionally degraded?

https://chatgpt.com
2•linzhangrun•30m ago•3 comments

Rise against the Machines: The Luddites [video]

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

At the HumanX conference, everyone was talking about Claude

https://techcrunch.com/2026/04/12/at-the-humanx-conference-everyone-was-talking-about-claude/
1•Rafsark•33m ago•0 comments

The Cost of Cheap Clone Boards: Streaming Video on an STM32H750

https://msj.prose.sh/debug_streaming_weact_stm32h750
1•melastmohican•34m ago•1 comments

Robotaxi is now rolling out in Dallas and Houston

https://twitter.com/robotaxi/status/2045564609504116771
2•iknowstuff•36m ago•2 comments

AI chip startup Cerebras files for IPO

https://techcrunch.com/2026/04/18/ai-chip-startup-cerebras-files-for-ipo/
2•AnhTho_FR•36m ago•0 comments

Show HN: I built a CLI to fake Git commits

https://github.com/TDiblik/git-forge
2•TDiblik•41m ago•0 comments

No more bill shocks budget alerts comes to Cloudflare

https://projektisle.com/2026/04/no-more-bill-shocks-budget-alerts-comes-to-cloudflare/
1•todotask2•43m ago•0 comments

PostgreSQL Just Got Its Biggest Upgrade That Will Change DB Performance in 2026

https://medium.com/@CodingWithAbhi/postgresql-17-performance-upgrade-2026-f4222e71f577
1•breve•45m ago•0 comments

That 90s Chat Program You Don't Remember

https://www.youtube.com/watch?v=fMKiz7KTSz4
1•1o1o1o1o1•48m ago•0 comments

Deutsche Telekom has a bad DKIM key

https://infosec.exchange/@badkeys/116407565746342278
4•icco•49m ago•0 comments

Show HN: nvsx – A hook layer for NVSentinel GPU fault remediation

https://github.com/nav-beep/nvsx
1•essekar•51m ago•1 comments

MuJoCo – Advanced Physics Simulation

https://github.com/google-deepmind/mujoco
1•modinfo•51m ago•0 comments

Mailinator's Universal IDP

https://www.mailinator.com/introducing-mailinators-universal-idp/
3•zinxq•56m ago•0 comments

Hire a Freelancer Quantitative Developer

https://mathematicsconsultants.com/2026/04/19/hire-a-freelance-phd-quantitative-developer-or-rese...
1•GeniusConsult•59m ago•0 comments

The Social Battery and Symbolic Systems: Religion as Mediated Reciprocity

https://www.academia.edu/165768082/The_Social_Battery_and_Symbolic_Systems_Religion_as_Mediated_R...
1•W_G_III•1h ago•0 comments

Decision Density

https://jamesshelley.com/decision-density.html
1•zdw•1h ago•0 comments

Show HN: Slop Cop Claude Code / Cursor Plugin

https://github.com/yasyf/slop-cop
2•yasyfm•1h ago•0 comments

HTML5 Coupler Loop – Working

https://neocities.org/
4•rogmash•1h ago•7 comments

Sandboxes and Worktrees: My Secure Agentic AI Setup in 2026

https://mikemcquaid.com/sandboxed-agent-worktrees-my-coding-and-ai-setup-in-2026/
3•jdorfman•1h ago•0 comments

Five Days That Remade the Supreme Court

https://www.nytimes.com/2026/04/18/us/politics/supreme-court-shadow-docket.html
5•mitchbob•1h ago•1 comments

Changes in the system prompt between Claude Opus 4.6 and 4.7

https://simonwillison.net/2026/Apr/18/opus-system-prompt/
4•simonw•1h ago•1 comments

Show HN: Open Passkey – open-source passkey auth with free "backendless" host

https://github.com/locke-inc/open-passkey
2•connorpeters•1h ago•0 comments

OpenAI's April 2026 Policy Release: Industrial Policy for the Intelligence Age

https://www.landgate.com/news/energy-intelligence-for-open-ai-s-industrial-policy-blueprint
1•ninjahawk1•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•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