I took the next step on recommended security practices by upgrading to https-only, and enabling spdy on the server. Still don’t have optimal cipher strengths, which will require some additional algorithm preference tweaking.
Tag: tech
RedStar
I got around to taking screenshots of RedStar 3, which hasn’t really made its way onto the internet yet. It really does look mac-like, and is using a skin that as far as I can tell is custom made rather than being modified from an existing Linux theme. Apps are packaged using a mac-like folder… Continue reading RedStar
Pretty excited about the data visualization course at UW this winter.
Code for Seattle meetup this evening. Big plans for the year.
Muxed Earth
Experimenting with 802.11s
The purpose of this document is an explanation of what is defined in the IEEE 802.11s standard, and the states of current implementations based on this standard. 802.11s is the standardization of mesh networking. That is to say that it defines a protocol for mobile devices where they can communicate amongst themselves even when not directly connected, and can route data beyond their immediate environment.
on p2p in the browser
The final project I want to accomplish this semester in my distributed computing independent study, is to come up with a way to access p2p capabilities from within the browser. I was originally hoping to do this with JavaScript API that relied behind the scenes on the new flash p2p protocol, rtmfp. The protocol has… Continue reading on p2p in the browser
Cornel Visit Days
This is just a recounting of my visit days at cornell, so that I can keep it fresh in my head when I want to reflect on it in the future. Flight sucked – sat in pain with a migraine between Cleveland and Syracuse – it let up about when we landed, and I’m blaming… Continue reading Cornel Visit Days
Torrent Auditor
I have now migrated the python torrent client that I’ve been working on to a google code project. It lives at torrentauditor and now has basic support for actually downloading torrent files. I researched the bittorrent extension protocols this week, but was somewhat frustrated by what I found. Most of the interesting ones are implemented… Continue reading Torrent Auditor
Downloading Torrents
I extended the work from last week in order to actually get data from a swarm. The main change is that new sockets are now allocated for each connection, state is remembered, and the client can actually get so far as to download data from the other peers. What needs to happen still is that… Continue reading Downloading Torrents