Risotto Bias
Risotto Bias
I really like the idea of having headscale support the tailscale terraform provider - is there a way to test the coverage between the two interfaces in some kind of...
@Nutomic - so in #30b38cc there's a commit that references adding TOTP support, but it doesn't seem like the UI has it?
e.g., survivability onion: don't be there, don't be visible, don't be hit
renaming all the other go.mod / go.sum files to go.mod.backup doesn't make the issue go away... so there's that.
go workspaces seems to work (though I have no idea why the renamed subfolder still fails, if it's only one subfolder with a go module, so the ongoing work in...
@findleyr having ./helloworld/example as a subfolder in a larger repo (helloworld) as a go module does not work.
So then this line is dead code I'm guessing: https://github.com/tsenart/vegeta/blob/27f553fe091151234f899866bc8ee0072be0c9b5/flags.go#LL68C1-L68C1 And there's two spots to change in the docs, the markdown and the help output. 0.0n or "0.On" seems reeeeaaally...
what you suggested doesn't work. `echo "GET https://example.com" | vegeta attack -duration=5s -rate=0.0n` (or 0.0s, or 0.Os, or 0.0, etc etc
forgot - this addresses the trending topic problem by the fact that different people's post frequency will be different, so this random shuffle of reverse sorted posts will crawl backwards...
this is something like: ```python primary_user = "A" random_timelines = random.sort(primary_user.follows) primary_users_feed = [] while len(random_timelines) > 0: for user_timeline in random_timelines: if len(user_timeline) == 0: random_timelines.pop(user_timeline) continue # remove...