I hereby claim:
- I am vicyap on github.
- I am vicyap (https://keybase.io/vicyap) on keybase.
- I have a public key ASAyETxNQXy6jPG1_2vhlRH-vYPnA2GI2sAF9nKrM4fVzQo
To claim this, I am signing this object:
| data "aws_ami" "aws_eks_gpu_optimized" { | |
| owners = ["602401143452"] | |
| most_recent = true | |
| filter { | |
| name = "name" | |
| values = ["amazon-eks-gpu-node-${var.eks_cluster_version}-v20220112*"] | |
| } | |
| } |
| [Unit] | |
| Description=gpumon service | |
| After=network-online.target | |
| Requires=network-online.target | |
| [Service] | |
| TimeoutStartSec=0 | |
| Restart=always | |
| ExecStart=/usr/bin/python /opt/gpumon/gpumon.py |
| package main | |
| import ( | |
| "fmt" | |
| ) | |
| func main() { | |
| defer func() { | |
| if p := recover(); p != nil { | |
| fmt.Printf("%v\n", p) |
I hereby claim:
To claim this, I am signing this object:
A quick guide on getting ready for tech interviews.
Before diving into code, most interviewers like to chitchat about your background. They're looking for:
| #include <experimental/any> | |
| #include <iostream> | |
| #include <string> | |
| #include <vector> | |
| using namespace std; | |
| using namespace std::experimental; |