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
Comet AI browser can get prompt injected from any site, drain your bank account (🔥 Score: 153+ in 1 hour)
Link: https://readhacker.news/s/6Ah3Y
Comments: https://readhacker.news/c/6Ah3Y
Turning Claude Code into my best design partner (Score: 152+ in 7 hours)
Link: https://readhacker.news/s/6AgeM
Comments: https://readhacker.news/c/6AgeM
A 2k-year-old sun hat worn by a Roman soldier in Egypt (Score: 150+ in 17 hours)
Link: https://readhacker.news/s/6Af2U
Comments: https://readhacker.news/c/6Af2U
Why was Apache Kafka created? (Score: 150+ in 1 day)
Link: https://readhacker.news/s/6AbWf
Comments: https://readhacker.news/c/6AbWf
Texas Instruments’ new plants where Apple will make iPhone chips (Score: 150+ in 1 day)
Link: https://readhacker.news/s/6AbnG
Comments: https://readhacker.news/c/6AbnG
Writing Speed-of-Light Flash Attention for 5090 in CUDA C++ (Score: 150+ in 22 hours)
Link: https://readhacker.news/s/6Ae5e
Comments: https://readhacker.news/c/6Ae5e
How to build a coding agent (Score: 150+ in 4 hours)
Link: https://readhacker.news/s/6AfQd
Comments: https://readhacker.news/c/6AfQd
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
US attack on renewables will lead to power crunch that spikes electricity prices (🔥 Score: 151+ in 2 hours)
Link: https://readhacker.news/s/6AgVc
Comments: https://readhacker.news/c/6AgVc
Valve Software handbook for new employees [pdf] (2012) (Score: 153+ in 6 hours)
Link: https://readhacker.news/s/6Agex
Comments: https://readhacker.news/c/6Agex
How can AI ID a cat? (❄️ Score: 150+ in 3 days)
Link: https://readhacker.news/s/6A4gS
Comments: https://readhacker.news/c/6A4gS
A German ISP tampered with their DNS – specifically to sabotage my website (🔥 Score: 168+ in 1 hour)
Link: https://readhacker.news/s/6AgtB
Comments: https://readhacker.news/c/6AgtB
AGI is an engineering problem, not a model training problem (Score: 150+ in 10 hours)
Link: https://readhacker.news/s/6AfyA
Comments: https://readhacker.news/c/6AfyA
Romhack.ing's Internet Archive Mirror No Longer Available (Score: 150+ in 13 hours)
Link: https://readhacker.news/s/6Afbg
Comments: https://readhacker.news/c/6Afbg
The cost of interrupted work (2023) (Score: 151+ in 8 hours)
Link: https://readhacker.news/s/6Afif
Comments: https://readhacker.news/c/6Afif
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