21st Century Learning and Teaching
585.8K views | +0 today
Follow
21st Century Learning and Teaching
Related articles to 21st Century Learning and Teaching as also tools...
Curated by Gust MEES
Your new post is loading...
Your new post is loading...

Popular Tags

Current selected tag: 'Internet of Things'. Clear
Scooped by Gust MEES
Scoop.it!

ESP8266 NodeMCU Web Server using Server-Sent Events (SSE) | #Arduino #Maker #MakerED #MakerSpaces #Coding

ESP8266 NodeMCU Web Server using Server-Sent Events (SSE) | #Arduino #Maker #MakerED #MakerSpaces #Coding | 21st Century Learning and Teaching | Scoop.it

This tutorial shows how to use Server-Sent Events (SSE) in an ESP8266 NodeMCU Web Server programmed with Arduino IDE. SSE allows the browser to receive automatic updates from a server via HTTP connection. This is useful to send updated sensor readings to the browser, for example. Whenever a new reading is available, the ESP8266 sends it to the client and the web page can be updated automatically without the need to make additional requests.

 

Learn more / En savoir plus / Mehr erfahren:

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=ARDUINO

 

https://www.scoop.it/topic/21st-century-learning-and-teaching/?&tag=ESP8266+WiFi+Module

 

 

Gust MEES's insight:

This tutorial shows how to use Server-Sent Events (SSE) in an ESP8266 NodeMCU Web Server programmed with Arduino IDE. SSE allows the browser to receive automatic updates from a server via HTTP connection. This is useful to send updated sensor readings to the browser, for example. Whenever a new reading is available, the ESP8266 sends it to the client and the web page can be updated automatically without the need to make additional requests.

 

Learn more / En savoir plus / Mehr erfahren:

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=ARDUINO

 

https://www.scoop.it/topic/21st-century-learning-and-teaching/?&tag=ESP8266+WiFi+Module

 

 

Scooped by Gust MEES
Scoop.it!

Securing the Internet of Things | #CyberSecurity #Coding #Arduino #IoT

Securing the Internet of Things | #CyberSecurity #Coding #Arduino #IoT | 21st Century Learning and Teaching | Scoop.it

Aside from cool cat feeders, it is possible to find multiple maker projects for controlling garage doors, blind windows, smart locks, tracking cars, control temperature and humidity levels, and so on. However, the security aspect of these devices needs to take some extra attention, starting from the connection between the device and the Cloud infrastructure.

 

Most microcontrollers today are not powerful enough to handle secure connections, like SSL or TLS, so all the communication between the device and the server is open to attacks, like sniffing values, tacking device credentials, faking values, granting unauthorized access to physical facilities, unlocking doors, and many other possibilities. This way, securing the communications for all the Internet-connected devices should be a priority, especially if they can jeopardize our security or privacy.

The security of the Internet of Things does not only rely on secure communications, but it is a great start. The maker community must be aware of the security concerns of untrusted communications, and must have the appropriate resources to handle it. This way it is common to see different alternatives to offer secure communications in the microcontrollers, like porting SSL/TLS libraries to cheap devices like ESP8266, or device vendors that already integrates a crypto chip that process all this stuff by hardware, like the recent Arduino MKR1000.

In thinger.io we are concerned about this security aspect, so our cloud supports secure connections for any device with this capability. In the recent Arduino library update, starting from version 2.4.1, we have introduced support for the Arduino MKR1000, including secure TLS connections by default. Just start with the following sample sketch for the MKR1000, and you will have encrypted connections by default.

 

Learn more / En savoir plus / Mehr erfahren:

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=ARDUINO

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=IoT

 

Gust MEES's insight:

Aside from cool cat feeders, it is possible to find multiple maker projects for controlling garage doors, blind windows, smart locks, tracking cars, control temperature and humidity levels, and so on. However, the security aspect of these devices needs to take some extra attention, starting from the connection between the device and the Cloud infrastructure.

 

Most microcontrollers today are not powerful enough to handle secure connections, like SSL or TLS, so all the communication between the device and the server is open to attacks, like sniffing values, tacking device credentials, faking values, granting unauthorized access to physical facilities, unlocking doors, and many other possibilities. This way, securing the communications for all the Internet-connected devices should be a priority, especially if they can jeopardize our security or privacy.

The security of the Internet of Things does not only rely on secure communications, but it is a great start. The maker community must be aware of the security concerns of untrusted communications, and must have the appropriate resources to handle it. This way it is common to see different alternatives to offer secure communications in the microcontrollers, like porting SSL/TLS libraries to cheap devices like ESP8266, or device vendors that already integrates a crypto chip that process all this stuff by hardware, like the recent Arduino MKR1000.

In thinger.io we are concerned about this security aspect, so our cloud supports secure connections for any device with this capability. In the recent Arduino library update, starting from version 2.4.1, we have introduced support for the Arduino MKR1000, including secure TLS connections by default. Just start with the following sample sketch for the MKR1000, and you will have encrypted connections by default.

 

Learn more / En savoir plus / Mehr erfahren:

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=ARDUINO

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=IoT

No comment yet.
Scooped by Gust MEES
Scoop.it!

Cayenne IoT + ESP8266: driving a mini kit Pan-Tilt FPV SG90 in WiFi with a smartphone or tablet | #Coding #Maker #MakerED #MakerSpaces 

Cayenne IoT + ESP8266: driving a mini kit Pan-Tilt FPV SG90 in WiFi with a smartphone or tablet | #Coding #Maker #MakerED #MakerSpaces  | 21st Century Learning and Teaching | Scoop.it

In this new tutorial on Cayenne IoT, we will learn how to control an articulated Pan-Tilt PTZ SG90 system in WiFi. In the previous tutorial, we saw how to do with the Blynk library and application. Cayenne IoT is fairly similar. It is necessary to pass through the servers of myDevices.com which can cause a small delay of latency (quality of Internet connection, server load …).

 

Learn more / en savoir plus / Mehr erfahren:

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=ESP8266+WiFi+Module

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=Internet+of+Things

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=ARDUINO

 

Gust MEES's insight:

