frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

How We Model Clinical Trial Data When Every Trial's Data Model Is Different

https://runharbor.com/blog/2026-03-03-how-we-model-clinical-trial-data-when-every-trial-is-different
1•18nleung•1m ago•0 comments

No code reviews by default (2021)

https://www.raycast.com/blog/no-code-reviews-by-default
1•speckx•2m ago•0 comments

Predictive AI with graphs and tabular foundation models

https://wesmadrigal.github.io/GraphReduce/end_to_end_examples/predictive_ai_tabpfn/
1•madman2890•2m ago•0 comments

See the oldest fossilized 'butthole' imprint

https://www.scientificamerican.com/article/see-the-worlds-oldest-fossilized-butthole-imprint/
1•Tomte•3m ago•0 comments

Pokopia Network

https://pokopia.network/
1•mochidough•4m ago•0 comments

SQLite Release 3.52.0

https://sqlite.org/releaselog/3_52_0.html
1•chungy•7m ago•0 comments

The Post-Copyright Era of Software

https://www.nibzard.com/post-copyright-era-software/
1•speckx•7m ago•0 comments

Hong Kong pro-democracy tycoon Jimmy Lai will not appeal conviction

https://www.bbc.com/news/articles/ce3g5nn8v4wo
1•tartoran•7m ago•0 comments

Ungrounded Divergence–Philosophical Framework for Understanding AI Hallucination

https://download.ssrn.com/2026/2/13/6234159.pdf?response-content-disposition=inline&X-Amz-Securit...
1•droidjj•8m ago•0 comments

shadcn/cli v4

https://ui.shadcn.com/docs/changelog/2026-03-cli-v4
1•bpierre•8m ago•0 comments

Ctrl-C in psql gives me the heebie-jeebies

https://neon.com/blog/ctrl-c-in-psql-gives-me-the-heebie-jeebies
1•gmac•8m ago•0 comments

Show HN: Feedster, an RSS/feed reader focused on discovery and agent integration

https://feedster.co
1•pmarsceill•9m ago•0 comments

China's First Quantum Computer Operating System

https://qcloud.originqc.com.cn/en/programming/pilotos
1•salkahfi•10m ago•0 comments

Thinking About Probabilistic Filters

https://donatstudios.com/probabilistic-filters
1•donatj•12m ago•0 comments

Tech Trends to Watch, According to Aptiv Experts

https://www.aptiv.com/en/insights/article/what-are-the-tech-trends-to-watch-predictions-from-apti...
1•ohjeez•12m ago•0 comments

The first AI agent worm is months away, if that

https://dustycloud.org/blog/the-first-ai-agent-worm-is-months-away-if-that/
2•laurex•14m ago•0 comments

BlackRock limits withdrawals as redemptions rattle private credit fund

https://www.reuters.com/business/blackrock-limits-withdrawals-private-credit-fund-redemptions-mou...
4•itbeho•15m ago•0 comments

Show HN: I made a keygen for my own software

https://vrsal.cc/wkg/
1•univrsal•16m ago•0 comments

RAG is broken, lets fix it

https://decompressed.io/learn/embedding-drift
2•zacole•16m ago•0 comments

Show HN: Palus Finance (YC W26): Better yields on idle cash for startups, SMBs

1•sam_palus•17m ago•0 comments

Conductor – Scalable Workflow Orchestration Engine for Microservices

https://github.com/microsoft/conductor
1•cebert•18m ago•0 comments

Tech employment now significantly worse than the 2008 or 2020 recessions

https://twitter.com/JosephPolitano/status/2029916364664611242
6•enraged_camel•19m ago•2 comments

The Situation: The Base Jumping Presidency

https://www.lawfaremedia.org/article/the-situation--the-base-jumping-presidency
3•hn_acker•19m ago•0 comments

Altman said no to military AI abuses – then signed Pentagon deal anyway

https://www.theregister.com/2026/03/06/openai_dod_deal/
3•CrankyBear•19m ago•0 comments

OpenAI Symphony

https://github.com/openai/symphony
1•ssgodderidge•20m ago•1 comments

Show HN: Argus – VSCode debugger for Claude Code sessions

https://github.com/yessGlory17/argus
2•lydionfinance•21m ago•0 comments

Mathematics in the Age of AI [video]

https://www.youtube.com/watch?v=mS9Lr43cIB4
1•sonabinu•21m ago•0 comments

What the new "Nova" design of Firefox looks like

https://www.soeren-hentzschel.at/firefox/exklusiv-so-sieht-das-neue-nova-design-von-firefox-aus/
2•speckx•22m ago•0 comments

U-Haul Growth Index: Top U.S. Growth Metros and Cities of 2025 Announced

https://www.uhaul.com/Articles/About/U-Haul-Growth-Index-Top-US-Growth-Metros-And-Cities-Of-2025-...
2•nradov•22m ago•1 comments

System76 Comments on Recent Age Verification Laws

https://www.phoronix.com/news/System76-Age-Verification-Laws
1•speckx•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•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