Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
f311a
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
17 ms
·
1.
▲
by
f311a
5d ago
It’s better to compare this to computer science, especially, theoretical one. LLMs stop people from exploring new languages, architectures and so on.
2.
▲
by
f311a
5d ago
You can use ClickHouse cloud to host it on AWS. But given the majority of use-cases of CH, AWS can be quite expensive.
3.
▲
by
f311a
7d ago
They got like 10 new sponsors, you can see it on their page. They are one of the top OSS projects in terms of revenue. I can't recall any other OSS project that makes so much money and has nothing to do with infra/cloud. They were
4.
▲
The Education of a Doomer
(borretti.me)
67 points
by
f311a
9d ago
|
61 comments
5.
▲
by
f311a
10d ago
A lot of open source that we used to use as dependencies is trivial. Sometimes you only need 10% of the library. No one is talking about kernel. Also, changing license does not prevent you from forking the source code before the change. Th
6.
▲
by
f311a
13d ago
Well, people don't play like computers, so this kind of practice can be useless.
7.
▲
by
f311a
13d ago
Because we use regular CH in production. I'm pretty familiar with it and I can always run large queries on a production server with 1TB of RAM. Regular CH also support external data sources, so I can read 500GB of JSON from S3 and grou
8.
▲
by
f311a
13d ago
I've been using clickhouse-local for quite some time, instead of DuckDB. There is also chDB. After using pandas for 10 years, I favor SQL now, for some reason.
9.
▲
by
f311a
14d ago
Is the google infra stable enough right now? At the start of the year, the flash model was unusable for a whole month via gemini CLI. They could not fix it for a whole month and I was a paid customer.
10.
▲
by
f311a
14d ago
I feel the same, there are still lots of people who are interested in learning internals, but they are hard to reach. Even such people don't use Google anymore, so they won't find your content.
11.
▲
by
f311a
15d ago
Why not? There is $700k reward for the next iteration of this benchmark https://www.kaggle.com/competitions/arc-prize-2026-arc-agi-2... I would not call this overfitting, it's finetuning for specific task where yo
12.
▲
by
f311a
15d ago
The whole point of his model is to optimize for a very specific benchmark. BUT, he does not use labels when training, so the model does not know the answers.
13.
▲
by
f311a
16d ago
Robotics cost way more to produce and support, unlike software
14.
▲
by
f311a
16d ago
Unless it's a critical CVE, they're worth very little now for your career. Same for a lot of side projects or small contributions to OSS, people are still chasing them and wasting everyone's time for nothing. They wouldn'
15.
▲
by
f311a
20d ago
There are more than 10 crates for arenas with different tradeoffs, I'm well aware of them. They are still very limited compared to C/Zig.
16.
▲
by
f311a
20d ago
You can’t allocate collections without nightly or without reimplementing them in the library. Every implementation uses it’s own set of trade offs to provide safety in unsafe implementation.
17.
▲
by
f311a
20d ago
Stabilized soon, really? They did not stabilize it after 10 years and were thinking about different approach. I thought it’s dead.
18.
▲
by
f311a
20d ago
He won’t reply, he’s busy promoting himself and his peojects with AI.
19.
▲
by
f311a
20d ago
Unfortunately, Rust is not a good choice for this kind of tricks. This is where Zig shines. In Rust, you can’t even use proper arenas, which can help a ton with allocations. Cloudflare started to pick Zig recently, for projects, that have m
20.
▲
by
f311a
23d ago
This does not account for anti fingerprinting. Also, are there any new tricks that are not in fingerprintjs?
21.
▲
by
f311a
24d ago
Do no try to look at the individual examples, look at the overall style of headings . It's about style, people say such things, they are not unique.
22.
▲
by
f311a
24d ago
Prior to LLMs, I've rarely seen such headings when reading blogs, but now they are everywhere. From the article: > A kiosk that kept dying > “It’s my device” > Reality television > The grind > The relief pitcher This is
23.
▲
by
f311a
1mo ago
How is the general knowledge of Qwen 3.6? Do you need to explain things outside of algorithms to it? Since the size is so small, I guess you need more explanations to it. General knowledge helps with coding when your don't specify a lo
24.
▲
by
f311a
1mo ago
Why is it so small, but expensive? Open Router Input /M $0.45 Output /M $3.20 Cache read /M $0.05 Throughput 27 tps It would be a very nice model at 200-300 tps and if it was dirt cheap. What's the limiting factor of opt
25.
▲
by
f311a
1mo ago
Opencode said they are working on matching the old prices using their own inference. Right now, they give 4100 credits for Luna and 63 000 for Deepseek on their prepaid plan (both are 2x)
26.
▲
by
f311a
1mo ago
It's just model size and heavy RL, sometimes they overfit on specific tasks. RL can get you very far, prior models did not have such a focus on RL for agentic setups. Look at deepseek, they improved it just by doing a lot of RL and you
27.
▲
by
f311a
1mo ago
The only problem I have with LLMs in Go is that they also make a lot of concurrency mistakes, in the same way as people. It's easy to fix though, just by asking to double check the code
28.
▲
by
f311a
1mo ago
What’s everyone’s opinion on learning new tech things in this day and age? My opinion swings between positive and depressing vision of the future. I still learn new stuff, but I’m afraid it won’t have any value in a year or so. For example,
29.
▲
by
f311a
1mo ago
It takes years to test it thoroughly in real environments. You don't want your data to be silently corrupted.
30.
▲
by
f311a
1mo ago
What's the reason for it? Does not make a lot of sense to keep all the commits elsewhere
More ›