Machine intelligence is real intelligence
AI or artificial human intelligence (AHI) is was originally conceived to develop methods to help machines exhibit human-like thinking processes. However, we have far from achieved this objective....
View ArticleBecoming a Better Programmer
Here’s an excellent presentation by Pete Goodliffe that all developers should read. Beautiful. See Becoming a better programmer The post Becoming a Better Programmer appeared first on MunchPress.
View ArticleHow to enable mod_rewrite on MacOSX, Mountain Lion
After having to repeatedly enable it on a couple of my laptops, I decided to back up the 3 steps for future use. Step 1: /etc/apache2/users/username.conf<Directory "/Users/username/Sites/">...
View ArticleGithub Commands
Just keeping track of frequently used git commands:// create branch git branch -b somebranch git checkout somebranch git push origin somebranch git remote -v // list remote branches // delete branch...
View ArticleSWIFT: Human Readable Object Ids (oMg-fu-aPL)
The XCODE interface builder is pretty good. But one thing really bugs me. The object ids are not human readable! Small projects are fine, but once you have to start merging, perform diffs and so on, it...
View ArticleHow to install GoLang IDEA Plugin for IntelliJ 14.1.x
So, I decided get started with Golang, and the first thing I really needed was an IDE to work with. Luckily, thanks to the awesome efforts of Mihai Toader, Sergey, Alex and many others from the GO...
View Article