ES6 Overview in Bullet Points

Hacker News

My ES6 in Depth series consists of 24 articles covering most syntax changes and features coming in ES6. This article aims to summarize all of those, providing you with practical insight into most of ES6, so that you can quickly get started. I've also…

27 November 2015

Raspberry Pi Zero Power Consumption Comparison

Hacker News

tl;dr: The Raspberry Pi Zero uses about the same amount of power as the A+, and at least 50% less power than any other Pi (B+, 2 B, 3 B). On November 26, the Raspberry Pi foundation announced the Raspberry Pi Zero, a $5 USD computer that shares the same…

27 November 2015

Listening to satellites for $30

Hacker News

I’ve ever dreamed of space & satellites, it turms out you can received pictures from them. After getting my radio amateur license in the US, I’ve discovered there was some satellites dedicated to radio amateurs but also some weather satellites from the…

27 November 2015

Show HN: Treat CloudWatch logs as io streams with Go

Hacker News

Sign in Sign up GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together. Sign up Use Git or checkout with SVN using the web URL. Want to be notified of new releases in …

26 November 2015

Raspberry Pi Zero: the $5 computer

Hacker News

Of all the things we do at Raspberry Pi, driving down the cost of computer hardware remains one of the most important. Even in the developed world, a programmable computer is a luxury item for a lot of people, and every extra dollar that we ask someone to…

26 November 2015

Hostnames and usernames to reserve

Hacker News

If you're setting up a service where people can register their own usernames to be used as a hostname (username.example.com), email address ([email protected]), or URL path (example.com/username) within your domain, there are some common names you…

26 November 2015

Automated IP Configuration for React Native Development

Hacker News

There are three types of application builds we need to do for React Native development: debug, debug on target device, and production. As React Native is currently set up, you need to edit your AppDelegate.m file to switch between these three. If you…

25 November 2015

Modern SQL: With – Organize Complex Queries

Hacker News

In software engineering, it is common practice to group instructions as small and easily comprehensible units—namely functions or methods. This makes the code reusable and improves readability. Even though SQL has functions and procedures as well, they…

24 November 2015

Betwixt – Web Debugging Proxy Based on Chrome DevTools Network Panel

Hacker News

Betwixt will help you analyze web traffic outside the browser using familiar Chrome DevTools interface. Download the latest release for your operating system, build your own bundle or run Betwixt from the source code. In order to capture traffic, you'll…

24 November 2015