- [Design Systems][1] by Alla Kholmatova - the canonical design systems book, in my opinion
- [Expressive Design Systems][2] by Yesenia Perez-Cruz - a great follow-up to Kholmatova's book
- [Atomic Design][3] by Brad Frost - written before we were using the term 'design system' for web interfaces, but many popular ideas extend from these ideas
| # -*- coding: utf-8 -*- | |
| """ | |
| Created on Sun Jun 17 19:59:33 2018 | |
| @author: mesut | |
| """ | |
| import yaml | |
| import cv2 | |
| assert cv2.__version__[0] == '3', 'The fisheye module requires opencv version >= 3.0.0' | |
| import numpy as np |
Windows PowerShell has several transition aliases that allow UNIX and CMD users to use familiar command names in Windows PowerShell. The most common aliases are shown in the table below, along with the Windows PowerShell command behind the alias and the standard Windows PowerShell alias if one exists.
| CMD Command | UNIX Command | PowerShell Command | PowerShell Alias |
|---|---|---|---|
| dir | ls | Get-ChildItem | gci |
- Install nvidia-docker-plugin
- Reboot (for some reason)
- On the folder with this
docker-compose.ymlfile do
docker-compose up
Most GStreamer examples found online are either for Linux or for gstreamer 0.10.
This particular release note seems to have covered important changes, such as:
- ffmpegcolorspace => videoconvert
- ffmpeg => libav
Applying -v will print out useful information. And most importantly the negotiation results.
Once in a while, you may need to cleanup resources (containers, volumes, images, networks) ...
// see: https://github.com/chadoe/docker-cleanup-volumes
$ docker volume rm $(docker volume ls -qf dangling=true)
$ docker volume ls -qf dangling=true | xargs -r docker volume rm
Picking the right architecture = Picking the right battles + Managing trade-offs
- Clarify and agree on the scope of the system
- User cases (description of sequences of events that, taken together, lead to a system doing something useful)
- Who is going to use it?
- How are they going to use it?
- Must be an event that someone involved in open source would be interested in attending
- Must be a community oriented event (no corporate owned for-profit events here please)
- Can't be about a specific language/framework.
Leave suggestions in the comments below
A curated list of amazingly awesome Electronic and Hardware platform #WoT #IoT #M2M