frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Fall Foliage Map 2025

https://www.explorefall.com/fall-foliage-map
114•rappatic•4h ago•13 comments

Qwen3-Omni: Native Omni AI model for text, image and video

https://github.com/QwenLM/Qwen3-Omni
392•meetpateltech•10h ago•94 comments

9 Things I Learned in 90 Years – From the Creator of Choose Your Own Adventure [pdf]

http://edwardpackard.com/wp-content/uploads/2025/09/Nine-Things-I-Learned-in-Ninety-Years.pdf
11•coderintherye•1h ago•1 comments

Paper2Agent: Stanford Reimagining Research Papers as Interactive AI Agents

https://arxiv.org/abs/2509.06917
81•Gaishan•6h ago•16 comments

Kevo app shutdown

https://www.kwikset.com/support/answers/what-does-the-kevo-app-shutdown-mean-to-my-kevo-door-lock
75•asperous•6h ago•50 comments

X server implementation for SIXEL-featured terminals (2010-2014)

https://github.com/saitoha/xserver-SIXEL
29•jesprenj•3h ago•2 comments

Cap'n Web: a new RPC system for browsers and web servers

https://blog.cloudflare.com/capnweb-javascript-rpc-library/
453•jgrahamc•15h ago•208 comments

Based C++

https://github.com/SheafificationOfG/based-cpp
18•phamtrongthang•3d ago•5 comments

The Beginner's Textbook for Fully Homomorphic Encryption

https://arxiv.org/abs/2503.05136
190•Qision•1d ago•30 comments

I'm spoiled by Apple Silicon but still love Framework

https://simonhartcher.com/posts/2025-09-22-why-im-spoiled-by-apple-silicon-but-still-love-framework/
243•deevus•15h ago•317 comments

Why haven't local-first apps become popular?

https://marcobambini.substack.com/p/why-local-first-apps-havent-become
348•marcobambini•15h ago•358 comments

Is a movie prop the ultimate laptop bag?

https://blog.jgc.org/2025/09/is-movie-prop-ultimate-laptop-bag.html
184•jgrahamc•16h ago•195 comments

Fine-grained HTTP filtering for Claude Code

https://ammar.io/blog/httpjail
58•ammario•8h ago•9 comments

Testing is better than data structures and algorithms

https://nedbatchelder.com/blog/202509/testing_is_better_than_dsa.html
116•rsyring•12h ago•113 comments

After 50 years, The Magic Circle finally inducts Penn and Teller

https://www.nytimes.com/2025/09/19/arts/penn-teller-magic-circle.html
141•wbl•3d ago•47 comments

PlanetScale for Postgres is now GA

https://planetscale.com/blog/planetscale-for-postgres-is-generally-available
265•munns•13h ago•164 comments

Rungis: The Market and the City – A day at Europe's largest fresh food market

https://www.vittlesmagazine.com/p/rungis-the-market-and-the-city
9•speckx•3d ago•2 comments

OpenAI and Nvidia announce partnership to deploy 10GW of Nvidia systems

https://openai.com/index/openai-nvidia-systems-partnership/
417•meetpateltech•12h ago•531 comments

The Latest Linux File-System: TernFS

https://www.phoronix.com/news/TernFS-File-System-Open-Source
11•guiambros•1h ago•3 comments

What happens when coding agents stop feeling like dialup?

https://martinalderson.com/posts/what-happens-when-coding-agents-stop-feeling-like-dialup/
107•martinald•1d ago•102 comments

Beyond the Front Page: A Personal Guide to Hacker News

https://hsu.cy/2025/09/how-to-read-hn/
240•firexcy•19h ago•88 comments

A board member's perspective of the RubyGems controversy

https://apiguy.substack.com/p/a-board-members-perspective-of-the
89•Qwuke•1d ago•100 comments

Show HN: Python Audio Transcription: Convert Speech to Text Locally

https://www.pavlinbg.com/posts/python-speech-to-text-guide
63•Pavlinbg•10h ago•19 comments

Easy Forth (2015)

https://skilldrick.github.io/easyforth/
185•pkilgore•16h ago•102 comments

Mentra (YC W25) is hiring to build smart glasses

1•caydenpiercehax•11h ago

Egyptian Hieroglyphic Alphabet (2015)

https://discoveringegypt.com/egyptian-hieroglyphic-writing/egyptian-hieroglyphic-alphabet/
26•teleforce•3d ago•8 comments

Cloudflare is sponsoring Ladybird and Omarchy

https://blog.cloudflare.com/supporting-the-future-of-the-open-web/
654•jgrahamc•15h ago•404 comments

In Maine, prisoners are thriving in remote jobs

https://www.mainepublic.org/2025-08-29/in-maine-prisoners-are-thriving-in-remote-jobs-and-other-s...
217•voxadam•5h ago•161 comments

