frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Agent Development Lifecycle Has Arrived on Cloudflare

https://blog.cloudflare.com/agent-development-lifecycle/
1•tosh•1m ago•0 comments

Ready, Spec, Ship Hackathon

https://codingagents.fyi/hackathon/kiro/
2•JohnCrickett•2m ago•1 comments

Spotify just hit 300M Premium subscribers

https://www.engadget.com/2229798/spotify-just-hit-300-million-premium-subscribers/
1•ksec•3m ago•0 comments

AI Discord Ticket Bot: Answer First, Then Escalate (No Code)

https://quickchat.ai/post/discord-ai-support-ticket-bot
1•piotrgrudzien•3m ago•0 comments

Everyone Has Receipts. No One Has a Record

https://georginamerhom.substack.com/p/everyone-has-receipts-no-one-has
2•AnhTho_FR•4m ago•0 comments

Most tech revolutions made work worse for employees

https://www.thisandthat.chat/blog/most-tech-revolutions-made-work-worse-for-employees/
3•jreynar•5m ago•0 comments

Scientists find clearing cholesterol from blood also removes forever chemicals

https://www.independent.co.uk/news/science/microplastic-forever-chemical-blood-cholesterol-remova...
3•thunderbong•5m ago•0 comments

The Practice of Programming

https://www.cs.princeton.edu/~bwk/tpop.webpage/
2•siberianbot•6m ago•0 comments

Tell HN: Seedance 2.5 API Pricing

2•JimsonYang•7m ago•0 comments

Hotel Wi-Fi attacks use custom malware to breach Microsoft 365 accounts

https://www.bleepingcomputer.com/news/security/hotel-wi-fi-attacks-use-custom-malware-to-breach-m...
1•Brajeshwar•7m ago•0 comments

Benchmarking Fable, Sol, and Kimi K3 on SlopCodeBench

https://github.com/humanlayer/advanced-context-engineering-for-coding-agents/blob/main/benchmarki...
1•dhorthy•8m ago•0 comments

Show HN: MightyDash – A Free, Privacy-Focused iPhone Dashcam App

https://www.mightydash.app/
1•SunshineTheCat•8m ago•0 comments

Cuba's Bet on Solar [video]

https://www.youtube.com/shorts/YyY_Chfvnfc
1•thelastgallon•10m ago•0 comments

New species discovered on expedition to Channel Islands National Park

https://www.sfgate.com/bayarea/article/new-species-channel-islands-22367099.php
1•cyndunlop•10m ago•0 comments

Online ad giant Adform was hacked, proving once again why ad blockers are needed

https://this.weekinsecurity.com/online-advertising-giant-adform-was-hacked-proving-once-again-why...
3•speckx•10m ago•0 comments

Preventing Misfolding by Preventing Folding

https://www.science.org/content/blog-post/preventing-misfolding-preventing-folding
1•surprisetalk•12m ago•0 comments

Show HN: Real-time argument duello game – AI judge decides who's right

https://wram.chat/
2•kacovvv•13m ago•0 comments

Show HN: g6k-rs – lattice reduction framework on rust: supports CPU,Metal,CUDA

https://github.com/ovasylenko/g6k-rs
1•_alphageek•14m ago•1 comments

Interstellar Travel: The Space Age and Nuclear Rockets

https://www.universetoday.com/articles/interstellar-travel-the-space-age-and-nuclear-rockets
2•rbanffy•15m ago•0 comments

A Terminal-Based Jupyter Notebook That Helps Claude Work Like a Data Scientist

https://www.reddit.com/r/ClaudeCode/comments/1vfcs18/a_terminalbased_jupyter_notebook_that_helps/
1•syumei•16m ago•0 comments

Medical implant teardown: Intermedics Interlith 224 pacemaker

https://www.eevblog.com/forum/projects/medical-implant-teardown-intro-intermedics-interlith-224-p...
1•bdb•17m ago•0 comments

Liechtenstein Hunts Hackers as Data on 31,000 Funds Breached

https://www.bloomberg.com/news/articles/2026-08-04/liechtenstein-hunts-hackers-after-names-on-31-...
1•root-parent•18m ago•0 comments

The UK government still doesn't understand encryption

https://www.applemust.com/the-uk-government-still-doesnt-understand-encryption/
1•speckx•20m ago•0 comments

Merge, Don't Queue

https://inside.basepowercompany.com/p/merge-dont-queue
5•foundval•20m ago•0 comments

The Simple Elegance of the Integrated Timing Belt Loopback Fastener

https://danielmangum.com/posts/integrated-timing-belt-loopback-fastener/
1•hasheddan•21m ago•0 comments

China's CXMT Eyes Second Beijing Fab to Fight Memory Shortage

https://hothardware.com/news/chinas-cxmt-eyes-second-beijing-fab-to-fight-memory-shortage
2•rbanffy•21m ago•0 comments

Don't Play with the Odds (The Birthday Paradox)

https://getsolid.io/blog/birthday-paradox-coding-solid.html
1•htunnicliff•21m ago•0 comments

Enabling the next iteration of the borrow checker on nightly

https://blog.rust-lang.org/2026/08/04/enabling-polonius-alpha-on-nighty/
4•arto•22m ago•0 comments

Apple issues new challenge against UK order for access to private user data

https://www.bbc.co.uk/news/articles/cvg0kk3ek2vo
2•Brajeshwar•22m ago•0 comments

Long before ChatGPT, this programming language only worked if you said "Please"

https://www.howtogeek.com/1970s-programming-language-only-worked-if-you-said-please/
1•bookofjoe•22m 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