Live data from Hacker News

Viewing profile — CrimsonVoid

CrimsonVoid

HN member
Joined
Thu, Jun 06, 2013, 4:12 AM UTC
HN karma
30
Public activity
8 items

About CrimsonVoid

No profile information was provided.

Recent public activity

  1. comment
    Comment #32115448

    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 actua…

  2. comment
    Comment #32115445

    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 …

  3. comment
    Comment #32113943

    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…

  4. comment
    Comment #13242694

    As someone who greatly prefers light themes over dark, ayu seems to be the light theme I've been searching for.

  5. comment
    Comment #8747496

    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

  6. comment
    Comment #8747268

    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 s…

  7. comment
    Comment #8704853

    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 th…

  8. comment
    Comment #6101914

    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 cr…