In this new tutorial on Cayenne IoT, we will learn how to control an articulated Pan-Tilt PTZ SG90 system in WiFi. In the previous tutorial, we saw how to do with the Blynk library and application. Cayenne IoT is fairly similar. It is necessary to pass through the servers of myDevices.com which can cause a small delay of latency (quality of Internet connection, server load …).

 

Learn more / en savoir plus / Mehr erfahren:

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=ESP8266+WiFi+Module

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=Internet+of+Things

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=ARDUINO

 

No comment yet.
Scooped by Gust MEES
Scoop.it!

IoT Made Simple: Servo Control With NodeMCU and Blynk | #Coding #ESP8266 #Maker #MakerED #MakerSpaces #Apps

IoT Made Simple: Servo Control With NodeMCU and Blynk | #Coding #ESP8266 #Maker #MakerED #MakerSpaces #Apps | 21st Century Learning and Teaching | Scoop.it

In this simple tutorial, we will explore how to control a servo over the internet. For that, we will use a great couple of devices, the NodeMCU ESP12-E and...

 

Learn more / En savoir plus / Mehr erfahren:

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=ESP8266+WiFi+Module

 

Gust MEES's insight:

In this simple tutorial, we will explore how to control a servo over the internet. For that, we will use a great couple of devices, the NodeMCU ESP12-E and...

 

Learn more / En savoir plus / Mehr erfahren:

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=ESP8266+WiFi+Module

 

No comment yet.
Scooped by Gust MEES
Scoop.it!

First Steps with the ESP8266 Wi-Fi Module | Maker, MakerED, Coding | Scrolling Text (Time, Temp., Humidity…) with 8×8 LED MATRIX 

First Steps with the ESP8266 Wi-Fi Module | Maker, MakerED, Coding | Scrolling Text (Time, Temp., Humidity…) with 8×8 LED MATRIX  | 21st Century Learning and Teaching | Scoop.it

In our previous blog post (Tutorial…), we were playing around with a LED MATRIX <===> First Steps with the Arduino-UNO R3 | Maker, MakerED, Coding | Scrolling Text with 8×8 LED MATRIX  <===> and we will continue to use the LED MATRIX, but this time with a Wi-Fi connection. We will use the module “ESP8266” which you can purchase worldwide around as it is very popular and it costs ONLY 7.49 €.

 

Learn more / En savoir plus / Mehr erfahren:

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=ARDUINO

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=ESP8266+WiFi+Module

 

 

Gust MEES's insight:

In our previous blog post (Tutorial…), we were playing around with a LED MATRIX <===> First Steps with the Arduino-UNO R3 | Maker, MakerED, Coding | Scrolling Text with 8×8 LED MATRIX  <===> and we will continue to use the LED MATRIX, but this time with a Wi-Fi connection. We will use the module “ESP8266” which you can purchase worldwide around as it is very popular and it costs ONLY 7.49 €.

 

 

Learn more / En savoir plus / Mehr erfahren:

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=ARDUINO

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=ESP8266+WiFi+Module

 

 

No comment yet.
Scooped by Gust MEES
Scoop.it!

An IoT-driven economy requires technology-empowered firstline workers | #InternetOfThings

An IoT-driven economy requires technology-empowered firstline workers | #InternetOfThings | 21st Century Learning and Teaching | Scoop.it

We continue to bask in the glory of the information technology revolution, now a three-decade-long event, which has reshaping the jobs of professionals and corporate staffs across the globe. However, it seems most workers have actually been left out of the equation -- the so-called firstline workforce, consisting of field technicians, healthcare providers, retail clerks, drivers, and so on.

 

They're called "firstline" for a reason -- they're the people with whom your customers are most likely to have first and only contact. If they can't deliver the goods or services because they are missing out on technology, then your company is seen as unable to deliver, simple as that.


With the rise of the Internet of Things and associated artificial intelligence, it's more important than ever that firstline workers receive the training, support and technology tools they need to deliver on meeting their customers' needs. Manufacturers, in particular, are seeing a dramatic shift in their business models, with more revenue coming from aftermarket service and support, especially as they develop the ability to monitor products and run analytics for predictive maintenance.

More than 80 percent of executives in a recent survey from Forbes Insights and Microsoft agree that empowering firstline workers with the tools and platforms they need has a direct impact on customer satisfaction, growth and worker job satisfaction,. In this survey, which I helped design and analyze, we found that this important component of the workforce continues to be overlooked.

 

Learn more / En savoir plus / Mehr erfahren:

 

 

http://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=IoT

 

http://www.scoop.it/t/securite-pc-et-internet/?&tag=iot

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=blockchain

 

Gust MEES's insight:

We continue to bask in the glory of the information technology revolution, now a three-decade-long event, which has reshaping the jobs of professionals and corporate staffs across the globe. However, it seems most workers have actually been left out of the equation -- the so-called firstline workforce, consisting of field technicians, healthcare providers, retail clerks, drivers, and so on.

 

They're called "firstline" for a reason -- they're the people with whom your customers are most likely to have first and only contact. If they can't deliver the goods or services because they are missing out on technology, then your company is seen as unable to deliver, simple as that.


With the rise of the Internet of Things and associated artificial intelligence, it's more important than ever that firstline workers receive the training, support and technology tools they need to deliver on meeting their customers' needs. Manufacturers, in particular, are seeing a dramatic shift in their business models, with more revenue coming from aftermarket service and support, especially as they develop the ability to monitor products and run analytics for predictive maintenance.

More than 80 percent of executives in a recent survey from Forbes Insights and Microsoft agree that empowering firstline workers with the tools and platforms they need has a direct impact on customer satisfaction, growth and worker job satisfaction,. In this survey, which I helped design and analyze, we found that this important component of the workforce continues to be overlooked.

 

Learn more / En savoir plus / Mehr erfahren:

 

 

http://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=IoT

 

http://www.scoop.it/t/securite-pc-et-internet/?&tag=iot

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=blockchain

 

Ian Berry's curator insight, February 19, 2018 7:16 PM
I think many people are leaving out or paying little attention to humans/humanity and being human. Any technological or digital advance is wasted unless in enhances the human experience
Scooped by Gust MEES
Scoop.it!

How Blockchain is the Key to a Secure IoT | #CyberSecurity #InternetOfThings 

