Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
KAdot
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
KAdot
12d ago
I heavily A/B tested Opus vs Sol for two weeks, giving Claude Code and Codex the same tasks and comparing the results. In my experience Sol is much closer to Opus than to Fable, with Opus often beating Sol. The only area where Sol is b
2.
▲
by
KAdot
19d ago
The benchmark is setup to test 80 MiB dataset on a machine with 32 GiB RAM, which doesn't represent a typical database workload. How does the key-value store perform on larger than RAM datasets? MMAP is fast when the dataset fits in me
3.
▲
How MVCC and Transactions Work in RocksDB
(artem.krylysov.com)
4 points
by
KAdot
2mo ago
|
0 comments
4.
▲
by
KAdot
4mo ago
Going back to 4.7 with `claude --model claude-opus-4-7` fixed it for me.
5.
▲
by
KAdot
5mo ago
Is it closed source?
6.
▲
by
KAdot
1y ago
This is not my experience. I've been running RocksDB for 4 years on thousands of machines, each storing terabytes of data, and I haven't seen a single correctness issue caused by RocksDB.
7.
▲
by
KAdot
1y ago
> We are interested in making OTAP pipelines safely embeddable, through strict controls on memory and through support for thread-per-core runtimes. I'm curious about the thread-per-core runtimes, are there even any mature thread-per
8.
▲
by
KAdot
2y ago
The benchmark doesn't accurately represent the real-world database performance because the dataset is too small (roughly half a gigabyte based on [1]?), meaning it fits into the page cache bypassing disk I/O. [1]: https:/&#x
9.
▲
Timeseries Indexing at Scale
(artem.krylysov.com)
3 points
by
KAdot
2y ago
|
0 comments
10.
▲
Timeseries Indexing at Scale
(datadoghq.com)
4 points
by
KAdot
2y ago
|
0 comments
11.
▲
by
KAdot
2y ago
The benchmark is not comparing apples to apples. prost is the most widely used Protobuf implementation in Rust, maintained by the Tokio organization. prost generates structs and serialization/deserialization code for you. easyproto acc
12.
▲
by
KAdot
2y ago
The redis.io landing page says "from the ones who built it" just wow.
13.
▲
by
KAdot
3y ago
https://github.com/pineappleEA/pineapple-src
14.
▲
by
KAdot
3y ago
The project is gone from GitHub already https://github.com/yuzu-emu/yuzu
15.
▲
by
KAdot
3y ago
> After discovering Chrome are eating my old Mac's battery, I turned to using Edge What? Have they tried using Safari instead of a Chromium based browser? From my experience Safari is by far the best browser on Mac in terms of the e
16.
▲
by
KAdot
3y ago
Is there a way to disable all "collaborative" features, including removing the "Sign in" button?
17.
▲
by
KAdot
3y ago
A similar idea implemented in Go https://github.com/akrylysov/pogreb (disclaimer: I'm the author of this package).
18.
▲
by
KAdot
3y ago
The performance is not that great, but you can already play Cyberpunk 2077 on a M2 Pro laptop using Game Porting Toolkit https://www.youtube.com/watch?v=sPJpkRmsceU Keep in mind, it has to do x64 -> ARM64 transition an
19.
▲
by
KAdot
3y ago
https://artem.krylysov.com/blog/ I'm writing mostly about databases and performance. My last two posts: - How RocksDB works https://artem.krylysov.com/blog/2023/04/19/how-rocksd
20.
▲
by
KAdot
3y ago
Great article. If someone is looking for a more advanced example, some time ago, as an exercise, I created an interpreter for a Python-like language in Python https://github.com/akrylysov/abrvalg
21.
▲
by
KAdot
3y ago
I rephrased some sentences to avoid confusion. Thanks for the feedback!
22.
▲
by
KAdot
3y ago
Binary searching SST file blocks is a stretch, I agree. The key-value pairs would need to have a specific shape. Enabling compression makes it completely impossible. I'll remove this from the article, thanks for the feedback!
23.
▲
by
KAdot
3y ago
Author here. > Well written article Thanks! > It is not Tao it is ZippyDb I don't work for Meta, so might have made a mistake. There is an old blog post[1] about Tao and there is a recent paper[2] mentioning that the graph databa
24.
▲
How RocksDB Works
(artem.krylysov.com)
7 points
by
KAdot
3y ago
|
0 comments
25.
▲
by
KAdot
4y ago
macOS 13 Ventura introduced[1] support of running amd64 binaries with Rosetta inside of arm64 Linux VMs when using Apple Virtualization framework. Latest Docker Desktop and Lima VM can take advantage on the new feature. It makes running amd
26.
▲
by
KAdot
4y ago
I'll take a look, thanks for the links! As for apps, playing from the web browser doesn't require additional apps and works surprisingly well. Bsimp is integrated with the Media Session API which lets you control the playback from
27.
▲
by
KAdot
4y ago
It costs me $11/month. $6 for a small DO droplet instance[1] and $5 for DO spaces storage[2] which gets me 250GB of space. I use both the instance and the storage also for other purposes. E.g. I also host my personal blog and store bac
28.
▲
by
KAdot
4y ago
I ended up uploading my music library to S3 compatible cloud storage (DigitalOcean Spaces) and creating[1] a minimalistic audio player that plays music straight from S3. S3 serves as a live audio library and as a backup at the same time. Th
29.
▲
Bsimp – Minimalistic S3-backed audio library
(github.com)
2 points
by
KAdot
4y ago
|
0 comments
30.
▲
Steam Deck Windows drivers are now available
(store.steampowered.com)
4 points
by
KAdot
5y ago
|
0 comments
More ›