plnewman | 12 years ago | on: GameBoy Programming Manual
plnewman's comments
plnewman | 12 years ago | on: GameBoy Programming Manual
I didn't use any of this though, I found a Japanese book on the GBDK C compiler. It's still available here: http://gbdk.sourceforge.net/ and there are more resources here: http://devrs.com/gb/software.php#assemble
I've thought since then that working on a simple machine like that is a great way to learn the fundamentals of computer science.
plnewman | 12 years ago | on: 40 Days of Dating
plnewman | 13 years ago | on: Zach Braff Responds to Kickstarter Critics [video]
plnewman | 13 years ago | on: Good sleep, good learning, good life
plnewman | 13 years ago | on: Nobody Cares
plnewman | 13 years ago | on: India's street children bank on the future
[snip]
"I have saved 4,000 rupees (70 US$) in the last seven months. It's a good feeling to have some money. I will buy a shirt and a watch for my father and send it to him to seek his apology."
"He might forgive me and ask me to be with him at home."
For me it is heartbreaking that this child was beaten and still feels that he owes his abuser an apology.
(edit: formatting)
plnewman | 14 years ago | on: Inside Aaron’s Apartment: A Most Amazing Bedroom
JERRY: (To Kramer and Morty) What is this about?
KRAMER: I'm completely changing the configuration of the apartment. You're not gonna believe it when you see it. A whole new lifestyle.
JERRY: What are you doing?
KRAMER: Levels.
JERRY: Levels?
KRAMER: Yeah, I'm getting rid of all my furniture. All of it. And I'm going to build these different levels, with steps, and it'll all be carpeted with a lot of pillows. You know, like ancient Egypt.
plnewman | 14 years ago | on: Paul Graham, it’s time to put your money where your mouth is
* justin.tv pioneered live broadcasting online
plnewman | 14 years ago | on: Ask HN: Who is Hiring? (March 2012)
We have several positions open, but I personally am hiring a developer for internal applications. We work mostly in Python on a wide variety of projects, and have a great team. More here: https://careers-reardencommerce.icims.com/jobs/2053/job
Feel free to contact me at [email protected]
plnewman | 14 years ago | on: Rob "CmdrTaco" Malda's Resume. Anyone interested?
plnewman | 14 years ago | on: Ask HN: Who is Hiring? (December 2011)
Two mid-career to senior level software engineering positions open in internal applications. We work in Python and whatever other technologies we choose, and take on projects involving deployment automation, test automation and devops-y stuff.
Please view my straight to the point job descriptions here: http://www.heyimhiring.com/.
Feel free to contact with any questions: [email protected].
plnewman | 14 years ago | on: Ask HN: Who is Hiring? (November 2011)
Rearden Commerce
I have two software engineering positions open, flexible on level. Please take a look at this and shoot me an email if it sounds interesting: http://www.heyimhiring.com/
plnewman | 14 years ago | on: A Sister’s Eulogy for Steve Jobs
plnewman | 14 years ago | on: Nintendo Projects First Ever Annual Loss, Misses Half-Year Forecasts
Market saturation is another one. Nintendo is traditionally strong in it's home market, but I was watching a TV program in Japan prior to the 3DS launch saying that one in four Japanese owns a DS. Hard to imagine they can sell more hardware units.
plnewman | 14 years ago | on: NYT Skimmer
The website “http://www.nytimes.com” is requesting 10 MB of disk space to store “Stored content for nytSkimmerSections” as a database on your disk.
I'll pass on that.
edits: formatting.
plnewman | 14 years ago | on: Man claims to have cracked unsolved Zodiac Killer cipher
plnewman | 14 years ago | on: Courtney Love does the math (2000)
plnewman | 14 years ago | on: HackRSS - browse HN posts visually
plnewman | 15 years ago | on: Open source remakes of games you're still loving
My CS course (in the late 90s) kind of went the other way. One of the earliest courses was one that taught how a cpu operates -- what a register is, what the accumulator is, etc. There was no actually programming, just working through the steps of what the computer does to perform a given operation. After that there were a number of directions to go in.