How Blockchain is the Key to a Secure IoT | #CyberSecurity #InternetOfThings  | 21st Century Learning and Teaching | Scoop.it
The solution for Smeets and his team though is not to pile on extra layers of authentication, but rather to distribute them. And that's where blockchain comes it. Because the blockchain functions via a distributed and encrypted ledger shared across all of a network's users and devices, it creates a network of authentication that is verifiable and not easily hacked.

 

With blockchain implemented, a device cannot access a network unless it is verified through the entire ledger. In this scenario attacks like Mirai become significantly more difficult, if not impossible, because a hacker would need to modify the entire ledger, and not just the credentials of any one device.

Ericcson Research demonstrated a proof-of-concept of this idea at the 2017 Mobile World Congress in Barcelona this past March. The researchers set up a small WiFi network that used blockchain authentication instead of a typical username/password setup.

 

Learn more / En savoir plus / Mehr erfahren:

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=blockchain

 

Gust MEES's insight:
The solution for Smeets and his team though is not to pile on extra layers of authentication, but rather to distribute them. And that's where blockchain comes it. Because the blockchain functions via a distributed and encrypted ledger shared across all of a network's users and devices, it creates a network of authentication that is verifiable and not easily hacked.

 

With blockchain implemented, a device cannot access a network unless it is verified through the entire ledger. In this scenario attacks like Mirai become significantly more difficult, if not impossible, because a hacker would need to modify the entire ledger, and not just the credentials of any one device.

Ericcson Research demonstrated a proof-of-concept of this idea at the 2017 Mobile World Congress in Barcelona this past March. The researchers set up a small WiFi network that used blockchain authentication instead of a typical username/password setup.

 

Learn more / En savoir plus / Mehr erfahren:

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=blockchain

 

No comment yet.
Scooped by Gust MEES
Scoop.it!

Industrie 4.0: Wie deutsche Unternehmen die digitale Transformation meistern wollen | #IoT #DigitalTransformation

Industrie 4.0: Wie deutsche Unternehmen die digitale Transformation meistern wollen | #IoT #DigitalTransformation | 21st Century Learning and Teaching | Scoop.it
Der Begriff „Internet der Dinge“ ist bereits Ende des vorigen Jahrhunderts zum ersten Mal gefallen. Heute treibt das IoT (Internet of Things) nahezu alle Branchen und Industriezweige um. Wer mit der Digitalisierung nicht Schritt hält, hat wenig Chancen auch in Zukunft zu bestehen – davon sind inzwischen fast alle Vertreter führender Industrie-Unternehmen in Europa überzeugt.

 

Doch in jeder Branche gibt es spezielle Herausforderungen, wie die digitale Transformation am besten umgesetzt werden kann. In Berlin kamen in dieser Woche über 1.000 Vertreter führender Industrie-Unternehmen in Europa zusammen, um auf der „Industry of Things World“ über die aktuellen Herausforderungen zu diskutierten.

 

Learn more / En savoir plus / Mehr erfahren:

 

http://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=Internet+of+Things

 

http://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=Digital+transformation

 

Gust MEES's insight:
Der Begriff „Internet der Dinge“ ist bereits Ende des vorigen Jahrhunderts zum ersten Mal gefallen. Heute treibt das IoT (Internet of Things) nahezu alle Branchen und Industriezweige um. Wer mit der Digitalisierung nicht Schritt hält, hat wenig Chancen auch in Zukunft zu bestehen – davon sind inzwischen fast alle Vertreter führender Industrie-Unternehmen in Europa überzeugt.

 

Doch in jeder Branche gibt es spezielle Herausforderungen, wie die digitale Transformation am besten umgesetzt werden kann. In Berlin kamen in dieser Woche über 1.000 Vertreter führender Industrie-Unternehmen in Europa zusammen, um auf der „Industry of Things World“ über die aktuellen Herausforderungen zu diskutierten.

 

Learn more / En savoir plus / Mehr erfahren:

 

http://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=Internet+of+Things

 

http://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=Digital+transformation

 

No comment yet.
Scooped by Gust MEES
Scoop.it!

Botnetze: The Connected Dead | #ICT #CyberSecurity #Botnet #IoT #InternetOfThings 

Botnetze: The Connected Dead | #ICT #CyberSecurity #Botnet #IoT #InternetOfThings  | 21st Century Learning and Teaching | Scoop.it
Botnetze steuern Computer und IoT-Geräte, um einflussreiche Websites vom Netz zu nehmen und online für Chaos zu sorgen. Gehören Ihre Geräte dazu?

 

Learn more / En savoir plus / Mehr erfahren:

 

https://gustmees.wordpress.com/2012/05/21/visual-it-securitypart2-your-computer-as-a-possible-cyber-weapon/

 

http://www.scoop.it/t/securite-pc-et-internet/?&tag=Internet+of+things

 

Gust MEES's insight:
Botnetze steuern Computer und IoT-Geräte, um einflussreiche Websites vom Netz zu nehmen und online für Chaos zu sorgen. Gehören Ihre Geräte dazu?

 

Learn more / En savoir plus / Mehr erfahren:

 

https://gustmees.wordpress.com/2012/05/21/visual-it-securitypart2-your-computer-as-a-possible-cyber-weapon/

 

http://www.scoop.it/t/securite-pc-et-internet/?&tag=Internet+of+things

 

No comment yet.
Scooped by Gust MEES
Scoop.it!

Chip Pro is a $16 computer empowering makers to build IoT gadgets | #Maker #MakerED #MakerSpaces #ICT 

Chip Pro is a $16 computer empowering makers to build IoT gadgets | #Maker #MakerED #MakerSpaces #ICT  | 21st Century Learning and Teaching | Scoop.it
Say you want to create the next generation of voice recognition-enabled, AI-ensmartened, buzzword-laden gadget. The fist thing you need to do is pick a platform. Arduino isn’t powerful enough. The Raspberry Pi works great for prototyping, but going from Pi to production is a many-step process. Next Thing‘s Chip Pro is stepping up to fill the gap with a smart development kit for IoT creators.

 

Learn more / En savoir plus / Mehr erfahren:

 

http://www.scoop.it/t/21st-century-learning-and-teaching/?tag=Internet+of+Things

 

