Moving from Firefox to Chromium I found it difficult to transfer all filtering and adblocking tweaks that was done in firefox using extensions. Some of them wasn’t even possible like prevent content from being downloaded. I have also had other ideas of how web filtering can be done which so far could not be found [...]
Archive for the ‘Blog’ Category
Inverse Privacy Pad
From EFF:s latest initiative about browsers carrying identifying bits you can now test how many identifying bits your own browser has at Panopticlick. From this I got the idea for this online notepad.
Event based programming
Let’s write a simple tcp server/terminal. Usually my way of thinking must be adapted to the programming language being used. This is my small attempt to modify how the language works to my thinking. I call it event based problem solving.
Encrypted backup design
This is the first draft of the structural design behind the new backup solution called b4f. Currently the main goal is to have a system for encrypted off-site backup allowing for incremental backups. This will be a slightly technical post, but remember that anything, even the goals, can change.
Measuring delay in webserver response
This is how to measure a webserver delay from the request to the first response. Thus it will only measure the time within the server, not the network delays. It is done using tcpdump to collect the data and a program I have written to extract the response time.
