Quantcast
Browsing latest articles
Browse All 6 View Live

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 Article


Becoming 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 Article


How 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 Article

Github 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 Article

Image may be NSFW.
Clik here to view.

SWIFT: 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 Article


Image may be NSFW.
Clik here to view.

How 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
Browsing latest articles
Browse All 6 View Live