I hereby claim:
- I am onpaws on github.
- I am paws (https://keybase.io/paws) on keybase.
- I have a public key ASCyYjDUjEcwISVHRm3AEqQHWyTwgLkFmjzmAQRfeQBz9wo
To claim this, I am signing this object:
Model Identifier: MacBookPro16,1 | |
Part Numbers: MVVJ2xx/A, MVVK2xx/A, MVVL2xx/A, MVVM2xx/A |
apiVersion: v1 | |
kind: PersistentVolumeClaim | |
metadata: | |
name: pv-standard-550g-disk01 | |
annotations: | |
volume.beta.kubernetes.io/storage-class: standard | |
spec: | |
accessModes: | |
- ReadWriteOnce | |
resources: |
This post links my 3Box profile to my Github account! Web3 social profiles by 3Box. | |
✅ did:muport:QmXuD7iMM3vqAEvxiUQYUH3DFm3F6WqnfxqEx3YU1fNNW5 ✅ | |
Create your profile today to start building social connection and trust online at https://3Box.io/ |
via https://news.ycombinator.com/item?id=21508927 | |
A semi-common beginning programmer's exercise is to write a program that numbers the lines in a text file. | |
The naive solution will use O(n) space, while a bit more thought reveals that this can be done in constant | |
(to be really precise, O(log n) where n is the number of lines in the file) space. |
did:muport:QmRj42Tmkcb8j51hJ2x6796th9VfajXj4Mveeej3hze2uZ |
For good falafel: | |
Xberg: Falafel in Berln 💜 (https://goo.gl/maps/QmdmJwXvFxmjDKDJ6 …) or The Hummusapiens (https://goo.gl/maps/rdKsBTNMTTwGju9Q6 …) | |
Mitte: Kiez Falafel (https://goo.gl/maps/bNTji3edHBCvgHS69 …) | |
And @verbine recommends fancy cocktail bars: | |
Kreuzberg/Neukölln: | |
Schwarze Traube (https://goo.gl/maps/Q84yWmw1VcgoaxFn9 …), | |
TiER (https://goo.gl/maps/22immkic3vQiUxE87 …), | |
Geist im Glas (https://goo.gl/maps/JS7iLYB956JmHDVf7 …), | |
ÆTHER:bar (https://goo.gl/maps/w24DeJHhhmsnSM3C9 …) |
I hereby claim:
To claim this, I am signing this object:
cat <<EOF > filename.txt | |
apiVersion: networking.istio.io/v1alpha3 | |
kind: DestinationRule | |
metadata: | |
annotations: | |
meshsecurityinsights.googleapis.com/generated: "1558344751000000000" | |
name: default | |
namespace: istio-system | |
spec: | |
host: '*.local' |
apiVersion: v1 | |
kind: PersistentVolumeClaim | |
metadata: | |
namespace: default | |
name: pv-default-100g-disk01 | |
annotations: | |
volume.beta.kubernetes.io/storage-class: default | |
spec: | |
accessModes: | |
- ReadWriteOnce |
apiVersion: v1 | |
kind: PersistentVolumeClaim | |
metadata: | |
namespace: default | |
name: pv-default-100g-disk01 | |
annotations: | |
volume.beta.kubernetes.io/storage-class: default | |
spec: | |
accessModes: | |
- ReadWriteOnce |