frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

A willingness to look stupid is the most underrated moat in doing creative work

https://sharif.io/looking-stupid
1•Samin100•52s ago•0 comments

Why use F# for scripting and automation?

https://iev.ee/blog/why-use-fsharp/
1•nsm•3m ago•0 comments

Custom Agents in Visual Studio

https://devblogs.microsoft.com/visualstudio/custom-agents-in-visual-studio-built-in-and-build-you...
1•ankitg12•5m ago•0 comments

Advice for Operating a Public-Facing API (2023)

https://jcs.org/2023/07/12/api
2•wrxd•5m ago•0 comments

Show HN: TemplUI v1.7.0 – UI components for Go and templ, now with import mode

https://github.com/templui/templui
1•axadrn•6m ago•0 comments

Gemini Exporter – Save Gemini to PDF, Word, Google Docs and Notion

https://chromewebstore.google.com/detail/gemini-exporter-save-gemi/lgipeakgdkcgnkdljeagconfbfeolidj
2•backrun•6m ago•1 comments

Ireland shuts last coal plant, becomes 15th coal-free country in Europe

https://www.pv-magazine.com/2025/06/20/ireland-coal-free-ends-coal-power-generation-moneypoint/
2•robin_reala•7m ago•0 comments

Gemini Exporter – Export Gemini Chat to PDF, Word, and Notion in One Click

2•backrun•10m ago•1 comments

EL Filósofo Espiritualista

2•jgalera•10m ago•0 comments

Probability and Induction

https://iep.utm.edu/probability-and-induction/
1•jruohonen•14m ago•0 comments

Quantum Simulates Properties of First Half-Möbius Molecule by IBM Researchers

https://research.ibm.com/blog/half-mobius-molecule
2•birdculture•15m ago•0 comments

Show HN: I built a secure AI mediator to handle my own marital conflicts

https://ashti.ai
1•thedevguy•15m ago•1 comments

Show HN: Generate HTTP and Jsonrpc from IDL

https://github.com/xidl/xidl
2•battery8318•15m ago•1 comments

The Window Chrome of Our Discontent

https://pxlnv.com/blog/window-chrome-of-our-discontent/
2•crbelaus•17m ago•0 comments

Ask HN: Do AI providers optimize for "Pelican riding a bicycle”?

1•kandros•17m ago•0 comments

Show HN: Starter-structure-CLI – scaffold apps from stack combinations

https://github.com/mohosin2126/starter-structure-cli
1•mrwick2126•19m ago•0 comments

ComicsAI

https://www.comicsai.org/en
2•liangmeihua93•21m ago•0 comments

Show HN: arxiv-digest: Daily robotics paper scouting for OpenClaw and Zotero

https://github.com/tb5z035i/arxiv-digest
1•tb5z035i•21m ago•0 comments

SSH-Based Mail for Agents

https://github.com/rolandnsharp/sshmail-client
2•epscylonb•22m ago•0 comments

Knuth Claude's Cycles note update: problem now fully solved, by LLMs

https://www-cs-faculty.stanford.edu/~knuth/papers/claude-cycles.pdf?#page=6
2•fs123•23m ago•1 comments

Programmers will document for Claude, but not for each other

https://blog.plover.com/2026/03/09/
2•frizlab•23m ago•0 comments

Emit Emails – Personalized email sending without the fluff

1•AlphaTheGoat•24m ago•0 comments

AI Crash the Physics of the Collapse [video]

https://www.youtube.com/watch?v=PZ0sS41zwo4
1•CrzyLngPwd•25m ago•1 comments

3AM Coding:cracking persistent open-source memory for agents

https://github.com/aayoawoyemi/Ori-Mnemos
1•starro____•26m ago•0 comments

Crow Watch: A Hacker News Alternative

https://crow.watch
2•medv•29m ago•0 comments

Analysis of Ninth Circuit Allows TOS Amendment by Email–Ireland-Gordy vs. Tile

https://blog.ericgoldman.org/archives/2026/03/ninth-circuit-allows-tos-amendment-by-email-ireland...
1•hazzamanic•30m ago•0 comments

Terence Tao: Formalizing a proof in Lean using Claude Code [video]

https://www.youtube.com/watch?v=JHEO7cplfk8
2•helloplanets•31m ago•0 comments

Apple: The first 50 years, CBS Sunday Morning [video]

https://www.youtube.com/watch?v=7bA2w7uwUbs
2•oldnetguy•35m ago•0 comments

NSF National Deep Inference Fabric

https://ndif.us/
1•pramodbiligiri•37m ago•0 comments

CorridorKey – Perfect Green Screen Keys

https://github.com/nikopueringer/CorridorKey
1•h4kor•41m 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