Skip to content

Instantly share code, notes, and snippets.

View imbilltucker's full-sized avatar

Bill Tucker imbilltucker

View GitHub Profile
@imbilltucker
imbilltucker / interview_questions.wiki
Created August 7, 2019 02:55
Interview questions to ask them

Some questions to ask a company

    * Coraline Ada Ehmke, Mar 12, 2019
        * “Tell me about a time when you had a personality clash on the team.”

        * “What would [you (manager) | your manager] say and do if, after working here for a year, I started thinking about looking for another job?”

        * “You are granted one work-related wish. Six months later, how do you know if your wish was fulfilled?”
        * “What do you see as your most important job as a [member of this team|manager]?”
        * “I need constructive and actionable feedback in order to do my job confidently. What sort of feedback channels can I expect from you?”

Tonight: 20190916
ddsketch
https://blog.acolyer.org/2019/09/06/ddsketch/
github: https://github.com/DataDog/sketches-py.git
flask website...
@imbilltucker
imbilltucker / why_clojure.html
Created May 6, 2020 19:54
Some notes on clojure
Why Clojure
Clojure Made Simple: https://www.youtube.com/watch?v=VSdnJDO-xdg
What is Clojure?
lisp on the JVM
REPL
immutable data structures
datomic
@imbilltucker
imbilltucker / todo.vim
Created June 14, 2020 22:55 — forked from huytd/todo.vim
A Todo list syntax in Vim, with an actual checkbox
" Vim syntax file
" Language: Todo
" Maintainer: Huy Tran
" Latest Revision: 14 June 2020
if exists("b:current_syntax")
finish
endif
" Custom conceal

Keybase proof

I hereby claim:

  • I am imbilltucker on github.
  • I am imbilltucker (https://keybase.io/imbilltucker) on keybase.
  • I have a public key ASAowN47prVm7igFfruy43PmIhUlonG783FFdz7EJoYaNwo

To claim this, I am signing this object:

import requests
CHOICES = {
'1': '3-Day Forcast',
'2': 'WWV Geophysical Alert Message',
'3': '27-day Space Weather Outlook',
}
URLS = {
'3-Day Forcast':
'https://services.swpc.noaa.gov/text/wwv.txt',