frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

In-place functional programming with Koka

https://dl.acm.org/doi/abs/10.1145/3607840
1•fanf2•18s ago•0 comments

Office Suite for Coding Agents

https://smalldocs.org/
1•andrem•6m ago•0 comments

Volkswagen bans GrapheneOS citing security reasons, continues support Android 10

https://www.autoevolution.com/news/volkswagen-bans-security-focused-grapheneos-cites-security-rea...
1•teleforce•6m ago•0 comments

Lessons Learned Building Shopify Browser and Server Side Tracking

https://blog.adnansiddiqi.me/implementing-browser-and-server-side-tracking-on-shopify-using-gtm-a...
2•pknerd•6m ago•0 comments

Show HN: I built an in-call AI, and the hard part was making it talk less

https://heyalo.ai
1•giu_1•6m ago•0 comments

Show HN: Unlimitedcodex – Flat-Price OpenAI-Compatible GPT/Codex API Access

https://unlimitedcodex.com
1•caqq•10m ago•0 comments

Bast – Go Structured Web Framework for server-side applications

https://github.com/bastion-framework/bast
1•kasimlyee•12m ago•0 comments

Text to CAD for Furniture Designs

https://www.timbr.pro
1•wojciem•13m ago•0 comments

Performance Optimized Statically Typed Python

https://post-py.org/
1•incognito124•13m ago•0 comments

Show HN: Multi-channel color QR code generator

https://github.com/Astra31415926/QR.G.B.-ART
1•MihailKashkarov•14m ago•1 comments

Golfstream – social network for rich people

https://apps.apple.com/pl/app/golfstream-social-network/id6782670766
2•yaszko•15m ago•0 comments

Grammarly critical hacks and vulnerabilities

2•IDIRIS•17m ago•0 comments

What Is a Load Balancer?

https://hackbotone.com/what-is-a-load-balancer-d4a24d8cf00d
1•hackbotone•21m ago•0 comments

Scientists measured the smallest possible contacts for future computer chips

https://phys.org/news/2026-07-scientists-smallest-contacts-future-chips.html
1•pseudolus•23m ago•0 comments

HTTP/1.1 vs. HTTP/2

https://hackbotone.com/http-1-1-vs-http-2-830f0364a8a4
1•hackbotone•23m ago•0 comments

Calling of an Engineer

https://en.wikipedia.org/wiki/Calling_of_an_Engineer
1•thunderbong•24m ago•0 comments

Omni – open-source (Granola, Notion and Wispr Flow all in one)

https://github.com/AlexKapadia/omni
1•alexkapadia1•25m ago•0 comments

AI Giants Are Handing Out Tons of Free Computing Power to Grab Startup Share

https://www.wsj.com/tech/ai/ai-giants-are-handing-out-tons-of-free-computing-power-to-grab-startu...
1•thm•26m ago•0 comments

Basilisk – a Rust Python type checker at 100% on the typing conformance suite

https://github.com/python/typing/blob/main/conformance/results/results.html
1•cfdevelop•30m ago•0 comments

Bird-Away: Raspberry Pi-powered water-based bird deterrent

https://github.com/mattsahn/bird-away
2•sahn44•31m ago•4 comments

Death Becomes Her: China's New Hit Game

https://www.sixthtone.com/news/1018715
1•Alien1Being•34m ago•0 comments

PostgreSQL Benchmark: AWS RDS vs. Self-Hosted on Hetzner (2026)

https://hostim.dev/blog/postgres-benchmark-rds-vs-hostim-vs-self-hosted/
3•pv1337•35m ago•0 comments

Proxying inference requests in 6ms with Pingora, Envoy, and Spanner

https://modal.com/blog/serverless-servers
1•birdculture•35m ago•0 comments

Researchers Create Self-Replicating Seedbox in Quest for Decentralized Democracy

https://torrentfreak.com/researchers-create-self-replicating-seedbox-in-quest-for-decentralized-d...
1•rapnie•38m ago•0 comments

Why worms (and microbes) are catching on as a manure pollution solution

https://www.technologyreview.com/2026/07/07/1140142/why-worms-and-microbes-are-catching-on-as-a-m...
1•joozio•40m ago•0 comments

Show HN: Orchestra – Browser automation tool with export plain Playwright

https://www.orchestra-automation.com/
1•oceandoughnut•41m ago•1 comments

IDE with agentic support built using Flutter

https://lumide.dev
7•geordee•43m ago•3 comments

Brick by Brick: How My Home AI Is Growing a Body

https://medium.com/towards-artificial-intelligence/brick-by-brick-how-my-home-ai-is-growing-a-bod...
2•dexmac221•44m ago•1 comments

As Europe Swelters, Chinese Air Conditioner Sales Heat Up

https://www.sixthtone.com/news/1018714
1•Alien1Being•44m ago•0 comments

I built a Steak Timer app after getting tired of juggling multiple timers

https://play.google.com/store/apps/details?id=com.akshatpandey.steaktimer&hl=en_US
1•scionhat•45m 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