frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Omarchy v3.0.0 Release

https://github.com/basecamp/omarchy/releases/tag/v3.0.0
1•lwhsiao•1m ago•0 comments

CEOs of Discord, Steam, Twitch, Reddit Invited to Testify on User Radicalization

https://oversight.house.gov/release/chairman-comer-invites-ceos-of-discord-steam-twitch-and-reddi...
1•Svip•2m ago•0 comments

Scientists Replay Movie Encoded in DNA

https://www.nimh.nih.gov/news/science-updates/2017/scientists-replay-movie-encoded-in-dna
1•mdhb•6m ago•0 comments

Gluon: a GPU programming language based on the same compiler stack as Triton

https://github.com/triton-lang/triton/blob/main/python/tutorials/gluon/01-intro.py
4•matt_d•11m ago•0 comments

Clever Hans, a horse that appeared to perform arithmetic

https://en.wikipedia.org/wiki/Clever_Hans
2•vatsel•11m ago•0 comments

Chimpanzees consume equivalent of a beer a day in alcohol from fermented fruit

https://www.theguardian.com/science/2025/sep/17/chimps-drink-beer-day-alcohol-fermented-fruit
1•ranit•11m ago•0 comments

Stringzilla v4 Introduces 500 GigaCUPS Edit Distance on GPUs

https://ashvardanian.com/posts/stringwars-on-gpus/
4•_false•13m ago•0 comments

Google Researchers Warn of Looming AI-Run Economies

https://decrypt.co/339715/google-researchers-warn-looming-ai-run-economies
1•marojejian•13m ago•0 comments

Elon Musk's xAI lays off workers tasked with training Grok

https://www.businessinsider.com/elon-musk-xai-layoffs-data-annotators-2025-9
2•jc_811•14m ago•1 comments

GitHub Copilot is not updating code in file

1•Dotta_transport•16m ago•0 comments

Steam, Discord, Twitch, Reddit to testify before Congress over 'radicalization'

https://www.polygon.com/steam-discord-twitch-reddit-congress-politics/
7•sva_•21m ago•0 comments

PSF Board Election Results for 2025

https://discuss.python.org/t/2025-board-election-results/103778
2•zahlman•22m ago•0 comments

Show HN: BestLanding – Squeeze More Signups from Your Traffic

https://www.bestland.ing
1•trackmysitemap•26m ago•0 comments

Some air cleaners release harmful by-products. Now we have a way to measure them

https://phys.org/news/2025-09-air-cleaners-products.html
2•PaulHoule•27m ago•0 comments

Silicon Valley's Doing Hard Things Again [video]

https://www.youtube.com/watch?v=cru2bkqwSYk
1•CharlesW•28m ago•0 comments

Identifying and Preventing Fraudulent Engineering Candidates: An Investigation

https://socket.dev/blog/fraudulent-engineering-candidates-investigation
2•feross•29m ago•0 comments

Israeli spies control your VPN and Social Media

https://mronline.org/2024/09/13/exposed-how-israeli-spies-control-your-vpn/
6•dnc0•29m ago•0 comments

Ts-base: TS library template with release-please and tsdown

https://www.bengubler.com/posts/2025-09-17-ts-base-typescript-library-template
2•nebrelbug•30m ago•0 comments

Quart: a Fast Python web microframework

https://quart.palletsprojects.com/en/latest/
2•saikatsg•33m ago•0 comments

Show HN: Annotate any document and train extraction by example, not prompts

https://deeptagger.com/
2•avloss11•34m ago•0 comments

Fed approves quarter-point interest rate cut and sees two more coming this year

https://www.cnbc.com/2025/09/17/fed-rate-decision-september-2025.html
2•foxfired•34m ago•0 comments

China is sending its world-beating auto industry into a tailspin

https://www.reuters.com/investigations/china-is-sending-its-world-beating-auto-industry-into-tail...
3•petethomas•35m ago•1 comments

New SOTA on Arc-AGI Using Grok 4

https://twitter.com/arcprize/status/1967998885701538060
3•Rover222•35m ago•1 comments

Shai-Hulud Supply-Chain Scanner (Rust)

https://github.com/PSU3D0/leto-ii-shai-hulud
3•ManfredMacx•36m ago•0 comments

Self-Driving People

https://bitfieldconsulting.com/posts/self-driving-people
1•dxs•43m ago•1 comments

The Quantum Ogre Dilemma

https://knightsdigest.com/the-quantum-orgre/
1•Totalpartykill•43m ago•1 comments

Show HN: Tutrilo – lightweight training management for small providers

https://tutrilo.com
1•ribpx•43m ago•0 comments

What We Do and Don't Know About US TikTok Deal with China

https://www.bloomberg.com/news/articles/2025-09-17/trump-s-tiktok-deal-with-china-how-would-it-wo...
3•SilverElfin•44m ago•1 comments

DeepSeek-R1 incentivizes reasoning in LLMs through reinforcement learning

https://www.nature.com/articles/s41586-025-09422-z
3•giuliomagnifico•46m ago•0 comments

Indian Names

https://www.theparisreview.org/blog/2025/09/17/indian-names/
2•bookofjoe•47m ago•0 comments
Open in hackernews

Show HN: OrderlyID – typed, time-sortable, 160-bit IDs with checksums

https://github.com/kpiljoong/orderlyid
1•piljoong•1h ago
I've been working on OrderlyID, a new identifier format for distributed systems.

It's like UUID/ULID/TypeID, but with a few twists:

- Typed: every ID has a human-readable prefix (order_xxx, user_xxx).

- K-sortable: lexicographic order ≈ creation time.

- Structured fields: 160-bit body includes time, tenant, shard, sequence, random.

- Checksums: optional 4-char integrity check to catch copy/paste errors.

- Privacy flag: can bucket timestamps for public-facing IDs.

Format:

<prefix>_<payload>[-<checksum>]

Example:

order_00myngy59c0003000dfk59mg3e36j3rr-9xgg

There's a draft spec with conformance tests:

https://github.com/kpiljoong/orderlyid/blob/main/spec/0001-s...

Go reference implementation and CLI:

https://github.com/kpiljoong/orderlyid

Compared to TypeID, OrderlyID adds larger bit size (160 vs 128), tenant/shard/sequence fields, optional checksum, and a privacy bucket flag.

Status: Draft v0.1 — stable enough for experimentation. Feedback and contributions very welcome.

Repo: https://github.com/kpiljoong/orderlyid