Skip to content

Instantly share code, notes, and snippets.

View carlisia's full-sized avatar
:octocat:
🎉 ‼️ 🙋‍♀️ 😜 👀 🌟 🌈 ☀️ 💯

Carlisia Campos carlisia

:octocat:
🎉 ‼️ 🙋‍♀️ 😜 👀 🌟 🌈 ☀️ 💯
View GitHub Profile
@carlisia
carlisia / blog.md
Last active May 21, 2022 21:27
worklog

‎‎​

@carlisia
carlisia / owners-file.sh
Last active May 21, 2022 20:14
gh-queries
#!/usr/local/bin/bash
# update local copies to be ready to checkout code for review when needed
# printf "🧧 co main: \n"
# gita super net checkout main
# printf "🧧 git fetch: \n"
# gita fetch net
# printf "🧧 git pull: \n"
# gita pull net
@carlisia
carlisia / knative-public-repos.md
Last active March 4, 2022 02:56
Knative release related repos
@carlisia
carlisia / support.rotation-eventing
Last active September 28, 2021 23:10
rotation eventing
# Eventing community contacts
#
# Begin metadata
#@ title: Eventing
#@ slack: #eventing-questions
#@ slacklink: https://knative.slack.com/archives/C017X0PFC0P
2021-01-04T01:00:00Z | n3wscott
2021-01-11T01:00:00Z | vaikas
@carlisia
carlisia / support.rotation
Created September 28, 2021 22:21
kn-rotation
# Serving community contacts
#
# Begin metadata
#@ title: Serving
#@ slack: #serving-questions
#@ slacklink: https://knative.slack.com/archives/C0186KU7STW
2021-09-27T01:00:00Z | dprotaso
2021-10-04T01:00:00Z | carlisia
2021-10-11T01:00:00Z | markusthoemmes
@carlisia
carlisia / e2etests
Last active September 18, 2021 18:30
Focus options on providers:
TCE
With focus:
GINKGO_FOCUS='Basic' BSL_BUCKET=c-aws-velero-bucket CREDS_FILE=/Users/carlisiac/creds/credentials-velero-aws CLOUD_PROVIDER=aws make e2e-test
-----
Exemple for filtering a test:
set GINKGO_FOCUS [APIGroup]
@carlisia
carlisia / rom-references
Last active January 8, 2019 10:23
ROM - References for creating a custom adapter
We couldn’t find that file to show.
@carlisia
carlisia / LICENSE
Created October 30, 2015 18:15
William Kennedy at SD Gophers October Meetup - Transcript by @francismakes
The MIT License (MIT)
Copyright (c) 2015 Francis Batac
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
@carlisia
carlisia / things-bill-say.md
Created July 10, 2016 19:08
Things Bill Say (about Go)

channels are slow, do not use it for synchronizing access

don't use channels as a queue

channels provide guarantees in your software for orchestration

channels: don't use for performance, use them for continuity: to keep things going

the channels are not the buffer. Goroutines can be the buffer.

~/dev
☻ go-gender-stats
panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xb code=0x1 addr=0x8 pc=0x119236]
goroutine 1 [running]:
github.com/jbrukh/bayesian.(*Classifier).ProbScores(0x0, 0xc820063d28, 0x1, 0x1, 0x0, 0x0, 0x0, 0x123cb, 0x7e16c)
/Users/carlisiacampos/.gvm/pkgsets/go1.5.1/global/src/github.com/jbrukh/bayesian/bayesian.go:307 +0x46
github.com/hstove/gender/classifier.Classify(0x0, 0xc82053fe70, 0x5, 0x0, 0x0, 0x1)
/Users/carlisiacampos/.gvm/pkgsets/go1.5.1/global/src/github.com/hstove/gender/classifier/classifier.go:37 +0xd1