Feed aggregator
2025 Pulitzer Prizes
Article URL: https://www.pulitzer.org/prize-winners-by-year/2025
Comments URL: https://news.ycombinator.com/item?id=43899878
Points: 21
# Comments: 0
You Can Find a Great $300 Phone as Long as You Make One Choice
Microsoft Hangs Up on Skype: Iconic App Shuts Down After 23 Years
Article URL: https://www.cnet.com/tech/services-and-software/microsoft-hangs-up-on-skype-iconic-app-shuts-down-after-23-years/
Comments URL: https://news.ycombinator.com/item?id=43899846
Points: 2
# Comments: 0
Apple iPhone 16E vs. iPhone 15: Which Lower-Cost iPhone Is Best for You?
Guelta
Article URL: https://en.wikipedia.org/wiki/Guelta
Comments URL: https://news.ycombinator.com/item?id=43899828
Points: 3
# Comments: 0
IT pros are caught between an AI rock and an economic hard place
Article URL: https://www.theregister.com/2025/05/05/between_the_ai_rock_and/
Comments URL: https://news.ycombinator.com/item?id=43899822
Points: 1
# Comments: 1
The Four Anxieties of Engineering Leaders
Article URL: https://maestroai.substack.com/p/the-four-anxieties-of-engineering
Comments URL: https://news.ycombinator.com/item?id=43899816
Points: 3
# Comments: 0
Track Job Progress and Status in Laravel with the Laravel Job Status Package
Article URL: https://laraub.site/projects/618
Comments URL: https://news.ycombinator.com/item?id=43899625
Points: 1
# Comments: 0
Does Railway Simplify Things?
And I mean it's approach to NON Docker deployments in particular. I mean is fighting their Docker abstraction really worth it? Isn't directly using Docker just easier?
Comments URL: https://news.ycombinator.com/item?id=43899600
Points: 1
# Comments: 0
AI Agents: We need less hype and more reliability
Article URL: https://www.kadoa.com/blog/ai-agents-less-hype-more-reliability
Comments URL: https://news.ycombinator.com/item?id=43899596
Points: 1
# Comments: 0
Signal Clone Used by Mike Waltz Pauses Service After Reports It Got Hacked
The Nature of Consciousness in Anaesthesia
Article URL: https://www.sciencedirect.com/science/article/pii/S277260962300103X
Comments URL: https://news.ycombinator.com/item?id=43899558
Points: 2
# Comments: 0
MIT physicists snap the first images of "free-range" atoms
Article URL: https://news.mit.edu/2025/mit-physicists-snap-first-images-free-range-atoms-0505
Comments URL: https://news.ycombinator.com/item?id=43899557
Points: 1
# Comments: 0
Within 15 years, plummeting satellites could alter winds, temps in stratosphere
Article URL: https://csl.noaa.gov/news/2025/427_0428.html
Comments URL: https://news.ycombinator.com/item?id=43899536
Points: 1
# Comments: 0
Comparing Immaculata to Vite
Article URL: https://immaculata.dev/blog/comparison-to-vite.html
Comments URL: https://news.ycombinator.com/item?id=43899533
Points: 1
# Comments: 0
History of the Centrifuge
Article URL: https://press.asimov.com/articles/centrifuge
Comments URL: https://news.ycombinator.com/item?id=43899529
Points: 1
# Comments: 0
q5.js v3.0 [video]
Article URL: https://www.youtube.com/watch?v=xizIG1QNc7g
Comments URL: https://news.ycombinator.com/item?id=43899512
Points: 1
# Comments: 1
I built a neural classifier to replace Plaid's transaction categories
I recently shut down a startup I was building. It was a rewards platform for health-related spending. My users were scattered across the US, but mostly in SF, NYC, LA, Chicago, and Boston.
The core product relied on inferring whether a transaction was health-related or not. I quickly realized that adding rules and heuristics on top of Plaid's categories wouldn't work. Not to mention that Plaid's categorization was way too inaccurate to be deciding financial rewards on.
Here's an account of what I built to make it work, verified with a cleaned dataset of 6k data points collected from my platform.
First of all, Plaid's baseline categorization accuracy was low: - Categorization accuracy was 65.22% overall - Accuracy was better for well-known merchants (Plaid identified an "Entity ID") at 83.99%
I tried RAG to start, but that immediately fell apart due to name collisions and regional duplication
Thankfully I was able to start with Plaid's already cleaned transaction data. To better resolve entities, my pipeline took in: - Transaction amount (for product band heuristics) - Location - POS method (in-person vs. online) - A list of known bank-specific formatting quirks that I collected as I tried to build this pipeline (for now limited to the Big Banks ™)
Using that data I could much better figure out: - Which entity the purchase was made from among entities with duplicate names (mostly SMBs) - Collapsing regional identifiers into a single parent organization - Side note: did you know that Orangetheory has a different regional identifier for every location. For example: "Orangetheory", "OTF", "otf", "otf {city}", "orangetheory {city}" are all possible names. This one took so long to solve robustly
Also this way I could provide a custom category to look for. In my case it was "health-related" or not. Which I defined with the FSA/HSA eligibility rules (in JSON format), plus some other properties like fitness/studio classes merchants, and supplements.
The results: - 87.28% accuracy on classifying "health-related" spend (with a "needs more info" tag for marketplace cases like Amazon) - 95.78% accuracy on personal finance category classification, with only 300 known entities logged in my database. So this can definitely improve with more effort put in expanding the known entities list
I made this writeup mostly for catharsis to shutting down my startup, and to warn of potential things to look out for when trying to properly utilize transactions data.
But I really do believe that this kind of infra, semantic understanding of financial data, is becoming increasingly valuable as financial data becomes more available. And new businesses can be built with it. I am considering expanding more on this infra as a developer API or toolkit. So if you're working on financial rewards, personal finance apps, FSA/HSA/expense platforms, accounting tools, etc. I'd love to hear from you!
Comments URL: https://news.ycombinator.com/item?id=43899459
Points: 1
# Comments: 0
Phoenician culture spread mainly through cultural exchange
Article URL: https://www.mpg.de/24574685/0422-evan-phoenician-culture-spread-mainly-through-cultural-exchange-150495-x
Comments URL: https://news.ycombinator.com/item?id=43899456
Points: 2
# Comments: 0