Skip to content

Instantly share code, notes, and snippets.

View tobyl's full-sized avatar
Coffee good.

Toby Leftly tobyl

Coffee good.
View GitHub Profile

Keybase proof

I hereby claim:

  • I am tobyl on github.
  • I am tleftly (https://keybase.io/tleftly) on keybase.
  • I have a public key ASDkqLgdeofMynjfM7g5gF4pTuY2kR4UA2QDo3S78zAYNwo

To claim this, I am signing this object:

File structure:

|-- config
|   `-- ignition.yaml
|-- flatcar_production_pxe.vmlinuz
|-- flatcar_production_pxe_image.cpio.gz
|-- hardware.json
|-- k8s.yaml
|-- ldlinux.c32
@tobyl
tobyl / iPhone-vs-Android.txt
Last active June 15, 2022 20:23
First impressions of the iPhone 13 from a Pixel 4 user
I was an iPhone user circa 2010, although I can't recall which models I owned (there were at least 2 or 3).
I can't recall exactly what prompted me to switch to Android, but for a long time I have felt that whoever Apple's target audience is (for computers and phones) I'm probably in either their primary, secondary or perhaps even tertiary group. Apple's web/online services was a BIG weakness back then, especially for those who are mostly happy with Google's web services.
I hated my first Android phone, a Motorola something-or-other. But once I switched to Google's Pixels, I was pretty happy and remained that way from my first pixel, the 2XL to my last, the Pixel 4. They were never mind blowing, but they were solid and reliable and did a small handful of things really well. However, in the past few years the price of everything has crept up, and now Google's phones are as expensive as iPhones, so more and more the question is "if I'm paying a ton of money for a phone, does Apple offer anything that is simpl
<div class="container">
<div class="row">
<div class="col-xs-12">
Heading one
</div>
<div class="col-xs-12">
Heading two
<div class="container">
<div class="row">
<div class="col-sm-4">
Heading One
</div>
<div class="col-sm-4">
Heading Two
.btn {
display: block;
@include mobile-up {
display: inline-block;
}
}
.sidebar {
ul {
list-style: none;
padding: 0;
li {
border-bottom: 1px solid blue;
}
}
}
<div>
<p>
<a href="#">link</a>
</p>
</div>
Compared to:
body {
margin: 20px 0 0 0;
}
@media (min-width: 768px) {
body {
margin: 0 20px 0 20px;
}
}