Most programmer will probably say YES as it does really save time, no doubt about it.
I'll probably say YES but for only codes that is cryptic, that is waay beyond my knowledge and skills how the code works and probably too desperate to use.
Really I'm a NO, most of the time I type the code I'm copying from the net from scratch. I believe that way I analyze the code better and at the same time I improve I scale and I optimize much faster.
Thursday, October 13, 2011
Tuesday, October 11, 2011
AMD Radeon HD 6950 vs Nvidia GeForce GTX 560 Ti... which is which?

Simple, let's put it this way...
AMD Radeon HD 6950 = Eyefinity
Nvidia GeForce GTX 560 Ti = Physx
In Comparison...
Probably you won't see any speed difference between the 2 except for PhysX exclusive games in favor of 560ti.
6950 1gb & 2gb is identical in terms of speed but both takes the lead by a great deal in a shader driven game compared to 560ti.
Friday, September 16, 2011
My next game... Battlefield 3

After I finished Battlefield Bad Company 2 game, I can say it was the best game ever. I was a big fan of that game. It was like more than a year ago that I told myself that my PC should be ready for their next game.
I saw many games that was released after but I wasn't impressed with the gameplay... and probably won't run playable on my PC (Crysis2).
I actually stopped playing for over a year and never tried any fps games. I was busy trying new things.
Sunday, September 04, 2011
Accelerometer with Windows Phone's SDK 7.1 - Mango
I've been trying out Accelerometer in Non-Mango or Nodo sdk version but it's nearly impossible to test it without using your actual device. Now with the release of Mango SDK, they finally added accelerometer in the emulator. I'm quite amaze how easy to code and use it on the emulator... why would Microsoft took so long to develop/release this such useful feature?
Anyway, the moment I test it I immediately integrate the Accelerometer in my engine.
device.AcceleratorActive = true;
..
foreach (SphereObject obj in listBalls)
{
obj.Force += device.AcceleratorReading * 50.0f;
}
There are so many new features in Mango SDK update that I wanted to try out but I'm more exited with Sockets... here's my rant before: Programming Sockets with Windows Phone 7
Anyway, the moment I test it I immediately integrate the Accelerometer in my engine.
device.AcceleratorActive = true;
..
foreach (SphereObject obj in listBalls)
{
obj.Force += device.AcceleratorReading * 50.0f;
}
There are so many new features in Mango SDK update that I wanted to try out but I'm more exited with Sockets... here's my rant before: Programming Sockets with Windows Phone 7
Labels:
Game Development,
Windows Phone
Monday, May 09, 2011
Manny Pacquiao vs Shane Mosley... then Floyd Mayweather?
After watching Pac vs Mosley, I was starting to think like I don't really know how Mosley fight so my curiosity begins.
Then watching this video http://www.youtube.com/watch?v=sAC6o9420fc and other videos for hours, I was like wow! Mayweather fighting Pacquiao? uhm....
I mean c'mon Mosley CONNECTS punches on Floyd but nearly NONE on Pacquiao. If Floyd keep THAT stunt forever during his fight... he'll get murdered by Pacquiao for sure.
Then watching this video http://www.youtube.com/watch?v=sAC6o9420fc and other videos for hours, I was like wow! Mayweather fighting Pacquiao? uhm....
I mean c'mon Mosley CONNECTS punches on Floyd but nearly NONE on Pacquiao. If Floyd keep THAT stunt forever during his fight... he'll get murdered by Pacquiao for sure.
Labels:
Personal
Thursday, April 28, 2011
Nikon D90 vs Nikon D5100
You can get a D90 body for only 36k or with a 18-105 kit for 47k... that is already available.
Obviously if you like to shoot on lowlight more often or probably capturing videos more than shooting photos then probably D5100 would be ideal for you.
Yet it is fact that D90 still have acceptable high ISO capabilities and video quality. D90 already gained one of the greatest reputation and well respected camera for about 4 years.
Obviously if you like to shoot on lowlight more often or probably capturing videos more than shooting photos then probably D5100 would be ideal for you.
Yet it is fact that D90 still have acceptable high ISO capabilities and video quality. D90 already gained one of the greatest reputation and well respected camera for about 4 years.
Labels:
Personal,
Photography
Thursday, April 21, 2011
What's the Funniest Naruto episode you have ever seen?
Question: What's the Funniest Naruto episode you have ever seen?
Answer: Episode 101, when Team 7 tries to take off Kakashi's mask!
Answer: Episode 101, when Team 7 tries to take off Kakashi's mask!
Labels:
Personal
Sunday, April 17, 2011
Programming Sockets with Windows Phone 7
I've been coding sockets for more than 10 years and it is very important because most of my ideas are all network based or multiplayer based - it's just part of my coding life.
So, I spent hours and hours looking if there's a Socket for WP7 and the only information I got is Windows Communication Foundation using single request/response access to HTTP.
So, I spent hours and hours looking if there's a Socket for WP7 and the only information I got is Windows Communication Foundation using single request/response access to HTTP.
Labels:
Game Development,
Windows Phone
Tuesday, March 29, 2011
Shipment experience from EBAY: Hong Kong to Philippines
UPS: Few weeks ago I ordered a phone costing around P19k and delivered to me with P2k tax charges... fine.
DHL: A week later, I followed a replacement battery and wall dock charger which cost P3k. The seller was very accomodating so I waited. Then I noticed it's been 6 days and I should have already received the items 3 days ago. So I visited DHL tracking site.
DHL: A week later, I followed a replacement battery and wall dock charger which cost P3k. The seller was very accomodating so I waited. Then I noticed it's been 6 days and I should have already received the items 3 days ago. So I visited DHL tracking site.
Labels:
Personal
Thursday, March 17, 2011
Windows Phone 7: No offline Contact/Calendard synchronization...
PocketNow stated...
That's PURE CRAP!
Everyone has always complained about problems with ActiveSync on the desktop. Many people often ran into errors and wished it would just go away. Well, with Windows Phone 7, ActiveSync is gone. Windows Phone 7 only connects to Zune when you plug it into the PC and only syncs music/videos/podcasts/pictures. That means there will be no more errors or frustrations for you when trying to sync all of your personal information management data between your Windows Phone and Outlook.
...
How to Sync Windows Phone 7 with Outlook
That's PURE CRAP!
Labels:
Windows Phone
Subscribe to:
Posts (Atom)
