Live data from Hacker News

Viewing profile — bubaflub

bubaflub

HN member
Joined
Mon, Feb 29, 2016, 4:11 PM UTC
HN karma
120
Public activity
12 items

About bubaflub

No profile information was provided.

Recent public activity

  1. comment
    Comment #21786983

    Myself and a few others I know take Vyvanse instead of Ritalin or Adderall. I haven't had built any resistance yet but it's only been a year or two. I like it better as it feels le…

  2. comment
    Comment #19159007

    Smug self-righteousness

  3. comment
    Comment #17633537

    Why isn’t Cloudflare listed? They don’t charge for bandwidth so I suppose they’d always be the cheapest.

  4. comment
    Comment #17577265

    There’s a whole section on the page with the header “Concern over numerous patches to the match ergonomics feature”. So if your question is literally, “Does anybody else...” then t…

  5. comment
    Comment #15098361

    Go has several packages supporting program analysis in the standard library. https://golang.org/pkg/go/types/#Info populates separate maps for Defs and Uses. Check out the source f…

  6. comment
    Comment #15090221

    From https://github.com/colebemis/feather/blob/master/README.md#l... : License Feather is licensed under the MIT License.

  7. comment
    Comment #14745415

    Are you referring to https://ocw.mit.edu/courses/electrical-engineering-and-compu... ?

  8. comment
    Comment #13347798

    I think the central point of the article is: > The Uber opportunity for Grindr is to establish itself as the leader of a new social movement that encompasses gender, racial, and re…

  9. comment
    Comment #13344680

    Good catch! I read that paragraph the same way and I believe it is a typo. I've left a comment on the medium article asking the author to clarify that section. If you don't mind me…

  10. comment
    Comment #12399634

    Could you recommended any articles for further reading?

  11. comment
    Comment #11799533

    I think it depends on where the NULL is and what it represents. If NULL value is in a field that is used for JOIN-ing, I don't think you would "represent" the NULL value as much as…

  12. comment
    Comment #11799468

    Could you explain why you believe the presence of a NULL in the database necessitates a NULL pointer somewhere in the code?