Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mkpankov
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
mkpankov
11y ago
A stupid question: what's TLAB?
2.
▲
by
mkpankov
11y ago
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.
3.
▲
by
mkpankov
11y ago
> 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.
4.
▲
by
mkpankov
11y ago
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.
5.
▲
by
mkpankov
11y ago
C++ is impossible to validate formally. Rust inherently guarantees static memory safety in many situations, on the other hand.
6.
▲
by
mkpankov
12y ago
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).
7.
▲
by
mkpankov
12y ago
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 more optimal since you don't pay
8.
▲
by
mkpankov
12y ago
I investigated this Standard once. See https://www.securecoding.cert.org/confluence/display/seccode... and exception EXP05-EX3 in particular. Exception promotes non-standard-compliant (undefined) behavior because
9.
▲
53 days of GitHub contributions – a post on how open source works
(michaelpankov.com)
1 points
by
mkpankov
12y ago
|
0 comments
10.
▲
Arcade Android Game Postmortem
(blog.michaelpankov.com)
1 points
by
mkpankov
12y ago
|
0 comments
11.
▲
Problems of Reproducibility in Computer Science
(blog.michaelpankov.com)
24 points
by
mkpankov
12y ago
|
9 comments
12.
▲
Code Speak Loop Podcast: an application and a system programmer talk about coding
(podcast.codespeakloop.com)
3 points
by
mkpankov
12y ago
|
0 comments
13.
▲
Text formatting library for terminal output, with embedded markup, in Rust
(github.com)
4 points
by
mkpankov
12y ago
|
0 comments
14.
▲
GitHub is blocked by Roskomnadzor in Russia
(facebook.com)
6 points
by
mkpankov
12y ago
|
2 comments
15.
▲
by
mkpankov
12y ago
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.
16.
▲
by
mkpankov
12y ago
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 base is Ubuntu systems. In this particular case, we wou
17.
▲
by
mkpankov
12y ago
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. Was one of the main motivators dur
18.
▲
by
mkpankov
12y ago
In some environments, even upgrading Make to a newer version is a hassle. Let alone installing some different tool.
19.
▲
by
mkpankov
12y ago
Well, I'm going to admit I blatantly stole that piece from another project I use... Never considered that :)
20.
▲
by
mkpankov
12y ago
Currently not. I imagine how this could be done, but it's quite a portion of work.
21.
▲
ANN: Qake, featureful build based on GNU Make, pushing metaprogramming to limit
(github.com)
4 points
by
mkpankov
12y ago
|
0 comments