Viewing profile — dabitude
dabitude
HN member- Joined
- Fri, Dec 07, 2018, 8:56 PM UTC
- HN karma
- 19
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About dabitude
No profile information was provided.
Recent public activity
-
comment
Comment #33766503
In schools, there is a lot of violence and aggressivity. Kids hit, lie, steal, call names, harass. When two kids are fighting, they frequently are both punished even if actually on…
-
comment
Comment #33478462
These are flat_map, flat_set, flat_hash_map, etc ... See: https://en.cppreference.com/w/cpp/header/flat_map
-
comment
Comment #29334841
I work without exceptions, and the typical solution is to crash the whole program (using assert) if the parameter is invalid. This way you can preserve the invariant. To avoid cras…
-
comment
Comment #27924799
You are not allowed to submit a web browser to the app store with your own javascript interpreter.
-
comment
Comment #27849221
Are real numbers uniformly spaced? Or are there clusters?
-
comment
Comment #23721691
Chrome developper here: do you have details about this? If it happens that's definitely a bug.
-
comment
Comment #19870201
You don't need a benchmark. Given any C code, you can make a C++ code that runs as fast (just use the same code). This proves that C++ is at least as fast as C. From there, maybe y…
-
comment
Comment #19083701
This is a pretty bad article. In the last example (which is actually the most common case in practice), they give wrong instructions. They should only revert the bad commit, not al…
-
comment
Comment #18631701
This is what I had in mind: https://en.wikipedia.org/wiki/Do_Not_Track#Internet_Explorer...
-
comment
Comment #18631590
As far as I remember, one of the main problems with DNT is that most its users actually didn't enable it intentionally (because there are browsers that enable it by default). Edit:…