How to write Java code that doesn't suck
2017-09-04 02:42 by Ian
It only takes one simple piece of knowledge to write Java code that has a runtime heap usage more inline with that of a comparable C program. I am writing this post as a public service to teach your engineers how to remove Java from their Java code.
WebRemote Relocation
2015-03-18 10:09 by Ian
I have consolidated my domain (sapienciaexmachina.com) into this one. This is the first post on the WebRemote category.
Lojban parser
2010-10-28 14:29 by Ian
This article details a component in a volunteer artificial intelligence project. It is responsible for being the linear (as opposed to gestalt) front-end for communication with a human user. It is a PEG parser for a constructed language called lojban (“logical language”) and is written in Java.
Sudoku solver written in Java
2006-07-04 00:52 by Ian
This was written as a conceptual exercise for a friend who was curious about the creative freedom that can be found in programming. It is not glamorous, but it can correctly solve a valid sudoku 100% of the time. And it can do it 4000 times faster than you can.