Viewing profile — darkmx0z
darkmx0z
HN member- Joined
- Fri, Jan 05, 2018, 4:45 AM UTC
- HN karma
- 10
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About darkmx0z
No profile information was provided.
Recent public activity
- comment
-
comment
Comment #42032950
[flagged]
-
comment
Comment #39492451
when talking about a set of characters , alphabet is a commonly used term https://cs.stackexchange.com/search?q=string++alphabet+size
-
comment
Comment #24650427
did you check the header of that cpp? they are storing it in a shared_ptr: shared_ptr = referenced counted pointer = RAII they should have used make_shared, but it is still safe
-
comment
Comment #23384671
unfortunately, those websites are probably more popular than the church's website in question (or at least, receive more clicks from google search)
-
comment
Comment #23384543
You are getting that because other people do not care about what you are searching for :( their AI is maximizing the chances of quickly finding what most people want, not what you …
-
comment
Comment #23384522
They are relying too much on AI and "collective wisdom". The results you get now are what Google thinks you want based on what others want, not on what you are actually searching f…
-
comment
Comment #16723720
If you sort2(a, b), it would be nice if min(a, b) == a && max(a, b) == b.
-
comment
Comment #16721222
Stepanov disagrees. You should return the second parameter if a, b are equivalent (and you should use template inline constexpr const T& max(const T& a, const T& b) { return (b
-
comment
Comment #16076617
disable high resolution clocks for non-sudo programs?