Viewing profile — 4thjuly
4thjuly
HN member- Joined
- Sat, Jun 15, 2013, 6:53 PM UTC
- HN karma
- 12
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About 4thjuly
No profile information was provided.
Recent public activity
-
comment
Comment #8304254
Just to nitpick the first point, ARC apps run inside the NaCl sandbox so there's no potential for harming the strong security model in ChromeOS
-
comment
Comment #8292593
Although it makes it much more comfortable to wear.
-
comment
Comment #7578437
As others have said this is really a source control problem but still there's a workaround. Just copy the production dll and use .Net Reflector (or similar) to decompile it back in…
-
comment
Comment #6910113
I wasn't involved so don't know first hand but suspect the gory details were discussed by everyone in the working group. http://lists.w3.org/Archives/Public/www-style/ . Or were yo…
- comment
-
comment
Comment #6226117
That's why I put 'private' in quotes. Given a decent debugger, nothing is strictly private but then it's a meaningless distinction. Perhaps there's a better term for APIs you can t…
-
comment
Comment #6225043
For recent examples I was thinking specifically about the Windows.Networking.NetworkOperators APIs and such. These APIs are 'private' to network operators. If you try to use them f…
-
comment
Comment #6222376
Exactly, Microsoft already does something similar by reserving some of their APIs for their own use. There are others that are available to some (eg the carriers) but nobody else. …