www.benjamin-schieder.de
Braindumps, sometimes useful
-
[TechSucks] Qt4 renderText with OpenGL/ES
Seems like the Qt people were too lazy to implement renderText with OpenGL/ES. All you get is an error message saying that this function is not implemented. Great work, people. Not. Luckily, someone named Bradley A. Smith wrote an overload for this function so that you can simply dump these...
-
[Tech] SmartOS-gitlab download
As promised, you can download the smartos zone with gitlab using the dataset repository at http://pallas.crash-override.net/datasets/. There are some known issues: - The URLs to clone the repositories points to 'localhost' - Logfiles have not been correctly cleared before creating the zone If you find any problems, contact me! Also,...
-
[Tech] SmartOS zone with gitlab
I just created a SmartOS zone that includes gitlab. It's running as - almost - plug and play: - install the dataset - create a vm - login on http:/// Of course, there's lots you can and probably should configure: - postfix - mysql server (currently there's a mysql server...
-
[Tech] #rvm on SmartOS
I just wanted to use rvm in a SmartOS zone. It's really quite easy: # pkgin update # pkgin -y install bash curl git patch scmgit-1.7.10.5 coreutils-8.13nb4 gcc47-4.7.0nb2 gcc47-runtime-4.7.0nb2 gmake-3.82nb5 # echo insecure >> ~/.curlrc # curl -L get.rvm.io | bash -s stable # rvm install 1.9.3 EOF
-
[TechSucks] Android Facebook/Twitter clients
Does anyone have a suggestion for a GOOD Facebook/Twitter/G+ client for Android? The following features are a MUST: - At least Facebook AND Twitter integration, with G+ a great plus (no pun intended). - Combined view for all messages, no matter which platform they originate from. - Possibility to create...