Live data from Hacker News

Viewing profile — sduclos

sduclos

HN member
Joined
Sat, Dec 27, 2014, 4:29 PM UTC
HN karma
3
Public activity
15 items

About sduclos

No profile information was provided.

Recent public activity

  1. comment
    Comment #16731119

    correct, also extrapolating on bunch of equation systems is bound to lead to this sort math aberration

  2. comment
    Comment #16731026

    get this, at 22:52:28 UTC, the time to reentry is 1.6h +- 1.7h

  3. comment
    Comment #16727792

    woaw this .png is updated in real-time http://www.aerospace.org/CORDSuploads/TiangongStoryboard.png From 11:05 to 11:25 UTC the perigee dropped ~10km (165 to 153)

  4. comment
    Comment #16721583

    yep .. but not controlled (as parent implied) .. simply because there is so many variable and the mass is enormous. Standard model can't handle that. I'm just summing a section ded…

  5. comment
    Comment #16707866

    btw no one know how to deorbit ISS

  6. comment
    Comment #16706909

    What will emerge from that ground when not cooked every day by 200GW? Maybe one could grow stuff

  7. comment
    Comment #16554755

    Priceless! So, a real diamond of fake value is used to engrave fake value of real bitcoin .. or something .. xkcd material!

  8. comment
    Comment #16497683

    yeah and then is 田中 one or two things? It all depend on the domain. To me 'é' and 'ê' mean different thing that are both outside the make domain. In French you also have half white…

  9. comment
    Comment #16494492

    >There is nothing beneath the Windows UI interface. Yes there is .. Microsoft! For instance if you have a dir named "user" it will show up in your GUI as "User". In fact User, USER…

  10. comment
    Comment #16459130

    Read between the line. It's a UFO/Rat 55 [0] in the sense that commercial pilot see poor airmanship and calling it out. The same kind of poor seamanship from the Navy we saw last y…

  11. comment
    Comment #16016136

    giggle at https://www.youtube.com/watch?v=N1b6iPYj3YQ some 2 move at once

  12. comment
    Comment #14929364

    hypothetically, forget friction (air, tire,..), then all energy injected with the accelerator must be remove by the break. So converting fuel to kinetic energy is only half of the …

  13. comment
    Comment #8803585

    Wifi ad hoc network (82) seem like good thing to have in an emergency. Searching around I found Wi-Fi Peer-to-Peer in Android doc at http://developer.android.com/guide/topics/conne…

  14. comment
    Comment #8803078

    replying to myself, −1 is 1111 1111 in 8-bit two's-complement integer

  15. comment
    Comment #8803007

    Wonder the rational for #define TRUE (-1) #define FALSE 0 instead of #define TRUE (1==1) #define FALSE !TRUE edit: re-formatting