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

Show HN: A DOS-like hobby OS written in Rust and x86 assembly (Score: 150+ in 12 hours)

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

To try it out, simply build the project yourself from source, or use attached bootable ISO image of the system (in Releases on Github) and run it in QEMU.
https://blog.vxn.dev/rou2exos-rusted-edition

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

Hacker News

PWM flicker: Invisible light that's harming our health? (Score: 150+ in 1 day)

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

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

Hacker News

Juneteenth in Photos (Score: 154+ in 4 hours)

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

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

Hacker News

Guess I'm a Rationalist Now (Score: 150+ in 9 hours)

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

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

Hacker News

End of 10: Upgrade your old Windows 10 computer to Linux (Score: 151+ in 6 hours)

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

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

Hacker News

Elliptic Curves as Art (Score: 150+ in 11 hours)

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

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

Hacker News

The Missing 11th of the Month (2015) (Score: 150+ in 14 hours)

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

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

Hacker News

SpaceX Starship 36 Anomaly (Score: 152+ in 5 hours)

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

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

Hacker News

Bento: A Steam Deck in a Keyboard (Score: 150+ in 11 hours)

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

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

Hacker News

Andrej Karpathy: Software in the era of AI [video] (🔥 Score: 161+ in 3 hours)

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

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

Hacker News

Websites are tracking you via browser fingerprinting (Score: 150+ in 7 hours)

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

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

Hacker News

Show HN: Unregistry – “docker push” directly to servers without a registry (🔥 Score: 155+ in 3 hours)

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

I got tired of the push-to-registry/pull-from-registry dance every time I needed to deploy a Docker image.
In certain cases, using a full-fledged external (or even local) registry is annoying overhead. And if you think about it, there's already a form of registry present on any of your Docker-enabled hosts — the Docker's own image storage.
So I built Unregistry [1] that exposes Docker's (containerd) image storage through a standard registry API. It adds a `docker pussh` command that pushes images directly to remote Docker daemons over SSH. It transfers only the missing layers, making it fast and efficient.

  docker pussh myapp:latest user@server

Under the hood, it starts a temporary unregistry container on the remote host, pushes to it through an SSH tunnel, and cleans up when done.
I've built it as a byproduct while working on Uncloud [2], a tool for deploying containers across a network of Docker hosts, and figured it'd be useful as a standalone project.
Would love to hear your thoughts and use cases!
[1]: https://github.com/psviderski/unregistry
[2]: https://github.com/psviderski/uncloud

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

Hacker News

The unreasonable effectiveness of fuzzing for porting programs (Score: 152+ in 6 hours)

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

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

Hacker News

Poline – An enigmatic color palette generator using polar coordinates (❄️ Score: 151+ in 3 days)

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

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

Hacker News

Framework Laptop 12 review (Score: 153+ in 5 hours)

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

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

Hacker News

Compiling LLMs into a MegaKernel: A path to low-latency inference (Score: 150+ in 5 hours)

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

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

Hacker News

Curved-Crease Sculpture (Score: 152+ in 9 hours)

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

https://erikdemaine.org/curved/history/

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

Hacker News

Game Hacking – Valve Anti-Cheat (VAC) (Score: 150+ in 1 day)

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

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

Hacker News

Show HN: Claude Code Usage Monitor – real-time tracker to dodge usage cut-offs (Score: 150+ in 9 hours)

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

I kept slamming into Claude Code limits mid-session and couldn’t find a quick way to see how close I was getting, so I hacked together a tiny local tracker.
Streams your prompt + completion usage in real time
Predicts whether you’ll hit the cap before the session ends
Runs 100 % locally (no auth, no server)
Presets for Pro, Max × 5, Max × 20 — tweak a JSON if your plan’s different
GitHub: https://github.com/Maciek-roboblog/Claude-Code-Usage-Monitor
It’s already spared me a few “why did my run just stop?” moments, but it’s still rough around the edges. Feedback, bug reports, and PRs welcome!

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

Hacker News

The Matrix (1999) Filming Locations – Shot-for-Shot – Sydney, Australia [video] (❄️ Score: 150+ in 3 days)

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

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

Hacker News

DARPA program sets distance record for power beaming (❄️ Score: 150+ in 3 days)

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

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

Hacker News

MCP Specification – version 2025-06-18 changes (Score: 150+ in 12 hours)

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

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

Hacker News

TI to invest $60B to manufacture foundational semiconductors in the U.S. (Score: 152+ in 6 hours)

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

See also https://www.cnbc.com/2025/06/18/texas-instruments-plans-60-b...

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

Hacker News

The Zed Debugger Is Here (Score: 162+ in 4 hours)

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

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

Hacker News

New US visa rules will force foreign students to unlock social media profiles (Score: 152+ in 4 hours)

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

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

Hacker News

Writing documentation for AI: best practices (Score: 151+ in 11 hours)

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

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

Hacker News

Locally hosting an internet-connected server (Score: 151+ in 18 hours)

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

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

Hacker News

My iPhone 8 Refuses to Die: Now It's a Solar-Powered Vision OCR Server (Score: 150+ in 6 hours)

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

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

Hacker News

Andrej Karpathy's YC AI SUS talk on the future of the industry (🔥 Score: 160+ in 3 hours)

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

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

Hacker News

Is There a Half-Life for the Success Rates of AI Agents? (Score: 151+ in 9 hours)

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

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