HTY360Player: Open-Source 360 VR Player

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 …

7 December 2015

Does Google crawl dynamic content?

Hacker News

To validate the results of every experiment, I used more or less unique strings to identify content in the search results. View source to find out the exact nature of each experiment. After the DOM has loaded, this experiment writes a string into a DIV…

7 December 2015

Structor – a user interface builder for React

Hacker News

Use Git or checkout with SVN using the web URL. Want to be notified of new releases in ipselon/structor? If nothing happens, download GitHub Desktop and try again. If nothing happens, download GitHub Desktop and try again. If nothing…

6 December 2015

A/B Testing, from scratch

Hacker News

If you work in a diligent web development business you probably know what an A/B test is. However, its fascinating statistical theory is usually left behind. Understanding the basics can help you avoid common pitfalls, better design your experiments, and…

2 December 2015

Sample PHP Extension Written in 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 …

1 December 2015

How to upgrade your master server with minimal downtime

MySQL Performance Blog

Here’s a step-by-step guide on how to invert roles for master and slave so you can perform a master server upgrade, and then switch roles back to the original setup. * While following this guide consider ... The post How to upgrade your master server with…

1 December 2015

Neil Williams: bashrc-git snippets

Planet Debian

Just in case someone else finds these useful, some bash functions I've got into the habit of having in : mcd(){ mkdir "$1"; cd "$1"; } gum(){ git checkout "$1" && git rebase master && git checkout master; } gsb() { LIST=`git branch|egrep -v…

30 November 2015

Raspberry Pi Zero – Conserve power and reduce draw to 30mA

Hacker News

[Update 2015-12-01: I bought a PowerJive USB power meter and re-tested everything, and came up with ~80 mA instead of the ~30 mA reported by the Charger Doctor that I was using prior. This seems to be more in line with the results others were measuring…

30 November 2015