Gust MEES's insight:
Say you want to create the next generation of voice recognition-enabled, AI-ensmartened, buzzword-laden gadget. The fist thing you need to do is pick a platform. Arduino isn’t powerful enough. The Raspberry Pi works great for prototyping, but going from Pi to production is a many-step process. Next Thing‘s Chip Pro is stepping up to fill the gap with a smart development kit for IoT creators.

 

Learn more / En savoir plus / Mehr erfahren:

 

http://www.scoop.it/t/21st-century-learning-and-teaching/?tag=Internet+of+Things

 

Scooped by Gust MEES
Scoop.it!

Mehr Sicherheit für das Internet der Dinge | #InternetOfThings #IoT #IoE #CyberSecurity 

Mehr Sicherheit für das Internet der Dinge | #InternetOfThings #IoT #IoE #CyberSecurity  | 21st Century Learning and Teaching | Scoop.it
Die vernetzten Geräte des Internet of Things (IoT) sammeln und verarbeiten immer mehr Daten, versagen jedoch häufig beim Schutz dieser Daten. Ein ausführlicher Leitfaden will bei der Entwicklung sicherer Geräte helfen.

Der Branchenverband Cloud Security Alliance (CSA) hat umfassende Richtlinien für die Entwicklung sicherer Geräte für das Internet der Dinge (IoT) veröffentlicht. Auf gut 75 Seiten nennt die Studie Future-proofing the Connected World: 13 Steps to Developing Secure IoT Products eine Reihe konkreter Maßnahmen, um die Sicherheit vernetzter Geräte zu verbessern.

Das tut auch dringend Not: Immer wieder fielen in letzter Zeit mit dem Internet verbundene Geräte durch gravierende Sicherheitslücken auf, beispielsweise die Smart-Home-Systemen von Loxone oder die vernetzten Alarmanlagen verschiedener Hersteller. Kürzlich dokumentierte das Global Privacy Network (GPEN) schwere Mängel in 314 vernetzten Geräten vom Fitness-Tracker über Blutzuckermessgeräte bis zu Smart-TVs.

Geräte wie IP-Kameras und mit dem Internet verbundene Festplatten-Receiver sind mittlerweile Teil riesiger Bot-Netze, mit denen massive Denial-of-Service-Attacken durchgeführt werden – erst vor Kurzem zwang ein solcher DDoS-Angriff auf den Security-Blogger Brian Krebs den Content-Delivery-Anbieter Akamai in die Knie.

 

Learn more / En savoir plus / Mehr erfahren:

 

http://www.scoop.it/t/securite-pc-et-internet/?tag=DDos

 

http://www.scoop.it/t/securite-pc-et-internet/?tag=Smart+Home

 

https://globaleducationandsocialmedia.wordpress.com/2014/01/21/why-is-it-a-must-to-have-basics-knowledge-of-cyber-security-in-a-connected-technology-world/

 

http://www.scoop.it/t/securite-pc-et-internet/?tag=SHODAN+Search+Engine

 

http://www.scoop.it/t/21st-century-learning-and-teaching/?tag=Internet+of+Things

 

http://www.scoop.it/t/securite-pc-et-internet/?tag=smart-TV

 

http://www.scoop.it/t/securite-pc-et-internet/?tag=Internet+of+things

 

http://globaleducationandsocialmedia.wordpress.com/2014/01/21/why-is-it-a-must-to-have-basics-knowledge-of-cyber-security-in-a-connected-technology-world/

 

http://www.scoop.it/t/securite-pc-et-internet/?tag=Cars

 

 

Gust MEES's insight:
Die vernetzten Geräte des Internet of Things (IoT) sammeln und verarbeiten immer mehr Daten, versagen jedoch häufig beim Schutz dieser Daten. Ein ausführlicher Leitfaden will bei der Entwicklung sicherer Geräte helfen.

Der Branchenverband Cloud Security Alliance (CSA) hat umfassende Richtlinien für die Entwicklung sicherer Geräte für das Internet der Dinge (IoT) veröffentlicht. Auf gut 75 Seiten nennt die Studie Future-proofing the Connected World: 13 Steps to Developing Secure IoT Products eine Reihe konkreter Maßnahmen, um die Sicherheit vernetzter Geräte zu verbessern.

Das tut auch dringend Not: Immer wieder fielen in letzter Zeit mit dem Internet verbundene Geräte durch gravierende Sicherheitslücken auf, beispielsweise die Smart-Home-Systemen von Loxone oder die vernetzten Alarmanlagen verschiedener Hersteller. Kürzlich dokumentierte das Global Privacy Network (GPEN) schwere Mängel in 314 vernetzten Geräten vom Fitness-Tracker über Blutzuckermessgeräte bis zu Smart-TVs.

Geräte wie IP-Kameras und mit dem Internet verbundene Festplatten-Receiver sind mittlerweile Teil riesiger Bot-Netze, mit denen massive Denial-of-Service-Attacken durchgeführt werden – erst vor Kurzem zwang ein solcher DDoS-Angriff auf den Security-Blogger Brian Krebs den Content-Delivery-Anbieter Akamai in die Knie.

 

Learn more / En savoir plus / Mehr erfahren:

 

http://www.scoop.it/t/securite-pc-et-internet/?tag=DDos

 

http://www.scoop.it/t/securite-pc-et-internet/?tag=Smart+Home

 

https://globaleducationandsocialmedia.wordpress.com/2014/01/21/why-is-it-a-must-to-have-basics-knowledge-of-cyber-security-in-a-connected-technology-world/

 

http://www.scoop.it/t/securite-pc-et-internet/?tag=SHODAN+Search+Engine

 

http://www.scoop.it/t/21st-century-learning-and-teaching/?tag=Internet+of+Things

 

http://www.scoop.it/t/securite-pc-et-internet/?tag=smart-TV

 

http://www.scoop.it/t/securite-pc-et-internet/?tag=Internet+of+things

 

http://globaleducationandsocialmedia.wordpress.com/2014/01/21/why-is-it-a-must-to-have-basics-knowledge-of-cyber-security-in-a-connected-technology-world/

 

http://www.scoop.it/t/securite-pc-et-internet/?tag=Cars

 

Gust MEES's curator insight, October 9, 2016 1:24 PM
Die vernetzten Geräte des Internet of Things (IoT) sammeln und verarbeiten immer mehr Daten, versagen jedoch häufig beim Schutz dieser Daten. Ein ausführlicher Leitfaden will bei der Entwicklung sicherer Geräte helfen.

