Thank you!
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 there if you want the native messaging…
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.json ~/Library…
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_THINKING do not apply to it.
Steam is a wonderful boot loader.
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 need you to be focused!"
Thanks for your contributions!
> 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 I could find was that Rails is at rank…
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 committing them to long-term memory.
+1 to XLD. I have been using it for years, it's a wonderful piece of software.
Wonderful and charming. Thanks for sharing the game and the link to the engine!
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 include suffixes like "site:reddit.com"…
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.
That's what the AI robots will use as an explanation when they have f*cked us up. :-)
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 understatement. Plus the long time (and pain) it…
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 think that Confluent are acting in good…
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 scales in and out automatically during…
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 example, with Kafka Streams, any app you…
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 load (e.g. network or disk too slow, CPU…
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 moves some data from existing nodes to…
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 details.
> The broker being stateless is great. I've had issues with moving partitions around in Kafka. Well, the Pulsar broker is (kinda) stateless, because they are essentially a caching layer in front of BookKeeper. But…
Unlike Kafka, and despite some unfortunately misleading wordings in articles and documentation pages, Pulsar doesn't actually support exactly-once aka 'effectively-once' semantics because it lacks support for…
Also, since you talked above about the "lack of documentation" to get up and running with a small Kafka deployment of only 1 broker and 1 ZK instance: this is covered in the Kafka quickstart, which is probably what most…
Kafka requires only a single ZooKeeper instance to get started. Kafka's official quickstart actually walks you through running a local deployment of Kafka that has 1x Kafka broker and 1x ZK instance:…
Thank you!
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 there if you want the native messaging…
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.json ~/Library…
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_THINKING do not apply to it.
Steam is a wonderful boot loader.
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 need you to be focused!"
Thanks for your contributions!
> 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 I could find was that Rails is at rank…
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 committing them to long-term memory.
+1 to XLD. I have been using it for years, it's a wonderful piece of software.
Wonderful and charming. Thanks for sharing the game and the link to the engine!
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 include suffixes like "site:reddit.com"…
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.
That's what the AI robots will use as an explanation when they have f*cked us up. :-)
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 understatement. Plus the long time (and pain) it…
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 think that Confluent are acting in good…
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 scales in and out automatically during…
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 example, with Kafka Streams, any app you…
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 load (e.g. network or disk too slow, CPU…
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 moves some data from existing nodes to…
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 details.
> The broker being stateless is great. I've had issues with moving partitions around in Kafka. Well, the Pulsar broker is (kinda) stateless, because they are essentially a caching layer in front of BookKeeper. But…
Unlike Kafka, and despite some unfortunately misleading wordings in articles and documentation pages, Pulsar doesn't actually support exactly-once aka 'effectively-once' semantics because it lacks support for…
Also, since you talked above about the "lack of documentation" to get up and running with a small Kafka deployment of only 1 broker and 1 ZK instance: this is covered in the Kafka quickstart, which is probably what most…
Kafka requires only a single ZooKeeper instance to get started. Kafka's official quickstart actually walks you through running a local deployment of Kafka that has 1x Kafka broker and 1x ZK instance:…