frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

ASML currently sells no chipmaking machines in Europe, executive says

https://nltimes.nl/2026/09/22/asml-currently-sells-chipmaking-machines-europe-executive-says
2•doener•2m ago•0 comments

AI leaders warn UN of security risks as systems grow more powerful

https://www.reuters.com/business/ai-leaders-brief-un-amid-warnings-technology-could-slip-beyond-h...
1•layer8•2m ago•0 comments

In-Process MCP for MySQL

https://villagesql.com/blog/mcp/
1•deesix•3m ago•1 comments

Researcher Found 76 Vulnerabilities in Managed PostgreSQL Security Extensions

https://mehmetince.net/part-2-6-breaking-the-superuser-guardrails-attacking-security-hardening-ex...
1•ozirus•3m ago•0 comments

Linux support is coming to Snapdragon X2 Series

https://www.qualcomm.com/news/onq/2026/09/snapdragon-summit-agentic-ai-pcs-linux
1•aaronday•6m ago•0 comments

Toyota is finally taking its best-seller electric

https://electrek.co/2026/09/23/toyota-best-selling-corolla-electric/
2•cisc•7m ago•0 comments

Getting the most out of Opus 5.5 in Claude and Claude Code / claude.dev

https://claude.dev/blog/getting-the-most-out-of-opus-5-5/
1•thisisfatih•11m ago•0 comments

A new world airport and its baggage

https://computer.rip/2026-09-20-denver-baggage.html
1•firloop•13m ago•0 comments

Wasmer Swift SDK: Run Node.js, Python and FFmpeg Sandboxes on iOS

https://wasmer.io/posts/wasmer-sdk-swift-ios-macos
1•syrusakbary•16m ago•0 comments

Open Source Opinions

https://stanceoftheday.com/
1•ydusf•17m ago•0 comments

FBI Hack Exposed FBI's Own Hacking Unit

https://www.404media.co/fbi-hack-exposed-fbis-own-hacking-unit-remote-operations-shinyhunters/
3•mikelgan•17m ago•0 comments

Google's Summer of Love

https://www.demandsphere.com/blog/googles-summer-of-love/
1•rgrieselhuber•17m ago•0 comments

Latent-GRPO and Continuous Reasoning Deep Dive

https://www.g-ftech.com/blog/latent-grpo-deep-dive
1•gfactor_ai•17m ago•0 comments

CB Rank (Person) 1000 Recommendation Your Startup on LinkedIn

https://startup-signal-oleh.restylefutu.chatgpt.site
1•Kizert•23m ago•0 comments

Open Analytics

https://getopen.so
1•handfuloflight•23m ago•0 comments

Show HN: Fjordfall – Take the long way down

https://fjordfall.fly.dev/
1•maddmann•25m ago•0 comments

Mercury 2.5 LLM hits 770 tokens per second

https://artificialanalysis.ai/models/mercury-2-5
2•Retro_Dev•28m ago•1 comments

Jevgpt – reinventing the wheel with another wheel

1•kunggaochicken•29m ago•0 comments

North Korea uses remote IT worker to clandestinely earn NZ currency

https://www.rnz.co.nz/news/world/1549255/north-korea-uses-remote-it-worker-to-clandestinely-earn-...
2•keithnz•31m ago•0 comments

The AI Hype Index: AI Loves Cheating

https://www.technologyreview.com/2026/09/23/1144940/ai-hype-index-ai-loves-cheating/
1•sbulaev•37m ago•0 comments

Show HN: The Mirror Act – a magic show that performs cognitive biases on you

https://themirroract.avestura.dev
1•avestura•38m ago•0 comments

Cortical thinning and hippocampal expansion linked to ADHD symptom trajectories

https://www.repository.cam.ac.uk/items/f7f1efa9-3b29-49e2-b765-60fe44526de6
1•wslh•39m ago•0 comments

I stress-tested LLM quantization by deliberately breaking models

https://github.com/gracejackson-sudo/quant-delta-predictor
1•GraceJackson07•39m ago•0 comments

We just shipped support for the ugliest part of HTTP: Vary – Cloudflare Blog

https://blog.cloudflare.com/vary-support/
2•thisisfatih•41m ago•0 comments

Opus 5.5 Scores 75.6% on Part Catalog Bench

https://partcatalogbench.adamjohnson.site
1•thomas_ma•47m ago•0 comments

Neuromancer in 3 Axioms

https://2600hz.substack.com/p/neuromancer-in-3-axioms
1•josh2600•47m ago•1 comments

Manage Firezone as code with Terraform

https://www.firezone.dev/blog/terraform-provider
1•jamilbk•48m ago•0 comments

The Bayeux Tapestry: Woven by the Victors

https://www.historytoday.com/archive/out-margins/bayeux-tapestry-woven-victors
2•prismatic•49m ago•0 comments

Where's the Beef?: The lab-grown-meat revolution that wasn't

https://harpers.org/archive/2026/09/wheres-the-beef-lab-grown-meat-erin-somers/
2•Hooke•50m ago•0 comments

Simple Git Management Tool

https://github.com/sascha10000/gitman
2•sascha10000•52m 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