Profile avatar
kzdnk.pl
8 posts 69 followers 194 following
comment in response to post
Why are those parenthesis necessary in `(PstFlt_Len)PstFlt_Len`?
comment in response to post
The same channel is probably fine. No need to divide stuff if you only do streams every so often :)
comment in response to post
I'm not sure if I agree with your last sentence here. I would rather my bank's website crashed than sent an incorrect amount of money. Both systems applications and UIs have recoverable and unrecoverable errors depending on the domain.
comment in response to post
Linear programming is really fun with the right software! Personally I use excel with the simplex solver /j
comment in response to post
the "fuck around and find out" of version control systems
comment in response to post
some people claim it is
comment in response to post
Well, imo Rust needs slightly better ergonomics around Cow or something similar. Taking a reference and cloning is fine for small stuff / reference counted stuff, but if the user can give an owned value, they probably should be able to