paranoid-engineering.blogspot.com
Paranoid Engineering: 2011-09
http://paranoid-engineering.blogspot.com/2011_09_01_archive.html
A humble blog about life and software development. No posts. Show all posts. No posts. Show all posts. Subscribe to: Posts (Atom). GitMon Quick Start Screencast. GitMon 0.3 - Easy Install! Subscribe in a reader. CodeSOD: "Performant" " Development". Random notes from mg. How to Make Pittsburgh a Startup Hub. The guy who does not speak. One year with my Fireblade.
paranoid-engineering.blogspot.com
Paranoid Engineering: 2009-11
http://paranoid-engineering.blogspot.com/2009_11_01_archive.html
A humble blog about life and software development. Making Windows a better place to be. Many developers including me are forced to use Windows at work due to various corporate reasons even when our work has nothing to do with Microsoft technologies. And we are all stuck with that terrible Command Prompt. Or a Power Shell. Which are crap compared to a proper terminal. However, there is a way to have a fully functional Unix terminal in Windows thanks to Cygwin. And a patched version of Putty. Choosing pack...
paranoid-engineering.blogspot.com
Paranoid Engineering: 2009-10
http://paranoid-engineering.blogspot.com/2009_10_01_archive.html
A humble blog about life and software development. No posts. Show all posts. No posts. Show all posts. Subscribe to: Posts (Atom). GitMon Quick Start Screencast. GitMon 0.3 - Easy Install! Subscribe in a reader. CodeSOD: "Performant" " Development". Random notes from mg. How to Make Pittsburgh a Startup Hub. The guy who does not speak. One year with my Fireblade.
blowmage.com
Writing Games with Ruby · blowmage
http://blowmage.com/2015/04/17/writing-games-ruby
My name is Mike Moore. I like to hack with Ruby. You can hire me. A Mike Moore joint. Writing Games with Ruby. The promise of making games is what brought many of us to programming. Games are fun, and writing games is fun. Crazy fun in fact. But isnt game programming hard? Yes But also no. If you can code a web app you can make a game, especially with an awesome language like Ruby. Ive compiled a bunch of resources to get you started. Buy the book (or read online). Has written a fantastic ebook. If youre...
paranoid-engineering.blogspot.com
Paranoid Engineering: 2009-04
http://paranoid-engineering.blogspot.com/2009_04_01_archive.html
A humble blog about life and software development. Symbolic links in Windows. Surprisingly, all the good Windows features are hidden, undocumented and hard to find. It took me nearly a decade to accidentally find out that Windows has symbolic links. They are called NTFS Junction Points. However their support is limited to directory links, and the usage is a bit weird. Oh, and you have to install Windows Resource Kit to get the functionality. You can download it from any of these locations:.
paranoid-engineering.blogspot.com
Paranoid Engineering: 2012-10
http://paranoid-engineering.blogspot.com/2012_10_01_archive.html
A humble blog about life and software development. No posts. Show all posts. No posts. Show all posts. Subscribe to: Posts (Atom). GitMon Quick Start Screencast. GitMon 0.3 - Easy Install! Subscribe in a reader. CodeSOD: "Performant" " Development". Random notes from mg. How to Make Pittsburgh a Startup Hub. The guy who does not speak. One year with my Fireblade.
paranoid-engineering.blogspot.com
Paranoid Engineering: 2010-08
http://paranoid-engineering.blogspot.com/2010_08_01_archive.html
A humble blog about life and software development. XML Zen 0.2. After a long break a new version of XML Zen. Was finally released. It has several bug fixes along with some new features. The changelog:. Changes in version 0.2.0 (2010-08-15). Fixed a bug which prevented getting attribute values in some cases ( Issue #11. Added a possibility to set some defaults for XmlBuilder ( Issue #10. Added XmlBuilderOutput interface with String and OutputStream implementations ( Issue #8. Posted by Tomas Varaneckas.
notreallycode.com
Tools of Trade – Vim | Not Really Code
http://www.notreallycode.com/2012/09/10/tools-of-trade-vim
Bull; Tools of Trade. Tools of Trade – Vim. Tools of Trade – Vim. September 10, 2012. Sometimes when you read a book. You wish you have done it earlier. Vim. Is a tool I wish I have started using earlier. It is an advanced text editor which has been around for more than two decades. Vim is highly configurable, fast and lightweight. Whilst it is a first class citizen in Unix world, Vim runs well on some exotic platforms like Windows too. Said and find reviews on the Web yourself. When you first install an...
paranoid-engineering.blogspot.com
Paranoid Engineering: 2009-08
http://paranoid-engineering.blogspot.com/2009_08_01_archive.html
A humble blog about life and software development. No posts. Show all posts. No posts. Show all posts. Subscribe to: Posts (Atom). GitMon Quick Start Screencast. GitMon 0.3 - Easy Install! Subscribe in a reader. Random notes from mg. How to Make Pittsburgh a Startup Hub. The guy who does not speak. CodeSOD: "Performant" " Development".
paranoid-engineering.blogspot.com
Paranoid Engineering: 2009-06
http://paranoid-engineering.blogspot.com/2009_06_01_archive.html
A humble blog about life and software development. A tool for unpacking multiple archives and other ramblings. I've always wondered why torrents are packed into multiple archives, sometimes even archives inside other archives. Anyway, I've got fed up with all the unpacking routines, especially after downloading several seasons of something that has each episode in an individual folder containing 20 rar or zip files. So, after one evening of coding this nightmare is now over. I still hate GUI builders.