January 20, 2018
The origins of the underlying data structure has everything to do with ensuring a document or set of documents can be proved published in a particular form at a certain time. In this context, a document could be an image, audio file, movie, or other computer file. This is incredibly general and adaptable to many different circumstances.
January 16, 2018
Generating trust from nothing is one of the first major feats blockchain is hyped to do, but blockchain itself doesn’t generate trust out of nothing. It actually derives from the system in which blockchain is used. A blockchain is actually just a chain of blocks of data having a particular structure which ensures its self-integrity, it can only be used to guarantee the data written to the chain was done so in a certain way. Multiple blockchains can be created with the same data up to a certain point — in fact, Bitcoin does this all the time in the mining process and the fork stays around until a majority of nodes choose the fork which grows longest.
January 12, 2018
Only by replacing ISPs with our own providers built to be more open from the ground up, can we bypass their newfound ability to control what travels over their networks.
December 27, 2017
The price of bitcoin from around 2015 until mid-October 2017, tracks with the price of electricity in China. From August and October, it correlates with the average US cost of energy. In November, it goes on a space walk to a new energy level. By the start of December, it moves with the average cost of electricity in NYC.
November 28, 2017
Imagine being on Mars, giving a presentation at a conference on Earth with real time audio and video (or VR even). All it might possibly require is a sufficient amount of planning to store separated entangled photon pairs in both locations and proper timing of a signal to initiate the protocol a suitable time before the presentation. This means we’d still experience a delay, but it would only happen before the stream starts — like a sort of quantum buffering. Of course, this is my imagination running wild. Science will still have see if it’s even possible.
October 13, 2017
This is a general overview of how to design a solar power system, preferably a portable one. This takes a look at the power density disparities between gas powered generators and solar power systems. It also provides an overview of energy requirements for a few common tools, appliances, and home health needs. It then guides the reader through the calculations and decisions needed in order to build a proper solar power system.
November 18, 2014
I’m sure there are quite a few ways to do this. What if we could write something with only two non-repeated conditionals using a few math concepts in eight lines of code?
December 17, 2011
PHP 5.4.0 will arrive soon. The PHP team is working to bring to some very nice presents to PHP developers. In the previous release of 5.3.0 they had added a few language changes. This version is no different. Some of the other changes include the ability to use DTrace for watching PHP apps in BSD variants (there is a loadable kernel module for Linux folks). This release features many speed and security improvements along with some phasing out of older language features (Y2K compliance is no longer optional). The mysql extensions for ext/mysql, mysqli, and pdo now use the MySql native driver (mysqlnd). This release also improves support for multibyte strings.
June 24, 2011
A few weeks ago, I started looking into the possibility of functional programming in PHP. I stumbled across the capability of defining anonymous functions — starting with PHP 5.3.0. These can be used to define closures with bound variables and also for partial application or currying. Higher order functions can also be defined.
February 21, 2011
gRaphael provides an easy way of creating charts through JavaScript. Unfortunately, many people have complained about how poorly it is documented. In the interest of seeing more good looking charts on websites, I decided to go through the code and post documentation here.