frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

TurboPrefill: 3.27× Prefill Speedup in Llama.cpp

https://devpost.com/software/turboprefill
1•trykhlieb•3m ago•1 comments

Man convicted of child sex crime by added _ char "Fus Ro Dah" Skyrim username

https://www.cbc.ca/news/canada/nova-scotia/how-a-single-underscore-led-to-an-innocent-halifax-man...
2•walrus01•3m ago•1 comments

Instella-Moe: An Open Mixture-of-Experts Language Model

https://rocm.blogs.amd.com/artificial-intelligence/instella-moe/README.html
2•ilreb•3m ago•0 comments

Prompt Caching

https://earendil.com/posts/prompt-caching/
1•lebek•13m ago•0 comments

The Psychopath Code – By Pieter Hintjens [pdf]

https://hintjens.wdfiles.com/local--files/books/psychopathcode.pdf
2•gurjeet•14m ago•0 comments

Ask HN: How would you harden AI changes to a 1M-line legacy SaaS before review?

1•thegreatkahuna•15m ago•0 comments

AP2 and A2A: two agents working together and getting paid (in tokens)

https://blog.owulveryck.info/2026/06/25/from-isolated-agents-to-agentic-mesh-orchestrating-sdlc-w...
1•owulveryck•17m ago•0 comments

Substack adds AI text detection to all notes and posts

https://post.substack.com/p/against-claudefishing
2•meander_water•30m ago•0 comments

Could dark energy come from the Standard Model? ρ_Λ = ρ_P · e^(-90π)

https://zenodo.org/records/21515348
1•kisnorbert•31m ago•0 comments

The quest to keep organs alive outside the body

https://www.technologyreview.com/2026/07/24/1140790/the-quest-to-keep-organs-alive-outside-the-body/
1•joozio•34m ago•0 comments

Markup Language Zoo

https://brett.coulstock.id.au/markup-language-zoo.html
2•MrVandemar•37m ago•0 comments

Android May Soon Restrict On-Device ADB

https://kitsumed.github.io/blog/posts/android-may-soon-restrict-on-device-adb/
12•shscs911•38m ago•1 comments

Flushing the DNS Toilet Twice

https://awfulwoman.com/notes/2026/06/01/1838/
1•uproarchat•41m ago•0 comments

Ask HN: Which is the least sloppy and claudeism free model you have used?

2•diwank•41m ago•0 comments

Postgress in Rust

2•poldex•43m ago•1 comments

Postgres FDW: Pushdown is a negotiation

https://clickhouse.com/blog/postgres-fdw-pushdown-negotiation
1•saisrirampur•59m ago•0 comments

ARC-AGI Leaderboard

https://arcprize.org/leaderboard
33•rzk•1h ago•17 comments

Telefunc: Remote Functions

https://github.com/telefunc/telefunc
1•dvrp•1h ago•0 comments

AGI Singer: AGI Inventor – No Supreme Authority

https://medium.com/@miho999lv/agi-singer-agi-inventor-no-supreme-authority-b63d9bddac47
1•miho999lv•1h ago•0 comments

CRISPR enzyme kills cancer cells by shredding their DNA

https://www.nature.com/articles/d41586-026-02268-z
2•justworks•1h ago•0 comments

Understanding Is the New Bottleneck

https://www.geoffreylitt.com/2026/07/02/understanding-is-the-new-bottleneck.html
2•haritha1313•1h ago•0 comments

The Joy of Being Wrong

https://shortdiv.com/posts/the-joy-of-being-wrong/
2•haritha1313•1h ago•0 comments

On the Nature and Purpose of Code

https://blog.moertel.com/posts/2026-07-23-on-the-nature-and-purpose-of-code.html
2•chmaynard•1h ago•0 comments

The perils of parsing type inference declarations in C

https://sebsite.pw/w/20260725-auto.html
1•jandeboevrie•1h ago•0 comments

Researchers replace downloaded macOS apps with evil twins, Apple shrugs

https://www.theregister.com/security/2026/07/24/researchers-replace-downloaded-macos-apps-with-ev...
9•sbulaev•1h ago•0 comments

Herv AI – Spatial Intelligence

https://hervai.com
2•kayumbaherve•1h ago•0 comments

GitHub

3•Julipaz•1h ago•2 comments

Reactive Python Notebooks in Jupyter

https://github.com/ipyflow/ipyflow
1•smacke•1h ago•0 comments

Show HN: AI Anime Finder – Natural language semantic search for AniList

https://zlvox.com/tools/anime-finder
3•mrdisloyal•1h ago•1 comments

AutoCO: An Online Continuous Optimization System for Phase-Changing DB Workloads

https://dl.acm.org/doi/10.1145/3832323
2•matt_d•1h 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