Live data from Hacker News

Viewing profile — KAdot

KAdot

HN member
Joined
Sun, Oct 02, 2011, 8:00 PM UTC
HN karma
211
Public activity
72 items

About KAdot

http://artem.krylysov.com/

Recent public activity

  1. story
  2. comment
    Comment #48313528

    Going back to 4.7 with `claude --model claude-opus-4-7` fixed it for me.

  3. comment
    Comment #47869961

    Is it closed source?

  4. comment
    Comment #44843304

    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 R…

  5. comment
    Comment #43977591

    > 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…

  6. comment
    Comment #42889094

    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 pa…

  7. story
  8. story
  9. comment
    Comment #40041155

    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 se…

  10. comment
    Comment #39989829

    The redis.io landing page says "from the ones who built it" just wow.

  11. comment
    Comment #39594864

    https://github.com/pineappleEA/pineapple-src

  12. comment
    Comment #39594673

    The project is gone from GitHub already https://github.com/yuzu-emu/yuzu

  13. comment
    Comment #39410057

    > 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…

  14. comment
    Comment #39120524

    Is there a way to disable all "collaborative" features, including removing the "Sign in" button?

  15. comment
    Comment #38871142

    A similar idea implemented in Go https://github.com/akrylysov/pogreb (disclaimer: I'm the author of this package).

  16. comment
    Comment #38079079

    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, i…

  17. comment
    Comment #36591375

    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-rocksdb-w…

  18. comment
    Comment #36567990

    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/ak…

  19. comment
    Comment #35653137

    I rephrased some sentences to avoid confusion. Thanks for the feedback!

  20. comment
    Comment #35653001

    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 th…

  21. comment
    Comment #35635536

    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…

  22. story
  23. comment
    Comment #34413293

    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…

  24. comment
    Comment #33599034

    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 Se…

  25. comment
    Comment #33598875

    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 pu…