<img src="home/blogcontent/geekbench5to6singlephones.png" style="width: 100%; border: 0;" alt="Scatter plot showing 51 data points along a roughly linear line from bottom left to top right, with about 6 outliers (4 below, 2 above). On the X ax
Yesterday, I read this article: https://unlikekinds.com/article/google-amp-page-speed . The main points are: To get more prominent visibility on Google, you can implement AMP. Without AMP, y
Telegram for Android is now a closed source application. According to the repository and the Telegram website, it is covered by the GPL license which states one must publish changes. However, since early October 2016, there have been many releases but no updates of the source code. Everyone i
TL;DR: New blog posts will be posted in a new place under my legal name. Contact me if you want to know where. Some followers of this blog have noted that I post less, and it's true. There are several reasons, but one of the main reasons is that this nickname is a dead end for me. I am moving towards using my full name for professional things, and interesting technical content is now a…
Dots are often used for hierarchy. Domains are backwards, but still hierarchical. Wireshark you can use tcp.port to filter on TCP ports. In many programming languages you specify an object's property as object.property. Does that property have methods you can use? Try another dot: car.wheels.length(). Dots are also commonly used as decimal separator. Colons are often separ
People have a lot to say about how terrible piping from curl to bash is. These are the reasons people give: 1. It executes arbitrary code on your system! I'm sure these people never ran a .exe file in their life. 2. The download could cut off mid-file and turn "rm /opt/something" into "rm /opt"! Valid point! This is why we commonly wrap the installer as a big function, and call it in the end. If…
"Uh-oh," I thought, as a good friend alerted me to a local file inclusion vulnerability in a site that I recently made. It's still in beta, not public yet, but still. How could this happen? I wrote code to prevent this! The site has a ?page=mypage parameter that you could modify into anything, and it would just include the page instead of restricting it to existing and allowed pages. An absolute…
About 22 months ago I got my first touchscreen phone and my first Android. I was pretty excited about this Galaxy Note II and it fully lived up to my expectations. Last week it broke down. I'm back to my good old Nokia E75. Officially called a smartphone, it runs Symbian which is as powerful as y
How much would you pay for a self-driving car? I'll let you think about that for a minute. Myself, I'd pay about all the money I could spend on it. The idea fascinates me and it really seems like an awesome future. Not only will self-driving cars get you from A to B without having to drive, it wi
Just a quick blogpost about some things for ssh that make my life easier. No more password typing, hostname, user and port remembering, or even losing your session when a connection drops. The latter didn't seem easy to find and I had to piece some things together, but I'll explain how to use ssh wi