frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

LA Ironia DE LA IA

https://aimafia.substack.com/p/alucinaciones-ia
1•borjamoskv•1m ago•0 comments

Show HN: VerdictMail

https://github.com/ascarola/verdictmail
1•ascarola•1m ago•0 comments

Slack MCP Server

https://github.com/korotovsky/slack-mcp-server
1•rusq•1m ago•0 comments

Palantir sues magazine that revealed Switzerland rejected its approaches

https://www.ft.com/content/434b6d98-83d1-4ba1-a929-150341bcaea4
1•Zeldo•1m ago•1 comments

Monty and Islo: Sandbox the Snippet, Isolate the Agent

https://islo.dev/blog/why-islo-loves-monty/
1•zozo123-IB•2m ago•0 comments

Would agencies pay for AI that predicts campaign success from their own data?

1•ericstealtj•2m ago•0 comments

Measuring US workers' capacity to adapt to AI-driven job displacement

https://www.brookings.edu/articles/measuring-us-workers-capacity-to-adapt-to-ai-driven-job-displa...
1•petethomas•4m ago•0 comments

Binding port 0 to avoid port collisions

https://ntietz.com/blog/binding-ephemeral-port/
1•punkpeye•5m ago•0 comments

Show HN: CLI tool to sync Dell monitor brightness with MacBook

https://www.npmjs.com/package/@mkushka/dell-brightness-sync
1•misha__•6m ago•0 comments

Kiwidget 1.3.0 Is Live

https://mantec.gumroad.com/l/kiwidget
1•mantec•6m ago•1 comments

Trump to circumvent European internet content bans is a geopolitical nightmare

https://www.fastcompany.com/91496996/trump-freedom-gov-plan-geopolitical-nightmare
1•megamike•6m ago•0 comments

The Lost Art of Manual Coding

https://www.ammarcodes.com/posts/the-lost-art-of-manual-code
1•a_alakkad•7m ago•0 comments

I spent $100 benchmarking LLM providers on a weekend CTF

1•wwdmaxwell•9m ago•0 comments

I updated the README and my Benchmarks Regressed

https://codspeed.io/blog/unrelated-benchmark-regression
1•not-matthias•9m ago•0 comments

Show HN: AstroKit – An Astro boilerplate to skip the setup and ship faster

https://jawuil.dev/boirlerplate-saas-kit-astro/
1•jawuilp•10m ago•1 comments

Why the KeePass format should be based on SQLite

https://mketab.org/blog/sqlite_kdbx/
1•wps•11m ago•1 comments

Kyber

https://gitlab.com/kyber.stream/kyber
2•ledoge•11m ago•0 comments

Show HN: Tessera – An open protocol for AI-to-AI knowledge transfer

https://github.com/incocreativedev/tessera-core
1•kirkmaddocks•12m ago•1 comments

Developing Hair-Width LEDs Could Replace Lasers

https://www.engineering.ucsb.edu/news/Roark_Chao
1•geox•12m ago•0 comments

Ask HN: Do you know any OKR tool for personal use?

2•utkuaytac•12m ago•2 comments

Show HN: I made a Uniswap v3 Hedge Rebalancer that manages shorts on Hyperliquid

https://github.com/carter2099/delta_neutral
1•carter2099•13m ago•0 comments

Show HN: Forme – PDF generation with JSX. Page breaks that work

https://github.com/danmolitor/forme
1•molitor•13m ago•1 comments

$500k/Year SWE Without a CS Degree

https://escobyte.substack.com/p/500kyear-swe-without-a-cs-degree
1•menzoic•14m ago•1 comments

Show HN: Design is Code – UML to TDD tests that constrain AI code generation

https://mossgreen.github.io/introducing-design-is-code/
2•mossgu•15m ago•0 comments

Eschewing Zshell for Emacs Shell (2014)

https://www.howardism.org/Technical/Emacs/eshell-fun.html
1•pvdebbe•16m ago•0 comments

Goodbye InnerHTML, Hello SetHTML: Stronger XSS Protection in Firefox 148

https://hacks.mozilla.org/2026/02/goodbye-innerhtml-hello-sethtml-stronger-xss-protection-in-fire...
7•todsacerdoti•16m ago•0 comments

How many AIs does it take to read a PDF?

https://www.theverge.com/ai-artificial-intelligence/882891/ai-pdf-parsing-failure
1•smurda•16m ago•0 comments

I Pitched a Roller Coaster to Disneyland at Age 10 in 1978

https://wordglyph.xyz/one-piece-at-a-time
2•wordglyph•16m ago•0 comments

Show HN: acorn – LLM framework for long running agents

https://github.com/askmanu/acorn
4•onel•17m ago•0 comments

Show HN: Lila-E8 – 40M Parameter LLM with 0.37 Loss via E8 Lattice Attention

1•bootstraptor•17m 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