frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Trends in US Construction Productivity

https://www.construction-physics.com/p/trends-in-us-construction-productivity
1•mchinen•2m ago•0 comments

AppShots: Generate App Store Screenshots with One Command

https://github.com/albertnahas/appshots
1•albertnahas•3m ago•1 comments

SSH: Secure Snake Home runs snake securely

https://snake.eieio.games
1•iNic•3m ago•0 comments

Soft-serve: a self-hostable Git SSH server for the command line

https://github.com/charmbracelet/soft-serve
1•fanf2•5m ago•0 comments

I don't know what a CRM is, so I built one

https://www.streaming-radar.com/p/i-dont-know-what-a-crm-is-so-i-built
1•lbostral•6m ago•0 comments

LLMs Generate Predictable Passwords

https://www.schneier.com/blog/archives/2026/02/llms-generate-predictable-passwords.html
2•Garbage•9m ago•0 comments

Heroku: What's Next

https://judoscale.com/blog/heroku-whats-next
1•doppp•13m ago•0 comments

Ask HN: Have LLMs sapped your motivation for open source?

1•anonnon•17m ago•0 comments

Lawyers may be lying about using AI

https://findthefuckup.com/
1•jpgenl•17m ago•1 comments

Mandalorian Project – Sovereign Mobile Computing

https://iamgodofall.github.io/mandalorian-project/
1•Godofall•18m ago•1 comments

Google and OpenAI employee support letter for Anthropic

https://notdivided.org
2•yayr•23m ago•1 comments

Is Love Addictive? Many Say Yes, and It's Changing Our Idea of Romance

https://www.nytimes.com/2026/02/18/magazine/love-addiction-disorder-explained.html
2•herbertl•23m ago•1 comments

The Kind of Joke No One Makes Anymore

https://nik.art/the-kind-of-joke-no-one-makes-anymore/
2•herbertl•28m ago•0 comments

Built a Hacker News Client for Terminal

1•shivkmojha•30m ago•0 comments

" AI infrastructure is controlled by companies making toilets, MSG, and glass"

https://twitter.com/Gaurab/status/2024259874276999338
1•ZeljkoS•33m ago•0 comments

Claude Code Skills and 380 agent skills from official dev teams and community

https://github.com/VoltAgent/awesome-agent-skills
1•saikatsg•34m ago•0 comments

Eth.zig: The fastest Ethereum library. Pure Zig. Zero dependencies

https://www.ethzig.org/introduction
2•jedisct1•36m ago•0 comments

AI agents are fast, loose, and out of control, MIT study finds (ZDNET)

https://www.zdnet.com/article/ai-agents-are-out-of-control-mit-study/
1•ildar•36m ago•0 comments

AI Agent Crypto Wallets Create New Legal Risks, Investors Warn

https://www.ccn.com/news/crypto/ai-agent-crypto-wallets-legal-risks-investors-warn/
1•ildar•37m ago•0 comments

Get free Claude max 20x for open-source maintainers

https://claude.com/contact-sales/claude-for-oss
1•zhisme•38m ago•0 comments

Working on Pharo Smalltalk: BPatterns: Rewrite Engine with Smalltalk Style

http://dionisiydk.blogspot.com/2026/02/bpatterns-rewrite-engine-with-smalltalk.html
2•mpweiher•42m ago•0 comments

Show HN: RunVeto – A Simple Kill Switch for Autonomous AI Agents

https://www.runveto.xyz/
1•JDPatel1729•42m ago•0 comments

The LLM App Isn't a Model, It's a System: Designing for Quarterly Model Swaps

https://garybake.com/seams1.html
1•garybake•46m ago•1 comments

An Unbiased OSS Benchmark. For Code Review Agents

https://codereview.withmartian.com
2•alokDT•46m ago•0 comments

The 'Million AI Monkeys' Hypothesis and Real-World Projects

https://ayende.com/blog/203907-B/the-million-ai-monkeys-hypothesis-real-world-projects?key=76196b...
1•ayende•47m ago•0 comments

Merrilin – We built an app to read books

https://tech.stonecharioteer.com/posts/2026/merrilin/
3•stonecharioteer•48m ago•1 comments

Software development now costs less than than the wage of a minimum wage worker

https://ghuntley.com/real/
1•ghuntley•50m ago•0 comments

My personal blog's traffic is 95% AI crawlers this week

https://c0n0.com/posts/ai-traffic/
3•jealousgelatin•52m ago•0 comments

Does journaling help people understand themselves long-term?

2•ashutoshbhatia•53m ago•1 comments

Template for telling the truth on layoffs like at Block

2•nutanc•53m 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•10mo ago

Comments

_usr_bin_env•10mo 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•10mo 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•10mo 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•10mo 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•10mo ago
Text output would have been too easy on the eink screen xD