@fasterthanlime@hachyderm.io titelbild
@fasterthanlime@hachyderm.io avatar

fasterthanlime

@fasterthanlime@hachyderm.io

hi, I'm amos! 🦀 I make articles & videos about how computers work 🐻‍❄ cool bear's less cool counterpart ✨ be kind

Dieses Profil is von einem föderierten Server und möglicherweise unvollständig. Auf der Original-Instanz anzeigen

bagder , an Random Englisch
@bagder@mastodon.social avatar
lritter , an Random Englisch
@lritter@mastodon.gamedev.place avatar

"no politics" is the perfect non sequitur

e.g. whacks the croissant off your breakfast plate "i said NO POLITICS!"

makes you wonder what this is about. is it because the croissant is french? does this relate to the french not wanting to co-invade iraq in 2003? or is it because the croissant looks both like two dicks and the horns of satan, and thus promotes homosexuality? or is it due to the flagrant use of butter in the recipe, alluding to Jim Field Smith’s butter-carving satire Butter?

lritter OP ,
@lritter@mastodon.gamedev.place avatar

still can't get over that github ticket. you say the words "gender neutral" and all hell breaks loose. douche dev mumbles something about "no politics" because all he does between his porn sessions is to get lit and hang out on /b/. he gets milkshake ducked, kids create github accounts just to grandstand to him, and then the incel clowncar rolls up, the doors open, and out bounces an unholy conga line of death cultists ready to storm the capitol again. is it 2015? do we still do this?

fasterthanlime , an Random Englisch
@fasterthanlime@hachyderm.io avatar

Oh my god.

All my life I‘ve been paranoid about accidentally putting the wrong fuel in my cars and it turns out THAT’S NOT EVEN POSSIBLE ANYMORE because they made the diesel nozzles bigger, so they won’t fit

Why do anxieties inherited from my dad not update themselves 🙃🙃🙃

gigantos ,
@gigantos@social.linux.pizza avatar

@fasterthanlime @thejpster there is a solution and the name is SoloDiesel. I saw it in my local Volkswagen shop many years ago, and after a search it seems to still exist.

https://www.solodiesel.eu/en

luna , an Random Englisch
@luna@pony.social avatar

“We Do Not Concern Ourselves With Controversial Topics As To Not Alienate Anyone” Says Project Maintainer, Alienating Several

zvava , an Random Englisch
0xabad1dea , an Random Englisch
@0xabad1dea@infosec.exchange avatar

Every time my posts go viral by mastodon standards, I get mean-spirited replies from strangers who then inform me that I cannot criticize them because they're autistic. I'M ALSO AUTISTIC. WE'RE ALL AUTISTIC. THIS IS THE AUTISM SOCIAL NETWORK. IF YOUR REPLIES ARE REGULARLY UPSETTING THE PEOPLE YOU'RE SENDING THEM TO, THE PROBLEM IS NOT AUTISM

regehr , an Random Englisch
@regehr@mastodon.social avatar

The SIGPLAN Programming Languages Software Award goes to the original Rust team!!!!!

thejpster , an Random Englisch
@thejpster@hachyderm.io avatar

Fun fact: Box::<[i32; 6]> is half the size of Box::<[i32]>

It seems that when a Box contains an unsized type like a slice, the Box value includes both the pointer and the size.

I know references did this (&[i32; 6] vs &[i32]) and I guess it makes sense that Box does it to, but I never really thought about it before.

fasterthanlime , an Random Englisch
@fasterthanlime@hachyderm.io avatar

Oh hey, .avif is supported pretty much everywhere nowadays: https://caniuse.com/?search=avif

I can drop .webp (and .jpg)

xenodium ,
@xenodium@indieweb.social avatar

@fasterthanlime weirdo checks for avif support.... yup caniuse is now complete:

(use-package image
:mode ("\.avif\'" . image-mode))

icing , an Random Englisch
@icing@chaos.social avatar

Lets Encrypt on their plan and progress to run their services more and more on Rust implementations. They deployed ntpd-rs now.

https://letsencrypt.org/2024/06/24/ntpd-rs-deployment.html

crutlefish , an Random Englisch
@crutlefish@mas.to avatar

Inspired by @fasterthanlime introducing me to Rectangle Pro - https://rectangleapp.com/pro (which has replaced Divvy for me), there are a few other macOS apps I really like:

EUCommission , an Random Englisch
@EUCommission@ec.social-network.europa.eu avatar

