wilhelm bierbaum

@wjb
0 Followers
46 Following
87 Posts
๐Ÿ’ป๐Ÿ““๐Ÿ“ท๐Ÿ“ฝ๐Ÿœโ›ฐ๐Ÿšฒ๐Ÿ๐Ÿš˜๐Ÿ‘ฝ ::: he/him
locationsan francisco
@vitaut despite windows PATH_MAX equivalent being the absolute pathmaxxingest platform out there โ€ฆ 64KiB ought to be enough for anyone
@vitaut rust has std::pin!(your_ass_to_the_chair_until_you_discover_this_one_weird_trick_that_lets_you_compile_your__fucking_program)
A shitpost that's been brewing in my head for a while now

@skull-squadron gave me a Mac Book Pro so that I can port dysk to Mac.

To make it happen, I also need testers.

Head up to https://github.com/Canop/dysk/pull/89

@ljs Imagine when all so called C++ experts are on the island and then it erupts killing everyone.
Compiler Explorer stats https://stats.compiler-explorer.com/
Grafana

@vitaut I love how this reveals hobby (weekend explorer invocations) lands, so cool
@vitaut just peek in and say hello anyway. thereโ€™s no such thing as privacy.
@vitaut not to the degree youโ€™d need to; https://doc.rust-lang.org/std/ops/trait.Shl.html
Shl in std::ops - Rust

The left shift operator `<<`. Note that because this trait is implemented for all integer types with multiple right-hand-side types, Rustโ€™s type checker has special handling for `_ << _`, setting the result type for integer operations to the type of the left-hand-side operand. This means that though `a << b` and `a.shl(b)` are one and the same from an evaluation standpoint, they are different when it comes to type inference.