frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Tech Workers Face Evaporating Financial Security as AI Transforms Industry

https://www.adn.com/nation-world/2026/07/19/the-biggest-winners-of-the-american-economy-fear-they...
1•nlpnerd•1m ago•0 comments

Graphjin

https://graphjin.com/
1•handfuloflight•2m ago•0 comments

India's first privately-developed rocket reaches orbit on dramatic debut launch

https://arstechnica.com/space/2026/07/indias-first-privately-developed-rocket-reaches-orbit-on-dr...
1•sohkamyung•2m ago•0 comments

The 2000s called. They want their digital camera back

https://www.npr.org/2026/07/18/nx-s1-5896117/retro-digital-camera-analog-reboot
1•megamike•5m ago•0 comments

./Alien_worker.sh

https://github.com/maxitg/alien-worker
1•p135246•8m ago•1 comments

Salt: Salience-Aware Lexical Trie for Long-Context Compression

https://github.com/oteomamo/SALT
1•omamo•11m ago•0 comments

Big Tech Is Now Targeting Native American Land for Data Centers

https://www.nytimes.com/2026/07/09/us/data-centers-native-american-tribes.html
2•reaperducer•12m ago•0 comments

Copyright Is Not Enough

https://www.thedial.world/articles/news/copyright-law-ai-intellectual-property
1•colinprince•12m ago•0 comments

See inside insects with an electron microscope and a femtosecond laser [video]

https://www.youtube.com/watch?v=NwhVJ7cv9B4
2•pillars•14m ago•0 comments

Dart Framework – Systems Thinking Skill for AI Agents

https://github.com/asofyan/dart-framework
1•handfuloflight•15m ago•0 comments

Project Architecture – Developer's Guide to Building Scalable Software

https://medium.com/@ruwanaamarasinghe/project-architecture-essentials-8b3b9107ca44
2•andsoitis•22m ago•0 comments

I automated my PC's chores with a tool that's been in Windows for 20 years

https://www.makeuseof.com/automated-pcs-boring-chores-tool-in-windows-20-years/
2•ripe•24m ago•0 comments

An Interview with Eve Maler

https://ciamweekly.substack.com/p/an-interview-with-eve-maler
1•mooreds•25m ago•0 comments

Delete Your Data with Drop

https://privacy.ca.gov/
4•mooreds•27m ago•0 comments

CommandBoard – Your productivity toolkit in Markdown files

https://github.com/sinai-doron/md-todo-list
1•workworksleep•27m ago•0 comments

The Better Network That Lost: Why Token Ring Died

https://www.youtube.com/watch?v=8TRelDpcLHs
1•cable2600•28m ago•0 comments

US health agency says cyclospora finding at produce company was false positive

https://www.cbc.ca/news/world/cyclospora-false-positive-taylor-farms-9.7276107
5•nianderwallace•29m ago•2 comments

Super Productivity: Focus tools in one open-source app, offline and private

https://super-productivity.com/
1•1d22a•29m ago•0 comments

Chinese firm seeks compensation over British Steel nationalisation

https://www.bbc.com/news/articles/cwyj4ppqn41o
1•onemoresoop•30m ago•1 comments

Ask HN: What paid AI tools are worth it for creative tech projects?

1•frausty•35m ago•1 comments

NoWreck-A deterministic verifier for AI coding assistants

https://github.com/AstralXVoid/NoWreck/
1•AstralXVoid•35m ago•0 comments

Smart City Discovery

https://www.readability.com/how-smart-city-discovery-helps-people-find-better-places-faster
1•Alfredlovin•39m ago•0 comments

Security engineer ports hashcat to Game Boy Advance – 727 hashes/second

https://www.tomshardware.com/video-games/nintendo/security-engineer-ports-password-cracker-hashca...
1•sbulaev•39m ago•0 comments

Silicon Valley Has Lost Its Biggest Advantage

https://www.theatlantic.com/technology/2026/07/data-center-ai-heavy-industry/687990/
3•sbulaev•39m ago•1 comments

How far would hostile distributions go to hurt application developers?

https://tesk.page/2026/07/18/how-far-would-hostile-distributions-go-to-hurt-upstream/
1•uneven9434•39m ago•0 comments

Workflow time travel to prevent agent Vision Drift

https://medium.com/@jonathan.lampa1/agent-workflow-auditing-to-prevent-vision-drift-daeec505dd40
1•jolaflow•43m ago•1 comments

Learn Dvorak Quickly

https://learn.dvorak.nl
1•htlemur_bobby•43m ago•0 comments

The Invisible Geek

https://matt-schellhas.medium.com/the-invisible-geek-bb170d6166bc
2•mooreds•48m ago•0 comments

Show HN: Agentic code review on PRs for less than $1/each

https://www.crumpledpaper.tech/2026-07-19-oss-code-review/
2•JPHutchins•52m ago•0 comments

Atomic resolution interferometric surface roughness metrology in the dining room [video]

https://www.youtube.com/watch?v=uvxDJ61e9xE
1•pillars•55m 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