frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Intake – Secure client document collection with browser-side encryption

https://intakerequest.com
1•pio_greeff•9s ago•0 comments

ReleaseJet – Release notes from issue labels, no Conventional Commits

https://www.releasejet.dev/
1•makisp•2m ago•1 comments

Show HN: I made an AI fitness coach that makes sure you reach the goal

1•ABSALOMMAXY•3m ago•1 comments

Daily Geography Game

https://maptap.gg/
1•gniv•3m ago•0 comments

Mercury: I found an AI agent that refuses to do things

https://github.com/cosmicstack-labs/mercury-agent
1•hotheadhacker•3m ago•0 comments

Show HN: Archiving Videos and PDFs on Cloudflare Pages Using JPEGs

1•keepamovin•7m ago•0 comments

NetNIX, a .NET/C# Powered Virtual Unix Environment

https://netnix.controlfeed.info/
1•pjmlp•7m ago•0 comments

Show HN: VidStudio, a browser based video editor that doesn't upload your files

https://vidstudio.app/video-editor
2•kolx•8m ago•0 comments

Noctambulist.exe (GitHub) CLI Knowledge Hub

https://github.com/LeviSantegoets/Noctambulist
1•j0hnsm1th•8m ago•1 comments

ADHD Symptom Manifestation in Adulthood

https://www.cambridge.org/core/journals/irish-journal-of-psychological-medicine/article/adhd-symp...
1•ZunarJ5•9m ago•0 comments

I Thought the System Was Dumb Until They Put Me in Charge of Fixing It

https://www.realclearmarkets.com/articles/2026/04/21/i_thought_the_system_was_dumb_until_they_put...
1•RickJWagner•9m ago•0 comments

Democrats Demand Trump Halt Plan to Collect Federal Workers' Health Data

https://kffhealthnews.org/news/article/opm-federal-workers-health-records-hipaa-democratic-letters/
1•giuliomagnifico•12m ago•0 comments

Show HN: Gortex – MCP server for cross-repo code intelligence

https://github.com/zzet/gortex
1•zzet•12m ago•0 comments

Ask HN: Is latent space more than compression? Can we probe its internal rules?

1•WLHsu•15m ago•0 comments

Apeirron – open-source knowledge graph of humanity's biggest questions

https://www.apeirron.com
2•theiskaa•17m ago•1 comments

Seeker, a job matcher that explains why roles fit

https://www.seekerscore.com
1•danylchukllc•20m ago•0 comments

Clippy, Now with Some AI

https://github.com/felixrieseberg/clippy
1•ankitg12•21m ago•0 comments

Ministry mulls new restrictions for viewing detailed aerial photos

https://news.err.ee/1609995166/ministry-mulls-new-restrictions-for-viewing-detailed-aerial-photos
1•marklit•22m ago•0 comments

Ggsql: A SQL extension for declarative data visualisation based on the Grammar O

https://github.com/posit-dev/ggsql
1•fanf2•24m ago•0 comments

Origins of J

https://github.com/kelas/ooj
2•tosh•24m ago•0 comments

What 23K vulnerabilities reveal about audit report quality in Web3

https://colab.research.google.com/drive/1Wp4yyEmXYjHATak7Bmy2lf6DNgyjlxgI?usp=sharing
2•zaevlad•29m ago•1 comments

Show HN: Vibe coding t-rex.world

1•nirupan23•31m ago•2 comments

SQLite WAL in 2026: an architecture note on checkpoint starvation

https://cronfeed.work/oss-sqlite-wal-architecture-note-checkpoint-starvation-concurrency-boundary...
1•tonyl•33m ago•0 comments

Social Credit

https://nicholasdecker.substack.com/p/social-credit
1•barry-cotter•33m ago•0 comments

Elon vs. Altman: What Their Infrastructure Stacks Reveal About Power

https://mythcoreops.substack.com/p/elon-vs-altman-what-their-infrastructure
2•ReadTheProducts•36m ago•1 comments

Tim Cook's Impeccable Timing

https://stratechery.com/2026/tim-cooks-impeccable-timing/
3•hasheddan•36m ago•0 comments

AI Database Landscape in 2026: Vector, ML-in-DB, LLM-Augmented, Predictive

https://aito.ai/blog/the-ai-database-landscape-in-2026-where-does-structured-prediction-fit/
1•arauhala•41m ago•1 comments

Show HN: Dreamtime – A fresh bedtime story for your children every night

https://trydreamtime.com
2•jblox•41m ago•1 comments

How well do LLMs work outside English? We tested 8 models in 8 languages [pdf]

https://info.rws.com/hubfs/2026/trainai/llm-data-gen-study-2.0-campaign/trainai-multilingual-llm-...
2•curioussquirrel•42m ago•4 comments

Polymarket in talks to raise money at about $15B valuation

https://www.reuters.com/business/polymarket-talks-raise-money-about-15-billion-valuation-informat...
2•JumpCrisscross•42m 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