Live data from Hacker News

Viewing profile — pechay

pechay

HN member
Joined
Wed, Jun 26, 2013, 11:40 AM UTC
HN karma
67
Public activity
37 items

About pechay

No profile information was provided.

Recent public activity

  1. comment
    Comment #49049387

    All C programs are interesting. The first potentially non-interesting program in C is interesting because it's the first non-interesting one. :)

  2. comment
    Comment #45321691

    It's worth pointing out the Commodore Amiga had proper pre-emptive multitasking on a single M68000 all the way back in July '85

  3. comment
    Comment #42822782

    Thank you for your incredibly detailed correction :)

  4. comment
    Comment #42820867

    The ZX Spectrum ROM loader is 1500bps and some games loaded at over 3000. There wasn't any encoding, just straight-up 1s and 0s straight into RAM.

  5. comment
    Comment #42562518

    The 68k has both signed and unsigned 32/16 bit divide instructions.

  6. comment
    Comment #41631638

    We did this same experiment in school, with a tiny pinprick of oil, estimating the volume of the drop as a sphere, and a small water tank, and then estimated the area of oil slick …

  7. comment
    Comment #41521298

    University of New South Whales!

  8. comment
    Comment #38579091

    If everyone starts using cheap off-peak power, will it continue to be cheap?

  9. comment
    Comment #38447470

    The Amiga didn't have any hardware assistance for scaling sprites, so almost certainly the former.

  10. comment
    Comment #37529116

    pizza isn't, and can't be, opaquely modified by the topping adder this way.

  11. comment
    Comment #37518604

    I don't like the side effects of the second addToppings. I'd much prefer pizza.Toppings = getToppings(kind string)

  12. comment
    Comment #36289990

    I've stayed in over fifty Airbnb in the last three years. Only three haven't worked out (misleading apartment, mouse-poop kitchen, unresponsive host). Each time Airbnb has sorted m…

  13. comment
    Comment #36177896

    If you're certain it's what you want, don't accept no for an answer and keep hassling the school or college at different levels and see if you can still make it happen.

  14. comment
    Comment #35977511

    Do you ever buy alcohol?

  15. comment
    Comment #35974945

    The RCM is fantastic, definitely worth a visit, and Andy who runs the place is a legend.

  16. comment
    Comment #35960175

    I think unrolled FILD/FIST was fastest on Pentium.

  17. comment
    Comment #35841817

    Similarly, the manual that came with the original ZX Spectrum rubber key version was awesome, with a complete description of Sinclair BASIC and all the Z80 assembler op codes for g…

  18. comment
    Comment #35110048

    Disable JavaScript also works.

  19. comment
    Comment #34106885

    Make sure you are paid and bonused properly regardless of any future exit, because most startups never get there. In CTO role you should get something at the exit too, because you …

  20. comment
    Comment #32626588

    You are comparing file IO, string to int, raw processing, and text output speed all at the same time. There are pros and cons associated with the choices made in both sets of libra…

  21. comment
    Comment #31677677

    Explore the limits of your responsibility and find out where you can make your life easier. Find allies in other parts of the business; politics are a fact of life in any big busin…

  22. comment
    Comment #29576065

    Aside from looking at changes in your dev methods, this is a good way to demonstrate to your management the value of having fast, up to date hardware on your desk.

  23. comment
    Comment #29216178

    If OP wants to work abroad in the future - where I come from getting a skilled visa having a degree is an advantage. Not having a degree is not a problem either. But trying to get …

  24. comment
    Comment #28536443

    Once had my Australian production system go down because a js plugin we were using had added .au to its list of media types. Integration had a different TLD. Response I got from th…

  25. comment
    Comment #28417805

    The other solutions based on file locking tools all seemed fragile. You have to change _something_!