#Rust tip of the day: if you need an uncommon #iterator quickly, build it from a closure using `std::iter::from_fn`.
https://doc.rust-lang.org/std/iter/fn.from_fn.html
```
let mut count = 0;
let counter = std::iter::from_fn(move || {
count += 1;
if count < 6 {
Some(count)
} else {
None
}
});
```
I know, it’s just a “Someone Is Wrong On The Internet” piece, but that NYTimes piece about Why Signal Is Bad And Privacy Is Bad needs to be refuted in a compact explainer, so here’s mine: https://www.tbray.org/ongoing/When/202x/2022/12/29/Privacy-is-OK
"The Power of the 'Two Shot' in Nonfiction Writing"
... in which I unpack what long-form nonfiction writers can learn from studying documentary-film technique
For Medium subscribers, here's the essay: https://clivethompson.medium.com/the-power-of-the-two-shot-in-nonfiction-writing-2edc6dcc73c
If you're not a Medium subscriber, here's a friend link: https://clivethompson.medium.com/the-power-of-the-two-shot-in-nonfiction-writing-2edc6dcc73c?sk=010bb2890b74a1df97195989c7e2c112
@jkosseff if you're using pacer, add the recap
Plug-in so others can access the same records for free. https://free.law/recap
Oh wow, part of the reason the F-1 rocket engines that ended up in the SaturnV to take us to the moon, were originally engineered to be insanely powerful, was because they didn't know if nuclear weapons could be shrunk enough to easily fit on ICBMs. (23min in)
https://youtu.be/cUkbdqw9pBk
The impact TERFs have in society
https://www.itv.com/news/central/2022-12-26/cancer-survivor-challenged-at-public-toilets-after-being-mistaken-for-a-man This is the collateral damage that (trans)Gender Critical Kathleen Stock called a “regrettableble cost” #transgender
Bayonetta 3 Validates Every Insecurity About My Life, Relationships, and Sexuality
Lucas DeRuyter examines his reaction to the end of #Bayonetta3 and how the end of Bayonetta's arc rejects what so many found inspirational about her
You, naive: computers are deterministic, therefore they are easy to understand
Me, jaded: lol. lmao.
Over the past week we've seen a noticeable uptick in men joining, following dozens of accounts presenting as women, and then messaging them directly.
Some appear to be real people, some are fake accounts with stolen identities.
Either way, this is stalking and harassing behaviour, and we have zero tolerance for it.
For those affected by accounts we fail to catch, please report them. We _will_ take action, and you'll help keep the community safe and welcoming for all.
Diolch.
In a 'confidential' email notification sent by Okta and seen by BleepingComputer, the company states that attackers gained access to its GitHub repositories this month and stole the company's source code.
Ryle had a heart attack.
@nmkj Pawooについて「どうしてサーバーを買うの」「企業が独立サーバーを買い占めて広告を挟んで稼ぐでしょう」っていうのは草
About A Declaration of the Independence of Cyberspace
A Declaration of the Independence of Cyberspace is a document of naive reaction. It discounts physicality, by which it hollows itself out and becomes unable to say anything about the ethics and metaphysics.
It discounts physicality, giving no consideration to the actual physics of how the cyberspace is supported. Cyberspace won't become independent from nation states as long as the ISPs are not. The ISPs won't become independent as long as their cables are on sovereign land and their signals go though sovereign airspace.
By rejecting physicality it hollows itself out.
It tries to imitate the Declaration of Independence of the US, but it barely lists any grievances with weight. Physicality of grievances is what weighs on people's conscious.
It wants a new governance like the Communist Manifesto, yet it has neither a sharp criticism of the existing governance nor a vision of what the new one should be like. Physicality of the governance is what supports criticisms and visions, and what spurs the mass into action.
It is a flimsy document which cannot support a coherent political worldview. I recommend Lars Doucet's book review series about Henry George's Progress and Poverty as a substitute.