Live data from Hacker News

Viewing profile — repiret

repiret

HN member
Joined
Mon, Feb 22, 2010, 7:02 PM UTC
HN karma
2,065
Public activity
520 items

About repiret

No profile information was provided.

Recent public activity

  1. comment
    Comment #49190325

    I configure Mutt to run the HTML part through w3m and show me that instead of the text part, because of this exact misuse of multipart/alternative.

  2. comment
    Comment #49053712

    Most transport category aircraft have a better glide ratio than most single engine GA planes when configured for best glide. But they don’t cruise descend at best glide speeds or a…

  3. comment
    Comment #49037268

    A car going down a slight hill on the freeway still needs a bit of gas to maintain speed. My assertion is that there are no turboprop plans that can maintain a 3° glideslope at nor…

  4. comment
    Comment #49025319

    Not really much room. Unlike a car going down a hill, an airplane descending still wants thrust from the engines, just not as much as in cruise.

  5. comment
    Comment #49025239

    Don’t conflate airplanes with rockets. On an airplane, most of the energy in cruise is spent overcoming parasitic drag, not induced drag. It’s spent pushing the airmass out of the …

  6. comment
    Comment #48942790

    strlen for netstring is O(log n).

  7. comment
    Comment #48942778

    It's mathematically impossible to describe an arbitrary length in a fixed length.

  8. comment
    Comment #48942771

    Because then the caller needs to treat it differently from non-empty buffers.

  9. comment
    Comment #48504984

    I live in the United States. I write software for a living. My wife is a physician. If I had a need to spend $2k, I could do so easily, but I still think it’s a lot of money to bur…

  10. comment
    Comment #48225442

    This feels like too far the other direction. I am of the opinion that the following are all reasonable, and I think most people would agree with me: * Toll enforcement (the only th…

  11. comment
    Comment #48156206

    I don't care too much about hot-rodders either. California specifically requires the original emissions equipment remain intact. Here's two cases where that fails: 1. Close to 20 y…

  12. comment
    Comment #48153565

    Periodic vehicle inspection for emissions and safety compliance. Many jurisdictions already have this for gas engine emissions, a handful of states already have safety inspections.…

  13. comment
    Comment #48104465

    My experience is that there's a correlation between powerful type systems and the property that once your program compiles, it's correct. Compiles == correct is rarely true in C or…

  14. comment
    Comment #47569963

    Assuming you mean in the United Stares, can you cite a specific law or court case to support your position? It occurs to me that the existence of paparazzi seems to be evidence aga…

  15. comment
    Comment #47569437

    Or just `strace`.

  16. comment
    Comment #47568690

    This isn't the first time this month I've read about someone suffering consequences of mistaken identity after their facial recognition said they look like someone who committed a …

  17. comment
    Comment #47039305

    If, like me, you were wondering how a 52 year old could have been a developer on a game you remember playing on an NES in the late 80s or early 90s: It looks like Īda's Castlevania…

  18. comment
    Comment #46921371

    My insurance agent has recommended that once a year or so I carefully walk through the house with a video recorder, opening every cabinet and drawer and tool box and so on. It's ea…

  19. comment
    Comment #46918476

    This is what I do too, but be warned about “fire proof” - a fire that results in the total loss of your house will create enough heat for enough time that fireproof gun safes and s…

  20. comment
    Comment #46881890

    As someone who recently replaced a few windows in my house, I can say in no uncertain terms that spending $1200 for a lamp and paying to feed it 0.58kW is cheaper than hiring a con…

  21. comment
    Comment #46878667

    This is really useful for those of us who are really only familiar with the US system. Let me restate a few things to make sure I understand, and follow with some questions: 1. The…

  22. comment
    Comment #46816398

    I'm reminded of the monologue from Terminator 2: > Watching John with the machine, it was suddenly so clear. The Terminator would never stop, it would never leave him... it would a…

  23. comment
    Comment #46751006

    100ns intervals. My favorite part of that story is how long after Windows 95 was released before anybody discovered the bug.

  24. comment
    Comment #46750908

    > CPUs fetch data from memory in fixed-size blocks of so-many bytes, and performance degrades when data is misaligned. A memory bus supports memory transactions of various sizes, w…

  25. comment
    Comment #46605292

    You can use too few bits of color depth to get lossyness in PNG. More generally, I can't find myself very sympathetic to "I don't want a format that can do X and Y, because I might…