The Conflict and Environment Observatory published an article outlining actual and potential environmental consequences of this war: https://ceobs.org/the-emerging-environmental-consequences-of...
Still running a 2009 AirPort Extreme at our house. I haven't yet brought myself to replace it, even though I'd probably see a significant benefit from 802.11ac support and better ipv6 support It has been reliable for…
Has any album art been done with this?
Everyone knows about weather and climate, but NOAA also does a lot of ocean exploration: http://oceanexplorer.noaa.gov/explorations/explorations.html
I use a lot of JSON and YAML via libvariant [0], a set of C++ libraries. e.g. the core class Variant is a JSON-ish object implementation; there are pluggable Serializers & Deserializers, etc. Libvariant includes a…
I was also really excited to try this, but I mostly sit in front of Mac OS X, a Linux, or a BSD, in that order. Bookmarked!
A curious non-sequitor: "The data wasn't exactly private, but neither was it public—Goldsberry scraped it from the web." If Goldsberry scraped the data from the web, wasn't the data inherently public?
I've been using the TextMate 2 alphas for several years as my daily driver text editor (mainly for: C/C++, python, shell scripts, CMake, JavaScript, HTML, CSS, and occasional advanced editing for email and other…
The equivalent Xeons to these i7s, the E5-16xx v3 models, should be out very soon[1][2]. v3 means Haswell. If you need ECC, wait a month or two. [1] http://www.chiploco.com/intel-haswell-ep-e5-1600-v3-35072/ [2]…
The compiler for the TI C55x family [1] of fixed-point DSPs is implemented that way: sizeof(char) == 1 and sizeof(int) == 1, both 16-bit fields. A practical consequence is that you can't easily use the same struct…
The Conflict and Environment Observatory published an article outlining actual and potential environmental consequences of this war: https://ceobs.org/the-emerging-environmental-consequences-of...
Still running a 2009 AirPort Extreme at our house. I haven't yet brought myself to replace it, even though I'd probably see a significant benefit from 802.11ac support and better ipv6 support It has been reliable for…
Has any album art been done with this?
Everyone knows about weather and climate, but NOAA also does a lot of ocean exploration: http://oceanexplorer.noaa.gov/explorations/explorations.html
I use a lot of JSON and YAML via libvariant [0], a set of C++ libraries. e.g. the core class Variant is a JSON-ish object implementation; there are pluggable Serializers & Deserializers, etc. Libvariant includes a…
I was also really excited to try this, but I mostly sit in front of Mac OS X, a Linux, or a BSD, in that order. Bookmarked!
A curious non-sequitor: "The data wasn't exactly private, but neither was it public—Goldsberry scraped it from the web." If Goldsberry scraped the data from the web, wasn't the data inherently public?
I've been using the TextMate 2 alphas for several years as my daily driver text editor (mainly for: C/C++, python, shell scripts, CMake, JavaScript, HTML, CSS, and occasional advanced editing for email and other…
The equivalent Xeons to these i7s, the E5-16xx v3 models, should be out very soon[1][2]. v3 means Haswell. If you need ECC, wait a month or two. [1] http://www.chiploco.com/intel-haswell-ep-e5-1600-v3-35072/ [2]…
The compiler for the TI C55x family [1] of fixed-point DSPs is implemented that way: sizeof(char) == 1 and sizeof(int) == 1, both 16-bit fields. A practical consequence is that you can't easily use the same struct…