bingomanatee's blog
Getting Flashy
Submitted by bingomanatee on 17 December, 2009 - 15:50So I have finally made the jump into Flash games. I used flash a long time ago and its really matured since, so I thought I would drop a few notes as I go about things that just aren't really obvious.
Pulling the bullet out of your feet with a bad mysql install
Submitted by bingomanatee on 22 June, 2010 - 16:16How to back out of a crappy install where you enter a wrong password in mysql and can't figure it out.
- read /etc/mysql/debian.cnf. It will have the username and password of a valid mysql user.
- Log into mysql with that user/pw.
- http://www.cyberciti.biz/faq/mysql-change-root-password/ trick:
-
use mysql; update user set password=PASSWORD("NEWPASSWORD") where User='root'; flush privileges; quit; -
Test your new password to regain cofidence in your own brain.
Thoughts on Thoughts on Flash
Submitted by bingomanatee on 8 May, 2010 - 12:30I have to give Steve Jobs' credit. Even when he comes to an exuberantly flawed and just plain wrong conclusion, he does so on a very direct, eloquent and practical manner. Here is where he goes wrong.
Why I still use tables
Submitted by bingomanatee on 8 May, 2010 - 08:42Tables are extremely robust. They absolutely lock a set of related blocks in a fixed topographic arrangement and you can use a lot of combinations of sizing methods (fixed, percent, ratio) easily.
here is a great example of tableless CSS biting you on the ass. When I zoomed back one level (ONE level! and clicked in my "news feed" box in Facebook the text field jumps all the way to the bottom of the page. On a smalller screen I might have not even figured out what happened -- it would look like a blank(ish) page.
Long Task Monitoring and execution
Submitted by bingomanatee on 3 May, 2010 - 14:56I've been put to a task that requires digesting the execution of large sets of data over time. To respond to this challenge I have come up with a pattern that seems to be working I thought I'd pass it on, in case it benefits others with a similar chore.
Order of Execution
The steps I've taken can be broken in to a series of steps:
Get Out of My Head!
Submitted by bingomanatee on 26 January, 2010 - 13:03
I was looking up Pith for an upcoming phone interview with SunRun and went to the pithmaster (son of pith?) Scott Adams. He does a great job of voicing the biggest problem with Solar (gaining prospect confidence that they are not pissing money away on green (as in inefficient) tech) -- but the creepy part is the ad.
Top Ten Reasons Not To End It All in 2010
Submitted by bingomanatee on 4 January, 2010 - 11:53I know things suck. Here are a few things to look forward to in 2010 that will hopefully give you a reason to take that shotgun out of your face and give the new year a shot.
The Return of the Return of the Line Break in Zend_Reflection
Submitted by bingomanatee on 28 September, 2009 - 11:10I can't tell if there is a problem in Zend_Reflection or the underlying PHP_Reflection upon which it is based, but I used reflection to create actions in ZF, that is, to add a method to the controller class definition, and got a case of odd return doublings. That is, an extra line was spaced throughout the body text of the methods that already existed.
Why I Am The Greatest Developer Ever
Submitted by bingomanatee on 13 September, 2009 - 18:04Okay, so I can't completely tell you due to NDA restrictions but when you develop....

