Live data from Hacker News

Viewing profile — darkmx0z

darkmx0z

HN member
Joined
Fri, Jan 05, 2018, 4:45 AM UTC
HN karma
10
Public activity
10 items

About darkmx0z

No profile information was provided.

Recent public activity

  1. comment
  2. comment
    Comment #42032950

    [flagged]

  3. 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

  4. 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

  5. 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)

  6. 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 …

  7. 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…

  8. comment
    Comment #16723720

    If you sort2(a, b), it would be nice if min(a, b) == a && max(a, b) == b.

  9. 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

  10. comment
    Comment #16076617

    disable high resolution clocks for non-sudo programs?