Live data from Hacker News

Viewing profile — ScottBurson

ScottBurson

HN member
Joined
Tue, Aug 31, 2010, 2:00 AM UTC
HN karma
10,314
Public activity
3,763 items

About ScottBurson

I can be reached at Scott@ergy.com.

Recent public activity

  1. comment
    Comment #47871826

    Why is it too strong to say that functional point update operations on strings are not provided, when you seem to confirm that the supported way to manipulate strings functionally …

  2. comment
    Comment #47830709

    I did think about cache-friendliness and made them as much so as I reasonably could, mostly by trying to minimize levels of indirection; but pointers are inescapably involved, and …

  3. comment
    Comment #47812614

    If you see this — have another look — I think I've improved it.

  4. comment
    Comment #47800962

    Okay, I buried the lede :-) Good suggestion, thanks.

  5. comment
    Comment #46320158

    Actually, formal verification could help massively with four of those problems — all but the first (UI/UX) and fifth (requirements will always be hard). A change in the API of a de…

  6. comment
    Comment #45243873

    Dark chocolate.

  7. comment
    Comment #43731307

    I've done breathwork for years, and at some point the tetany simply stopped happening and hasn't returned.

  8. comment
    Comment #43731203

    > The model genuinely believes it’s giving a correct reasoning chain The model doesn't "genuinely believe" anything.

  9. comment
    Comment #43370085

    The thing to understand about the LVT is that we are pretty much all already paying it; not to the city in which we live, but to the previous owners of the land we live on. When we…

  10. comment
    Comment #42897469

    The plural is "corpora" :-)

  11. comment
    Comment #41536132

    > there should have been some kind of error handling This is the point I would emphasize. A kernel module that parses configuration files must defend itself against a failed parse.…

  12. comment
    Comment #41361415

    Do you really think Putin would hesitate to arrest him if he did that? Snowden knows he is being watched closely. I suppose that is itself a reason to take what he says with a grai…

  13. comment
    Comment #41353236

    I've read somewhere that Seymour Cray used to write his entire operating system in absolute octal. ("Absolute" means no relocation; all memory accesses and jumps must be hand-targe…

  14. comment
    Comment #41028295

    Probably not. She needs to spend her time campaigning.

  15. comment
    Comment #41028237

    Not a bad idea, but it remains to be seen how many people are up for starting a run at this late date. Also, I just read that Harris has money pouring in. The donors may effectivel…

  16. comment
    Comment #41022038

    I've read that it was a driver of some kind, not an application. Applications can't cause BSODs (I hope).

  17. comment
    Comment #41018171

    Really interesting to me that none of the commentators I've seen in the press have even hinted that maybe an OS that requires frequent security patches shouldn't be used for infras…

  18. comment
    Comment #40629356

    I prefer the term "deference" for treating someone as an authority. But you're right; people do often say "respect" when they mean "deference".

  19. comment
    Comment #40629335

    The elasticity doesn't matter for the equivalence of the two scenarios (head-on collision at 50 vs. brick wall at 50). We've assumed, albeit implicitly, that in the head-on case, t…

  20. comment
    Comment #40628740

    Walter's answer is good, but here's another. When the two cars collide, it's possible to imagine that they are exact mirror images of each other and hit exactly head-on, so that a …

  21. comment
    Comment #40011028

    What do you suppose one should do if one received such a warning?

  22. comment
    Comment #37773429

    Penicillin never kills viruses; only bacteria. This is true of all antibiotics. Antivirals are a separate category (and don't tend to work as well AFAIK).

  23. comment
    Comment #31578186

    That was my point.

  24. comment
    Comment #31429383

    But if the sunlight that produced that power had hit something else instead, it also would have been turned into heat. There's no net heating of the planet from solar power. (Of co…

  25. comment
    Comment #31417735

    Funny -- this is why I love working in Lisp. I can edit the code and retry it, often by just restarting the stack frame. Compiling takes milliseconds.