frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Checking that functions are constant time with Valgrind

https://www.imperialviolet.org/2010/04/01/ctgrind.html
1•g0xA52A2A•2m ago•0 comments

A $5 Solution to a $100K Problem [ft. NetBird]

https://netbird.io/use-cases/teams-remote-access
1•devildriver89•3m ago•0 comments

Zorin OS 18 Beta Out with New Design, Smarter Tiling and Target Windows Migrants

https://news.itsfoss.com/zorin-os-18-beta/
1•losgehts•3m ago•0 comments

Gene Weingarten – Down with the Caps Lock Key (2009)

https://www.washingtonpost.com/wp-dyn/content/article/2009/06/26/AR2009062602537.html
1•ohjeez•4m ago•0 comments

Denmark's Petition on ChatControl: Say No to EU "Mass Surveillance"

https://mastodon.social/@chatcontrol/115241974344102261
2•nickslaughter02•4m ago•1 comments

How AI inference is quietly reshaping cloud economics

https://www.hopit.ai/stories?slug=how-ai-inference-is-quietly-reshaping-cloud-economics-2025-09-2...
1•Arkid•5m ago•0 comments

Meta Accused of Torrenting Porn to Advance Its Goal of AI 'Superintelligence'

https://www.wired.com/story/meta-lawsuit-strike-3-porn-copyright-ai/
2•mikhael•6m ago•0 comments

Robot umpires approved for MLB in 2026 as part of challenge system

https://apnews.com/article/robot-umpires-mlb-2026-d70c6431d1cccfcf7a6e69e3ce47b417
1•c420•7m ago•0 comments

Cloudflare VibeSDK: open-source vibe coding platform

https://github.com/cloudflare/vibesdk
1•cuuupid•7m ago•0 comments

Disney+ Getting Another Price Hike

https://www.macrumors.com/2025/09/23/disney-plus-price-increase-2025/
1•mgh2•7m ago•0 comments

I have a project with ~200k LoC, written with AI codegen. AMA

1•iagooar•7m ago•0 comments

Show HN: LatAmCoders – AI hiring platform for Latin American devs

https://www.latamcoders.com
1•eibrahim•9m ago•0 comments

11-Year-Old Faustino Oro Scores First GM Norm, Crosses 2500

https://www.chess.com/news/view/faustino-oro-gm-norm-crosses-2500
1•wslh•9m ago•0 comments

Show HN: Jobsurd – Satirical Jobs Board

https://www.jobsurd.com/
1•vectorius•11m ago•0 comments

Multiple Courts Confirm: Carriers Must Protect Your Phone Location Data

https://epic.org/multiple-courts-confirm-carriers-must-protect-your-phone-location-data/
3•Improvement•12m ago•0 comments

Spatial Sequence Synesthesia

https://www.thesynesthesiatree.com/2021/03/spatial-sequence-synesthesia.html
1•chriskw•13m ago•0 comments

Uber launches prepaid passes for frequent routes

https://www.theverge.com/news/782765/uber-prepaid-pass-bundle-discount-route
1•thm•15m ago•0 comments

So I Got Into a Fight with YouTube [video]

https://www.youtube.com/watch?v=PEA0JzhpzPU
1•rectang•16m ago•1 comments

Japanese city passes ordinance to limit smartphone use to 2 hours/day

https://japannews.yomiuri.co.jp/society/general-news/20250923-282583/
3•anigbrowl•16m ago•1 comments

C40 is a global network of mayors of the leading cities

https://www.c40.org/
1•doener•17m ago•0 comments

Maritime Trade Shaped Elite Wealth

https://estimateproperty.blogspot.com/2025/09/how-maritime-trade-shaped-elite-wealth.html
1•vertisoma•18m ago•0 comments

The Magical Number Seven, Plus or Minus Two (1956)

https://fermatslibrary.com/s/the-magical-number-seven-plus-or-minus-two
2•redbell•19m ago•0 comments

Meta launches super PAC to fight AI regulation as state policies mount

https://techcrunch.com/2025/09/23/meta-launches-super-pac-to-fight-ai-regulation-as-state-policie...
1•rntn•21m ago•0 comments

Nobody Knows How Tylenol Works

https://www.scientificamerican.com/article/tylenol-is-popular-and-safe-yet-nobody-knows-how-it-wo...
1•pykello•22m ago•0 comments

Show HN: Evercurrent – AI platform of record for hardware teams

https://evercurrent.ai
1•ideadibia•24m ago•0 comments

