Viewing profile — jasonzemos
jasonzemos
HN member- Joined
- Thu, Dec 23, 2010, 9:35 PM UTC
- HN karma
- 556
- Public activity
- 234 items
- HN profile
- View on Hacker News ↗
About jasonzemos
No profile information was provided.
Recent public activity
- story
- comment
-
comment
Comment #40331315
I'll second this. The upper echelon of 5v5 is an entirely different game. It's similar to what was alluded in the post[1] about chess in another thread. The level of complexity is …
-
comment
Comment #38944451
As an anecdote, my neighbor is a crazy asshole who started blasting music and having parties at random hours; it can be problematic for sleep and productivity. Police in California…
-
comment
Comment #37625351
I've never owned a microwave, instead I air-fry everything. Pretty sure this is the same trick restaurants use, especially fast-food ones. Microwaves make soggy leftovers.
-
comment
Comment #37346276
This point is of the utmost importance from a public policymaking perspective. Laws such as these are easy to craft now and difficult to change later. I feel like we are previewing…
- story
-
comment
Comment #36214147
US Marines are trained to make their bed with military speed and precision as the first thing they do each morning. If one can't do that little thing how can one accomplish everyth…
-
comment
Comment #36087889
Doing nothing your entire life but killing grazing animals and wearing their fur on your shoulders and teeth around your neck is just man a few thousand years removed.
-
comment
Comment #34845353
If one of the variables preceding the `if` has side-effects then it's inferior to the specified lazy-evaluation of the `if`. Any external function not annotated pure will be called…
-
comment
Comment #34278836
While I wouldn't be surprised to see some proactive PR from the company in the wake of recent events, perhaps including the post on the zkSNARK competition last month; which was in…
-
comment
Comment #34027827
This was the same firm that stood behind the now convicted Trump organization's financial statements.
-
comment
Comment #34023965
Where can I find information about how the German government came to this decision? Does this involve contracts to outside companies for development and consulting or will that all…
-
comment
Comment #33859849
> Their pay can only go up by negotiating better contracts for union card holders. Look no further than Martin Scorsese's The Irishman for an exegesis of other ways union leaders c…
- comment
-
comment
Comment #33665681
Is it a problem that the URL is not HTTPS or is it the blessing required to defeat it?
-
comment
Comment #33313693
> io_uring doesn't replace poll/epoll, it effectively replaces typical event loop frameworks. I'm sorry but that statement is incorrect. The same functionality is accomplished by e…
-
comment
Comment #33301177
io_uring is basically a drop-in for epoll. It has an intrinsic performance benefit because multiple operations can be both submitted and completed in a single action. Rearchitectin…
-
comment
Comment #32979760
You make it sound so simple. Becoming a group member in this context means corrupting oneself. You are what you do. You are the last action you take. If you deceive the other exter…
- comment
-
comment
Comment #31555816
After this gained prominence I took a hard read of Koopman's Stack Computers: The New Wave intent on writing an interpreter. I sought some optimization properties that would apply …
-
comment
Comment #31547058
Private organizations are patronized by market capital -- though more importantly, as individuals condemn it afoul, not patronized. The same isn't true for the state, of which ther…
-
comment
Comment #31436778
Aaron did a really nice job putting together Solanum ( https://github.com/solanum-ircd/solanum ).
-
comment
Comment #31019800
There is no reason to rely on "triple replication" for data integrity. This has long been a solved problem. An appropriate erasure encoding can reduce the probability of loss ~ten-…
-
comment
Comment #29728877
One company controls the specification and reference implementation. These gimmicks tend to be "open" so contributions can flow in from anywhere, but the company has full priority …