DuskyElf
banner
duskyelf.me
DuskyElf
@duskyelf.me
Your friendly neighborhood programmer /amista/ DuskyElf ☕
https://github.com/DuskyElf
Right after Los Angeles' datacenter maintenance... I hope it's not some JavaScript issue
November 18, 2025 at 12:52 PM
Cloudflare's network (including X and half the internet) is down for some time, giving 500... Centralized systems Pfff

They were doing some scheduled maintenance one place at a time before -
November 18, 2025 at 12:48 PM
Game developers are the true engineers...
November 18, 2025 at 8:51 AM
April 6, 2025 at 8:57 PM
CSS had nesting all along
#webdev #html #css
April 6, 2025 at 8:52 PM
Rust Infinite ♾️ Compile Time 😂
It hangs on
```rs
trait Foo {
type Gat<'a>;
}

trait Bar {
type Ty: Foo
where
for<'a> ::Gat<'a>: Assoc;
}

trait Assoc {
type Ty;
}
```

#rustlang #code #opensource #linux #programming
github.com/rust-lang/rust
March 13, 2025 at 1:51 PM