Live data from Hacker News

Viewing profile — NCG_Mike

NCG_Mike

HN member
Joined
Mon, Aug 19, 2019, 2:31 PM UTC
HN karma
12
Public activity
23 items

About NCG_Mike

No profile information was provided.

Recent public activity

  1. comment
    Comment #24614533

    Right On Commander!

  2. comment
    Comment #24614515

    I assume they had a scaled up integer sin and tan tables and used matrices for scale, rotation and projection? I do remember seeing this in 68K.

  3. comment
    Comment #23779259

    I'd suggest that someone who thinks that UTs are over-rated are over-rating their ability. I'd also suggest that those people are the exact people that should have extra testing do…

  4. comment
    Comment #23562781

    Good. The NHS has a terrible history of software development.

  5. comment
    Comment #23455848

    I had it too ;-)

  6. comment
    Comment #23142486

    A couple of things a C++ developer can do is to put template instantiation code into a .cpp file, where possible. "#pragma once" in the header files helps as does using a pre-compi…

  7. comment
  8. comment
    Comment #22897883

    I remember Dr Dobbs, way back when, having an article on the search algorithm. I think they had C code for it. I did a version in 68K on the Mac (MPW Shell days) for a SGML editor …

  9. comment
    Comment #22726385

    If you hit shift+run stop at the end of the command it'd load and run.

  10. comment
    Comment #22702981

    Wow. Going back a long time. I was in the MPW Shell camp but did use ThinkC With Objects and it was so much faster than the C compiler in MPW.

  11. comment
    Comment #22170417

    Requires some kind of sign-in to read the article. Not going to happen.

  12. comment
    Comment #22170404

    The way I built MacOS applications in Obj-C was to use a dictionary with key/value pairs held inside either a NSDocument or a controller of some kind. I'd bind the views to the mod…

  13. comment
    Comment #22073885

    I know them as "roger beeps" from CB radio terminology.

  14. comment
    Comment #22043912

    Smog pollution was a big issue back then. You'll have seen the old movies where London is "foggy".

  15. comment
    Comment #22001910

    Not sure but there may be two bugs in the code. The use of notify on the condition outside of the mutex lock. I know this would cause problems with boost, not sure about std::.

  16. comment
    Comment #21771565

    Nice. Reminds me of printing related software that'd optimise the use of film by sorting the postscript output of a renderer to make best use of the film.

  17. comment
    Comment #21692598

    You might look at the Linux version of CFLite, the Apple reference counted C library. Has other things than just strings which would be useful to a C programmer. https://github.com…

  18. comment
    Comment #21605880

    Time is an illusion. Tea-Time doubly so.

  19. comment
    Comment #21268555

    There's a kind of pizza that I've had at a Turkish restaurant that comes without tomatoes. Really nice. I'd assume a common origin with the Italian variety via the Romans (ancient)…

  20. comment
    Comment #21089667

    HP Z800 with 96GB of RAM, 2TB of RAID 0 rust and a 1TB SSD. C++ dev using Fedora 29.

  21. comment
    Comment #20766129

    Objective-C with AppKit on MacOS 10.0. Even Apple had problems finding people and they'd bought NeXT (where my experience was from).

  22. comment
    Comment #20755530

    It seems clear from the article the developer isn't that clued up.

  23. comment
    Comment #20738086

    As someone who worked in the US with a H1-B, in my case it was because you'd not find someone with my particular skill at that point in time. I was also paid more than the employee…