Non-tokio runtimes manage just fine without all of those bounds for local, single-threaded execution though. https://docs.rs/smol/latest/smol/fn.block_on.html
There's such a thing as unfunny comedians.
> > I never claimed to be funny > You literally used the word "comical" in the previous post. English is not my language, but if I search for a definition, I get: "comical: arousing or provoking laughter". One can make…
Another alternative is to use the RMT (remote control module). I've had success with that. There's a driver for it in Rust: https://lib.rs/crates/ws2812-esp32-rmt-driver
They are callable from plain Rust. See the crate `esp-idf-sys` [1]. I'm using ESP32-C3, Rust, and the IDF for a DIY RGB room lighting solution [2]. Convenient MQTT and OTA updates -- it's great! Espressif and the Rust…
Seriously. The post should've just been the "Rust Isn’t Fun for Me" section. That's the reason, everything else is just rationalizing. To be clear, I don't mean to disparage the author's decision. Programming can be an…
Also, get a new smoke detector just to verify that you're not sleeping every night in a room with a carbon monoxide leak.
I can write on a piece of paper, right now, that I have supreme power over the state. That doesn't actually make it so. Most of the powers the monarchs in Scandinavia supposedly have can't actually be enforced in…
Sounds like the Zeitgeist movement. Just some Americans re-inventing socialism yet again (more specifically the branch of socialism sometimes referred to as Fully Automated Luxury Gay Space Communism), but not reading…
> narcissistic idiots Right back at ya
> Just a reminder that 256kbit is A LOT when using modern codecs. Seriously. Opus is close to transparent already at 128kbps.
> > More broadly, the big news of the election seems a clear rejection of the far-left agenda. > 100% agree with this conclusion. Except the reason that Biden isn't doing as great as he could be is because he's too…
Isn't that basically how you'd write it in Prolog?
It is in France, and possibly other places as well.
Reminds me of a post on here in 2018, "It Takes Two Neurons to Ride a Bicycle (2004)" [1], where many of the commenters rightfully pointed out that instead of turning this into a machine learning problem, you could just…
In my uni, many professors used Emacs when demonstrating. For example, one course [0] used the Agda language [1] as a proof assistant. Afaik, the only good interactive Agda interface is the Emacs Agda mode [2]. Maybe…
> Much of the failure (or poor performance) of the public school system for low-income children is also a fault of the breakdown of family discipline and emphasis on education in the lower/poor classes. You're not going…
VSCode isn't, but VSCodium is.
VSCode isn't open source, but VSCodium (which comprises a significant subset of VSCode) is. See https://news.ycombinator.com/item?id=24561289.
Depending on your definition of the term, OOP can imply parametric & ad hoc polymorphism. Sure. But that in no way implies that all languages with that kind of polymorphism are OOP. That's gotta be, like, the first…
How do you reconcile "heavy use" and straying from home row? Any serious who actually engages their keyboard in heavy use would be just as productive with a 60% keyboard, as they wouldn't move their hands from home row…
> OCaml added an object system to ML. CommonLisp added an object system to lisp. Haskell added TypeClasses. Scala is an attempt at an Haskell like language with a full object system. F# and Kotlin both have object…
Right, because hating someone for being a jew and hating someone for being a racist are totally equivalent. Both sides are bad! Only us enlightened centrists realize that you have to take everything in moderation, and…
> SDF ray marching does a point query against the BVH Aah, alright. I've written a ray tracer that uses an (L)BVH before, so I'm familiar with how it works for ray tracing. What I couldn't figure out was how you'd use…
Do you know how this ray marching compares to normal ray tracing time complexity wise, with regards to the amount of geometry?
Non-tokio runtimes manage just fine without all of those bounds for local, single-threaded execution though. https://docs.rs/smol/latest/smol/fn.block_on.html
There's such a thing as unfunny comedians.
> > I never claimed to be funny > You literally used the word "comical" in the previous post. English is not my language, but if I search for a definition, I get: "comical: arousing or provoking laughter". One can make…
Another alternative is to use the RMT (remote control module). I've had success with that. There's a driver for it in Rust: https://lib.rs/crates/ws2812-esp32-rmt-driver
They are callable from plain Rust. See the crate `esp-idf-sys` [1]. I'm using ESP32-C3, Rust, and the IDF for a DIY RGB room lighting solution [2]. Convenient MQTT and OTA updates -- it's great! Espressif and the Rust…
Seriously. The post should've just been the "Rust Isn’t Fun for Me" section. That's the reason, everything else is just rationalizing. To be clear, I don't mean to disparage the author's decision. Programming can be an…
Also, get a new smoke detector just to verify that you're not sleeping every night in a room with a carbon monoxide leak.
I can write on a piece of paper, right now, that I have supreme power over the state. That doesn't actually make it so. Most of the powers the monarchs in Scandinavia supposedly have can't actually be enforced in…
Sounds like the Zeitgeist movement. Just some Americans re-inventing socialism yet again (more specifically the branch of socialism sometimes referred to as Fully Automated Luxury Gay Space Communism), but not reading…
> narcissistic idiots Right back at ya
> Just a reminder that 256kbit is A LOT when using modern codecs. Seriously. Opus is close to transparent already at 128kbps.
> > More broadly, the big news of the election seems a clear rejection of the far-left agenda. > 100% agree with this conclusion. Except the reason that Biden isn't doing as great as he could be is because he's too…
Isn't that basically how you'd write it in Prolog?
It is in France, and possibly other places as well.
Reminds me of a post on here in 2018, "It Takes Two Neurons to Ride a Bicycle (2004)" [1], where many of the commenters rightfully pointed out that instead of turning this into a machine learning problem, you could just…
In my uni, many professors used Emacs when demonstrating. For example, one course [0] used the Agda language [1] as a proof assistant. Afaik, the only good interactive Agda interface is the Emacs Agda mode [2]. Maybe…
> Much of the failure (or poor performance) of the public school system for low-income children is also a fault of the breakdown of family discipline and emphasis on education in the lower/poor classes. You're not going…
VSCode isn't, but VSCodium is.
VSCode isn't open source, but VSCodium (which comprises a significant subset of VSCode) is. See https://news.ycombinator.com/item?id=24561289.
Depending on your definition of the term, OOP can imply parametric & ad hoc polymorphism. Sure. But that in no way implies that all languages with that kind of polymorphism are OOP. That's gotta be, like, the first…
How do you reconcile "heavy use" and straying from home row? Any serious who actually engages their keyboard in heavy use would be just as productive with a 60% keyboard, as they wouldn't move their hands from home row…
> OCaml added an object system to ML. CommonLisp added an object system to lisp. Haskell added TypeClasses. Scala is an attempt at an Haskell like language with a full object system. F# and Kotlin both have object…
Right, because hating someone for being a jew and hating someone for being a racist are totally equivalent. Both sides are bad! Only us enlightened centrists realize that you have to take everything in moderation, and…
> SDF ray marching does a point query against the BVH Aah, alright. I've written a ray tracer that uses an (L)BVH before, so I'm familiar with how it works for ray tracing. What I couldn't figure out was how you'd use…
Do you know how this ray marching compares to normal ray tracing time complexity wise, with regards to the amount of geometry?