Hacker News Clone Using GraphQL and React

Hacker News

This project is a clone of hacker news rewritten with universal JavaScript, using React and GraphQL. It is intended to be an example or boilerplate to help you structure your projects using production-ready technologies. Server.js is the entry point. It…

2 October 2017

Bot detection leader Distil Networks announces security upgrades

Property Portal Watch

With a quick DNS change, customers can deploy Distil Bot Defense to deliver accurate protection from web scraping, account takeover, online fraud, spam, API abuse, skewed analytics, downtime and digital ad fraud. In addition, increased scalability allows…

2 October 2017

Show HN: Javascript face recognition game using TensorFlow

Hacker News

Take kemono pictures and lines up, then tanoshii! This is a toy application that made at the hackathon. It is inspired by following two concepts. * Kemono Friends The Kemono Friends is the Japanese animation that the story is like innocent animal…

1 October 2017

Moving away from GitFlow

Hacker News

In the last few months working on the source code for Our Machinery, I’ve found myself drifting further and further away from the GitFlow based workflow we used at Stingray towards a more trunk-based model. For me, this is often how things go. The…

1 October 2017

How to create a bootable macOS High Sierra installer drive

Macworld

Apple distributesmacOS High Sierrathrough the App Store. You need an internet connection, and the download will be over 5GB, so it’ll take a few minutes. For a single Mac, the installation process through the App Store works well, but if you have several…

30 September 2017

Cloudflare Workers: Run JavaScript Service Workers at the Edge

Hacker News

What We Do UPDATE 2018/3/13: Cloudflare Workers is now available to everyone. TL;DR: You'll soon be able to deploy JavaScript to Cloudflare's edge, written against an API similar to Service Workers. Try writing a Worker in the playground » Every…

29 September 2017

Code Everywhere: Why We Built Cloudflare Workers

Hacker News

It all comes down to the speed of light. It always does. The speed of light limits the latency possible between someone using the Internet and the application they are accessing. It doesn’t matter if they are walking down the street hailing a car using a…

29 September 2017

Should You Build a Webhooks API?

Hacker News

The term “webhook” was coined back in 2007 by Jeff Lindsay as a “hook” (or callback) for the web; meant to be a general purpose system to allow Internet systems to be composed in the same spirit as the Unix pipe. By speaking HTTP and being symmetrical to…

29 September 2017