Jack O'Connor
banner
jacko.io
Jack O'Connor
@jacko.io
jacko.io
Not directly. I'd recommend spawning a waiter thread and having that thread send whatever async signal you need.
May 13, 2025 at 2:34 PM
The GitHub links? What URL do you end up trying to load?
May 13, 2025 at 5:17 AM
Do you know if the decision to get rid of "parameter reference optimization" will also fix aggregate assignment? github.com/ziglang/zig/...
eliminate hidden pass-by-reference footguns · Issue #5973 · ziglang/zig
Accepted Proposal Zig 0.6.0 (not master). This is related to, actually maybe a subset of, #4021 / #3696 (this issue doesn't involve result copy elision). I understand that this was intended to be a...
github.com
May 2, 2025 at 9:20 PM
Here's my hour-long 😬 take on this question: youtu.be/OQTwvycftJU
Rust can Compete with Python
YouTube video by Jack O'Connor
youtu.be
May 1, 2025 at 11:08 PM
Glad to hear it! By the way, I'm currently on the job market, if you know anyone who might be a good fit?
April 21, 2025 at 5:15 PM
Knowing absolutely nothing about the context, that sounds a little fishy if it's working with an iterator, because `map` is "lazy". Any elements that you don't actually drive out of the iterator will never go through the `map` closure. `for_each` might be better?
April 13, 2025 at 5:50 PM
Means "again" in Japanese too.
March 29, 2025 at 6:46 AM
Did you get to the crashing example immediately below? Footnote 8 is also a more complicated example of thread switching overhead.
October 27, 2024 at 6:12 PM
They caught the candle!
October 13, 2024 at 4:50 PM