DuskyElf
banner
duskyelf.me
DuskyElf
@duskyelf.me
Your friendly neighborhood programmer /amista/ DuskyElf ☕
https://github.com/DuskyElf
#Ziglang is an absolute blessing for programmers doing anything with WebAssembly... No #rustlang magic
November 19, 2025 at 7:37 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
A ToDo app made in pure HTML and CSS without using JS
github.com/duskyelf/tod...

it's a fun way to explore how creative we can get with CSS and HTML elements. Plus, it shows off a pretty cool implementation of theme selection without needing any scripts!

#webdev #html #css #purecss #frontend
GitHub - DuskyElf/todo-css: A ToDo app made in pure HTML and CSS without using JS
A ToDo app made in pure HTML and CSS without using JS - DuskyElf/todo-css
github.com
April 10, 2025 at 8:42 PM
CSS had nesting all along
#webdev #html #css
April 6, 2025 at 8:52 PM
Reposted by DuskyElf
Windows is more of a pain than linux
March 20, 2025 at 9:21 PM
Reposted by DuskyElf
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
Reposted by DuskyElf
Normalize using "Informatics" instead of "Computer Science". Real Science doesn't need the word "Science" in its name. Just like "Physics".
March 13, 2025 at 1:42 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
Reposted by DuskyElf
My favorite one I've run into is the 1900 bug. It wasn't a leap year, even though 1896 and 1904 were, because of the 100 year rule.
This wasn't explained well to farmers, so the US government has hundreds of records of what the weather was like on February 29th, 1900, a day that DID NOT EXIST.
March 13, 2025 at 2:18 AM