Hacker Newsnew | past | comments | ask | show | jobs | submit | ponzi's commentslogin

I liked your playlist. Thanks!


Are those really equivalent? What if ix == 15?

It would work with a 2,8-fizzbuzz, though.


Whoops, I wrote that far too late last night. 15&15 = 15, so of course it wouldn't work :)

A 2,8-fizzbuzz would only need 8 items in the circular array since the least common multiple of 2 and 8 is 8:

    ix = ix & 8;


While that is certainly true, MeeGo is much more of a linux system than android is, and has great potential to attract hackers. The same tools and libraries can be used to develop for MeeGo, as is used in any (desktop) linux distribution. My point is, there is a lot of developers out there that already know how to develop for MeeGo. Not a proprietary but only very lightly platform specific tool chain is needed.


At least in the US they'd be free to fire the dead weight. The laws in Finland are made to protect the workers, and a previously fired employee must be considered before hiring somebody new. This might be a reason why Nokia have so many external contract workers.


> I'd say most of this stuff is written for people who wouldn't really learn much from a disassembly.

Even so, I find that a lot of the advice is misleading. As mentioned elsewhere, the reason modulus is slow is not that you can write it three arithmetic operations, but because division is slow. And especiall any kind of 32bit arithmetic on 8bit and 16bit processors. Even though he used narrower integer types, he did not explain why that was better.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: