Live data from Hacker News

Viewing profile — LeafStorm

LeafStorm

HN member
Joined
Mon, Apr 11, 2011, 12:36 AM UTC
HN karma
3,533
Public activity
425 items

About LeafStorm

No profile information was provided.

Recent public activity

  1. comment
    Comment #12322962

    Is this a standard naming convention for exploits?

  2. comment
    Comment #11562121

    I have seen xkcd #927 used to dismiss discussions of standards on HN so many times that it is the only xkcd comic I can recognize by number.

  3. comment
    Comment #9561197

    Rust has two types called Rc and Arc that have this behavior. When you clone an Rc pointer, the internal reference count increments, and as each clone disappears, the reference cou…

  4. comment
    Comment #9142574

    > support unauthorized vulnerability attempts That was probably just a random student who learned some fun stuff in Security class and slept through the Ethics lesson. I can't spea…

  5. comment
    Comment #8635537

    If you don't want to support commercial plugins, then those companies have no legitimate usecase that would require avoiding the GPL.

  6. comment
    Comment #8517814

    I almost went down this route on a project once. As soon as I noticed myself writing an identity map, I slapped myself in the face and just downloaded Symfony.

  7. comment
    Comment #8450151

    It seems to me that the author's system was in an incredibly unstable state to begin with. He's running a Debian prerelease with an unsupported filesystem, that had gone without up…

  8. comment
    Comment #7009587

    Oddly enough, back when the cylindrical Mac Pro was first announced, a coworker and I discussed how exactly one would rack them. We came up with something very similar, but slightl…

  9. comment
    Comment #6966890

    Flashing reds are based entirely off of how long it takes an "average" person to cross. As a relatively tall young adult, I walk much faster than the "average," so I can frequently…

  10. comment
    Comment #6940167

    My lightning talk - "Traversing the Montreal Métro with Python" - was accepted, and I'm super-excited! But also I'm super-excited about the rest of the schedule. There are 36 talks…

  11. comment
    Comment #6939712

    The "moderators on StackExchange" shot was good, but I really take offense to the "PyCon 2013" one. The reason stuff went wrong at that conference was because of the actions of one…

  12. comment
    Comment #6919767

    Also, this post jumped from #20 on the front page to somewhere below #360 in the time it took me to write my other comment.

  13. comment
    Comment #6919751

    Ah, the wonders of low-level assembly programming. I was a teaching assistant for an assembly course this semester at school, and one of the students was running a program in the d…

  14. comment
    Comment #6824831

    > On the one hand, it seems ridiculous (absurd, perhaps) to fire someone over a pronoun -- but to characterize it that way would be a gross oversimplification: it's not the use of …

  15. comment
    Comment #6824815

    He didn't quote Strunk & White to justify rejecting the patch, nor did he bring up the grammatical argument at all when reverting it. He just said "this is not worth spending time …

  16. comment
    Comment #6739842

    I use Symfony at work. I would love to contribute some of the patches and helpers I have written to Symfony, or release them as an independent bundle, but (a) I'm the only programm…

  17. story
  18. comment
    Comment #6634495

    This looks like a fairly well-designed format. My main concern is that this seems to have suddenly appeared out of nowhere and gone directly to RFC. (Presumably there was an Intern…

  19. comment
    Comment #6605314

    Here's a point that gets forgotten in a lot of discussions of this issue: > We’re also underlining that our events are for over-18s, maybe even over-21s, by holding them in license…

  20. comment
    Comment #6605172

    Can you draw brightly colored lines on roads for a bus map? I like to mess around analyzing bus routes, but so far I haven't been able to find a computer-based tool for drawing the…

  21. comment
    Comment #6581294

    I like the implementation of the "Enum" class, especially the way they allow for enums with variant behavior and "abstract Enums" (something I could have used in Java recently). Bu…

  22. comment
    Comment #6540975

    At ITECS, our Systems division uses practical names like engr-ras-201 for servers. However, we have a bit more fun with workstations. My machine was named "waytso." I asked my boss…

  23. comment
    Comment #6536899

    Two and a half years into my bachelor's, Sipser's Introduction to the Theory of Computation is the only computer science textbook I've had so far that I'd say I really found useful…

  24. comment
    Comment #6528620

    Working with basic data structures like maps, sets, and lists that you don't have to manually allocate takes approximately 20 times as much code as it does in nicer languages like …

  25. comment
    Comment #6528097

    For me, it just feels like instead of taking efforts to carefully design the language, they just picked the first thing that worked and froze it. And while I really like some featu…