Live data from Hacker News

Viewing profile — dmeybohm

dmeybohm

HN member
Joined
Wed, Nov 27, 2013, 7:52 AM UTC
HN karma
11
Public activity
8 items

About dmeybohm

No profile information was provided.

Recent public activity

  1. comment
    Comment #38901760

    I am not the original commenter, but I think saying the jokes are “bigoted” shows a bias, and it was good to emphasize that by not addressing the other argument. We could have a di…

  2. comment
    Comment #38676747

    Yeah I agree, the ListView naming is more appropriate. I haven't used non-owning types like string_view or span too much because I haven't needed that level of performance or memor…

  3. comment
    Comment #35763620

    I used to prefer Vim but moved to using IDEs. In professional development, you want to use the best tools - a forklift vs. a shovel. I don’t think text editors are the best tool fo…

  4. comment
    Comment #31999609

    I always end up working on PHP code with dynamic methods or properties (you know, the kind using the magic methods __get or __call()) - so you don’t get any code completion for tho…

  5. story
  6. comment
    Comment #31967664

    This is a wonderful article and I really enjoyed the graphs and the clear explanations. I wrote a simple chess engine in C and then ported it to C++ [1]. It doesn't use transpositi…

  7. comment
    Comment #31016909

    Thanks - I don't know if I ever tried that. I'm curious if that works, sadly I don't have any hardware to check anymore. It seems unlikely to me though that that would work on DOS …

  8. comment
    Comment #31015127

    I wrote a utility to copy small files from Linux -> DOS over a LapLink cable. https://github.com/dmeybohm/ppcopy I used it to fix a Windows 98 laptop that wasn't booting all the wa…