frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: HYPD – AI co-pilot for marketers running Google Ads

https://www.hypd.ai/
1•cionut•3m ago•0 comments

So you've installed `fzf`. Now what? (2023)

https://andrew-quinn.me/fzf/
1•mpweiher•3m ago•0 comments

Show HN: I built a crypto price predictor

https://coinsignal.co
1•hieunc229•3m ago•0 comments

Show HN: Embedded Spritesheet PNG Standard

https://mccormick.cx/games/embedded-spritesheet-png-spec/
1•chr15m•8m ago•0 comments

Windows 11 still runs on code from the 1990s

https://www.pcworld.com/article/3133963/windows-11-still-runs-on-code-from-the-1990s-microsoft-ad...
1•redbell•10m ago•0 comments

Sam Altman was winning on the stand, but it might not be enough

https://www.theverge.com/ai-artificial-intelligence/929129/sam-altman-testimony-elon-musk-openai-...
1•frb•10m ago•1 comments

LLMs and Buttondown – Applied Cartography

https://www.jmduke.com/posts/llm-born.html
1•rhazn•13m ago•0 comments

AI datacenters in space do not have a cooling problem

https://www.seangoedecke.com/space-ai-datacenters-do-not-have-a-cooling-problem/
1•rhazn•13m ago•0 comments

Partial static single information form

https://bernsteinbear.com/blog/partial-ssi/
1•ibobev•13m ago•0 comments

The Macintosh Serial Cable

https://www.colino.net/wordpress/archives/2026/05/11/the-macintosh-serial-cable-mini-din-8-590-05...
1•ibobev•13m ago•0 comments

Learnings from Crawling Technical Documentation

https://www.heltweg.org/posts/learnings-from-crawling-technical-documentation/
1•rhazn•14m ago•0 comments

The Side Effect You Can't See: Perceptual Parochialism in Software Engineering

https://mamad.purbo.org/posts/side-effects-and-scale/
1•weatherlight•16m ago•0 comments

Details of the Daring Airdrop at Tristan Da Cunha

https://www.tristandc.com/government/news-2026-05-11-airdrop.php
1•PuddleOfSausage•18m ago•0 comments

AI startup upgrades Euro air traffic systems and raises $5.5M

https://designverse.ai/blog
1•timreidmedia•18m ago•3 comments

Dates in Git

https://learn.microsoft.com/en-us/azure/devops/repos/git/git-dates?view=azure-devops
1•ankitg12•20m ago•0 comments

The hole we are going into – AGI

2•AlefBetGimel•21m ago•4 comments

China Edges Past U.S. in Global Approval Ratings

https://news.gallup.com/poll/707945/china-edges-past-global-approval-ratings.aspx
1•KnuthIsGod•22m ago•0 comments

CME Group and Silicon Data Partner to Launch First Compute Futures

https://www.cmegroup.com/media-room/press-releases/2026/5/12/cme_group_and_silicondatapartnertola...
1•thomasjb•23m ago•0 comments

Smart glasses are 'an invasion of privacy' – Meta's are selling better

https://www.bbc.co.uk/news/articles/cj37z8357e5o
1•ColinWright•24m ago•0 comments

First look at Googlebook: A premium Chromebook alternative for Android users

https://www.zdnet.com/article/googlebook-news-premium-chromebook-for-android/
1•nickcw•25m ago•0 comments

Try LispE in the Browser

https://naver.github.io/lispe/
2•clauderoux•29m ago•1 comments

Palantir's summary of CEO Alexander Karp's manifesto is generating buzz

https://www.businessinsider.com/palantir-manifesto-alex-karp-technological-republic-summary-2026-4
1•rapnie•30m ago•0 comments

Gosentry: Fuzz Golang with LibAFL

https://blog.trailofbits.com/2026/05/12/go-fuzzing-was-missing-half-the-toolkit.-we-forked-the-to...
1•fanf2•30m ago•0 comments

Xi Is Planning for China's Final Victory over the U.S.

https://www.nytimes.com/2026/05/13/opinion/xi-trump-summit-china-us.html
2•KnuthIsGod•31m ago•0 comments

Cost of enum-to-string: C++26 reflection vs. the old ways

https://vittorioromeo.com/index/blog/refl_enum_to_string.html
3•sagacity•31m ago•1 comments

Mao Tse-Tung: On Protracted War [pdf]

https://www.bannedthought.net/China/Individuals/MaoZedong/Pamphlets/Mao-1938-OnProtractedWar-1967...
1•KnuthIsGod•31m ago•0 comments

Blaise v0.7.0 (alpha) – Independent of Free Pascal compiler

https://github.com/graemeg/blaise/discussions/24
1•mariuz•35m ago•0 comments

The Return of Structure: Data Architecture Lessons for the Agentic Workforce

https://medium.com/analytics-and-data/the-return-of-structure-data-architecture-lessons-for-the-a...
1•linkerzx•39m ago•0 comments

Firefly Aibox-K3 – An Edge AI Mini PC Powered by SpacemiT K3 RISC-V SoC

https://www.cnx-software.com/2026/05/12/firefly-aibox-k3-an-edge-ai-mini-pc-powered-by-spacemit-k...
1•fork-bomber•40m ago•0 comments

GitHub Copilot individual plans flex allotments in Pro and Pro+ and new Max plan

https://github.blog/news-insights/company-news/github-copilot-individual-plans-introducing-flex-a...
1•tiernano•43m 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