As a Leicestershire lad, I get really offended hearing the David Attenborough slop TTS voice. Show some damn respect!
do whatever you want all of the time
he/him
Posts
At some point in my life, gigabit wifi and 2TB microSD cards became a thing. And I have no memory of when that was. I still have and use the 16GB USB drive that blew my mind 10 years ago
It's 6am but I wrote a dependency graph resolver in Rust
A lot of the useful functions of a mobile operating system could be achieved by sticking a web frontend on top of Emacs with Org Mode
I guess it's time for me to cause one of my classic diplomatic incidents
Just found out that the scroll wheel on my Logitech MX Master mouse doesn't work unless some Logitech agent process is running on Windows
This is fine
The screen on my iPhone 11 is about to be forcibly ejected by the expanding battery. Fuck it we switching to Android
Nothing like Borsec and sunflower seeds from the gas station on a Sunday. Nothing like it!
query! {
Post {
id: ?post_id,
?author_id,
?published_at,
..
},
?published_at >= Utc::now() - Days::new(7),
for ?author_id {
Result {
user: User { id: ?author_id, .. },
posts: Post { id: ?post_id, .. },
},
}
}