digital self defense and everything IT
-
Quick tip for Java/Netbeans users on Linux
If you are using Linux (Ubuntu and Debian in my case) and are being haunted by unresponsive, CPU and memory hogging Java applications you might find this piece of information useful: Check if you are using OpenJDK by issuing “java -version” in a terminal. If something with “OpenJDK” comes up, follow instructions (in german, but…
-
Setting fake user agent in Polipo
I use Polipo as a caching web proxy for my VPN and for some simple anonymizing. It’s a great software. One thing bugs me though: when censoring User-Agent, as intended, it does not send a User-Agent header. But: Sometimes poorly written web scripts break on a missing user agent string or web scripts take a…
-
There is no PayPal for me
Every now and then colleagues or customers ask me whether I can do PayPal transactions with them. Unfortunately, I can not. Let me explain: Until some 7-8 years ago I had been a happy PayPal customer with a positive balance of x.y EUR. Then, from PayPal’s point of view, I made a “suspicious” transaction of…
-
Outsourcing freelance jobs FAQ
I like outsourcing work to other freelancers when I am short on time myself. Over the time, I am often asked the same questions again and again. Obviously it is time for an “Outsourcing freelance jobs” FAQ. :) Question: Should I start working even though I have not been told to? Answer: Please don’t. Start…
-
CSS Level 3 Media Queries
In my humble opinion, the upcoming CSS Level 3 Media Queries are one of the major improvements in web development. Yesterday I have implemented those in my web site so that it adapts to various browser window widths. See them in action on Youtube! Try it for yourself and tell me what you think :)…