@kevinleewrites@steveonomics Agree. I do both squats and deadlifts, but make sure reps range is at least 8 and never go close to failure to make sure I maintain good form on all reps
@BlackLabelAdvsr American Football is much more popular (in USA) as a high-production, spectacular show, but soccer is very popular sport that is played organized and casually.
@BlackLabelAdvsr In many countries most kids grow up playing soccer. It is a sport that you can play casually on a street, on the beach, pretty much everywhere. You just need a ball.
@mutsumi_dev Grammar and syntax is irrelevant for agents. They don't have the same limitations as humans, and can spit out correct Rust or C++ at ease. Tooling, ecosystem matters much more than syntax
@ilyasu@nikitabier@grok Agree it is too easy to ask grok, and often these replies show up first in the timeline. As a minimum X should deprioritize these interactions in favor of human responses. Grok is already integrated into the app, so one can go to it, paste the link to the post and ask a question
Never scan the same data twice! ClickHouse's new Query Condition Cache quietly supercharges performance for repeated queries—perfect for dashboards and observability.
https://t.co/V2bnr9Evp5
100MB of cache covers up to 6.8T rows, enhancing efficiency without extra tuning.
@codegirl007 I am more than 200K. And I'm pleased.
I like it.
I like it because I get to spend much less time fixing runtime and production issues compare to other languages. Rust compiler is strict and complains a lot, but at the same time nice and polite
@dokien X subscription? Go to https://t.co/VUKit15Pvg
Then select any option and click Next. This will take you to stripe and there you will see your invoice
@Onecrazyndn@clownworld The car stopped in the bike lane because it was convenient for the driver to stop there. This was the only reason. It happens now and again, but it does not mean we should get over it. Bike lines are for bicycles.
@davidthomas426@lemire What stops you from preallocating memory in Rust? I often preallocate Vecs, HashMaps, channels, etc. Sure, Rust often relies on memory allocations at runtime, sometimes not so obvious, but it is possible to avoid them in performance critical code
@algo_luca The language is already too complex, and requires understanding complex concepts such as traits, ownership, borrowing, references) to actually get performance benefits, so we again end up with two languages