Apple could begin producing its own car with a 'next level' battery in 2024appleinsider.com #
2020/12/22 #
Today’s links:
-
-
SoftBank launches blank-check company to join SPAC crazewww.cnbc.com #
-
wunderbucket - Turn local folders into global websites - This hosting solution might be relevant for small projects where you don’t want to muck around with command line, git etc, for simply making a folder of HTML/CSS/JS live without any fuss or ceremonywunderbucket.io #
-
IoT and Node.JS -How to Catch the Opportunity? - NodeJS is very well suited for IOT applications, this article covers some of the aspects to consider such as hardware and security, and explores some tracking solutions - I’m not a huge fan of technology that tracks employees, though there are a lot of industrial sectors where such technologies would be valuable to increase safety, I think the more interesting use cases are in creating low cost infrastructure for fleets of distributed sensors, and simple device configuration UIskeenethics.com #
-
Twitter expands its new API with conversation and reply controls9to5mac.com #
-
rwaldron/johnny-five - JavaScript Robotics and IoT programming framework, developed at Bocoupgithub.com #
-
-
Parsing JSON at the CLI - A Practical Introduction to
jq
(and more!) - This jq intro has some well thought out and illustrated examples, I hadn’t grasped until reading this that the | in jq commands behaved similar to unix pipes, passing the output from 1 filter to the input of another filter, and there’s also some links to useful related tools such as an online jq playground, jq for yaml (yq), jq for html (pup) - Given all the JSON used in web development, knowing how to handle it on the command line is a very useful skill to havesequoia.makes.software #