Advertisement · 728 × 90

Posts by DuskyElf

why were there 2 cursors in the start ?

1 month ago 3 0 1 0

#Ziglang is an absolute blessing for programmers doing anything with WebAssembly... No #rustlang magic

4 months ago 1 0 0 0
Post image

Right after Los Angeles' datacenter maintenance... I hope it's not some JavaScript issue

5 months ago 1 0 0 0
cloudflarestatus.com showing the cloudflare outage, along side previous scheduled maintenance on multiple places like Santiago, Tahiti

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 -

5 months ago 2 0 1 0
searching "engineer definition" on duckduckgo, second result - "One who operates an engine"

searching "engineer definition" on duckduckgo, second result - "One who operates an engine"

Game developers are the true engineers...

5 months ago 6 0 0 0

LMAO

11 months ago 2 0 0 0

Or just make it 69K now

11 months ago 2 0 0 0
Preview
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

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

1 year ago 7 0 1 0
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)]

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)]

#khabylame

1 year ago 19 0 0 0
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

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

CSS had nesting all along
#webdev #html #css

1 year ago 6 0 1 0
Advertisement

Raw dog Seeqle at this point

1 year ago 0 0 0 0

And I React -ed with a 👍🏻

1 year ago 3 0 0 0

Windows is more of a pain than linux

1 year ago 3 1 1 0

Windows is more of a pain than linux

1 year ago 3 1 1 0

Smells recursive

1 year ago 0 0 0 0

It still ain't a real programming language 😔 as I'm not in the Beta

1 year ago 3 0 0 0

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.

1 year ago 0 0 0 0

You can already smell its accuracy when GenAI hallucinations are voted good.

1 year ago 3 0 0 0

Saved, excited to watch in the free time 😉

1 year ago 1 0 0 0
Advertisement
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

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

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

1 year ago 10 3 1 1

BlueSky 🦋🔵

1 year ago 1 0 0 0

Normalize using "Informatics" instead of "Computer Science". Real Science doesn't need the word "Science" in its name. Just like "Physics".

1 year ago 143 5 24 2
Preview
Rustc Trait System Refactor Initiative Update: Stabilizing `-Znext-solver=coherence` | Inside Rust Blog Want to follow along with Rust development? Curious how you might get involved? Take a look!

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/....

1 year ago 4 0 0 0
Compiling Should NOT be This Slow
Compiling Should NOT be This Slow YouTube video by Tsoding Daily

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

1 year ago 2 0 1 0
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

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

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

1 year ago 10 3 1 1

There are servers running for years continuously, 500+ days
It only runs, can't restart anymore 😆

1 year ago 2 0 0 0
Advertisement

That's fine, but you should restart after updates, especially to the kernel

1 year ago 2 0 1 0

thousand days

1 year ago 1 0 0 0

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.

1 year ago 4 0 0 0

and get blasted by Zero days

1 year ago 1 0 1 0