X-Git-Url: https://git-public.kairo.at/?p=slides.git;a=blobdiff_plain;f=linuxwochen2018%2Findex.html;h=dfea7a89c0d7e97bf80121b7df06ebb469fd8215;hp=e370b5576588bef87319cfcebd065ab39feded4c;hb=163f61857dbdc27f2c79951de98e98ea06632db7;hpb=16daf33f6c2d0de9efdcb4e01661d211f5ce2138;ds=sidebyside diff --git a/linuxwochen2018/index.html b/linuxwochen2018/index.html index e370b55..dfea7a8 100755 --- a/linuxwochen2018/index.html +++ b/linuxwochen2018/index.html @@ -158,40 +158,83 @@ Example:
-

Programmiersprache - Rust

+

Rust Language

+Rust logo + +

-
-

Web-Engine - Servo

+
+

Servo Web Engine

+Servo logo +
    +
  • Experimental web engine, written in Rust
  • +
  • Modular architecture, embeddable
  • +
  • Memory safe: more stability & security
  • +
  • Fast: parallelism + newer algorithms
  • +
  • Mature modules can be integrated into Gecko (Firefox Quantum)
  • +
  • Possible base for a WebVR/XR runtime, etc.
  • +
  • servo.org, + research.mozilla.org/servo-engines
  • +
+

-

WebAssembly

+

WebAssembly (wasm)

+WebAssembly logo +
    +
  • New, low-level, assembly-like language to run in browsers
  • +
  • Backward-compatible with asm.js
  • +
  • Good target to compile C/C++ or Rust (via + Emscripten) + for the browser
  • +
  • Enables fast compute-intensive applications (games et al.) on the web
  • +
  • Already supported in Firefox, Chrome, Edge, Safari
  • +
  • webassembly.org
-
-

IoT - Things Gateway

+
+

IoT - Project Things

+Project Things illustration +
    +
  • Experimental framework for connecting "things" to the web
  • +
  • Target: decentralized Internet of Things that is safe, open and interoperable
  • +
  • Web Thing API: Proposed W3C standard
  • +
  • Things Gateway connects existing things/protocols to the web
  • +
  • Cloud services are optional and configurable
  • +
  • Giving control back to the user
  • +
  • iot.mozilla.org
  • +
+

-