0xf00ff00f
No user record in our sample, but 0xf00ff00f has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but 0xf00ff00f has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
First example doesn't look bad in C++23: auto get_ids(std::span<const Widget> data) { return data | filter(&Widget::alive) | transform(&Widget::id) | to<std::vector>(); }
There's a nice recreation on Shadertoy: https://www.shadertoy.com/view/lstSRS No idea if it's doing the same simulation though.
C++ has had run-time regular expressions in its standard library since C++11, but this is about compile-time regular expressions
Yeah, I've been a technophile all my life but this is probably the first development I don't see as a net positive. All the use cases I've seen so far lead to a shittier world, and we probably won't even get sci-fi AGI…
> A rogue AI might as well just kill everyone How would it do that?
Carbon looks interesting but there's no working compiler yet.
I've seen そら (sky) written as 宇宙 in song lyrics a few times.
Thanks for playing and for the suggestions, really appreciated!
Added a time penalty on misses and an accuracy percentage at the end, hopefully this should discourage brute forcing.
I feel stupid. Now it should be fixed, for real. Thank you!