Viewing profile — mkpankov
mkpankov
HN member- Joined
- Mon, Nov 03, 2014, 6:13 PM UTC
- HN karma
- 57
- Public activity
- 22 items
- HN profile
- View on Hacker News ↗
About mkpankov
No profile information was provided.
Recent public activity
- comment
-
comment
Comment #9626482
A stupid question: what's TLAB?
-
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.
-
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.…
-
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.
-
comment
Comment #9532498
C++ is impossible to validate formally. Rust inherently guarantees static memory safety in many situations, on the other hand.
-
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).
-
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…
-
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…
- story
- story
- story
- story
- story
- story
-
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.
-
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 …
-
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.…
-
comment
Comment #8556149
In some environments, even upgrading Make to a newer version is a hassle. Let alone installing some different tool.
-
comment
Comment #8556139
Well, I'm going to admit I blatantly stole that piece from another project I use... Never considered that :)
-
comment
Comment #8556135
Currently not. I imagine how this could be done, but it's quite a portion of work.
- story