New Techno Mix
From time to time I’d like to mix some techno, progressive or drum&bass.. My latest:
Random Ramblings of a Javascript Developer
From time to time I’d like to mix some techno, progressive or drum&bass.. My latest:
A Small update from Meisterplayer; we’ve created a nice Meister bundle-js which you can download to install a player on your website. No need for NPM, Node, transpiling, building.. We did all that for you.
To download, head over to Meisterplayer.com and look for the Download button (you couldn’t miss it ;)
Be sure to subscribe to the newsletter, we are working on a wordpress-plugin so if you want that this minute we release it we’ll let you know!
I’m very proud to announce that with my team at Triple we are launching our HTML5 video player Meisterplayer 5! After months of work and preparation we are releasing this new version to both our clients and the open-source community. You can check out the community release on github; https://github.com/meisterplayer
Do you need a super-easy, super-fast en feature-rich web-player? Check-out our brand new website and request a demo: http://meisterplayer.com/
I’m very happy with Plex. I love the interface, the media-scanners, the ability to watch and listen my media from all sorts of devices and best of all; the way they managed to get my Plex library available on my AppleTV. Though I did have some problems with that lately.. After we moved from Zwaag …
I have several Debian based webservers which use ISPConfig. ISPConfig has a very nice feature which allows clients to log in with SSH using JailKit. They get a jail with basic linux commands and access to their full web-environment (and private directories). I’ve had one specific client that needed to pull code from git repo’s. Though git was available on the jail host the jail itself didn’t have access. It’s fairly simple to get the jail to use git;
Add GIT binaries;
1 |
jk_cp -v -j /home/jail/ /usr/bin/git* |
1 |
jk_cp -j /home/jail/ /usr/lib/git-core/* |
1 |
jk_cp -j /home/jail/ /usr/bin/ssh-keygen |
1 |
jk_cp -j /home/jail/ /bin/uname |
You might have noticed that the logviewer in Apple’s own Iphone Configuration Utility (ICU) does not work anymore after you’ve update the device to iOS8.. Checking syslog is a very important part of iOS development, from XCode this works fine, but when you work with other platforms (ie. Titanium) it’s kind of overkill to run …
I run Horde 5 on one of my servers as webmail/groupware client. I recently migrated that server to a new environment (Ubuntu 14 LTS) and reinstalled Horde5 using pear.. After installation everything seemed to work fine, except sending emails. The error my client saw was “Error communicating with server”..
I’ve been using Sublime Text for a while now.. At first I really wondered why I should use it, what does it have extra when compared to Eclipse? I’m still wondering what but I do know I like Sublime better.. It just feels faster and more lightweight (which of course it is). I do use Ti …
I’ve been using TiShadow for quite a while now, it’s a pretty clever tool to greatly improve development time on titanium projects. What it essentially does is compile your project, push it to one or more devices and runs it, however; this is done without restarting the simulator or without having to manually install the …