0xdeafbeef

@deafbeef
14 Followers
106 Following
142 Posts

Notification backlog progress:
- Day start: 96
- Day end: 86

Additional accomplishments:
- https://github.com/rust-lang/cargo/pull/16600

feat(lints): Emit the rest of unused_dependencies by epage · Pull Request #16600 · rust-lang/cargo

What does this PR try to resolve? Fixes #15813 This checks only build and normal dependencies (see below for more details). I would expect we'd open a new issue to track dev-dependencies. I d...

GitHub

I fucking hate person who wrote this validation.

Just why?

#ux #frontend

TIL: serde's borrowing can be treacherous

0 comments

Lobsters

@imperio I’ve been struggling with the new search UI on docs.rs. My brain keeps hunting for a text box to type in, so I end up clicking the global search bar instead of the crate icon every time.

It's especially confusing seeing the old vs new UI on different crates. Is there a reason we moved away from the persistent bar? I'd be happy to file an issue/PR to improve the icon's visibility!

#rustdoc #rust

Do portals violate conservation of energy? No! You just need to teleport gravity through them. How do you do that? And what does the Finite Element Method have to do with it? Watch it in my new video 🟠🔵.

This is the best thing I've ever done in my life: a 40-minute video, 5 months of work, 230 hours of programming.

https://youtu.be/DydIhwLrbMk

I got the first prototype of comptime fn in Rust working yay
I guess I need a separate disk for target.
#rustlang #rant
Checking tcmalloc in rustc. In my project with thin lto it gave 10% speed-up using 3gb less memory.
https://github.com/rust-lang/rust/pull/147333
#rustlang
wip tcmalloc by 0xdeafbeef · Pull Request #147333 · rust-lang/rust

hyperfine --prepare 'cargo clean' 'cargo +stock build -r' 'cargo +stage2 build -r' --runs 3 --warmup 0 Benchmark 1: cargo +stock build -r Time (mean ± σ): 269.238 s...

GitHub

One of my favorite #Rust facts is that specialization, proposed in July 2015, was described as a "relatively small extension to the trait system". It's been a couple years since I encountered this and it's still funny.

#RustLang #programming

Why use a URL shortener when you can use a phishy URL extender?

https://phishyurl.com/

Keep your security people alert and awake, generate phishing-looking redirecting links

#infosec