Categories
Tags
- aiglx
- ajax
- Apple Mail
- ati
- blogging
- C
- compiz
- cy7c68013a
- cypress
- design
- ebuild
- emerge
- finance
- fx2
- fx2lib
- gentoo
- git
- gmail
- image upload
- internet
- javascript
- linux
- money
- OS X
- performance
- plugins
- python
- rich text editor
- rte
- scalability
- scm
- source code
- source control
- sysadmin
- themes
- turbogears
- ui
- upgrade
- virtual python
- Web
- wordpress
- wp-cache
- xorg
- yui
-
Author Archives: Dennis
Fun with C++11 Lambdas
Basic lambda syntax and usage in c++11. Illustrate the difference between context parameters passed by reference and value. Continue reading
git diff with color words
I had these files with very very long lines of text on each line. It was paragraphs worth of words but not word wrapped. These files were stored in a git repository. Now and then, someone would change a word. … Continue reading
Posted in Programming
Tagged diff, git, source code, source control
Comments Off on git diff with color words
Storing Lipo batteries for faster charging times and longer lipo life
I just finished a quick flight at the park with my Trex 550e. What a fun bird to fly. That picture was taken last year on a nice summer morning. No pictures today but it’s the same heli. Anyway, the … Continue reading
Quick convert raw g711 uLaw audio to a .au file
I had reason to playback some raw g.711 audio data. I made the following script to convert the data to a .au file that is playable. From the AU file spec.. which is way simple by the way: You just … Continue reading
How to correctly calculate break even time on a refinance – For Math Geeks
After my last post on refinancing, I found a refinance calculator on Zillow.com that compared loans the way I suggested. It has a shortfall though, it calculates break even time with the difference in your new payment compared to the … Continue reading
Posted in Miscellaneous
Tagged break even, finance, interest rates, money, mortgage, refinance
Comments Off on How to correctly calculate break even time on a refinance – For Math Geeks
Should I refinance my house?
OK, disclaimer: I’m not a financial professional. That said, I do enjoy financial topics and am somewhat of a hobbyist. I’ve written articles in the past about how I do envelope budgeting with Gnucash for instance. That said, I’ve been … Continue reading