Live data from Hacker News

Viewing profile — msftguy

msftguy

HN member
Joined
Mon, Jun 20, 2011, 5:38 PM UTC
HN karma
20
Public activity
12 items

About msftguy

No profile information was provided.

Recent public activity

  1. comment
    Comment #4192662

    setx /? setx path "%path%;new_dir" /m

  2. comment
    Comment #4122920

    They have LiDAR, GPS, radars, inertial reference unit, steering wheel angle sensor and high-precision odometry (left rear wheel rotation sensor). Afaik, LiDAR/map convergence is ac…

  3. comment
    Comment #3994890

    OS X/iOS use a 'sandbox' driver that utilizes TrustedBSD MAC infrastructure ( https://developer.apple.com/library/mac/#documentation/Darwi... ). Basically, most system calls can be…

  4. comment
    Comment #3927654

    Reasonably sized fans wouldn't work in Martian atmosphere..

  5. comment
    Comment #3450548

    Third level in proper browsers: 1. Open a JS debug console (Cmd+Option+J) 2. Set a breakpoint on window load (Event Listener Breakpoints - Load - load). 3. Reload the page 4. After…

  6. comment
    Comment #3019960

    "Since I was running Windows on a Mac with Parallels it was uneasy to hit "printscreen" while the game was running. I hardcoded the '*' from the keypad to produce the same" Umm.. e…

  7. comment
    Comment #2977050

    Multicore does nothing for raw io rate, but they're using compression, and the claim seems to be that they can use higher compression levels and still be faster than an SSD (so tha…

  8. comment
    Comment #2921000

    Even without inlining, it will be subject to tail call elimination with any sane compiler: my_tmpfile will just branch to _imp_tmpfile instead or returning.

  9. comment
    Comment #2912854

    It's handled when your push service trims out dead tokens, which it needs to do periodically anyway.

  10. comment
    Comment #2898620

    It was 4.2b, my bad. Cydia was using some UI class from a private framework that got removed in 4.2 betas.

  11. comment
    Comment #2898390

    I recall Cydia being pretty broken in iOS 4 beta days, and using undocumented APIs for no reason (it was obviously written before the public SDK, but there was no reason NOT to rew…

  12. comment
    Comment #2898112

    Maybe Apple doesn't block beta reviews because it incentivizes developers to fix their apps before the release? Most of those problems should be trivial to at least work around wit…