Live data from Hacker News

Viewing profile — mkpankov

mkpankov

HN member
Joined
Mon, Nov 03, 2014, 6:13 PM UTC
HN karma
57
Public activity
22 items

About mkpankov

No profile information was provided.

Recent public activity

  1. comment
  2. comment
    Comment #9626482

    A stupid question: what's TLAB?

  3. comment
    Comment #9610635

    It's not "deterministic". It has limits on time consumption of GC defined. But you still can't tell when, and if, at any given moment you'll have a pause.

  4. comment
    Comment #9610615

    > similar timeframes I hope you understand first stable release of Rust happened less than 2 weeks ago (15 May 2015), vs. Go's Go 1 in March 2012. 3 years is pretty big difference.…

  5. comment
    Comment #9532507

    Note the translation is done by a company which makes C++ static analyzer for a living. This might be the case of conflict of interest and/or heavy bias.

  6. comment
    Comment #9532498

    C++ is impossible to validate formally. Rust inherently guarantees static memory safety in many situations, on the other hand.

  7. comment
    Comment #9216958

    Well, I can't say I'm happy with spam filtering - I regularly get some stupid spam to the inbox (not even something smart enough to bypass the filters, IMO).

  8. comment
    Comment #9216891

    I have 4 virtual domains bound to same account. Why isn't it an option? You can filter stuff based on "To:" address to put it in different "Inbox" folders. And storage usage is mor…

  9. comment
    Comment #8922840

    I investigated this Standard once. See https://www.securecoding.cert.org/confluence/display/seccode... and exception EXP05-EX3 in particular. Exception promotes non-standard-compli…

  10. story
  11. story
  12. story
  13. story
  14. story
  15. story
  16. comment
    Comment #8556852

    Yeah, previously we had a no-configure setup (just a configuration file). I have some thoughts on how this could be implemented in Qake properly, but didn't get to it yet.

  17. comment
    Comment #8556177

    For me, it always was more about infrastructure - successfully distributing a project when it's built with something less-than-mainstream is a problem, even if majority of install …

  18. comment
    Comment #8556159

    I ended up using $(eval ...) a lot, and turns out Make's support for it is... suboptimal. As for paper - I believe it's "Recursive Make Considered Harmful" - I read it, it's great.…

  19. comment
    Comment #8556149

    In some environments, even upgrading Make to a newer version is a hassle. Let alone installing some different tool.

  20. comment
    Comment #8556139

    Well, I'm going to admit I blatantly stole that piece from another project I use... Never considered that :)

  21. comment
    Comment #8556135

    Currently not. I imagine how this could be done, but it's quite a portion of work.

  22. story