Hacker News new | past | comments | ask | show | jobs | submit login

Fully with you, except I LOL'ed about one thing: an assembler that only makes TWO passes? Ha hah! ;)

Yeah, I'm learning new tricks and have a newfound appreciation for those wireheads who always seemed hell bent on optimizing the crap out of code that I had already deployed .. definitely, returning to the 8bit mindset has made me a much, much better programmer. Whereas 'good enough' works most of the time, 95%, I've developed another sense, maybe borne from operating at the Mhz level, for when things could be 'just a little bit tighter', and I think that all came from a return to the Oric-1 and 6502 assembly ..

And yeah, totally with you on the Android phone being slow point of view. It infuririates me to no end to return to an Android project after 2 or 3 years and realize "oh shit, I have to be responsible for ALL of this crappy pile of code, just to get something up on the screen". Its one of the reasons I moved on from pure 100% Native development, to developing with things like MOAI (which I love) .. one set of code that runs on iOS/Android/Mac/Win/Linux/Chrome/&etc. is far better than having to have a full repository for each platform, different languages, different text files, all for doing the same purpose: putting a button up on the screen, or whatever.

A return to the 8bit scene can give even the most proud, arrogant developer, a reality adjustment to just how devolved we have become .. I yearn for a mobile platform that ships with its own compiler, or multi-pass assembler, at the very least .. ;)




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

Search: