Forwarded from Hacker News
I won free load testing (Score: 155+ in 5 hours)
Link: https://readhacker.news/s/5bQGK
Comments: https://readhacker.news/c/5bQGK
Link: https://readhacker.news/s/5bQGK
Comments: https://readhacker.news/c/5bQGK
fasterthanli.me
I won free load testing
Long story short: a couple of my articles got really popular on a bunch of
sites, and someone, somewhere, went "well, let's see how much traffic that
smart-ass can handle...
sites, and someone, somewhere, went "well, let's see how much traffic that
smart-ass can handle...
👍2
Forwarded from Android Weekly Update ⚡️ (Safari)
小米终止更新的设备列表网站,包括智能手机以及物联网的硬件产品。
比较有意思的是小米会在这里公示在 Google 的 AER 设备认证信息;换言之你是可以看到一款设备发布之后能更新几个 Android 大版本,以及安全更新最终会停在哪个月。
https://trust.mi.com/zh-CN/misrc/updates/phone?tab=policy
比较有意思的是小米会在这里公示在 Google 的 AER 设备认证信息;换言之你是可以看到一款设备发布之后能更新几个 Android 大版本,以及安全更新最终会停在哪个月。
https://trust.mi.com/zh-CN/misrc/updates/phone?tab=policy
高速 FizzBuzz 挑战 - 你能以多快的速度输出 FizzBuzz?
https://codegolf.stackexchange.com/questions/215216/high-throughput-fizz-buzz/
就是你熟悉的那个 FizzBuzz,但是输出会被 pipe 到另一个程序里,然后被丢弃。输出速度越快越好。
目前的王者是汇编写的,57GiB/s。点进去能看到不同语言的投稿的速度。
https://codegolf.stackexchange.com/questions/215216/high-throughput-fizz-buzz/
就是你熟悉的那个 FizzBuzz,但是输出会被 pipe 到另一个程序里,然后被丢弃。输出速度越快越好。
目前的王者是汇编写的,57GiB/s。点进去能看到不同语言的投稿的速度。
Code Golf Stack Exchange
High throughput Fizz Buzz
Fizz Buzz is a common challenge given during interviews. The challenge goes something like this:
Write a program that prints the numbers from 1 to n. If a number is
divisible by 3, write Fizz inst...
Write a program that prints the numbers from 1 to n. If a number is
divisible by 3, write Fizz inst...
这个月怎么奥尔加二创井喷了,咱已经同时追了《奥尔加过家家》、《派对浪客奥尔加》和《无法被处刑的奥尔加》了
#rustjerk
trait Rope {
fn _____________<U>(_: Self, _: U) where Self: Sized {}
}
struct T;
impl Rope for T {}
fn tug_o_war(_: impl Fn(T, T)) {}
fn main() {
tug_o_war(<T>::_____________::<T>);
}
https://www.reddit.com/r/rustjerk/comments/twqkux/fish_fight/reddit
Fish Fight
trait Rope { fn _____________<U>(_: Self, _: U) where Self: Sized {} } struct T; impl Rope for T {} fn tug_o_war(_:...