This Windows 11 app is a fantastic addition to the stock taskbar

https://www.neowin.net/news/this-windows-11-app-is-a-fantastic-addition-to-the-stock-taskbar/
1•veler•28m ago•1 comments

Parallel and Recursive Route Rendering

https://twofoldframework.com/blog/parallel-and-recursive-route-rendering-with-rsc
2•switz•29m ago•0 comments

The Vibes Have Taken Over

https://datastream.substack.com/p/the-vibes-have-completely-taken-over
1•racketracer•29m ago•0 comments

Replacing Clojure-lsp with clj-kondo and Refactor-nREPL

https://andreyor.st/posts/2025-09-21-replacing-clojure-lsp-with-clj-kondo-and-refactor-nrepl/
1•ibobev•30m ago•0 comments

Show HN: A networking app to help students connect with alumni and get referrals

https://www.networca.com/
1•Ekuo•30m ago•0 comments
Open in hackernews

Show HN: A personalized HN feed that learns from your favorites

https://hn.shaped.ai
18•tullie•1h ago
Hi HN,

I've been a daily user here for almost 15 years. Over that time, my interests have shifted. I find I'm now more interested in deep-dive technical posts and personal blogs than the big tech announcements that often dominate the front page. The "top" feed was starting to feel stale, and I was spending more time digging through "new".

So, I decided to build what I wanted: a personalized "For You" feed.

Link: https://hn.shaped.ai

It's a simple concept: you log in with your normal HN credentials, and as you favorite stories, it learns what you're interested in and re-ranks the feed to show you more of that content.

How it was built (a 2-day hackathon):

The Client: I used an AI coding assistant (lovable.dev) to generate the initial React/Next.js client. It was surprisingly effective at getting a functional baseline up and running quickly. The Backend: Since HN's official API is read-only, I set up a lightweight Supabase backend. It uses edge functions to proxy login/voting requests to HN's unofficial API and a Postgres DB to cache posts and user events (favorites, etc.). The Personalization: The ranking is powered by my own company's platform, Shaped. It ingests the posts and your favorite events in real-time.

The core of the ranking logic is a configurable formula. It's essentially the classic HN algorithm with a personalization term multiplied in:

(item.score / score_penalty + content_similarity) / (time_decay)

The content_similarity is calculated by comparing a post's text embedding to an embedding of your recent favorites. The best part is that you can actually play with the score_penalty in the UI to make the personalization stronger or weaker.

This is very much a v1. I'd love to get your feedback. Does the personalization feel right? Any bugs? What's missing that would make you use it daily?

Next on my list are things like collaborative filtering (once there's enough data!), semantic search, and a "similar stories" feature. Here's also a more detailed write-up about how it was built: https://www.shaped.ai/blog/building-a-hackernews-for-you-fee...

Thanks for checking it out!

Comments

leakycap•1h ago
What I like about HN is that it isn't an echo chamber of "my stuff"

I often stumble across articles, blog entries, and even niche industry news that sparks an idea or thought or helps me understand a part of the world I didn't know about

The human curation and upvoting process on HN is one of the best parts if you ask me

tullie•1h ago
Yeah I definitely agree. I think the nuance is that personalization doesn't have to completely overrun the current ranking algorithm, it more just slightly boosts known similar content you might like. Should be the best of both worlds really.
leakycap•1h ago
I think you're missing what I'm describing: which is that HN is a rare thing for what it is

And for what it isn't

Putting a little bit of what something specifically isn't (algorithmic personalization on HN) can change something and your own perception of what "is trending" or what is hot right now

There are very few corners of the web without this kind of algorithmic feed & maybe not everything needs to be "best of both" when including a little of both completely changes it

semi_sentient•1h ago
agreed, but looking at the article it looks like you can turn this personalization bit up or down though to find the mama bear/just right level?
leakycap•1h ago
What is the just right level when tuning in one's echo chamber?
semi_sentient•1h ago
shrug maybe the solution on something like this is where every nth post is a personalized one.
leakycap•52m ago
sneezes I do that by skimming things and clicking on every nth post that interests me
rjparton•1h ago
the "mama bear/just right level" I love this so much
leakycap•1h ago
I have a sinking sensation this phrase will pop up in a meeting now.
tullie•1h ago
Yeah exactly. I was really worried about reducing the serendipity that HN provides (as it's arguably why I've used it for so long as well) but the configurability allows it so that everyone can tweak their level of personalization to get their perfect goldilocks level.