HackerLangs
TopNewTrendsCommentsPastAskShowJobs

nreece

33,032 karmajoined قبل 19 سنة
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·أول أمس·0 comments

[untitled]

1 points·by nreece·أول أمس·0 comments

Is The Economist Always Wrong?

economist.com
138 points·by nreece·قبل 3 أيام·176 comments

AI Costs More Than the People It Replaced

forbes.com
3 points·by nreece·قبل 5 أيام·0 comments

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

tigerdata.com
1 points·by nreece·قبل 9 أيام·0 comments

We put a Redis server inside our runtime

encore.dev
1 points·by nreece·قبل 9 أيام·0 comments

How employment changes when firms adopt generative AI

ramp.com
54 points·by nreece·قبل 10 أيام·50 comments

Learn how coding agents are built

twotimespi.dev
4 points·by nreece·قبل 12 يومًا·0 comments

Universal basic income, the utopian idea resurging in Silicon Valley

lemonde.fr
11 points·by nreece·قبل 18 يومًا·7 comments

StonkRider – Ride any stock chart

stonkrider.com
42 points·by nreece·قبل 29 يومًا·4 comments

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

leaddev.com
7 points·by nreece·قبل 29 يومًا·0 comments

[untitled]

1 points·by nreece·قبل 29 يومًا·0 comments

VibeOS [video]

youtube.com
2 points·by nreece·الشهر الماضي·0 comments

Less Than One Third of Google Searches Still Send a Click

sparktoro.com
6 points·by nreece·الشهر الماضي·1 comments

Linus Torvalds on AI

thenewstack.io
7 points·by nreece·الشهر الماضي·1 comments

[untitled]

1 points·by nreece·الشهر الماضي·0 comments

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

bloomberg.com
3 points·by nreece·الشهر الماضي·2 comments

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

twitter.com
3 points·by nreece·الشهر الماضي·0 comments

A dire warning from Oracle co-founder Larry Ellison

techradar.com
5 points·by nreece·الشهر الماضي·1 comments

More Time to Think

ma.ttias.be
3 points·by nreece·الشهر الماضي·0 comments

comments

nreece
·الشهر الماضي·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
·الشهر الماضي·discuss
Imo, ease and multi-line HTML readability of CDATA outweighs that one edge case (it cannot directly contain its own terminator).
nreece
·قبل شهرين·discuss
http://archive.today/l3EEo
nreece
·قبل شهرين·discuss
Rundown AI newsletter: https://www.therundown.ai
nreece
·قبل 3 أشهر·discuss
Linux Mint.
nreece
·قبل 3 أشهر·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
·قبل 3 أشهر·discuss
That is not the same extension OP is referencing/discussing: https://chromewebstore.google.com/detail/json-formatter/bcji...
nreece
·قبل 4 أشهر·discuss
Very cool.

Now why didn't an AI think of that? :)
nreece
·قبل 4 أشهر·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
·قبل 4 أشهر·discuss
https://mitchellh.com/feed.xml
nreece
·قبل 9 أشهر·discuss
https://archive.is/2LCPb
nreece
·قبل 9 أشهر·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
·قبل 8 سنوات·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.