HackerLangs
トップ新着トレンドコメント過去質問紹介求人

nreece

33,032 カルマ登録 19 年前
Work: https://newsloth.com

Blog: https://www.nilkanth.com

Social: https://x.com/voidmonk

投稿

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

socket.dev
2 ポイント·投稿者 nreece·一昨日·0 コメント

[untitled]

1 ポイント·投稿者 nreece·一昨日·0 コメント

Is The Economist Always Wrong?

economist.com
138 ポイント·投稿者 nreece·3 日前·176 コメント

AI Costs More Than the People It Replaced

forbes.com
3 ポイント·投稿者 nreece·5 日前·0 コメント

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

tigerdata.com
1 ポイント·投稿者 nreece·9 日前·0 コメント

We put a Redis server inside our runtime

encore.dev
1 ポイント·投稿者 nreece·9 日前·0 コメント

How employment changes when firms adopt generative AI

ramp.com
54 ポイント·投稿者 nreece·10 日前·50 コメント

Learn how coding agents are built

twotimespi.dev
4 ポイント·投稿者 nreece·12 日前·0 コメント

Universal basic income, the utopian idea resurging in Silicon Valley

lemonde.fr
11 ポイント·投稿者 nreece·18 日前·7 コメント

StonkRider – Ride any stock chart

stonkrider.com
42 ポイント·投稿者 nreece·29 日前·4 コメント

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

leaddev.com
7 ポイント·投稿者 nreece·29 日前·0 コメント

[untitled]

1 ポイント·投稿者 nreece·29 日前·0 コメント

VibeOS [video]

youtube.com
2 ポイント·投稿者 nreece·先月·0 コメント

Less Than One Third of Google Searches Still Send a Click

sparktoro.com
6 ポイント·投稿者 nreece·先月·1 コメント

Linus Torvalds on AI

thenewstack.io
7 ポイント·投稿者 nreece·先月·1 コメント

[untitled]

1 ポイント·投稿者 nreece·先月·0 コメント

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

bloomberg.com
3 ポイント·投稿者 nreece·先月·2 コメント

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

twitter.com
3 ポイント·投稿者 nreece·先月·0 コメント

A dire warning from Oracle co-founder Larry Ellison

techradar.com
5 ポイント·投稿者 nreece·先月·1 コメント

More Time to Think

ma.ttias.be
3 ポイント·投稿者 nreece·先月·0 コメント

コメント

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

Now why didn't an AI think of that? :)
nreece
·4 か月前·議論
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 か月前·議論
https://mitchellh.com/feed.xml
nreece
·9 か月前·議論
https://archive.is/2LCPb
nreece
·9 か月前·議論
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 年前·議論
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.