frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

I do not feel like a programmer anymore

https://blog.kulman.sk/i-do-not-feel-like-a-programmer-anymore/
1•ingve•4m ago•0 comments

Vera C. Rubin Observatory Begins Capturing the Greatest Cosmic Movie Ever Made

https://rubinobservatory.org/news/action-rubin-lsst-begins
1•robin_reala•6m ago•0 comments

Godot will no longer accept AI-authored code contributions

https://www.pcgamer.com/gaming-industry/open-source-game-engine-godot-will-no-longer-accept-ai-au...
2•pjmlp•7m ago•0 comments

How the 'Boss scam' is tricking Indian executives

https://theprint.in/india/a-whatsapp-message-from-your-ceo-rs-1-5-crore-gone-how-the-boss-scam-is...
1•rustoo•7m ago•0 comments

Email from Reddit for age verification on a deleted account

1•SurprisedTiger•9m ago•0 comments

It's not me, it's the compiler

https://parsa.wtf/cast/
1•SVI•10m ago•0 comments

Show HN: RouteVN – An application for making Visual Novels without any coding

https://routevn.com/
1•han4wluc•11m ago•0 comments

Supreme Court says constitution protects people's location data

https://www.eff.org/deeplinks/2026/06/victory-supreme-court-says-constitution-protects-peoples-lo...
3•fzeindl•13m ago•0 comments

Local Reasoning for Global Properties

https://tratt.net/laurie/blog/2026/local_reasoning_for_global_properties.html
1•ltratt•13m ago•0 comments

Can't copy-paste in Claude Code? "/tui default" and your back in business

1•punnerud•15m ago•0 comments

Supervised vs. Unsupervised AI-generated code

https://www.tommyjepsen.com/blog/supervised-vs-unsupervised-ai-code
1•tommyjepsen•16m ago•0 comments

Trump made more than $1B from crypto in first year back in office

https://www.bbc.co.uk/news/articles/cvgmv98ez3zo
3•ndsipa_pomu•20m ago•0 comments

Teaching Algorithms in 2026

https://www.cs.uni.edu/~wallingf/blog/archives/monthly/2026-06.html#e2026-06-30T20_43_40.htm
1•matt_d•21m ago•0 comments

Dojos: Git is dead. Long live Git

https://legendum.dojos.name/dojos/blob/main/docs/the-dojos-book.md
1•hutchike•21m ago•0 comments

Apricot Computers: An underrated British brand

https://dfarq.homeip.net/apricot-computers-an-underrated-british-brand/
2•giuliomagnifico•25m ago•0 comments

How to Set Up a Kiosk Thermal Printer for Self-Service Checkouts?

https://www.masung.group/How-to-Set-up-a-Kiosk-Thermal-Printer-for-Self-Service-Checkouts-id00186...
1•LukeZhou•25m ago•0 comments

I built a lightweight Docker container monitor that notifies you alerts

https://github.com/PizzukaTorph/compose-watchdog
1•pizzuka•26m ago•0 comments

Show HN: I built a Markmaster, a Markdown learning tool for non-coders

https://drmarkdown.netlify.app/
1•shymaple•28m ago•0 comments

White House lifts ban on Anthropic models

https://www.ft.com/content/137ddb71-852f-438c-ad76-25e2dc43486b
1•couAUIA•29m ago•1 comments

On the semantic web

https://karlkoch.me/writing/on-the-semantic-web
1•nathell•30m ago•0 comments

How are you building resilient hybrid cloud networks?

https://geekyants.com/blog/building-a-resilient-hybrid-cloud-network-with-wireguard-ha-route-base...
1•Krishnaswaroop•31m ago•0 comments

Voice of Gene Wilder recreated by AI for new Wonka-themed Netflix series

https://news.sky.com/story/voice-of-gene-wilder-recreated-by-ai-for-new-wonka-themed-netflix-seri...
1•austinallegro•34m ago•0 comments

Don't Do Code Reviews

https://kore-nordmann.de/blog/dont_do_code_reviews.html
1•ingve•37m ago•0 comments

Coding and debugging will fall back to older model in Fable 5.Losing hope as Dev

https://x.com/AnthropicAI
1•riponcm•41m ago•0 comments

Gojek Co-Founder Makarim's Trial in Indonesia Shows Rising Business Risks

https://www.bloomberg.com/news/articles/2026-06-17/gojek-co-founder-makarim-s-trial-in-indonesia-...
3•doppp•45m ago•0 comments

New attack provides one more reason why AI browsers are a bad idea

https://arstechnica.com/security/2026/06/ai-browsers-can-be-lulled-into-a-dream-world-where-guard...
5•joozio•46m ago•0 comments

Liquid AI releases a 230M model optimized for phones, Raspberry Pi, and robots

https://www.liquid.ai/blog/lfm2-5-230m
2•mpfect•48m ago•0 comments

For Kodachrome Fans, Road Ends at Photo Lab in Kansas (2010)

https://www.nytimes.com/2010/12/30/us/30film.html
1•js2•50m ago•1 comments

Horsewood ReviEwS ( July 2026) We Tried It My Honest Review

https://finance.yahoo.com/sectors/healthcare/articles/horsewood-urgent-report-2026-horse-19110038...
3•pazybaur•54m ago•0 comments

Noise as information and information as noise – Unsung

https://unsung.aresluna.org/noise-as-information-and-information-as-noise/
1•rbanffy•54m 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