The files we need to build a basic root filesystem with Yocto. These are the support files for a YouTube video
| esphome: | |
| name: ble-tesla-8bubu | |
| friendly_name: ble-tesla-8bubu | |
| project: | |
| name: yoziru.esphome-tesla-ble | |
| version: "2024.8.1" | |
| libraries: | |
| - https://github.com/yoziru/tesla-ble.git#v2.2.1 | |
| on_boot: | |
| then: |
| alias: Ashley’s Light Fader | |
| description: > | |
| Fades a lamp over time. If you have any questions or comments about this | |
| script, feel free to tweet Ashley Bischoff at @FriendlyAshley. Released under | |
| the Apache 2.0 license. (v2.0) | |
| fields: | |
| light: | |
| name: 💡 Light | |
| description: entity_id of the lamp. | |
| selector: |
| function Test-AzDOPipeline { | |
| <# | |
| .SYNOPSIS | |
| Tests an Azure Devops Pipeline YAML configuration | |
| .DESCRIPTION | |
| This can be used to validate an Azure Devops pipeline configuration within a particular pipeline project. | |
| #> | |
| param ( | |
| #Your Azure Devops Organization Name |
While there are a number of definitions, for our purposes, soft skills are all of the skills that are not technical. Meaning - the you that shows up the interview, as well as your technical ability. Your interview is composed of your technical prowess, as well as your soft-skills and ability to answer non-technical questions around teamwork, leadership, failure (yes), ability to adapt, timeliness, and communication skills.
If you have heard of the airport test - when hiring managers ask themselves would I want to be stuck in an airport with this person? - your non-technical stories will help them answer that question. In short: non-technical questions will ask you to tell a number of stories that supplement your technical mastery.
Interviews are subjective, based off of who’s interviewing you. When you prepare for soft-skill questions, understand the value that you can bring to a company as well as your goals and interests. You will deliver better answers and be more con
This gist will show how to setup Raspbian Stretch as a headless Bluetooth A2DP audio sink. This will allow your phone, laptop or other Bluetooth device to play audio wirelessly through a Rasperry Pi.
A quick search will turn up a plethora of tutorials on setting up A2DP on the Raspberry Pi. However, I felt this gist was necessary because this solution is:
- Automatic & Headless - Once setup, the system is entirely automatic. No user iteration is required to pair, connect or start playback. Therefore the Raspberry Pi can be run headless.
- Simple - This solution has few dependencies, readily available packages and minimal configuration.
- Up to date - As of December 2017. Written for Raspbian Stretch & Bluez 5.43
| import { Pipe, PipeTransform } from '@angular/core' | |
| import { SafeHtml, SafeStyle, SafeScript, SafeUrl, SafeResourceUrl, DomSanitizer } from '@angular/platform-browser' | |
| import { Observable } from 'rxjs/Observable' | |
| import 'rxjs/add/observable/bindcallback' | |
| const rotation = { | |
| 1: 'rotate(0deg)', | |
| 3: 'rotate(180deg)', | |
| 6: 'rotate(90deg)', |
| # Generate a BaseSystem.dmg with 10.13 Install Packages | |
| hdiutil attach /Applications/Install\ macOS\ 10.13\ Beta.app/Contents/SharedSupport/InstallESD.dmg -noverify -mountpoint /Volumes/highsierra | |
| hdiutil create -o /tmp/HighSierraBase.cdr -size 7316m -layout SPUD -fs HFS+J | |
| hdiutil attach /tmp/HighSierraBase.cdr.dmg -noverify -mountpoint /Volumes/install_build | |
| asr restore -source /Applications/Install\ macOS\ 10.13\ Beta.app/Contents/SharedSupport/BaseSystem.dmg -target /Volumes/install_build -noprompt -noverify -erase | |
| cp -R /Volumes/highsierra/Packages /Volumes/OS\ X\ Base\ System/System/Installation | |
| hdiutil detach /Volumes/OS\ X\ Base\ System/ | |
| hdiutil detach /Volumes/highsierra/ | |
| mv /tmp/HighSierraBase.cdr.dmg /tmp/BaseSystem.dmg |
| # | |
| # smartcard_list.txt | |
| # Copyright (C) 2002-2018 Ludovic Rousseau | |
| # | |
| # This program is free software; you can redistribute it and/or modify | |
| # it under the terms of the GNU General Public License as published by | |
| # the Free Software Foundation; either version 2 of the License, or | |
| # (at your option) any later version. | |
| # | |
| # This program is distributed in the hope that it will be useful, |