General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
ArjanCodes
comments
Comments by "" (@d3stinYwOw) on "ArjanCodes" channel.
Previous
1
Next
...
All
Colour is not mistyping, just Brits way to say 'color' :)
3
Or they have such machine, but their testing might be influenced by local changes, or flaky.
3
Great video! Instead of Rust, I'd rather pick Nim language, much more approachable to python developers, gives similar benefits like speed like rust, but simpler to pick up. Otherwise, because of Rust we have excellent python-centric packages like Ruff and Pylyzer :)
2
I've liked your last video about Rust. Maybe testing out other languages like Nim, Zig, Odin, V and few others on a channel would be great, what do you think?
2
Nim is much better for pythonistas than Rust tho. I'd pick rust as 3rd language after Python and C, but if you pick Nim, you don't need rust that much :)
2
Just slap uv ;)
1
I would add 'sched' python library - thread-safe, nice helper for repetitive task execution on fixed time slices.
1
CrowdStrike hit linux few months ago, too, but nobody told anything since impact was smaller CrowdStrike also was able to force such upgrades. Plus, we can have both w.r.t tests and velocity, ContinuousDelivery main front person, Dave, told it as well :)
1
CockroachDB is also interesting thing to check :)
1
Since we are in the realm of web, maybe some review on usage of HTMX for python folks out there? Would be great to see that here! :)
1
If you want to fix VSCode for python, drop using pylance, use basedpyright. It recreates features from Pylance inside pyright, includes various fixes to pyright itself, and is fully open source. As of ruff - you can configure ruff inside pyproject.toml. For uv - it is much better than poetry, because is fully compliant with pyproject.toml, faster, simpler, supports dependency for scripts etc.
1
@austinraney Rust is not the only language which can do so. Nim also can ensure memory safety, but in different ways. Borrow checking is not a silver bullet, you know that, right? Plus, Mozilla shouldn't be followed in everything, look at their paychecks where firefox nosedives in popularity ;)
1
@isodoubIet Nim have gc which can be also disabled if needed. Plus, it's still much faster than python, simply because of translation to C, then compiling to binary :)
1
@isodoubIet You can control memory manually, of course. Nim GC is not that hurting it's performance too much, it's quite optimized, even for real-time usage :)
1
Previous
1
Next
...
All