Live data from Hacker News

Viewing profile — sclangdon

sclangdon

HN member
Joined
Mon, Jun 11, 2012, 6:49 AM UTC
HN karma
500
Public activity
110 items

About sclangdon

No profile information was provided.

Recent public activity

  1. comment
    Comment #47088971

    Isn't it this case no matter who wrote the code? How do you ever run anything if you're worried about bugs?

  2. comment
    Comment #40924420

    He may be referring to the fact that it could be pronounced Auschwitz. I must admit, my immediate thought on reading the name was "why would someone name their app after a concentr…

  3. comment
    Comment #39445063

    Most games don't have the time budget for that. Visuals take precedence, and it's not easy to get to 60fps as it is, especially if you're doing a lot of other processing. And steal…

  4. comment
    Comment #38855385

    I realise for casual users Windows is always going to be the OS of choice if for no other reason than it comes pre-installed and most people don't know how to reinstall an operatin…

  5. comment
    Comment #37679236

    It's not that we think it's arcane or that we are in our own "bubbles of thought", it's that we aren't doing math. We're programming a computer. And a competent programmer would kn…

  6. comment
    Comment #33996632

    Maybe, but a circuit designer is pretty high up the list of things that need to be boring and functional.

  7. comment
    Comment #33160355

    Kim Justice has a good documentary on Sensible Software, which I highly recommend if you're at all interested in Sensible Soccer or their other games like Cannon Fodder or Mega Lo …

  8. comment
    Comment #32821929

    Things such as function overloading, operator overloading, dynamic dispatch, etc, are all conveinient but also obscure what is actually happening. To take C++ as an example (I love…

  9. comment
    Comment #32821637

    My first job was as a COBOL programmer on an IBM mainframe (OS/370 I believe) for Xerox. The system was absolutely massive and incredibly difficult to navigate. There were thousand…

  10. comment
    Comment #31775211

    I don't really understand this idea of never taking your hands off the keyboard. Maybe people program differently to me, but most of the time I'm not typing anything. Most of my ti…

  11. comment
    Comment #30852290

    Karl Jobst (does a lot of speedrunnig videos) has a video on this, which is worth watching and explains everything in detail. https://youtu.be/58fqNL-kvaI

  12. comment
    Comment #30751579

    I have a similar nitpick with boolean arguments. How many times have you seen something like: DoSomething(true, false, false)? It's much more readable if you use enums (in a langua…

  13. comment
    Comment #29188019

    If you're developing on Windows, I find a good way of dealing with this to convert paths to short format before using them (E.G. GetShortPathName in kernel32.dll).

  14. comment
    Comment #25033710

    I think the point he's trying to make is even if you know how to deadlift correctly the amount weight involved carries a high risk of injury. Cleans on the other hand involve lower…

  15. comment
    Comment #25033306

    >Take a book out of Eddie Hall's playbook who says the exact same thing... And he's literally the strongest man in the world. Robert Oberst, another WSM competitor also says the sa…

  16. comment
    Comment #24823928

    Here is a good video tour of a similar thing in Jordan by premier Permaculture instructor Geoff Lawton. https://youtu.be/6fj0oeyREeM

  17. comment
    Comment #23628508

    I'm currently working on a VB6 front-end (I say front end, but it 450,000 lines so probably a bit more to it!) with C++ back-end (and it's old C++ that uses MFC containers instead …

  18. comment
    Comment #21663260

    Are you sure you're burned out? It sounds to me like you just don't like working with your team lead, and he, apparently, doesn't like you too much, either. Sometimes people feel t…

  19. comment
    Comment #21354403

    I come accross these .io games from time-to-time, and I've always wondered how they make their money. Does anyone have an insight on this?

  20. comment
    Comment #21268025

    Actually, 3 is two orders of magnitude (or just 1 depending on whether you count 1 as an order of magnitude or not) more than 0.3 0.3 = 3 * 10^-1, which is -1 order of magnitude 3 …

  21. comment
    Comment #21203205

    Isn't this the same idea as the Introsort[1], which was created in 1997 (four years earlier) and is the default sorting algorithm in C++'s standard library (and .NET framework sinc…

  22. comment
    Comment #20744382

    C++, rather than C, but there was a GOTW post about this years ago, which explains the situation in detail. http://www.gotw.ca/gotw/081.htm

  23. comment
    Comment #19840187

    Very common in my experience. In 16 years and 4 different companies, I've only worked on 2 projects (of dozons) that had a well established test process. The 2 projects in question…

  24. comment
    Comment #19755483

    This is also true in the UK. Any supermarket will stock lard, beef dripping, duck and goose fat. https://www.tesco.com/groceries/en-GB/products/300346570 https://www.tesco.com/groc…

  25. comment
    Comment #19377451

    Duke Nukem 3D didn't use raycasting, either [0]. 0 - http://fabiensanglard.net/duke3d/build_engine_internals.php