Der Branchenverband Cloud Security Alliance (CSA) hat umfassende Richtlinien für die Entwicklung sicherer Geräte für das Internet der Dinge (IoT) veröffentlicht. Auf gut 75 Seiten nennt die Studie Future-proofing the Connected World: 13 Steps to Developing Secure IoT Products eine Reihe konkreter Maßnahmen, um die Sicherheit vernetzter Geräte zu verbessern.

Das tut auch dringend Not: Immer wieder fielen in letzter Zeit mit dem Internet verbundene Geräte durch gravierende Sicherheitslücken auf, beispielsweise die Smart-Home-Systemen von Loxone oder die vernetzten Alarmanlagen verschiedener Hersteller. Kürzlich dokumentierte das Global Privacy Network (GPEN) schwere Mängel in 314 vernetzten Geräten vom Fitness-Tracker über Blutzuckermessgeräte bis zu Smart-TVs.

Geräte wie IP-Kameras und mit dem Internet verbundene Festplatten-Receiver sind mittlerweile Teil riesiger Bot-Netze, mit denen massive Denial-of-Service-Attacken durchgeführt werden – erst vor Kurzem zwang ein solcher DDoS-Angriff auf den Security-Blogger Brian Krebs den Content-Delivery-Anbieter Akamai in die Knie.

 

Learn more / En savoir plus / Mehr erfahren:

 

http://www.scoop.it/t/securite-pc-et-internet/?tag=DDos

 

http://www.scoop.it/t/securite-pc-et-internet/?tag=Smart+Home

 

https://globaleducationandsocialmedia.wordpress.com/2014/01/21/why-is-it-a-must-to-have-basics-knowledge-of-cyber-security-in-a-connected-technology-world/

 

http://www.scoop.it/t/securite-pc-et-internet/?tag=SHODAN+Search+Engine

 

http://www.scoop.it/t/21st-century-learning-and-teaching/?tag=Internet+of+Things

 

http://www.scoop.it/t/securite-pc-et-internet/?tag=smart-TV

 

http://www.scoop.it/t/securite-pc-et-internet/?tag=Internet+of+things

 

http://globaleducationandsocialmedia.wordpress.com/2014/01/21/why-is-it-a-must-to-have-basics-knowledge-of-cyber-security-in-a-connected-technology-world/

 

http://www.scoop.it/t/securite-pc-et-internet/?tag=Cars

 

 

Scooped by Gust MEES
Scoop.it!

Smart Cities Make for Smart Economies | #Economy #ICT #IoT #IoE #InternetOfThings 

Smart Cities Make for Smart Economies | #Economy #ICT #IoT #IoE #InternetOfThings  | 21st Century Learning and Teaching | Scoop.it

Cities are undoubtedly getting larger, especially in developing countries. This increase in size accelerates the consumption of resources and adapting will no longer suffice, they must develop sustainable economic strategies. To achieve this, a strong investment in human capital, social capital, urbanism and ICT infrastructure must be made.

 

All over Europe start-ups are partnering up with governing bodies to innovate city infrastructure. Among others, this includes the smart use of data acquired by tech companies and by the government, improved mobility, energy efficiency and advanced connectivity, more commonly known as Internet of Things (IoT).

 

Towards a smarter economy

A smarter economy is a crucial aspect to the Smart City movement. The notion has a broad meaning however Smart Cities Berkeley break it down into three different components; how Smart Cities technologies are changing urban commerce, the Smart City as an economic driver and the economics behind Smart Cities.

There is a lot of buzz at the moment about digitalising our economy, starting with payments. A clear illustration is the recent emergence of bitcoin or more broadly, mobile payments and e-wallets. Furthermore, there is a rise in the use of QR code technology or NFC (near field communication) for point of sale transactions. Indeed, mobile payments are at the heart of improving areas such as mass customisation retail, personalised tourism, enhanced mobility as well as peer to peer interactions. The end-game is to have a solution which digitalises the entire customer experience seamlessly.

 

Learn more / En savoir plus / Mehr erfahren:

 

http://www.scoop.it/t/21st-century-learning-and-teaching/?tag=Smart+Cities

 

 

Gust MEES's insight:
Towards a smarter economy

A smarter economy is a crucial aspect to the Smart City movement. The notion has a broad meaning however Smart Cities Berkeley break it down into three different components; how Smart Cities technologies are changing urban commerce, the Smart City as an economic driver and the economics behind Smart Cities.

There is a lot of buzz at the moment about digitalising our economy, starting with payments. A clear illustration is the recent emergence of bitcoin or more broadly, mobile payments and e-wallets. Furthermore, there is a rise in the use of QR code technology or NFC (near field communication) for point of sale transactions. Indeed, mobile payments are at the heart of improving areas such as mass customisation retail, personalised tourism, enhanced mobility as well as peer to peer interactions. The end-game is to have a solution which digitalises the entire customer experience seamlessly.

 

Learn more / En savoir plus / Mehr erfahren:

 

http://www.scoop.it/t/21st-century-learning-and-teaching/?tag=Smart+Cities

 

 

No comment yet.
Scooped by Gust MEES
Scoop.it!

Meet the LattePanda, a tiny Windows 10 PC for the Internet of Things | #IoT #IoE #MakerSpace #Coding 

Meet the LattePanda, a tiny Windows 10 PC for the Internet of Things | #IoT #IoE #MakerSpace #Coding  | 21st Century Learning and Teaching | Scoop.it
Single board computers are the key to developing the Internet of Things. The Arduino-compatible LattePanda is a full Windows 10 device.

 

Learn more / En savoir plus / Mehr erfahren:

 

https://gustmees.wordpress.com/2014/08/24/coding-a-new-trend-in-education-and-a-big-responsibility/

 

 

 

Gust MEES's insight:
Single board computers are the key to developing the Internet of Things. The Arduino-compatible LattePanda is a full Windows 10 device.

 

Learn more / En savoir plus / Mehr erfahren:

 

https://gustmees.wordpress.com/2014/08/24/coding-a-new-trend-in-education-and-a-big-responsibility/

 

 

No comment yet.
Scooped by Gust MEES
Scoop.it!

