I hereby claim:
- I am gesellix on github.
- I am gesellix (https://keybase.io/gesellix) on keybase.
- I have a public key ASBnYf8yVziZUKdA5CObS2oolAKMm8mD1T_hbeH-wJM6UQo
To claim this, I am signing this object:
module demo | |
go 1.22 | |
require gioui.org v0.7.1 | |
require ( | |
gioui.org/cpu v0.0.0-20220412190645-f1e9e8c3b1f7 // indirect | |
gioui.org/shader v1.0.8 // indirect | |
github.com/go-text/typesetting v0.1.1 // indirect |
#!/usr/bin/env -S bash -c "docker run -p 8080:8080 -it --rm \$(docker build --progress plain -f \$0 . 2>&1 | tee /dev/stderr | grep -oP 'sha256:[0-9a-f]*')" | |
# syntax = docker/dockerfile:1.4.0 | |
FROM node:20 | |
WORKDIR /root | |
RUN npm install sqlite3 |
2020-10-22T07:58:46.0435710Z ##[section]Starting: Request a runner to run this job | |
2020-10-22T07:58:46.1401470Z Can't find any online and idle self-hosted runner in current repository that matches the required labels: 'ubuntu-latest' | |
2020-10-22T07:58:46.2300563Z Can't find any online and idle self-hosted runner in current repository's organization/enterprise account that matches the required labels: 'ubuntu-latest' | |
2020-10-22T07:58:46.3245228Z Found online and idle hosted runner in current repository's enterprise account that matches the required labels: 'ubuntu-latest' | |
2020-10-22T07:58:46.4452474Z ##[section]Finishing: Request a runner to run this job | |
2020-10-22T07:59:03.0135963Z Current runner version: '2.273.5' | |
2020-10-22T07:59:03.0167430Z ##[group]Operating System | |
2020-10-22T07:59:03.0168304Z Ubuntu | |
2020-10-22T07:59:03.0168729Z 18.04.5 | |
2020-10-22T07:59:03.0169082Z LTS |
I hereby claim:
To claim this, I am signing this object:
echo “foo” > example.txt | |
### add to .git/objects | |
git hash-object -w example.txt | |
git cat-file -p <blob-hash> | |
find .git/objects -type f | |
### add file to .git/index (“stage”) | |
git update-index ---add --cacheinfo 100644 <blob-hash> example.txt |
Based on a tweet by @Tomwillfixit
Just a quick fun conversion to make it work as a Docker CLI plugin
To use it (assuming you're running a beta of Docker 19.03):
public class PrintUserHome { | |
public static void main(String[] args) { | |
System.out.println("User home: '" + System.getProperty("user.home") + "'"); | |
} | |
} |
I was at Amazon for about six and a half years, and now I've been at Google for that long. One thing that struck me immediately about the two companies -- an impression that has been reinforced almost daily -- is that Amazon does everything wrong, and Google does everything right. Sure, it's a sweeping generalization, but a surprisingly accurate one. It's pretty crazy. There are probably a hundred or even two hundred different ways you can compare the two companies, and Google is superior in all but three of them, if I recall correctly. I actually did a spreadsheet at one point but Legal wouldn't let me show it to anyone, even though recruiting loved it.
I mean, just to give you a very brief taste: Amazon's recruiting process is fundamentally flawed by having teams hire for themselves, so their hiring bar is incredibly inconsistent across teams, despite various efforts they've made to level it out. And their operations are a mess; they don't real
{ | |
"cards": { | |
"0": { | |
"name": "weather", | |
"id": 0, | |
"tempUnit": "celsius", | |
"card": "Weather", | |
"location": "Europe/Berlin CET-1CEST,M3.5.0,M10.5.0/3", | |
"distanceUnit": "metric" | |
} |
:80 { | |
root /serve | |
} |