frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Vectorizing for Fun and Performance

https://www.ibm.com/support/pages/vectorizing-fun-and-performance
1•rinostroh•1m ago•0 comments

Ask HN: Are Punycode Domains Indexable?

1•chamaloriz•2m ago•0 comments

Ups Has Cut 48,000 Workers Since Last Year

https://www.nytimes.com/2025/10/28/business/ups-layoffs-48000-workers-this-year.html
4•kamikazeturtles•3m ago•0 comments

Building a Robot Dog (with an airsoft gun)

https://erikschluntz.com/hardware/2025/10/26/robot-dog.html
2•eschluntz•5m ago•1 comments

Show HN: Track Your GitHub Activity with ContributionBar

https://github.com/chamaloriz/contribution-bar
1•chamaloriz•5m ago•0 comments

iPhone 17, Air and 17 Pro Max fail to make top 20 in DxOMark display analysis

https://www.notebookcheck.net/Apple-iPhone-17-iPhone-Air-and-iPhone-17-Pro-Max-fail-to-make-top-2...
2•akyuu•6m ago•0 comments

Nvidia hits new milestone as first $5T company

https://www.bbc.com/news/articles/cp8e970vn5vo
3•tartoran•6m ago•0 comments

Semiconductor Industry Closes in on 400 Gb/s Photonics Milestone

https://spectrum.ieee.org/optical-interconnects-imec-silicon-photonics
2•voxadam•7m ago•0 comments

Aphantasia

https://www.newyorker.com/magazine/2025/11/03/some-people-cant-see-mental-images-the-consequences...
1•paulpauper•7m ago•0 comments

Jiro Ono turns 100 and is not ready to retire

https://apnews.com/article/japan-sushi-jiro-centenarian-film-michelin-32dd0d4232d9818e38f8b8a984b...
1•paulpauper•7m ago•0 comments

ICANN DNS Runs on FOSS

https://lwn.net/Articles/1044064/
3•speckx•8m ago•0 comments

The families that made Halloween costumes a big business

https://thehustle.co/originals/the-families-that-made-halloween-costumes-a-big-business
2•paulpauper•8m ago•0 comments

3 Minutes to Start Your Research in Nearest Neighbor Search

https://romanbikbulatov.bearblog.dev/nearest-neighbor-search-intro/
1•zodackwand•11m ago•0 comments

Show HN: Free Geo (SEO for LLM)

https://amplitude.com/ai-visibility
2•0xferruccio•11m ago•1 comments

Developers are choosing older AI models, and the data explains why

https://www.augmentcode.com/blog/developers-are-choosing-older-ai-models-and-16b-tokens-of-data-e...
3•knes•12m ago•0 comments

Ranking by Profit and Popularity in Elasticsearch

https://alexmarquardt.com/ranking-by-profit-and-popularity-in-elasticsearch/
2•alexmarquardt•12m ago•1 comments

86Box v5.2

https://86box.net/2025/10/26/86box-v5-2.html
1•mariuz•13m ago•0 comments

US Appeals Court Revives $2.5B Opioid Lawsuit in West Virginia

https://www.insurancejournal.com/news/southeast/2025/10/29/845453.htm
2•crescit_eundo•13m ago•0 comments

'Catastrophic' Hack Underscores Public Defender Security Gaps

https://www.insurancejournal.com/news/national/2025/10/29/845466.htm
1•crescit_eundo•13m ago•0 comments

ICE and CBP Agents Are Scanning Faces on the Street to Verify Citizenship

https://www.404media.co/ice-and-cbp-agents-are-scanning-peoples-faces-on-the-street-to-verify-cit...
4•samfriedman•15m ago•1 comments

Hallowe'en: Its Origins, Lore and History

https://bibliollcollege.substack.com/p/halloween-its-origins-lore-and-history
1•thinkingemote•15m ago•0 comments

Cursor 2.0

https://cursor.com/changelog/2-0
1•vinhnx•15m ago•1 comments

Show HN: Everything it took to run an LLM at 10k tok/s on H200s

https://www.relace.ai/blog/relace-apply-3
2•eborgnia•16m ago•0 comments

The Green Tea Garbage Collector

https://go.dev/blog/greenteagc
1•0xedb•17m ago•0 comments

Let Us Open URL's in a Specific Browser Profile

https://kevin.burke.dev/kevin/open-urls-in-specific-browser-profile/
1•kevinburke•19m ago•1 comments

The DOE said it was saving taxpayers $7.56B. The actual amount is less

https://www.cpr.org/2025/10/27/doe-funding-cuts-overstated-data-shows/
1•rbanffy•19m ago•0 comments

When Big Data Enables Behavioral Manipulation [pdf]

https://economics.mit.edu/sites/default/files/2025-05/When%20Big%20Data%20Enables%20Behavioral%20...
2•mooreds•21m ago•0 comments

Global mortality plummets, but increases among young people in North America

https://english.elpais.com/health/2025-10-13/deaths-of-despair-global-mortality-plummets-but-incr...
2•PaulHoule•21m ago•0 comments

Testing Prompt Injection "Defenses": XML vs. Markdown, System vs. User Prompts

https://schneidenba.ch/testing-llm-prompt-injection-defenses/
1•schneidenbach•22m ago•0 comments

Dr. Daniel J. Bernstein (djb) suspended from IETF

https://twitter.com/vpnet_official/status/1983578823850385745
2•rasengan•22m ago•2 comments
Open in hackernews

Show HN: Qwe – Atomic Version Control System

https://github.com/mainak55512/qwe
2•mbhatt99•2h ago
'qwe' is a file-level version/revision control system written purely in Go.

qwe has always focused on file-level version control system, tracking changes to individual files with precision. With this new release, the power of group tracking has been added while maintaining our core design philosophy.

qwe allows you to bundle related files into a single, named snapshot for easy tracking and rollback.

Group Creation: Create a logical group (e.g., "Project X Assets," "Configuration Files") that contains multiple individual files.

Unified Tracking: When you take a snapshot of the group, qwe captures the current state of all files within it. This makes rolling back a set of related changes incredibly simple.

The Flexibility You Need: Individual vs. Group Tracking:

A key design choice in qwe is the persistence of file-level tracking, even within a group. This gives you unparalleled flexibility. Example: Imagine you are tracking files A, B, and C in a group called "Feature-A." You still have the freedom to commit an independent revision for file A alone without affecting the group's snapshot history for B and C. This means you can: - Maintain a clean, unified history for all files in the group (the Group Snapshot). - Still perform granular, single-file rollbacks or commits outside the group's scope.

This approach ensures that qwe remains the flexible, non-intrusive file revision system that you can rely on.