What is algebraic about algebraic effects?

https://interjectedfuture.com/what-is-algebraic-about-algebraic-effects/
87•iamwil•14h ago•33 comments

Some stuff on how Linux consoles interact with the mouse

https://utcc.utoronto.ca/~cks/space/blog/linux/LinuxConsoleAndMouse
7•kencausey•3d ago•0 comments
Open in hackernews

Selling numbered rocks, you get whatever's next in sequence

https://weight.rocks
52•cloudmanager•2h ago

Comments

Kerrick•1h ago
Removing choice is fine, but people will want to know what number they'll get if they order right now. Even if you can't or won't show the next rock, show the next number.
windowshopping•1h ago
That's actually kinda hard, no?

Say the server has a counter. When you load the page, it's at 57, so it displays that you would be ordering #57. While you're looking at this, someone else loads the page - what number do you show them? If you show 57, then whoever orders first gets it and the other person gets a message "Sorry, not available. Want 58 instead?" but the same thing could then happen to them with #58, too – "Sorry, not available. Want 59 instead?"

So maybe instead you show the 2nd person counter+1, i.e. 58. And you show the 3rd person counter+2, i.e. 59. But what if #59 purchases but 57 and 58 don't? What do you show the NEXT person, 57 or 60?

I'm not saying it's intractable but it merits thought.

crobertsbmw•1h ago
Maybe just show the last purchased number? Then it’s a race to get your order in if you want the next sequential number.
inerte•1h ago
The solution is to hide deep into the Terms of Service "Duplicate numbers may occur. You reserve the right to be sued if you complain."
cloudmanager•1h ago
Exactly why we kept it simple. You find out your number when it ships.
defrost•44m ago
What guarantee is there against transit hash collisions?

When two rocks are ordered, several rocks arrive, some with no ID numbers, others with IDs that match previously issued rocks?

JKCalhoun•36m ago
Heads up: I purchased the first seven already.
guide42•1h ago
Like physical EtherRocks[0]. Do will also come with a digital certificate that can be transfered online?

[0] https://en.m.wikipedia.org/wiki/EtherRock

cloudmanager•1h ago
Physical version, no blockchain needed.
gubbler•22m ago
I was going to make a joke about NFTs but it seems like reality beat me to it.
cyclotron3k•1h ago
This will pair very well with my Anthropologie rock.
RNase•1h ago
Literal art.
alwahi•1h ago
Are those pet rocks or wild rocks? Are they homebroken? Can they be a home rock as I won't be able to take them for walks daily.
JKCalhoun•39m ago
Feral (judging by the one in the photo).
Nevermark•1h ago
It is great they are documenting each rock. I would hate to get a forgery.
hnaccountme•1h ago
What kind of scam is this?
thomassmith65•1h ago
Same kind as the Pet Rock, but worse because it's 2025.
mlhpdx•1h ago
This kind of objectification is stone cold.
King-Aaron•1h ago
$50 for a rock is outrageous. I would hope that it at least comes with a cool sticker, then I would be willing to accept it.
vunderba•1h ago
I agree - even adjusting for inflation the original Pet Rock [1] wouldn't have cost more than about $25. /s

[1] https://en.wikipedia.org/wiki/Pet_Rock

cloudmanager•1h ago
$49.99
slater•1h ago
small typo: "Assignment: Assignment:"
3oil3•1h ago
Are the rocks ethically sourced?
chuckledog•1h ago
What stack are you running? How do you guarantee sequential consistency of order numbers across your app server regions, cache layers and data lakehouse?
superconduct123•1h ago
Thanks for asking, we're using AWS Bedrock to handle all that

https://aws.amazon.com/bedrock/

ozten•1h ago
Is this a commentary on NFTs?
waltbosz•56m ago
It's funny you ask, I had this exact idea back during the NFT craze. I have an unlimited supply of rocks thanks to the creek in my back yard. Well not unlimited, but there are more rocks back there than people willing to buy them as a joke.
firecall•1h ago
Congrats on the launch!

Small suggestion - work on the semantic structure and SEO.

It's all H1 Tags as far as the eye can see!

caust1c•1h ago
~That's a good way to launder money.~

Err, tumble money. Err, that's a good internet gag.

satisfice•59m ago
I need unnumbered rocks. Can you remove the numbering?
analog31•56m ago
What are you, some kind of quarry robber?
pipularpop•55m ago
What are your contingency plans if a hecto-billionaire suddenly orders 100 million rocks? Can you scale?
sexeriy237•34m ago
One order == one rock
JKCalhoun•38m ago
Curious, was rocks.ai not available?
danielodievich•24m ago
you guys are entirely too cool. I love it. Perfect commentary after a work day full of ai adjacent nonsense.
untrimmed•13m ago
What makes a $50 rock different from the one in my backyard?