Show more

It’s time to shine some light on the connection between recent “anti-groomer” rhetoric (targeting our LGBTQ friends and neighbors) and established white supremacy initiatives.

In December 2022, on telegram, the white lives matter (WLM) initiative promised a coming revision of their “activist” manual. This is the PDF manual they distribute to recruit and guide white supremacists in promoting hate through banner drops, sticker campaigns, etc.

So far a WLM revised manual has not appeared, but in January 2023 another “initiative” appeared on the same online platform calling itself “Project 171” or “Anti Groomer Action.”

CVA researchers have determined Project 171 is an attempt by WLM to pivot tactics away from hard white supremacy rhetoric and instead, capitalize on the recent wave of hatred targeting schools and drags shows with accusations of “sexualizing children.”

The following comparisons of the WLM activist manual 2.0, and the January 2023 Project 171 Anti Groomer Action manual show identical format, organization, and in many cases, cut and pasted text from one to the other.

We don’t intend to reprint the entirety of either manual, but our comparisons provide evidence that the recent Project 171 initiative is an attempt by an established white supremacy organization to diversify and infiltrate a parallel hate narrative targeting LGBTQ people.

So it turns out Rust supports incremental compilation and multiple codegen units, and it just wasn't hooked up to the kernel build system!

I hacked that in and now trivial driver changes take 4-5 seconds to build instead of 30~ ✨✨

github.com/AsahiLinux/linux/co

It took 9 hours of debugging but we fixed the bug!! One field was wrong in the firmware commands and that was somehow related to caching (I think)... 💦

There are still some issues, but we're going to take a break from compute and get a head start on M2 Pro/Max support next!!! ✨

I find it interesting to see, by a kind of revealed preference, what people really value via what qualities about someone they criticize or insult.

E.g., in the progressive circles I run in everybody agrees that body shaming is wrong, but shaming people for having having body parts or disabilities that don't match the standard masculine ideal is their go-to default insult, so it's pretty clear they don't mean it when they say all bodies are ok or even that trans men are real men.

I should caution, this is a *preliminary* result, as doing real performance analysis with solid methodology is hard. But it is exciting nonetheless.

I have the paris-30k demo running at 120fps on a mac M1 Max. This is with some tweaks and hacks, but I believe all that can be applied in production, it'll just take some work.

I'm really looking forward to doing careful benchmarking, as I believe Vello will come out way ahead of competitive renderers.

Cf. my recent boost, the Total Replay collection of Apple II arcade games is verrrry good. Super easy to use in #AppleII #emulation.

As a slightly unusual demonstration: I've been noodling with it on my #SteamDeck. Details on cohost: cohost.org/joel-k-baxter/post/

I woke up and now I'm thinking about all the VTubers I want to collab with and I can't sleep... 🥲

There are a lot of private space companies who still use “manned” instead of “human” or “crewed”.

#nasa hasn’t used “manned” in our official nomenclature for ~ 20 years. It may sound pedantic, but women are still only 20% of engineering graduates - the same percentage as when I graduated.

Language and representation - think of job postings - matter.

#space #engineering #WomenInSTEM

theatlantic.com/science/archiv

my year 9 computer science teacher introduced me to Processing and to The Coding Train. Honestly I had so much fun working in this language.

If you have a casual interest in computer graphics and art, processing is such a fun language - it's pretty accessible too

The coding train is just an awesome YouTube channel, he does loads of programming challenges and explains lots of computer science concepts in a really accessible way.

"the bob ross of computer science" ☺️

youtu.be/UNkHditYGls

A random fact that I learned today that I'd never known before: south Florida is the only place in the world that crocodiles (tropical) and alligators (temperate) overlap. I had no idea.

Also, manatees are freaking amazing.

Spotting a Picasso painting of a #cat in my timeline reminded me of that delightful sketch I once saw at Barcelona's #Picasso museum, soberly titled "Two figures and a cat"…

#Rust tip of the day: if you need an uncommon #iterator quickly, build it from a closure using `std::iter::from_fn`.

doc.rust-lang.org/std/iter/fn.

```
let mut count = 0;
let counter = std::iter::from_fn(move || {
count += 1;

if count < 6 {
Some(count)
} else {
None
}
});
```

#rustlang

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: tbray.org/ongoing/When/202x/20

"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: clivethompson.medium.com/the-p

If you're not a Medium subscriber, here's a friend link: clivethompson.medium.com/the-p

#writing #journalism #reporting

@jkosseff if you're using pacer, add the recap
Plug-in so others can access the same records for free. free.law/recap

Paying $10.60 to access a few court briefs on PACER is awful. When those briefs are in a First Amendment right of public access case, we're also in Alanis-level irony territory.

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)
youtu.be/cUkbdqw9pBk

Show more
Qoto Mastodon

QOTO: Question Others to Teach Ourselves
An inclusive, Academic Freedom, instance
All cultures welcome.
Hate speech and harassment strictly forbidden.