Mesh: I tried Htmx, then ditched it: https://ajmoon.com/posts/mesh-i-tried-htmx-then-ditched-it
Discussion: http://news.ycombinator.com/item?id=45345950
A simple bot posting Hacker News links when they reach 250 points.
Built by @oivaeskola
There are also:
200 points: @newsyc200
300 points: @newsyc300
500 points: @newsyc500
750 points: @newsyc750
1000 points: @newsyc1000
Mesh: I tried Htmx, then ditched it: https://ajmoon.com/posts/mesh-i-tried-htmx-then-ditched-it
Discussion: http://news.ycombinator.com/item?id=45345950
Translating a Fortran F-16 Simulator to Unity3D: https://vazgriz.com/762/f-16-flight-sim-in-unity-3d/
Discussion: http://news.ycombinator.com/item?id=45383637
US cities pay too much for buses: https://www.bloomberg.com/news/articles/2025-09-26/us-cities-are-paying-too-much-for-new-transit-buses
Discussion: http://news.ycombinator.com/item?id=45386578
The Beginner's Textbook for Fully Homomorphic Encryption: https://arxiv.org/abs/2503.05136
Discussion: http://news.ycombinator.com/item?id=45323027
Fully Homomorphic Encryption (FHE) is a cryptographic scheme that enables computations to be performed directly on encrypted data, as if the data were in plaintext. After all computations are performed on the encrypted data, it can be decrypted to reveal the result. The decrypted value matches the result that would have been obtained if the same computations were applied to the plaintext data. FHE supports basic operations such as addition and multiplication on encrypted numbers. Using these fundamental operations, more complex computations can be constructed, including subtraction, division, logic gates (e.g., AND, OR, XOR, NAND, MUX), and even advanced mathematical functions such as ReLU, sigmoid, and trigonometric functions (e.g., sin, cos). These functions can be implemented either as exact formulas or as approximations, depending on the trade-off between computational efficiency and accuracy. FHE enables privacy-preserving machine learning by allowing a server to process the client's data in its encrypted form through an ML model. With FHE, the server learns neither the plaintext version of the input features nor the inference results. Only the client, using their secret key, can decrypt and access the results at the end of the service protocol. FHE can also be applied to confidential blockchain services, ensuring that sensitive data in smart contracts remains encrypted and confidential while maintaining the transparency and integrity of the execution process. Other applications of FHE include secure outsourcing of data analytics, encrypted database queries, privacy-preserving searches, efficient multi-party computation for digital signatures, and more. As this book is an open project (https://fhetextbook.github.io), we welcome FHE experts to join us as collaborators to help expand the draft.
SimpleFold: Folding proteins is simpler than you think: https://github.com/apple/ml-simplefold
Discussion: http://news.ycombinator.com/item?id=45389267
Open Social: https://overreacted.io/open-social/
Discussion: http://news.ycombinator.com/item?id=45388021
Britain to introduce compulsory digital ID for workers: https://www.reuters.com/world/uk/britain-introduce-mandatory-digital-id-cards-2025-09-26/
Discussion: http://news.ycombinator.com/item?id=45381810
Fast UDP I/O for Firefox in Rust: https://max-inden.de/post/fast-udp-io-in-firefox/
Discussion: http://news.ycombinator.com/item?id=45387462
Motivation Around 20% of Firefox’s HTTP traffic today uses HTTP/3, which runs over QUIC, which in turn runs over UDP. This translates to substantial UDP I/O activity. Firefox uses NSPR for most of its network I/O. When it comes to UDP I/O, NSPR only offers a limited set of dated APIs, most relevant here PR_SendTo and PR_RecvFrom, wrappers around POSIX’s sendto and recvfrom. The N in NSPR stands for Netscape, giving you a hint of its age.
My Deus Ex lipsyncing fix mod: https://www.joewintergreen.com/my-deus-ex-lipsyncing-fix-mod-making-of/
Discussion: http://news.ycombinator.com/item?id=45382397
Investigating a Forged PDF: https://mjg59.dreamwidth.org/73317.html
Discussion: http://news.ycombinator.com/item?id=45381010