Posts by harold@mastodon.gamedev.place
(DIR) Post #B49heEetvHPD6Q7lzM by harold@mastodon.gamedev.place
0 likes, 0 repeats
@wolf480pl how about: DNS name that resolves every hour of every day
(DIR) Post #B5654sOsM20a0Aycm8 by harold@mastodon.gamedev.place
0 likes, 0 repeats
Algorithm with unknown (but capped) output size has an a bit of annoying thing when you need to unroll it for ILP: you end up with two streams (merging the outputs likes to result in a high-latency loop-carried dependency). Unless I'm missing a trick there?Here's an idea: start in the middle and go both ways, doing half of it backwards. The output is still two streams, but they join up in the middle so you still get one contiguous span as the result.But I can't be the first to think of it
(DIR) Post #B59aRWeH4YhdFoL5TE by harold@mastodon.gamedev.place
0 likes, 0 repeats
"Warning C6293Ill-defined for-loop: counts down from minimumA signed or unsigned index variable, together with a negative increment, will cause the loop to count negative until an overflow occurs, which will terminate the loop."Thanks I guess but it's intentional. Can't stop *before* the wraparound, that would skip zero.
(DIR) Post #B59c5DJ0Vb0mnfsdAu by harold@mastodon.gamedev.place
0 likes, 0 repeats
@wolf480pl that would make more sense... maybe too much sense for MSVC
(DIR) Post #B6UqYIWBjTXKqKTwJc by harold@mastodon.gamedev.place
0 likes, 0 repeats
chat, which search engine do we use that isn't googlebing? (lol)duckduckgo? I tried that but didn't really get good results out of it
(DIR) Post #B7KsfBjZAWgZXtco5Y by harold@mastodon.gamedev.place
0 likes, 0 repeats
Moving some (couple thousand) files. Different places on the same partition.Explorer: minutes10 line C# program: less than a secondWTF
(DIR) Post #B9wswjD43qCFDr7iL2 by harold@mastodon.gamedev.place
0 likes, 0 repeats
@wolf480pl permian basin?