@anarchistbicycleclub "The pattern of activity mainly centers around an aggressive propaganda strategy distributing ‘promat’ (‘promotional materials’) pushing the group’s name, website, and white nationalist views. Members are required to submit proof of weekly ‘activism’ tasks and are criticized, scolded and punished when they fail to meet their expected quotas."
@anarchistbicycleclub 'Patriot Front’s official ‘promat,’ such as stickers and flyers, can only be bought directly from leader Thomas Rousseau, who personally ships it to members. “If any of the prices seem above market rate,” wrote Rousseau in the group’s chat in July 2021, “it’s because it also goes toward paying for our servers, our digital accounts and subscriptions, and the food I can afford to eat.”'
@lig Depending on Google for core infrastructure of your application is a really bad idea IMO. Unless you don't give a shit if it still exists in 5 years.
@brainblasted Coding under strict time deadlines is silly... if that's what they value in applicants, I would expect the company to force workers to meet bullshit deadlines that don't actually matter for anything.
@parasurv People still post bad takes about how Linux isn't good enough for some little reason that matters to them personally and completely ignore the elephant in the room.
@meena@civodul The way asynchronous runtimes are decoupled from the standard asynchronous interfaces is a great example of this. It allows asynchronous code to be shared between a native Rust runtime like async-std or Tokio, and it also can be integrated with an external runtime like the GTK Rust bindings do.