Open Source

Crap that’s happening in the open source world.

I’ve been considering a project idea for Seneca’s partnership with Creative Commons. For that idea to work I would need a tool to create perceptual hashes from images that: Give true positive results when comparing images that were resized, and/or their colours changed. Give very few (near zero percent) false positive results. Too many false …

Continue reading Perceptual hash comparison: pHash vs Blockhash: false positives

From the CentOS FAQ: CentOS-6 updates until November 30, 2020 I was always suspicious about this claim, but I figured it’s based on RedHat, which is a serious company, and they can’t afford to screw with their customers too much. I don’t know how (if at all) this story is related to RedHat. The problem …

Continue reading Centos LTS my ass

Disgusting: for L in `cat lang.txt | cut -f 2,3,4,5 -d’ ‘ | sed ‘s/^.//’ | sed ‘s/.$//’ | sort`; do echo -n “$L “; done More disgusting: cat lang.txt | sort | awk ‘{ a=substr($2$3, 2); sub(“)$”, “”, a); print ” \””$1″\”, \””a”\”, \”The <a href=\x27http://littlesvr.ca/ostd/\x27>OSTD</a>\”,” ; }’ It reminds me of when I …

Continue reading I’m ashamed I wrote this

In a previous post I described my frustration with the fact that it’s so difficult to find documentation about how to connect to a server using HTTPS if the certificate for that server is self-signed (not from a paid-for certificate authority). After a while I found that someone at Google noticed that because of their …

Continue reading Android programming: connect to an HTTPS server with self-signed certificate