HackerLangs
TopNewTrendsCommentsPastAskShowJobs

nreece

33,032 karmajoined há 19 anos
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·anteontem·0 comments

[untitled]

1 points·by nreece·anteontem·0 comments

Is The Economist Always Wrong?

economist.com
138 points·by nreece·há 3 dias·176 comments

AI Costs More Than the People It Replaced

forbes.com
3 points·by nreece·há 5 dias·0 comments

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

tigerdata.com
1 points·by nreece·há 9 dias·0 comments

We put a Redis server inside our runtime

encore.dev
1 points·by nreece·há 9 dias·0 comments

How employment changes when firms adopt generative AI

ramp.com
54 points·by nreece·há 10 dias·50 comments

Learn how coding agents are built

twotimespi.dev
4 points·by nreece·há 12 dias·0 comments

Universal basic income, the utopian idea resurging in Silicon Valley

lemonde.fr
11 points·by nreece·há 18 dias·7 comments

StonkRider – Ride any stock chart

stonkrider.com
42 points·by nreece·há 29 dias·4 comments

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

leaddev.com
7 points·by nreece·há 29 dias·0 comments

[untitled]

1 points·by nreece·há 29 dias·0 comments

VibeOS [video]

youtube.com
2 points·by nreece·mês passado·0 comments

Less Than One Third of Google Searches Still Send a Click

sparktoro.com
6 points·by nreece·mês passado·1 comments

Linus Torvalds on AI

thenewstack.io
7 points·by nreece·mês passado·1 comments

[untitled]

1 points·by nreece·mês passado·0 comments

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

bloomberg.com
3 points·by nreece·mês passado·2 comments

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

twitter.com
3 points·by nreece·mês passado·0 comments

A dire warning from Oracle co-founder Larry Ellison

techradar.com
5 points·by nreece·mês passado·1 comments

More Time to Think

ma.ttias.be
3 points·by nreece·mês passado·0 comments

comments

nreece
·mês passado·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
·mês passado·discuss
Imo, ease and multi-line HTML readability of CDATA outweighs that one edge case (it cannot directly contain its own terminator).
nreece
·há 2 meses·discuss
http://archive.today/l3EEo
nreece
·há 2 meses·discuss
Rundown AI newsletter: https://www.therundown.ai
nreece
·há 3 meses·discuss
Linux Mint.
nreece
·há 3 meses·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
·há 3 meses·discuss
That is not the same extension OP is referencing/discussing: https://chromewebstore.google.com/detail/json-formatter/bcji...
nreece
·há 4 meses·discuss
Very cool.

Now why didn't an AI think of that? :)
nreece
·há 4 meses·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
·há 4 meses·discuss
https://mitchellh.com/feed.xml
nreece
·há 9 meses·discuss
https://archive.is/2LCPb
nreece
·há 9 meses·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
·há 8 anos·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.