How AI, the IoT and 5G will make all the difference in a smarter world | #SmartCities

How AI, the IoT and 5G will make all the difference in a smarter world | #SmartCities | 21st Century Learning and Teaching | Scoop.it

From fields and streams to offices, factories, hospitals and transportation systems, organizations are using internet of things (IoT) sensors to collect massive amounts of data in order to improve operations and increase sustainability. 

Analyzing this information reveals patterns that can nip maintenance problems in the bud and lead to better decisions about resource allocation. As data accumulates, more functions can transition over to automation. Systems become smarter, using artificial intelligence to make speedy decisions without human intervention.  

 

Learn more / En savoir plus / Mehr erfahren:

 

http://www.scoop.it/t/21st-century-learning-and-teaching/?tag=wearables

 

http://www.scoop.it/t/21st-century-learning-and-teaching/?tag=Internet+of+Things

 

http://www.scoop.it/t/securite-pc-et-internet/?tag=Internet+of+things

 

http://globaleducationandsocialmedia.wordpress.com/2014/01/21/why-is-it-a-must-to-have-basics-knowledge-of-cyber-security-in-a-connected-technology-world/

 

http://www.scoop.it/t/21st-century-learning-and-teaching/?tag=Smart+Cities

 

Gust MEES's insight:

From fields and streams to offices, factories, hospitals and transportation systems, organizations are using internet of things (IoT) sensors to collect massive amounts of data in order to improve operations and increase sustainability. 

Analyzing this information reveals patterns that can nip maintenance problems in the bud and lead to better decisions about resource allocation. As data accumulates, more functions can transition over to automation. Systems become smarter, using artificial intelligence to make speedy decisions without human intervention.  

 

Learn more / En savoir plus / Mehr erfahren:

 

http://www.scoop.it/t/21st-century-learning-and-teaching/?tag=wearables

 

http://www.scoop.it/t/21st-century-learning-and-teaching/?tag=Internet+of+Things

 

http://www.scoop.it/t/securite-pc-et-internet/?tag=Internet+of+things

 

http://globaleducationandsocialmedia.wordpress.com/2014/01/21/why-is-it-a-must-to-have-basics-knowledge-of-cyber-security-in-a-connected-technology-world/

 

http://www.scoop.it/t/21st-century-learning-and-teaching/?tag=Smart+Cities

 

Scooped by Gust MEES
Scoop.it!

First Steps with the NodeMCU ESP8266 Wi-Fi Module | Maker, MakerED, Coding | Tips 

First Steps with the NodeMCU ESP8266 Wi-Fi Module | Maker, MakerED, Coding | Tips  | 21st Century Learning and Teaching | Scoop.it

First Steps with the NodeMCU ESP8266 Wi-Fi Module. In our previous tutorials we were using already the NodeMCU ESP8266 Wi-Fi Module and we discussed about "Security", "Cyber-Security" issues while using "IoT", "Internet of Things" and the importance that the router MUST be protected by a NEW password and NOT ALLOW to let connect any…

 

Learn more / En savoir plus / Mehr erfahren:

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=ARDUINO

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=ESP8266+WiFi+Module

 

Gust MEES's insight:

First Steps with the NodeMCU ESP8266 Wi-Fi Module. In our previous tutorials we were using already the NodeMCU ESP8266 Wi-Fi Module and we discussed about "Security", "Cyber-Security" issues while using "IoT", "Internet of Things" and the importance that the router MUST be protected by a NEW password and NOT ALLOW to let connect any…

 

Learn more / En savoir plus / Mehr erfahren:

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=ARDUINO

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=ESP8266+WiFi+Module

 

No comment yet.
Scooped by Gust MEES
Scoop.it!

Welcome to Adafruit IO | Want to connect your project to the Internet? Start Here! | Adafruit Learning System | #Coding #Maker #MakerED #MakerSpaces

Welcome to Adafruit IO | Want to connect your project to the Internet? Start Here! | Adafruit Learning System | #Coding #Maker #MakerED #MakerSpaces | 21st Century Learning and Teaching | Scoop.it

Want to make your project talk to the Internet? Connect your existing project to the Internet to log, stream, and interact with the data it produces? What about all this Internet-of-Things (IoT) stuff?

Adafruit IO is a platform designed (by us!) to display, respond, and interact with your project's data. We also keep your data private (data feeds are private by default) and secure (we will never sell or give this data away to another company) for you. It's the internet of things - for everyone!

Why We Built Adafruit IO
Here at Adafruit, we sell all of these amazing components, but we couldn't find a good way to interact with them over the Internet. There are certainly a lot of great services out there for datalogging, or communicating with your microcontroller over the web, but these services are either too complicated to get started, or they aren't particularly fun to use. So, we decided to experiment with our own system, and that's Adafruit IO.

 

Learn more / En savoir plus / Mehr erfahren:

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=Coding

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=ARDUINO

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=Internet+of+Things

 

Gust MEES's insight:

Want to make your project talk to the Internet? Connect your existing project to the Internet to log, stream, and interact with the data it produces? What about all this Internet-of-Things (IoT) stuff?

Adafruit IO is a platform designed (by us!) to display, respond, and interact with your project's data. We also keep your data private (data feeds are private by default) and secure (we will never sell or give this data away to another company) for you. It's the internet of things - for everyone!

Why We Built Adafruit IO
Here at Adafruit, we sell all of these amazing components, but we couldn't find a good way to interact with them over the Internet. There are certainly a lot of great services out there for datalogging, or communicating with your microcontroller over the web, but these services are either too complicated to get started, or they aren't particularly fun to use. So, we decided to experiment with our own system, and that's Adafruit IO.

 

Learn more / En savoir plus / Mehr erfahren:

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=Coding

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=ARDUINO

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=Internet+of+Things

 

No comment yet.
Scooped by Gust MEES
Scoop.it!

784 Projects tagged with "ESP8266" | Hackaday.io | #Coding #Maker #MakerED #MakerSpaces #IoT #InternetOfThings

784 Projects tagged with "ESP8266" | Hackaday.io | #Coding #Maker #MakerED #MakerSpaces #IoT #InternetOfThings | 21st Century Learning and Teaching | Scoop.it

784 Projects tagged with ESP8266

 

