Today the Raspberry Pi Foundation announced that one can now buy the Raspberry Pi, a credit-card sized computer board that costs only $35. The Foundation entered licensed manufacture partnerships with two British companies to produce and sell the device. One of the two, RS Components (RS) is already experiencing tremendous interest in the Raspberry Pi. Quoting Chris Page, General Manager, Electronics at RS:
2012-02-29
Raspberry Pi – a credit-card sized Linux computer for $35
Array.prototype.concat is not generic
2012-02-27
New Node.js module “lazylines”: read a text stream, line by line
2012-02-25
Generate emails via mailto URLs on Node.js
openurl – a Node.js module for opening URLs
- http URLs: open the default browser
- mailto URLs: open the default email client
- file URLs: open a window showing the directory (on OS X)
2012-02-24
Gatekeeper: Apple is taking security seriously
2012-02-23
Major and minor JavaScript pitfalls and ECMAScript 6
- 2.1. Function-scoped variables
- 2.2. Inadvertent sharing via a closure
- 2.7. for...in is weird
JavaScript has many pitfalls. This post examines whether they make JavaScript “unfixable” as a language – as some argue. To do so, it separates the pitfalls into two categories: The ones that become harmless after learning about them and the ones that don’t. We’ll also look at how the upcoming ECMAScript 6 fixes most problems.
Warning: If you are new to JavaScript then don’t let this post be your introduction to it. Consult other material first.
iCal: disable page flip animation, stitched leather look
2012-02-22
Flash browser plugin on Linux to be Chrome-only
2012-02-21
Twitter to eliminate their hashbang (#!) URLs
2012-02-20
Integers and shift operators in JavaScript
2012-02-17
Transforming HTML with Node.js and jQuery
2012-02-16
OS X Mountain Lion
Apple has just introduced the next version of OS X, called “Mountain Lion”. It will be available in late summer. This post summarizes the highlights.
2012-02-14
2012-02-13
NaN and Infinity in JavaScript
This post looks at two special values that can be the result of operations that normally return numbers: NaN and Infinity.
2012-02-10
Taming tabs and bookmarks
Season guide: “Star Trek: Enterprise” S3
2012-02-06
Exemplar patterns in JavaScript
2012-02-04
PDF.js: display PDF files in your browser, without native code
Quite amazing: PDF.js is a JavaScript library that displays PDFs in browsers. At version 0.2, it comes with the requisite warning: “Note: This is an early-stage prototype. Several documents might not render properly.”
2012-02-02
Servo: a vision for the future of Firefox
- 2012-06-28: Restructured much of the content, to make it easier to digest.
- 2012-06-27: New section “More information on Servo”.