hacker_news_feed | Technologies

Telegram-канал hacker_news_feed - Hacker News

24205

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

Subscribe to a channel

Hacker News

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

Читать полностью…

Hacker News

What makes Claude Code so damn good (Score: 150+ in 4 hours)

Link: https://readhacker.news/s/6AeWZ
Comments: https://readhacker.news/c/6AeWZ

Читать полностью…

Hacker News

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

Читать полностью…

Hacker News

What could have been (❄️ Score: 151+ in 4 days)

Link: https://readhacker.news/s/6zWgy
Comments: https://readhacker.news/c/6zWgy

Читать полностью…

Hacker News

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...

Читать полностью…

Hacker News

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

Читать полностью…

Hacker News

What the Hell Is Going On? (Score: 159+ in 6 hours)

Link: https://readhacker.news/s/6A9Fv
Comments: https://readhacker.news/c/6A9Fv

Читать полностью…

Hacker News

Python f-string cheat sheets (2022) (Score: 150+ in 1 day)

Link: https://readhacker.news/s/6A5FP
Comments: https://readhacker.news/c/6A5FP

Читать полностью…

Hacker News

Everything Is Correlated (Score: 151+ in 10 hours)

Link: https://readhacker.news/s/6A9em
Comments: https://readhacker.news/c/6A9em

Читать полностью…

Hacker News

Building AI products in the probabilistic era (Score: 150+ in 17 hours)

Link: https://readhacker.news/s/6A7Ze
Comments: https://readhacker.news/c/6A7Ze

Читать полностью…

Hacker News

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

Читать полностью…

Hacker News

How does the US use water? (Score: 151+ in 19 hours)

Link: https://readhacker.news/s/6A6wL
Comments: https://readhacker.news/c/6A6wL

Читать полностью…

Hacker News

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

Читать полностью…

Hacker News

The Core of Rust (Score: 150+ in 12 hours)

Link: https://readhacker.news/s/6A7rs
Comments: https://readhacker.news/c/6A7rs

Читать полностью…

Hacker News

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

Читать полностью…

Hacker News

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

Читать полностью…

Hacker News

I hacked Monster Energy (Score: 151+ in 5 hours)

Link: https://readhacker.news/s/6AeAt
Comments: https://readhacker.news/c/6AeAt

Читать полностью…

Hacker News

Developer's block (Score: 150+ in 10 hours)

Link: https://readhacker.news/s/6AdLQ
Comments: https://readhacker.news/c/6AdLQ

Читать полностью…

Hacker News

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

Читать полностью…

Hacker News

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>

Some properties which set this approach apart from other methods:
  - 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`)

There's been some talk about removing XSLT support from the HTML spec [0], so I figured I would show this proof of concept while it still works.
[0]: https://news.ycombinator.com/item?id=44952185
See also: grug-brain XSLT https://news.ycombinator.com/item?id=44393817

Читать полностью…

Hacker News

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

Читать полностью…

Hacker News

Privately-Owned Rail Cars (Score: 151+ in 23 hours)

Link: https://readhacker.news/s/6A6yC
Comments: https://readhacker.news/c/6A6yC

Читать полностью…

Hacker News

Go is still not good (🔥 Score: 158+ in 3 hours)

Link: https://readhacker.news/s/6A9UM
Comments: https://readhacker.news/c/6A9UM

Читать полностью…

Hacker News

My other email client is a daemon (Score: 162+ in 1 day)

Link: https://readhacker.news/s/6A67M
Comments: https://readhacker.news/c/6A67M

Читать полностью…

Hacker News

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

Читать полностью…

Hacker News

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

Читать полностью…

Hacker News

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

Читать полностью…

Hacker News

Crimes with Python's Pattern Matching (2022) (Score: 150+ in 9 hours)

Link: https://readhacker.news/s/6A8e7
Comments: https://readhacker.news/c/6A8e7

Читать полностью…

Hacker News

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

Читать полностью…

Hacker News

The contrarian physics podcast subculture (Score: 150+ in 7 hours)

Link: https://readhacker.news/s/6A7DL
Comments: https://readhacker.news/c/6A7DL

Читать полностью…
Subscribe to a channel