Live data from Hacker News

Viewing profile — hcs

hcs

HN member
Joined
Thu, Aug 27, 2015, 9:31 PM UTC
HN karma
1,676
Public activity
642 items

About hcs

gashlin.net

Recent public activity

  1. comment
    Comment #49189844

    I would expect the LLM-ese to not repeat "called" like that.

  2. comment
    Comment #49170389

    Events of Back to the Future II (2015-10-21)

  3. comment
    Comment #49170330

    Same, seeing the title and having not read Bradbury for a long time I was thinking either The Veldt or that one (The Long Rain). I did remember it on reading, though, and it's an u…

  4. comment
    Comment #48970400

    Maybe I'm not communicating the point clearly. In order to use a table to do the whole multiplication it has to be much larger than the largest number you would want to multiply wi…

  5. comment
    Comment #48967046

    Well, yes, which is why they don't measure it your way, as it doesn't lead to discovering anything interesting about computation to have a shortcut like that. Or if they do it's pa…

  6. comment
    Comment #48965975

    An algorithm is a finite sequence of instructions, and so can't include an infinite table. More generally, https://en.wikipedia.org/wiki/Effective_method

  7. comment
    Comment #48711096

    > If you're a carpentry shop that just bought power tools for the first time and you're worried that your employees are sticking with hand tools because that's what they know, then…

  8. comment
    Comment #48686915

    Though the ancients did recognize as occult forces magnetism (Thales, according to Aristotle, gave the motive power of magnets as an example that even apparently inanimate objects …

  9. comment
  10. comment
    Comment #48353010

    Pitch is the offset between the start of consecutive rows of pixels in the image, used to convert y coordinates into the start of any given row, so you access a pixel as buffer[y*p…

  11. comment
    Comment #48349646

    If we're collecting anecdotes, it happened for me in more of my office jobs than not. Might have been relevant that these were smaller offices.

  12. comment
    Comment #48275238

    I liked it, still find good answers, and it was gratifying to provide answers when I could.

  13. comment
    Comment #48237211

    enum Bool { True, False, FileNotFound }; https://thedailywtf.com/articles/What_Is_Truth_0x3f_

  14. comment
    Comment #48091270

    Some of my earliest programming exposure was a dBASE IV book my dad had for work, though it was some time before I put any of it into action. At that time I was reading manuals lik…

  15. comment
    Comment #48023707

    > millenials got the birth of social media ..and a lot of us weren't thrilled about it.

  16. comment
    Comment #47957397

    It's a honeypot for pedants

  17. comment
    Comment #47865342

    > Or you do not consider MUL/DIV "arithmetic", or something. Multiplier and divider are usually not considered part of the ALU, yes. Not uncommon for those to be shared between exe…

  18. comment
    Comment #47670993

    I phrased that badly, Dragon's Lair was the example of low process intensity.

  19. comment
    Comment #47662669

    Even on NES a lot of games use CHR-RAM so arbitrary bitmaps are at least possible, though only a small part of the screen is unique without some rarely used mapper hardware. Zelda …

  20. comment
    Comment #47657932

    Chris Crawford called this "process intensity", he noted it at least back to 1983 with Dragon's Lair, discussed in this 1987 article https://www.erasmatazz.com/library/the-journal-…

  21. comment
    Comment #47646285

    Or you can just hit the Random button https://en.wikipedia.org/wiki/Special:Random

  22. comment
    Comment #47645083

    There's a restrictions on games with even simulated gambling

  23. comment
    Comment #47609989

    You are more quickly being carried by the ground further from where you would otherwise be. Hope that clears it up.

  24. comment
    Comment #47482567

    Not the same thing but I was reminded of a joke about the puzzle game Stephen's Sausage Roll: > I have calculated the value of Pi on Sausage Island and found it to be 2. https://we…

  25. comment
    Comment #47406744

    As they say in a somewhat different context: worse is better