example.com/path/to/article
000 points · username · 0 hours ago
example.com256 points · 120 comments · 7 hours ago · soheilpro
mawadev
lyorig
EMIRELADERO
scrumper
impoppy
Raymond has been involved in the evolution of Windows for more than 30 years. He occasionally appears on the Windows Dev Docs Twitter account to tell stories which convey no useful information.
cgio
ape4
rietta
ulrikrasmussen
jasonvorhe
Aditya_0315
bhaney
KellyCriterion
A simple rand/mod based on first character of username should be sufficient?
bayindirh
I don't understand Microsoft. These guys solve the most mundane problems with most elegant solutions and with sound edge-case handling scenarios, then they destroy all the effort with subpar programming where it matters and with user hostile behavior where they can't botch it.
dsego
bombcar
moritzwarhier
I think it's true, but not sure if I'm just falling victim to false memories... help?
frou_dh
If someone only gave me 2 minutes for this, because they think it is very simple (as always), I'd have done a count of files of a specific pattern in the directory and then picked a random index, very naive and quick and dirty programming, no sampling at all, just to avoid discussions why it takes so long with people who don't want to hear it.
This reminds me of when I did a lot of C#, Java, JS, Python in my life, filling maps of strings and objects until I started with zig and noticed how expensive and complicated strings and data structure allocations can be. It kind of blew my mind how much memory and computation we waste when we try to get stuff done as fast as possible because of budget/time constraints.