HN user

nreece

33,035 karma

Work: https://newsloth.com

Blog: https://www.nilkanth.com

Social: https://x.com/voidmonk

Posts4,278
Comments882
View on HN
www.theguardian.com 5d ago

Strong El Nino could make 2027 the hottest year on record

nreece
2pts0
www.reactbench.com 6d ago

ReactBench – evaluation for coding agents on realistic React work

nreece
2pts0
www.reuters.com 6d ago

US House passes bill to make daylight saving time permanent

nreece
3pts0
socket.dev 14d ago

NPM v12 Ships with Install Scripts Off by Default, Deprecating 2FA-Bypass Tokens

nreece
2pts0
www.economist.com 15d ago

Is The Economist Always Wrong?

nreece
138pts176
www.forbes.com 17d ago

AI Costs More Than the People It Replaced

nreece
3pts0
www.tigerdata.com 21d ago

Float Runs an AI Energy Company on a 3-Person Team with Tiger Data

nreece
1pts0
encore.dev 21d ago

We put a Redis server inside our runtime

nreece
1pts0
ramp.com 21d ago

How employment changes when firms adopt generative AI

nreece
54pts50
twotimespi.dev 24d ago

Learn how coding agents are built

nreece
4pts0
www.lemonde.fr 1mo ago

Universal basic income, the utopian idea resurging in Silicon Valley

nreece
11pts7
stonkrider.com 1mo ago

StonkRider – Ride any stock chart

nreece
42pts4
leaddev.com 1mo ago

AI isn't making developers more productive – it's making them busier

nreece
7pts0
www.youtube.com 1mo ago

VibeOS [video]

nreece
2pts0
sparktoro.com 1mo ago

Less Than One Third of Google Searches Still Send a Click

nreece
6pts1
thenewstack.io 1mo ago

Linus Torvalds on AI

nreece
7pts1
www.bloomberg.com 1mo ago

Uber Caps Employee Spending on AI Tools Like Claude Code to Manage Costs

nreece
3pts2
twitter.com 1mo ago

AI Overviews reduce clicks to the #1 result by 58%

nreece
3pts0
www.techradar.com 1mo ago

A dire warning from Oracle co-founder Larry Ellison

nreece
5pts1
ma.ttias.be 1mo ago

More Time to Think

nreece
3pts0
www.businessinsider.com 1mo ago

Peter Thiel's Move to Argentina Reflects Billionaire Trend

nreece
7pts1
aspire.dev 1mo ago

Aspire – orchestrate front ends, APIs, containers, and databases

nreece
3pts0
codeutopia.net 2mo ago

Applying metaphors from other fields into software development

nreece
4pts0
medium.com 2mo ago

Building an AWS Lambda-Like Runtime with Firecracker MicroVMs

nreece
19pts6
fortune.com 2mo ago

Microsoft reports AI is more expensive than paying human employees

nreece
229pts71
twitter.com 2mo ago

Fork Your Dependencies

nreece
4pts1
www.fluxzy.io 2mo ago

Five months after switching Fluxzy from Electron to Tauri

nreece
4pts0
www.rishgupta.com 2mo ago

The AI operator: Biggest role in Silicon Valley

nreece
11pts4
www.forbes.com 2mo ago

Price of Free Gmail

nreece
3pts0
old.reddit.com 2mo ago

GitHub outages since Microsoft acquisition

nreece
5pts0

I wouldn't limit it to RSS. They need any structured data (JSON, XML/RSS, CSV etc.).

Systems and agents need to monitor and extract public web content into fresh structured data for their ingestion, intelligence workflows and analysis.

* Shameless plug * Our data infrastructure layer for businesses and AI turns continuously updated websites into a stream of structured data.

https://newsloth.com

Am I understanding it right that for each new text (tweet) you generate its embedding first, try to match across existing vector embeddings for all other text (full text or bag of words), and then send the text to the LLM for tag classification only if no match is found or otherwise classify it to the same tag for which a match was found.

Will it be any better if you sent a list of existing tags with each new text to the LLM, and asked it to classify to one of them or generate a new tag? Possibly even skipping embeddings and vector search altogether.

Landing pages can still save time to validate an idea/concept, build a leads list, and with cold outreach even.

Dev tools or B2C: landing page (collect email) with app/product tour video or mockup screenshots

B2B: landing page with video or mockup screenshots, and 'book a demo' link/form (collect as much info)

If Stripe Radar (has a small fee per transaction) is enabled in an account, then an early warning (before chargeback) is sent via the `radar.early_fraud_warning.created` webhook event, which can be used for a pre-emptive manual review, or an automatic refund and cancellation. No dispute fee on a refunded transaction!

There are services like Chargeblast, ByeDispute etc. which also help avoid disputes and chargebacks.

Imo, it depends on the nature of the app you're trying to build. It can be a good early-stage approach to build a simple prototype or MVP using no-code builders (combo of Glide and Make is great for CRUD apps with low-complexity workflows).

Spend as little as two weeks to build the prototype or MVP, and start showing it to potential users/customers. If it solves a real problem for them, they use it daily and commit to pay for it, then you can think about enhancing the no-code app or moving to a hybrid or all-code approach.

Test the idea first with least time and effort, which is surely possible using no-code builders.

> I'd love a RSS reader that groups items on the same topic.

We had the same concern with everyday industry news, and so did some of our customers, so we built it a while back!

Our Newsroom feed reader uses NLP and ML to group similar articles for low-noise research/reading:

https://newsloth.com/#features

Currently, it detects and groups articles from a few hundred popular global news sites, and gradually growing to cover more sources.

We also have a feed builder/generator that turns unstructured public webpages into structured RSS feeds, to make it a flexible and unified feeds platform:

https://newsloth.com/product/feed-builder