Radu Matei

@radu

Joined on Mar 11, 2018

  • Wasm components See the Component Model Explainer from the specification repository. For a deep dive into the motivation and progress for the component model, see Luke Wagner's WasmDay keynote: The Path to Components. Read Dan Gohman's What is a Wasm component and Joel Dice's The Wasm component model articles. The core WebAssembly specification defines a portable binary format and compilation target for representing executable code. A core Wasm module can import functions, linear memories, or global variables from the host, or it can export them to the underlying execution environment.
     Like  Bookmark
  • # CNAB Security Draft > Also see current [pull request in the CNAB specification][pr]. > This document assumes familiarity with the CNAB Core specification, TUF, and In-Toto. ### Key terms - metadata repository - [TUF repository][tuf-repo] that contains metadata about a CNAB bundle, its referenced images, and [In-Toto verification][in-toto-ver]. - bundle registry - storage and distribution system for CNAB bundles (that may or may not adhere to the CNAB Registry specification) - image registry
     Like  Bookmark
  • # ETL Pipeline for Brigade This is an already existing pipeline that uses Tensorflow and Keras, currently running on top of Azure ML Services. The goal is to translate the pipeline on top of Brigade. ## Pipeline description * preprocessing * one job * CPU bound * job takes ~40 minutes for current data set on F8 machines (8 cores, 16 GB RAM) * reads files from the input persistent volume and writes on the _per build_ persistent volume * training * 5 parralel jobs that use
     Like  Bookmark