Apple’s new slogan should be “act different.”

Today, we informed Apple of our preliminary view that its App Store rules are in breach of the Digital Markets Act, as they prevent app developers from freely steering consumers to alternative channels for offers and content.

We also opened a new non-compliance procedure over concerns that its new contractual requirements for third-party app developers and app stores fall short of ensuring effective compliance.

ℹ️ https://europa.eu/!jPPcTV

fasterthanlime , an Random Englisch
@fasterthanlime@hachyderm.io avatar

this is probably just me / my fault in some way but it is, to me, really funny

erika ,
@erika@webtoo.ls avatar

@fasterthanlime (I work at Astro)

We don't do the deploying or hosting, Astro just generates the files. The way they set up deploying, hosting and caching is up to CloudFlare here

romac , an Random Englisch
@romac@hachyderm.io avatar

TIL in Rust one can use .. in tuple patterns to omit elements, much like in struct patterns:

fn foo() -> usize {
match (1, true, "foo", 2) {
(1, .., y) => y,
(x, true, ..) => x + 1,
(.., foo, y) => foo.len() + y
}
}

foone , an Random Englisch
@foone@digipres.club avatar

Bad idea: since there's a mechanical limit to how much you can cool down a CPU, design a motherboard with a rotary barrel.

While one CPU is used, the other five can be cooling down!

predrag , an Random Englisch
@predrag@hachyderm.io avatar

A pleasant surprise while watching @fasterthanlime's latest video 👀 Thanks for the shout-out!

The video is excellent, as always — check it out here 👇
https://www.youtube.com/watch?v=eEtawNgwSC8

predrag OP ,
@predrag@hachyderm.io avatar

As @fasterthanlime mentioned, cargo-semver-checks relies on rustdoc to work.

To learn more, come to @rustconf and check out my talk!

fasterthanlime , an Random Englisch
@fasterthanlime@hachyderm.io avatar

I was too lazy to type "kubernetes/kubernetes"

christmastree ,
@christmastree@mastodon.social avatar

@fasterthanlime kubernetes^W^Y/^Y

vulkan , an Random Englisch
@vulkan@fosstodon.org avatar

Apple M1 (Honeykrisp) driver achieves Vulkan 1.3 conformance

https://rosenzweig.io/blog/vk13-on-the-m1-in-1-month.html

mjg59 , an Random Englisch
@mjg59@nondeterministic.computer avatar

The "Recall can't record DRMed video content" thing is because DRMed video content is entirely invisible to the OS. The OS passes the encrypted content to your GPU and tells it where to draw it, and the GPU decrypts it and displays it there. It's not a policy decision on the Recall side, it's just how computers work.

fasterthanlime , an Random Englisch
@fasterthanlime@hachyderm.io avatar

The fact that this tool shows you not just the hour, but the day the task will finish on, is... ominous.

demize ,
@demize@unstable.systems avatar

@fasterthanlime which monday, DaVinci? which monday???

mozilla , an Random Englisch
@mozilla@mozilla.social avatar

Firefox 130 is bringing a game-changing feature: automatic alt-text generation for images using a fully private on-device AI model! 🙌🏾

Initially available in the built-in PDF editor, our aim is to extend this to general browsing for screen reader users. https://hacks.mozilla.org/2024/05/experimenting-with-local-alt-text-generation-in-firefox-nightly/

lzg , an Random Englisch
@lzg@mastodon.social avatar

happy pride to all the queers who absolutely don't want to go out in the sun with the crowds this month, or any other month. i see you, i am you.

lzg OP ,
@lzg@mastodon.social avatar

we're here, we're queer, we're looking for a shady spot to rest, we brought a book, we're wearing earplugs, we can only stay for an hour!

kneath , an Random Englisch
@kneath@indieweb.social avatar

One of my favorite quirks of LLMs is how you can encourage it like a toddler and… it’ll actually try harder.

HalvarFlake , an Random Englisch
@HalvarFlake@mastodon.social avatar

Dear neurodivergent Twitterverse, I suspect one of my kids might have/be ADHD. I am suspicious of self-assessment tests, and would like to learn more about the SotA for testing (ideally quantitative tests without practice effects). What outside of TOVA exists? Anyone with experience with any such tests?

Also: while I think it's unlikely, I'd be interested to see what reliable tests for neurodivergent traits exist that are for adults?

  • Alle
  • Abonniert
  • Moderiert
  • Favoriten
  • random
  • haupteingang
  • Alle Magazine