Top stories from https://news.ycombinator.com (with 100+ score) Contribute to the development here: https://github.com/phil-r/hackernewsbot Also check https://t.me/designer_news Contacts: @philr
The issue of anti-cheat on Linux (2024) (Score: 150+ in 1 day)
Link: https://readhacker.news/s/6A99s
Comments: https://readhacker.news/c/6A99s
What makes Claude Code so damn good (Score: 150+ in 4 hours)
Link: https://readhacker.news/s/6AeWZ
Comments: https://readhacker.news/c/6AeWZ
I made a floppy disk from scratch (Score: 151+ in 9 hours)
Link: https://readhacker.news/s/6AdSG
Comments: https://readhacker.news/c/6AdSG
https://www.youtube.com/watch?v=TBiFGhnXsh8
What could have been (❄️ Score: 151+ in 4 days)
Link: https://readhacker.news/s/6zWgy
Comments: https://readhacker.news/c/6zWgy
Measuring the environmental impact of AI inference (Score: 150+ in 15 hours)
Link: https://readhacker.news/s/6Adds
Comments: https://readhacker.news/c/6Adds
Research paper: https://services.google.com/fh/files/misc/measuring_the_envi...
Google blog post: https://cloud.google.com/blog/products/infrastructure/measur...
Scientists No Longer Find X Professionally Useful, and Have Switched to Bluesky (Score: 151+ in 16 hours)
Link: https://readhacker.news/s/6A8K9
Comments: https://readhacker.news/c/6A8K9
What the Hell Is Going On? (Score: 159+ in 6 hours)
Link: https://readhacker.news/s/6A9Fv
Comments: https://readhacker.news/c/6A9Fv
Python f-string cheat sheets (2022) (Score: 150+ in 1 day)
Link: https://readhacker.news/s/6A5FP
Comments: https://readhacker.news/c/6A5FP
Everything Is Correlated (Score: 151+ in 10 hours)
Link: https://readhacker.news/s/6A9em
Comments: https://readhacker.news/c/6A9em
Building AI products in the probabilistic era (Score: 150+ in 17 hours)
Link: https://readhacker.news/s/6A7Ze
Comments: https://readhacker.news/c/6A7Ze
Io_uring, kTLS and Rust for zero syscall HTTPS server (Score: 150+ in 4 hours)
Link: https://readhacker.news/s/6A9pK
Comments: https://readhacker.news/c/6A9pK
How does the US use water? (Score: 151+ in 19 hours)
Link: https://readhacker.news/s/6A6wL
Comments: https://readhacker.news/c/6A6wL
The Onion brought back its print edition and the gamble is paying off (Score: 152+ in 7 hours)
Link: https://readhacker.news/s/6A8L7
Comments: https://readhacker.news/c/6A8L7
The Core of Rust (Score: 150+ in 12 hours)
Link: https://readhacker.news/s/6A7rs
Comments: https://readhacker.news/c/6A7rs
How to stop feeling lost in tech: the wafflehouse method (Score: 150+ in 23 hours)
Link: https://readhacker.news/s/6A5mq
Comments: https://readhacker.news/c/6A5mq
Line scan camera image processing for train photography (Score: 151+ in 7 hours)
Link: https://readhacker.news/s/6AewL
Comments: https://readhacker.news/c/6AewL
I hacked Monster Energy (Score: 151+ in 5 hours)
Link: https://readhacker.news/s/6AeAt
Comments: https://readhacker.news/c/6AeAt
Developer's block (Score: 150+ in 10 hours)
Link: https://readhacker.news/s/6AdLQ
Comments: https://readhacker.news/c/6AdLQ
You can't grow cool-climate plants in hot climates (❄️ Score: 150+ in 3 days)
Link: https://readhacker.news/s/6A3kf
Comments: https://readhacker.news/c/6A3kf
Show HN: JavaScript-free (X)HTML Includes (Score: 150+ in 15 hours)
Link: https://readhacker.news/s/6AbKZ
Comments: https://readhacker.news/c/6AbKZ
(spoiler: its XSLT)
I've been working on a little demo for how to avoid copy-pasting header/footer boilerplate on a simple static webpage. My goal is to approximate the experience of Jekyll/Hugo but eliminate the need for a build step before publishing. This demo shows how to get basic templating features with XSL so you could write a blog post which looks like
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/template.xsl"?>
<page>
<title>My Article</title>
<content>
some content
<ul>
<li>hello</li>
<li>hello</li>
</ul>
</content>
</page>
- no build step (no need to setup Jekyll on the client or configure Github/Gitlab actions)
- works on any webserver (e.g. as opposed to server-side includes, actions)
- normal looking URLs (e.g. `example.com/foobar` as opposed to `example.com/#page=foobar`)
All managers make mistakes; good managers acknowledge and repair (🔥 Score: 152+ in 2 hours)
Link: https://readhacker.news/s/6Aapu
Comments: https://readhacker.news/c/6Aapu
Privately-Owned Rail Cars (Score: 151+ in 23 hours)
Link: https://readhacker.news/s/6A6yC
Comments: https://readhacker.news/c/6A6yC
Go is still not good (🔥 Score: 158+ in 3 hours)
Link: https://readhacker.news/s/6A9UM
Comments: https://readhacker.news/c/6A9UM
My other email client is a daemon (Score: 162+ in 1 day)
Link: https://readhacker.news/s/6A67M
Comments: https://readhacker.news/c/6A67M
Why Semantic Layers Matter (and how to build one with DuckDB) (❄️ Score: 150+ in 2 days)
Link: https://readhacker.news/s/6zYGr
Comments: https://readhacker.news/c/6zYGr
Control shopping cart wheels with your phone (2021) (Score: 150+ in 7 hours)
Link: https://readhacker.news/s/6A98n
Comments: https://readhacker.news/c/6A98n
Original DEF CON 29 (2021) talk: https://www.youtube.com/watch?v=fBICDODmCPI
Perfect Freehand – Draw perfect pressure-sensitive freehand lines (❄️ Score: 150+ in 2 days)
Link: https://readhacker.news/s/6zZm2
Comments: https://readhacker.news/c/6zZm2
Crimes with Python's Pattern Matching (2022) (Score: 150+ in 9 hours)
Link: https://readhacker.news/s/6A8e7
Comments: https://readhacker.news/c/6A8e7
Uv format: Code Formatting Comes to uv (experimentally) (Score: 150+ in 6 hours)
Link: https://readhacker.news/s/6A8nf
Comments: https://readhacker.news/c/6A8nf
The contrarian physics podcast subculture (Score: 150+ in 7 hours)
Link: https://readhacker.news/s/6A7DL
Comments: https://readhacker.news/c/6A7DL