- 1. Sending arbitrary data over the network: datagram ...
- (Software hacking)
- Working on my cluster-backups I wanted an RPC-like mechanism for communication from client -> server, but I required decoupled operation of the clients and server. I wanted to "magically" serialize dat ...
- Created on 02 September 2018
- 2. Serializing with JSON in Python
- (Software hacking)
- ... t to encode any other class, you *must* specify cls= in the dump/load methods, and you must provide a JSONEncoder subclass. Specifically, json.dumps(data, cls=CustomClass) (where CustomClass is a sub ...
- Created on 03 September 2018
- 3. The problem with SOHO backups
- (Software hacking)
- ... of 4TB RAIDZ2 + 2TB Time Machine). "Traditional" backups involve slurping all the important data to a (single) redundant location, and traditionally requires that the single location be as large as t ...
- Created on 02 September 2018
- 4. Joomla Keyword Cloud
- (Software hacking)
- ... e article's metadata, comma-separated keywords. They are then sized 1-5 (definitions in css) based on the relative hit frequency in the keywords in all viewable articles. Each keyword is linked out t ...
- Created on 05 August 2015
- 5. Flasher
- (Hardware hacking)
- ... data structure. The flasher demo (included in the attached library .zip) in action: To use this, download Flasher (attached) and , unzip & instal ...
- Created on 05 August 2015
- 6. Getting Started
- (Uncategorised)
- ... webpages easily by separating the creation of your content from the mechanics required to present it on the web. In this site, the content is stored in a database. The look and feel are created by ...
- Created on 16 November 2013