HackerLangs
TopNewTrendsCommentsPastAskShowJobs

nreece

33,032 karmajoined vor 19 Jahren
Work: https://newsloth.com

Blog: https://www.nilkanth.com

Social: https://x.com/voidmonk

Submissions

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

socket.dev
2 points·by nreece·vorgestern·0 comments

[untitled]

1 points·by nreece·vorgestern·0 comments

Is The Economist Always Wrong?

economist.com
138 points·by nreece·vor 3 Tagen·176 comments

AI Costs More Than the People It Replaced

forbes.com
3 points·by nreece·vor 5 Tagen·0 comments

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

tigerdata.com
1 points·by nreece·vor 9 Tagen·0 comments

We put a Redis server inside our runtime

encore.dev
1 points·by nreece·vor 9 Tagen·0 comments

How employment changes when firms adopt generative AI

ramp.com
54 points·by nreece·vor 10 Tagen·50 comments

Learn how coding agents are built

twotimespi.dev
4 points·by nreece·vor 12 Tagen·0 comments

Universal basic income, the utopian idea resurging in Silicon Valley

lemonde.fr
11 points·by nreece·vor 18 Tagen·7 comments

StonkRider – Ride any stock chart

stonkrider.com
42 points·by nreece·vor 29 Tagen·4 comments

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

leaddev.com
7 points·by nreece·vor 29 Tagen·0 comments

[untitled]

1 points·by nreece·vor 29 Tagen·0 comments

VibeOS [video]

youtube.com
2 points·by nreece·letzten Monat·0 comments

Less Than One Third of Google Searches Still Send a Click

sparktoro.com
6 points·by nreece·letzten Monat·1 comments

Linus Torvalds on AI

thenewstack.io
7 points·by nreece·letzten Monat·1 comments

[untitled]

1 points·by nreece·letzten Monat·0 comments

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

bloomberg.com
3 points·by nreece·letzten Monat·2 comments

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

twitter.com
3 points·by nreece·letzten Monat·0 comments

A dire warning from Oracle co-founder Larry Ellison

techradar.com
5 points·by nreece·letzten Monat·1 comments

More Time to Think

ma.ttias.be
3 points·by nreece·letzten Monat·0 comments

comments

nreece
·letzten Monat·discuss
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
nreece
·letzten Monat·discuss
Imo, ease and multi-line HTML readability of CDATA outweighs that one edge case (it cannot directly contain its own terminator).
nreece
·vor 2 Monaten·discuss
http://archive.today/l3EEo
nreece
·vor 2 Monaten·discuss
Rundown AI newsletter: https://www.therundown.ai
nreece
·vor 3 Monaten·discuss
Linux Mint.
nreece
·vor 3 Monaten·discuss
I would have liked the option of non-touch display, and although the display is variable rate (30-120Hz) it's not going to be as optimal as the 1-120Hz panel in the Dell XPS 14 getting it to 40+ hours (https://x.com/dhh/status/2040139744445673938).
nreece
·vor 3 Monaten·discuss
That is not the same extension OP is referencing/discussing: https://chromewebstore.google.com/detail/json-formatter/bcji...
nreece
·vor 4 Monaten·discuss
Very cool.

Now why didn't an AI think of that? :)
nreece
·vor 4 Monaten·discuss
Partnership confirmed by Moonshot:

Cursor accesses Kimi-k2.5 via FireworksAI_HQ hosted RL and inference platform as part of an authorized commercial partnership.

https://x.com/Kimi_Moonshot/status/2035074972943831491

Cursor teams take:

Only ~1/4 of the compute spent on the final model came from the base, the rest is from our training. This is why evals are very different.

https://x.com/leerob/status/2035035355364081694
nreece
·vor 4 Monaten·discuss
https://mitchellh.com/feed.xml
nreece
·vor 9 Monaten·discuss
https://archive.is/2LCPb
nreece
·vor 9 Monaten·discuss
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.
nreece
·vor 8 Jahren·discuss
Absolutely, RSS feeds rock! They're much less "noisy", and best of all - untouched by algorithmic sorting.

* Shameless plug *: our service & API at https://feedity.com helps create custom feeds for any public webpage.