Live data from Hacker News

Viewing profile — miguno

miguno

HN member
Joined
Wed, Aug 05, 2015, 5:09 PM UTC
HN karma
54
Public activity
36 items

About miguno

No profile information was provided.

Recent public activity

  1. comment
    Comment #48235866

    You didn’t use ZFS with FreeBSD?

  2. comment
    Comment #48058671

    Thank you!

  3. comment
    Comment #47833911

    With this argument you could also justify: "That's not a remote access trojan (RAT), that's just how client-server communication is designed to work." > You have to put a manifest …

  4. comment
    Comment #47833810

    Exactly, what the hell. Apart from Google Chrome (and Firefox, which isn't in the list below) I don't even have any of these other browsers installed! $ fd claude_browser_extension…

  5. comment
    Comment #47799060

    As per https://code.claude.com/docs/en/model-config#adaptive-reason... : > Opus 4.7 always uses adaptive reasoning. The fixed thinking budget mode and CLAUDE_CODE_DISABLE_ADAPTIVE_…

  6. comment
    Comment #47757211

    Steam is a wonderful boot loader.

  7. comment
    Comment #47644101

    So that's why Counter-Strike pros are nose-to-the-monitor close to their screens. Example of player Yekindar: https://preview.redd.it/yekindar-xd-v0-zsm7fzd5jd5e1.jpeg?wi... "I nee…

  8. comment
    Comment #47643888

    Really sad. I have been a happy nvim-treesitter user for years. But the maintainer's reaction is understandable. If you happen to read this: thanks so much for the time and work yo…

  9. comment
    Comment #47410444

    Thanks for your contributions!

  10. comment
    Comment #47350388

    > In the latest Stackoverflow survey, it's back at the "top 5 of desired stacks to use for next project" over a decade after its inception ! Oh, where did you find that? Only info …

  11. comment
    Comment #42076507

    Yes, been there, forgot that. I have since created a shell helper function that prints a list of "new and cool" CLI tools that I recently added to my dotfiles setup, which helps me…

  12. comment
    Comment #42076492

    +1 to XLD. I have been using it for years, it's a wonderful piece of software.

  13. comment
    Comment #41912200

    Wonderful and charming. Thanks for sharing the game and the link to the engine!

  14. comment
    Comment #41582765

    I have been noticing this trend increasingly myself. It's getting more and more difficult to use tools like Google search to find relevant content. Many of my searches nowadays inc…

  15. comment
    Comment #40684602

    That is sad to hear. Spending even just thirty minutes on the website to better communicate what one can/cannot do would go a long way. In any case, thank you for your work.

  16. comment
    Comment #38384825

    That's what the AI robots will use as an explanation when they have f*cked us up. :-)

  17. comment
    Comment #38267277

    This looks cool, can't wait to try it! At first, people might think "$10,000 demo problem? What a high number!" Realistically, in corp environments, that number is an understatemen…

  18. comment
    Comment #26645498

    Thanks for putting things in perspective, EdwardDiego. > The fact that MM2 happened, and Confluent didn't try to stop it, despite it being awfully similar to Replicator, makes me t…

  19. comment
    Comment #26645105

    Confluent Cloud is a truly 'fully managed' service, with a serverless-like experience for Kafka. For example, you have zero infra to deploy, upgrade, or manage. The Kafka service s…

  20. comment
    Comment #23845955

    PS: Not fully sure what could have caused your Kafka woes. Certainly all what you described is supported, and it also 'should' normally be easy to use as a user/developer. For exam…

  21. comment
    Comment #23829245

    Both Kafka and Pulsar have this kind of bottleneck in your scenario -- say, one "hot" write partition. If one Kafka broker or BookKeeper bookie node cannot keep up with the write l…

  22. comment
    Comment #23821776

    See my previous answer further up in this sub-thread. Neither Kafka nor BookKeeper require data repartitioning when adding new nodes. Instead, both require data rebalancing, which …

  23. comment
    Comment #23821673

    > Bookies can seamlessly be added. Kafka brokers can seamlessly be added, too. > I remember adding brokers to Kafka and taking advantage of them on existing topics meant repartitio…

  24. comment
    Comment #23819427

    Yes, you remember correctly. The Kafka community has already started the work on getting rid of ZooKeeper. See https://cwiki.apache.org/confluence/display/KAFKA/KIP-500%3A... for d…

  25. comment
    Comment #23819327

    (copying this text from another comment of mine elsewhere) Well, the Pulsar broker is (kinda) stateless, because they are essentially a caching layer in front of BookKeeper. But wh…