Viewing profile — chrisdevereux
chrisdevereux
HN member- Joined
- Thu, Jan 12, 2012, 11:09 AM UTC
- HN karma
- 723
- Public activity
- 329 items
- HN profile
- View on Hacker News ↗
About chrisdevereux
No profile information was provided.
Recent public activity
-
comment
Comment #17723473
Well yeah, it's unusual enough to be worth mentioning that a historian is interested in social theory. As an example of the stuff they read that you might not expect.
-
comment
Comment #17263698
I've been waiting for this....
-
comment
Comment #17151933
You're right, it's not as bad. But the metaproblem here is making the assumption that the global environment is not going to add new APIs. In the case of Angular zones, if addition…
-
comment
Comment #17143040
> Zones monkey-patches global asynchronous operations such as setTimeout() and addEventListener(), which is why Angular can easily find out, when to update the DOM. https://blog.th…
-
comment
Comment #16857482
Given that we tend to over-emphasise the differences between ideological positions that we're more familiar with, and under-emphasise the difference between positions that we aren'…
-
comment
Comment #14158434
Another vote for Typescript here. For one because it's a really nice modern type system that doesn't get in your way too much. Also because if you're already familiar with node, yo…
-
comment
Comment #14052892
Thought experiment: Say that I have a raspberry pi or similar. What hardware do I need to plug a sim card in and connect to a mobile network? Can I order it from a commodity suppli…
-
comment
Comment #13691963
O(0) would though, right?
-
comment
Comment #12965797
In what sense is Hustle 'grassroots'?
-
comment
Comment #11736623
Aside from project size, the problem domains of libraries are likely to vary hugely between languages. With statically typed languages being biased towards either systems programmi…
-
comment
Comment #11381765
In all seriousness, a browser extension that flags sponsored content would be great.
- comment
- story
-
comment
Comment #10882118
Exactly. Apart from anything else, we already have HTML. Why would you want to write a lowest common denominator UI that only targets the Apple ecosystem? You'd be getting neither …
-
comment
Comment #10879757
Its popularity in undergraduate philosophy courses reflects the fact that it is easy to criticise more than it telling us something interesting about consciousness.
-
comment
Comment #10879682
They had the Monkees back then. We have real artists now. Have things changed so much?
-
comment
Comment #10851724
I am 99% sure that both China and the US would be happy with a deal along the lines of "The regeime goes, but NK stays a Chinese satellite", assuming that such a deal were feasible…
-
comment
Comment #10849745
I wonder if they were included in the training set...
-
comment
Comment #10845351
Very brave of you to put the founder photos on the front page...
-
comment
Comment #10709657
Most embeddable webviews allow binding additional methods that call into native though. This is how cordova works, in fact. If you're restricting access to local html/js, it should…
-
comment
Comment #10705832
Or even better, use the platform's native webview.
-
comment
Comment #10492030
> there was no word for “million” in Old English, a medieval predecessor of the language you’re currently reading This sentence is a fantastic example of why translation is so hard…
-
comment
Comment #10457081
You're right, I really meant to point out that there's an interesting relationship between markets and computational complexity (and that it's odd for the efficient markets hypothe…
-
comment
Comment #10453876
Which is a actually sort of related to why markets are useful: Providing an approximation of a solution to the problem of allocating resources where an optimal solution is unfeasib…
-
comment
Comment #10231302
Smaller apps would probably benefit from an electron-like system that just uses the inbuilt system browser. I'm not aware of any such projects, though.