Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
f311a
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
3 ms
·
1.
▲
Real attackers don't think in bug bounty scopes
(rushter.com)
2 points
by
f311a
6d ago
|
0 comments
2.
▲
Saving another 100TB of RAM
(blog.cloudflare.com)
479 points
by
f311a
8d ago
|
120 comments
3.
▲
by
f311a
15d ago
It’s better to compare this to computer science, especially, theoretical one. LLMs stop people from exploring new languages, architectures and so on.
4.
▲
by
f311a
15d 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.
5.
▲
by
f311a
17d 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
6.
▲
The Education of a Doomer
(borretti.me)
67 points
by
f311a
19d ago
|
61 comments
7.
▲
by
f311a
20d 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
8.
▲
by
f311a
22d ago
Well, people don't play like computers, so this kind of practice can be useless.
9.
▲
by
f311a
23d 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
10.
▲
by
f311a
23d 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.
11.
▲
by
f311a
24d 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.
12.
▲
by
f311a
24d 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.
13.
▲
by
f311a
25d 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
14.
▲
by
f311a
25d 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.
15.
▲
by
f311a
26d ago
Robotics cost way more to produce and support, unlike software
16.
▲
by
f311a
26d 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'
17.
▲
by
f311a
29d 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.
18.
▲
by
f311a
29d 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.
19.
▲
by
f311a
29d ago
Stabilized soon, really? They did not stabilize it after 10 years and were thinking about different approach. I thought it’s dead.
20.
▲
by
f311a
1mo ago
He won’t reply, he’s busy promoting himself and his peojects with AI.
21.
▲
by
f311a
1mo 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
22.
▲
by
f311a
1mo ago
This does not account for anti fingerprinting. Also, are there any new tricks that are not in fingerprintjs?
23.
▲
by
f311a
1mo 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.
24.
▲
by
f311a
1mo 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
25.
▲
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
26.
▲
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
27.
▲
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)
28.
▲
by
f311a
2mo 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
29.
▲
by
f311a
2mo 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
30.
▲
by
f311a
2mo 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,
More ›