Learn more / En savoir plus / Mehr erfahren:

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=ARDUINO

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=ESP8266+WiFi+Module

 

 

Gust MEES's insight:

784 Projects tagged with ESP8266

 

Learn more / En savoir plus / Mehr erfahren:

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=ARDUINO

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=ESP8266+WiFi+Module

 

No comment yet.
Scooped by Gust MEES
Scoop.it!

How to Control MAX7219 LED Matrix with ESP8266 WiFi Module | #Maker #MakerED #MakerSpaces #Coding

How to Control MAX7219 LED Matrix with ESP8266 WiFi Module | #Maker #MakerED #MakerSpaces #Coding | 21st Century Learning and Teaching | Scoop.it

About this Project:


In this project we will learn how to interfacing ESP8266 module with MAX7219 matrix display to scrolling text message from web user interface. We will use Arduino IDE to program ESP module in this project. I am using MajicDesigns MD_MAX72xx library for running this project, also the code is very similar to included example in the library with some improvements in web user interface html code.

 

Learn more / En savoir plus / Mehr erfahren:

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=ARDUINO

 

Gust MEES's insight:

About this Project:


In this project we will learn how to interfacing ESP8266 module with MAX7219 matrix display to scrolling text message from web user interface. We will use Arduino IDE to program ESP module in this project. I am using MajicDesigns MD_MAX72xx library for running this project, also the code is very similar to included example in the library with some improvements in web user interface html code.

 

Learn more / En savoir plus / Mehr erfahren:

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=ARDUINO

 

No comment yet.
Scooped by Gust MEES
Scoop.it!

Internet of Things (IoT) Network Architecture, Connectivity and Technology Solutions | Do you know what’s connecting? | #ModernSociety #Benefits | #CyberSecurity #Dangers | #Blockchain

Internet of Things (IoT) Network Architecture, Connectivity and Technology Solutions | Do you know what’s connecting? | #ModernSociety #Benefits | #CyberSecurity #Dangers | #Blockchain | 21st Century Learning and Teaching | Scoop.it

Do you know what’s connecting?

 

Learn more / En savoir plus / Mehr erfahren:

 

http://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=IoT

 

http://www.scoop.it/t/securite-pc-et-internet/?&tag=iot

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=blockchain

 

Gust MEES's insight:

Do you know what’s connecting?

 

Learn more / En savoir plus / Mehr erfahren:

 

http://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=IoT

 

http://www.scoop.it/t/securite-pc-et-internet/?&tag=iot

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=blockchain

 

No comment yet.
Scooped by Gust MEES
Scoop.it!

IoT: Don't Forget Privacy And Security While Racing To The Price Bottom

IoT: Don't Forget Privacy And Security While Racing To The Price Bottom | 21st Century Learning and Teaching | Scoop.it
There is no doubt that companies of all shapes and sizes are increasing their spend in internet-of-things (IoT) technology. In fact, IDC projects this to be a $1.4 trillion market by 2021. With the increased spend and demand by consumers for low-price and high-value IoT devices, makers of these connected technologies have put a premium on affordability. The race to the bottom on price has inadvertently created major risks for organizations and consumers, according to PwC’s “Uncovering the Potential of the Internet of Things” report.

The pressure is on, and we see many makers of connected devices that produce IoT products as inexpensively as possible skipping important steps such as the design of security and privacy protections. This is generating significant new risks that are not widely understood during a time when consumers are more concerned about price than privacy and security. Risks include physical, software, encryption and network attacks, all of which could have wide-ranging effects on our daily lives, from taking over a connected car to obtaining sensitive data from a connected home to accessing a private network via a wearable device.

 

Also, there are societal concerns, including getting access to valuable intellectual property, sabotage to companies or governments and espionage. Consumer-focused companies need to ensure they are meeting their customers’ concerns. Simply put, the proper cybersecurity and privacy measures can aid businesses in seeing the full potential of IoT.

 

Learn more / En savoir plus / Mehr erfahren:

 

http://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=IoT

 

http://www.scoop.it/t/securite-pc-et-internet/?&tag=iot

 

Gust MEES's insight:
There is no doubt that companies of all shapes and sizes are increasing their spend in internet-of-things (IoT) technology. In fact, IDC projects this to be a $1.4 trillion market by 2021. With the increased spend and demand by consumers for low-price and high-value IoT devices, makers of these connected technologies have put a premium on affordability. The race to the bottom on price has inadvertently created major risks for organizations and consumers, according to PwC’s “Uncovering the Potential of the Internet of Things” report.

The pressure is on, and we see many makers of connected devices that produce IoT products as inexpensively as possible skipping important steps such as the design of security and privacy protections. This is generating significant new risks that are not widely understood during a time when consumers are more concerned about price than privacy and security. Risks include physical, software, encryption and network attacks, all of which could have wide-ranging effects on our daily lives, from taking over a connected car to obtaining sensitive data from a connected home to accessing a private network via a wearable device.

 

Also, there are societal concerns, including getting access to valuable intellectual property, sabotage to companies or governments and espionage. Consumer-focused companies need to ensure they are meeting their customers’ concerns. Simply put, the proper cybersecurity and privacy measures can aid businesses in seeing the full potential of IoT.

 

Learn more / En savoir plus / Mehr erfahren:

 

http://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=IoT

 

http://www.scoop.it/t/securite-pc-et-internet/?&tag=iot

 

No comment yet.
Scooped by Gust MEES
Scoop.it!

Smart Cities Infographic | #Privacy #IoT #IoE #InternetOfThings #ICT 

Smart Cities Infographic | #Privacy #IoT #IoE #InternetOfThings #ICT  | 21st Century Learning and Teaching | Scoop.it
Learn about the emerging smart city, the data privacy concerns that come with it, and the tools for data protection.

 

Learn more / En savoir plus / Mehr erfahren:

 

http://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=Smart+Cities

 

https://gustmees.wordpress.com/2013/12/21/privacy-in-the-digital-world-shouldnt-we-talk-about-it/

 

http://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=IoT

 

http://www.scoop.it/t/securite-pc-et-internet/?&tag=iot

 

Gust MEES's insight:
Learn about the emerging smart city, the data privacy concerns that come with it, and the tools for data protection.

 

Learn more / En savoir plus / Mehr erfahren:

 

