why were there 2 cursors in the start ?
Posts by DuskyElf
#Ziglang is an absolute blessing for programmers doing anything with WebAssembly... No #rustlang magic
Right after Los Angeles' datacenter maintenance... I hope it's not some JavaScript issue
cloudflarestatus.com showing the cloudflare outage, along side previous scheduled maintenance on multiple places like Santiago, Tahiti
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 -
searching "engineer definition" on duckduckgo, second result - "One who operates an engine"
Game developers are the true engineers...
LMAO
Or just make it 69K now
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
Screenshot of python code - import itertools as it Outputs: None list(range(12)) Outputs: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11] list(it.batched(list(range(12)), 3)) Outputs: [(0, 1, 2), (3, 4, 5), (6, 7, 8), (9, 10, 11)]
A screenshot form MDN reference with the example syntax of CSS nesting using the `&` operator. At https://developer.mozilla.org/en-US/docs/Web/CSS/Nesting_selector
Raw dog Seeqle at this point
And I React -ed with a 👍🏻
Windows is more of a pain than linux
Windows is more of a pain than linux
Smells recursive
It still ain't a real programming language 😔 as I'm not in the Beta
There's ain't an algorithm to push your posts to the world. You need to put in the keywords and #hashtags to get attention in popular feeds.
Feeds are basically custom algorithms that people make for themselves.
You can already smell its accuracy when GenAI hallucinations are voted good.
Saved, excited to watch in the free time 😉
Screenshot of btop+ program showcasing 100% CPU core usage from rustc for 1 minute 26 seconds and counting. Side note, 2 instances of clippy-driver are also using 100% CPU
cargo run command stuck in Building phase
Rust Infinite ♾️ Compile Time 😂
It hangs on
```rs
trait Foo {
type Gat<'a>;
}
trait Bar {
type Ty: Foo
where
for<'a> <Self::Ty as Foo>::Gat<'a>: Assoc<Ty = ()>;
}
trait Assoc {
type Ty;
}
```
#rustlang #code #opensource #linux #programming
github.com/rust-lang/rust
BlueSky 🦋🔵
Normalize using "Informatics" instead of "Computer Science". Real Science doesn't need the word "Science" in its name. Just like "Physics".
The problem is with Generic Associated Types in Rust, that feature was rushed into stable.
Should fix in the new solver
blog.rust-lang.org/inside-rust/....
Rust analyzer gets stuck for the same.
Even after closing my text editor, those `clippy-driver` instances persisted, had to `killall clippy-driver`.
cc: www.youtube.com/watch?v=aKk_...
@tsoding.bsky.social
Screenshot of btop+ program showcasing 100% CPU core usage from rustc for 1 minute 26 seconds and counting. Side note, 2 instances of clippy-driver are also using 100% CPU
cargo run command stuck in Building phase
Rust Infinite ♾️ Compile Time 😂
It hangs on
```rs
trait Foo {
type Gat<'a>;
}
trait Bar {
type Ty: Foo
where
for<'a> <Self::Ty as Foo>::Gat<'a>: Assoc<Ty = ()>;
}
trait Assoc {
type Ty;
}
```
#rustlang #code #opensource #linux #programming
github.com/rust-lang/rust
There are servers running for years continuously, 500+ days
It only runs, can't restart anymore 😆
That's fine, but you should restart after updates, especially to the kernel
thousand days
Linux is just the kernel, GNU/Linux is the OS layer, Gnome is the desktop environment. Decoupling allows hundreds and thousands of different projects working in this open world.
Mainstream linux distributions do come with Gnome and KDE.
and get blasted by Zero days