Sure, I kind of hint at it in another comment in this thread but a few more pain points for me: * Rust has no way to talk about heap allocations succinctly other than Box; an actual type I had Option<Box<[Box<[&'a…
It's less about getters and setters specifically and more about how much Java's ecosystem relies on code generation through libraries like Lombok instead of just trying to fix the language. Likewise, Rust's answer to…
I know this is going to be a controversial opinion considering how much everyone seems to love Rust, but does anyone else find Rust incredibly painful to work with, even for simple tasks? Like I'm no stranger to…
As someone who greatly prefers light themes over dark, ayu seems to be the light theme I've been searching for.
I added a page to show the full title of videos to make it easier to find specific talks. http://104.236.115.7/videos.html
I was having trouble streaming the talks from defcon.org so I decided to mirror it here http://104.236.115.7/ I will probably kill the server in about a week, when load to Defcon servers go down. The default file…
C++ libraries can optimize smaller strings and store them on the stack. It's commonly known as short string optimization. I'm not sure how many libraries actually use SSO, but I think the three major vendors use…
I absolutely loved your talk; not only is it pretty informative but also entertaining, and found myself rewatching it just because. I think your talk gave me enough knowledge of crypto to take another go at Stanford's…
Sure, I kind of hint at it in another comment in this thread but a few more pain points for me: * Rust has no way to talk about heap allocations succinctly other than Box; an actual type I had Option<Box<[Box<[&'a…
It's less about getters and setters specifically and more about how much Java's ecosystem relies on code generation through libraries like Lombok instead of just trying to fix the language. Likewise, Rust's answer to…
I know this is going to be a controversial opinion considering how much everyone seems to love Rust, but does anyone else find Rust incredibly painful to work with, even for simple tasks? Like I'm no stranger to…
As someone who greatly prefers light themes over dark, ayu seems to be the light theme I've been searching for.
I added a page to show the full title of videos to make it easier to find specific talks. http://104.236.115.7/videos.html
I was having trouble streaming the talks from defcon.org so I decided to mirror it here http://104.236.115.7/ I will probably kill the server in about a week, when load to Defcon servers go down. The default file…
C++ libraries can optimize smaller strings and store them on the stack. It's commonly known as short string optimization. I'm not sure how many libraries actually use SSO, but I think the three major vendors use…
I absolutely loved your talk; not only is it pretty informative but also entertaining, and found myself rewatching it just because. I think your talk gave me enough knowledge of crypto to take another go at Stanford's…