http://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=Smart+Cities

 

https://gustmees.wordpress.com/2013/12/21/privacy-in-the-digital-world-shouldnt-we-talk-about-it/

 

http://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=IoT

 

http://www.scoop.it/t/securite-pc-et-internet/?&tag=iot

 

No comment yet.
Scooped by Gust MEES
Scoop.it!

How to secure your Raspberry Pi | #MakerED #Coding #CyberSecurity #IoT #InternetOfThings #Awareness

How to secure your Raspberry Pi | #MakerED #Coding #CyberSecurity #IoT #InternetOfThings #Awareness | 21st Century Learning and Teaching | Scoop.it
7 considerations to make when securing your Raspberry Pi.

 

Learn more / En savoir plus / Mehr erfahren:

 

http://www.scoop.it/t/securite-pc-et-internet/?&tag=Raspberry+PI

 

Gust MEES's insight:
7 considerations to make when securing your Raspberry Pi.

 

Learn more / En savoir plus / Mehr erfahren:

 

http://www.scoop.it/t/securite-pc-et-internet/?&tag=Raspberry+PI

 

Heather Mills's curator insight, March 20, 2017 10:23 PM

Maker: Raspberry Pi

Scooped by Gust MEES
Scoop.it!

Google und Microsoft kämpfen um den Raspberry Pi | #InternetOfThings #IoT #IoE #Coding #OS 

Google und Microsoft kämpfen um den Raspberry Pi | #InternetOfThings #IoT #IoE #Coding #OS  | 21st Century Learning and Teaching | Scoop.it
Mit einer angepassten Android-Version will Google auf den Raspberry Pi. Das vom Unternehmen auf den Namen Android Things getaufte System konkurriert hier unter anderem mit Microsofts Windows 10-Version für den Bastel-Rechner.

 

Learn more / En savoir plus / Mehr erfahren:

 

http://www.scoop.it/t/21st-century-learning-and-teaching/?tag=Raspberry+Pi

 

http://www.scoop.it/t/21st-century-learning-and-teaching/?tag=Internet+of+Things

 

Gust MEES's insight:
Mit einer angepassten Android-Version will Google auf den Raspberry Pi. Das vom Unternehmen auf den Namen Android Things getaufte System konkurriert hier unter anderem mit Microsofts Windows 10-Version für den Bastel-Rechner.

 

Learn more / En savoir plus / Mehr erfahren:

 

http://www.scoop.it/t/21st-century-learning-and-teaching/?tag=Raspberry+Pi

 

http://www.scoop.it/t/21st-century-learning-and-teaching/?tag=Internet+of+Things

 

No comment yet.
Scooped by Gust MEES
Scoop.it!

Internet Of Things - Why Smart Cities Are The Future | #IoT #IoE

Internet Of Things - Why Smart Cities Are The Future | #IoT #IoE | 21st Century Learning and Teaching | Scoop.it

Internet Of Things - Not just transportation will have a facelift, water conservation, green energy, pedestrian safety and real-time...

 

Learn more / En savoir plus / Mehr erfahren:

 

http://www.scoop.it/t/21st-century-learning-and-teaching/?tag=Smart+Cities

 

http://www.scoop.it/t/21st-century-learning-and-teaching/?tag=Internet+of+Things

 

Gust MEES's insight:

Internet Of Things - Not just transportation will have a facelift, water conservation, green energy, pedestrian safety and real-time...

 

Learn more / En savoir plus / Mehr erfahren:

 

http://www.scoop.it/t/21st-century-learning-and-teaching/?tag=Smart+Cities

 

http://www.scoop.it/t/21st-century-learning-and-teaching/?tag=Internet+of+Things

 

 

No comment yet.
Scooped by Gust MEES
Scoop.it!

Is it dumb to trust smart technology? | #AI #IoT #IoE #ArtificialIntelligence 

Is it dumb to trust smart technology? | #AI #IoT #IoE #ArtificialIntelligence  | 21st Century Learning and Teaching | Scoop.it
Did we learn nothing from Arthur C. Clarke's 1968 sci-fi epic, 2001: A Space Odyssey?

In the film, astronauts on a mission to Jupiter discover that the HAL 9000 artificial intelligence computer that controls and automates all functions on the spacecraft starts seriously glitching. The astronauts get worried, HAL gets paranoid -- yada, yada, yada -- HAL kills everyone on the ship.


Windows as a Service: What's it mean?
Microsoft's decision to unveil a subscription licensing model for Windows 10 for enterprises could be a
READ NOW
The moral of the story is that when lives depend on fully automated systems, it's a good idea to keep an eye on those systems anyway. (And if that's not the moral of the story, it should have been.)

How do you use something that's fully automatic, anyway? What is the responsibility of the "user"? Can we just hand over control to the bots?

Recent events in the news suggest that when it comes to using our automatic products and features, some people are doing it wrong.

 

Learn more / En savoir plus / Mehr erfahren:

 

http://www.scoop.it/t/21st-century-learning-and-teaching/?tag=Artificial+Intelligence

 

http://www.scoop.it/t/securite-pc-et-internet?q=iot

 

Gust MEES's insight:
Did we learn nothing from Arthur C. Clarke's 1968 sci-fi epic, 2001: A Space Odyssey?

In the film, astronauts on a mission to Jupiter discover that the HAL 9000 artificial intelligence computer that controls and automates all functions on the spacecraft starts seriously glitching. The astronauts get worried, HAL gets paranoid -- yada, yada, yada -- HAL kills everyone on the ship.


Windows as a Service: What's it mean?
Microsoft's decision to unveil a subscription licensing model for Windows 10 for enterprises could be a
READ NOW
The moral of the story is that when lives depend on fully automated systems, it's a good idea to keep an eye on those systems anyway. (And if that's not the moral of the story, it should have been.)

How do you use something that's fully automatic, anyway? What is the responsibility of the "user"? Can we just hand over control to the bots?

Recent events in the news suggest that when it comes to using our automatic products and features, some people are doing it wrong.

 

Learn more / En savoir plus / Mehr erfahren:

 

http://www.scoop.it/t/21st-century-learning-and-teaching/?tag=Artificial+Intelligence

 

http://www.scoop.it/t/securite-pc-et-internet?q=iot

 

 

No comment yet.