frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Voxiferi wants to stop bad AI data at the door

https://opensourcewatch.beehiiv.com/p/voxiferi-wants-to-stop-bad-ai-data-at-the-door
1•CrankyBear•2m ago•0 comments

Sudd

https://en.wikipedia.org/wiki/Sudd
1•thunderbong•3m ago•0 comments

Victory: Court, Using a New Test, Rules Embedding Links Is Legal

https://www.eff.org/deeplinks/2026/09/victory-court-using-new-test-rules-embedding-links-legal
1•hn_acker•3m ago•0 comments

Woman's rare genetic mutations make her unable to feel physical pain or anxiety

https://www.popularmechanics.com/science/a73721080/scientists-found-way-to-dim-pain/
1•bookofjoe•4m ago•1 comments

GitHub Is Having Trouble Counting Things

https://chuckgreenman.com/2026/09/16/counting-at-github
2•chuckgreenman•5m ago•0 comments

How the Meta Settlement Silences Youth Activism

https://www.eff.org/deeplinks/2026/09/meta-settlement-yet-another-example-online-youth-organizing...
3•hn_acker•5m ago•0 comments

GPT6+Corv= infrastructure prod work is finally feasible

https://github.com/khalid-src/corv-client
1•khalid_0002•5m ago•1 comments

Show HN: Play subway surfer inside your Claude Code terminal

https://github.com/lucastononro/cc-subway
2•ltononro•6m ago•2 comments

Shitty Maps and Special People

https://summerlightning.substack.com/p/shitty-maps-and-special-people
1•jger15•7m ago•0 comments

Qwen3.8 models outperforms Fable 5 Using GVS5H Harness

https://github.com/slee-persis/GVS5H
3•pggues•8m ago•1 comments

Forespec – catches what your AI coder didn't know to ask

https://github.com/SteveWeed79/forespec
1•steveweed79•8m ago•0 comments

Show HN: TypeScript parser for AIXM, the FAA/EUROCONTROL aviation data format

https://github.com/devladpopov/aixm-parser
3•devladpopov•8m ago•0 comments

Why Beyond Vanilla RAG

https://medium.com/@NikoZero11/your-rag-pipeline-doesnt-need-more-retrieval-it-needs-better-decis...
1•Natashash23•8m ago•0 comments

ER visits for gambling disorders doubled after expanded online gambling market

https://temertymedicine.utoronto.ca/news/emergency-room-visits-gambling-disorders-nearly-doubled-...
2•geox•8m ago•0 comments

Show HN: Understanding your Claude Code with trajectory segmentation

https://github.com/lucastononro/cc-traj-seg
1•ltononro•9m ago•0 comments

Map of America

https://mapofamerica.wtf/
1•rdoherty•9m ago•0 comments

Show HN: Make Claude Code a workspace genius

https://slaunt.ai
1•Kerode0•9m ago•0 comments

Forget, then remember: checkpointing the adjoint sweep on a GPU

https://nablatensor.com/blog/gpu-checkpointing-forget-then-remember
1•petrpravda•10m ago•0 comments

Ask HN: Unable to Login Google Account

1•cute_boi•11m ago•0 comments

We need to stop using Stored Procedures

https://heffree.dev/blog/no-more-sprocs.html
2•snikolaev•12m ago•0 comments

How Effective Altruism Is Controlling the AI Narrative

https://www.effort.news/tarbell
1•0l•13m ago•0 comments

Blackbird Pilots Answer Spy Plane Questions [video]

https://www.youtube.com/watch?v=Lm9NbFzU0Qk
1•skibz•14m ago•0 comments

How Did Zero Interest Rate Policy (ZIRP) Affect Software Developer Jobs?

https://docs.bswen.com/blog/2026-03-30-zirp-developer-jobs/
1•toomuchtodo•14m ago•0 comments

AI bosses' safety push sparks rift inside OpenAI and Anthropic

https://www.ft.com/content/d085adc5-977b-4c7e-9641-9824d1d345d3
1•1vuio0pswjnm7•15m ago•0 comments

The Rouse by China Miéville – a mighty achievement from the 'new weird' author

https://www.theguardian.com/books/2026/sep/15/the-rouse-by-china-mieville-review-a-mighty-achieve...
1•paulpauper•16m ago•0 comments

Show HN: I built an app that does social media publishing work for me

https://iminti.com/en/so
1•mondonno•16m ago•0 comments

Competitive Market Behavior of LLMs

https://arxiv.org/abs/2609.02580
1•paulpauper•17m ago•0 comments

Novo partners with Anthropic to speed up drug development with Claude

https://www.reuters.com/legal/litigation/novo-partners-with-anthropic-speed-up-drug-development-w...
3•cdrnsf•19m ago•0 comments

We Trained a Model on Office Work. It Also Got Better at Coding

https://surgehq.ai/blog/office-work-post-training-improves-coding
2•frmsaul•19m ago•0 comments

You can run Git on object storage if you re-make packfiles

https://www.tigrisdata.com/blog/objgit-packfiles/
1•evacchi•20m 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•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