i’ve been meaning to build a fully custom mechanical keyboard for a long time… though not a completely from-scratch KB, this project was a few notches above just assembling a kit. … continue reading ⇨
posts tagged: compile
when open-source doesn’t work
i’m trying to compile a small Java app to native bytecode for a specific ARM-Linux board to see what the performance differences is (versus running through the Java SE interpreter). so far no love.
one experience with FOSS…
research this whole cross-compiling idea and Java compilers for a bit. decide to skip the latest release of GCC and go with a …