Programming Languages to Try

I routinely use Python, R and Java during my day-to-day tasks, but have been itching recently to get up to speed or try out some of the following languages.

This list basically serves as a note to myself to start experimenting with some of them:

  • Haxe — basically in combination with …

Read more

Fixing Flask url_for when Behind mod_proxy

Imagine you have an Apache server set up with a virtualhost configuration listening to some domain, e.g.

my.domain:8080

You have a Flask app running at:

localhost:5000

You want to add a mod_proxy directive so that:

http://my.domain:8080/app_location/  --->  http://localhost:5000

Most resources will …

Read more

List of Apps (Updated)

Again that time of the year where Windows’s being reinstalled, so once again I’m jotting down a list of apps I normally install right away, slightly updated versus last year.

(This list last updated in May 2016.)

Web

  • Skype is back. The web version was not robust enough …

Read more

A Quick Look at Java Decompilers

I’ve been looking at various Java decompilers recently for a project I’ve been working on in spare time.

Java code obfuscation is something I have an interest in for no particular reason, mostly because you see a variety of cool approaches popping up in the wild to prevent …

Read more

Removing Background Color from a PDF Presentation

Ever ran across a PDF export of a Powerpoint which looks like this?

Get ready to buy a new toner

Turns out it is not so easy to convert this to printable design (at least not without having access to the original presentation file, that is). Adobe Reader already allows to do the following:

  1. Press Ctrl+K …

Read more

Rebuilding our Jython Console Plugin for Minecraft
A Python interpreter for a CanaryMod Minecraft server

Summary and Changes

This post describes how you can create a Python interpreter for a CanaryMod Minecraft server, providing access to the full internal Canary API (CanaryLib). Commands are issued on a separate console window and do not require players or server administrators to be running the game itself.

Following …

Read more

Some Games to Look Forward to in 2015
Most of these are indie titles

I though it was just me, what with being busy and older and all, but it kind of looks like everybody agrees that 2014 has been a generally shitty year for gaming. Summarized, the arguments boil down to one of the following:

  • Triple-A titles are released on-schedule, instead of on …

Read more

This is What the Chinese Cloud Looks Like
A relaxed reverse-engineering trip into Weiyun

Introduction

It should not come to a surprise that the Chinese technology giants are — just as their western counterparts, rolling out their respective versions of cloud storage services such as Google Drive, Dropbox, or OneDrive.

They are approaching it like most of their offerings:

  1. Explore and learn from foreign competitors …

Read more

List of Apps

I’ve been reinstalling a lot of Windows machines lately (cleaning house and such), and just wanted to jot down a list of apps I’ll install before doing anything else. To get the base system running, so to speak, mostly as a reminder to my future self.

Web

Chrome …

Read more

Joomla 1.5 Security Fixes

Although I now have moved on — for most part — from PHP, I am still maintaining a number of websites build on top of Joomla. Ever since Joomla 3.0 was released, Joomla 1.5 has reached end-of-life status, meaning that there will be no more updates nor security fixes for …

Read more

« Prev Page 4 of 12 Next »