Understand your Mac and iPhone more deeply by tracing the evolution of Mac OS X from prelease to Swift. John Siracusa delivers the details.
You've got two main options:
| Microsoft - https://lnkd.in/g-UEZMxC | |
| Google Research - https://ai.googleblog.com/ | |
| Google Cloud Blog - https://lnkd.in/enNviCF8 | |
| AWS Architecture Blog - https://lnkd.in/eEchKJif | |
| All Things Distributed - https://lnkd.in/emXaQDaS | |
| The Nextflix Tech Blog - https://lnkd.in/efPuR39b | |
| LinkedIn Engineering Blog - https://lnkd.in/ehaePQth | |
| Uber Engineering Blog - https://eng.uber.com/ | |
| Engineering at Quora - https://lnkd.in/em-WkhJd | |
| Pinterest Engineering - https://lnkd.in/esBTntjq |
| The sessions of #KubeCon NA 2022 are starting soon! Check out the schedule to find great talks to watch and learn from! Starting at 11:00 PDT, you'll be able to check out the Maintainer Track - full of talks by and for CNCF Open Source Contributors! https://kccncna2022.sched.com/?iframe=no | |
| The #KubeCon EU Maintainer Track continues at 11:55 CEST. Check out talks including: @argoproj, and intros & updates for K8s SIG-CLI, K8s SIG-instrumentation, and SIG Cloud Provider! | |
| Last Maintainer Track sessions for this #Kubecon start at 16:55 CEST, tune in to learn more about making your own cloud with @crossplane_io, an intro to #Kubernetes SIG Node, the state of @Linkerd policy management with PolicyReport CRD. Full schedule: | |
| The 15:25 Maintainer Track Block of #KubeCon EU starts soon! Learn about developer portals with http://backstage.io, | |
| @ciliumproject, @grpcio, Intro and Deep Dives into Cluster API and SIG Multicluster, and Intro & updates from K8s SIG UI! | |
| The maintainer track for Day 1 of #KubeCon starts |
Inspired by the following exchange on Twitter, in which someone captures and posts a valuable video onto Twitter, but doesn't have the resources to easily transcribe it for the hearing-impaired, I thought it'd be fun to try out Amazon's AWS Transcribe service to help with this problem, and to see if I could do it all from the bash command-line like a Unix dork.
The instructions and code below show how to use command-line tools/scripting and Amazon's Transcribe service to transcribe the audio from online video. tl;dr: AWS Transcribe is a pretty amaz
| <LinearLayout | |
| xmlns:android="http://schemas.android.com/apk/res/android" | |
| android:orientation="vertical" | |
| android:layout_width="match_parent" | |
| android:layout_height="match_parent" | |
| android:background="@android:color/darker_gray"> | |
| <TextView | |
| android:text="VIP List" | |
| android:layout_width="wrap_content" |
| /* Include header files for all drivers that have been imported from Atmel Software Framework (ASF). */ | |
| #include <asf.h> | |
| #define FOSC0 32000000 | |
| #include <myModules/JokerSPI.h> | |
| #include <myModules/JokerI2C.h> |
| """"Create "The Matrix" of binary numbers scrolling vertically in your terminal. | |
| original code adapted from juancarlospaco: | |
| - http://ubuntuforums.org/showpost.php?p=10306676 | |
| Inspired by the movie: The Matrix | |
| - Corey Goldberg (2013) | |
| Requires: |
| #!/usr/bin/python | |
| # | |
| # Example usage | |
| # $ ./gangnam.py | gnuplot | |
| # 9 | |
| # 0 0 | |
| # 1 1 | |
| # 2 2 | |
| # 0 2 | |
| # 1 1 |