Skip to content

Instantly share code, notes, and snippets.

View tamouse's full-sized avatar
🏠
Working from home

Tamara Temple tamouse

🏠
Working from home
View GitHub Profile
@tamouse
tamouse / logseq-Gruvbox.css
Created January 17, 2024 17:33 — forked from tallguyjenks/logseq-Gruvbox.css
Logseq Gruvbox
@import url("https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;500;700&family=Fira+Sans:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
:root {
--background: #282828;
--light-background: #3c3836;
--lighter-background: #504945;
--dark-background: #3c3836;
--darker-background: #1d2021;
--foreground: #ebdbb2;
--current-line: #504954;
@tamouse
tamouse / README.2019.org
Last active March 25, 2024 21:56
Guidelines for Hack-the-Gap Teams

Hack-the-Gap 2019

Preparation for Weekend

In answer to the question: “What should I know, expect, and have prepared for the weekend?”

  • The biggest thing to remember is to bring an open mind — you’ll learn new skills, tricks and maybe even a new programming language.
  • A laptop, charger, and you might bring an extension cord / power strip. Make sure it is a machine you can install and run software on (some work laptops are locked down).
  • Hav your favorite text editor installed. Make sure you have a modern code editor installed, lots of ppl use VSCode, Atom, Sublime. Be familiar with it.
  • Have Git installed, and be familiar with it. Additional tools that make using Git easier include Github Desktop and SourceTree. Additionally, many modern code editors such as VSCode integrate with Git. You are not required to use the command line, although many people do. If you’re not familiar with using Git in a team, let your team members and a mentor know and we will help.
  • Also, some people ar
@tamouse
tamouse / contact.md
Created April 10, 2020 16:19
Contact tamouse (Tamara Temple)
@tamouse
tamouse / Time.js
Last active June 5, 2019 12:56
A React Time atom, that uses date-fns
import React from "react"
import T from "prop-types"
import { format, parse } from "date-fns"
/**
* Time
*
* @function
*
* @see https://date-fns.org/v1.30.1/docs/format for string formats
@tamouse
tamouse / errata.md
Last active January 2, 2019 15:21
Personal Bio and Diversity & Inclusion resource list

After listening to the podcast, I realize I made an error:

Alice Walker is the author of "The Color Purple".

Toni Morrison is the author of "Beloved".

My apologies to both authors and the audience.

@tamouse
tamouse / 1-howtowritegoodtests.org
Created November 29, 2018 20:44
Answer to a question someone asked about how to write good tests:

OP: I asked this in another group and I got a million answers but I’ll ask here: anyone have a good way to learn how to write good tests? I’ve listened to a test driven development course on lynda.com. I don’t really have a specific question per se, just looking for a pointer to good testing practices beyond the basics.

tamouse:

everyone says testing is Super Important, but no one seems to definitively answer that question. the obvious answer is “write a lot of bad tests” but that is oh so dismal.

the stuff i learned from, ages and ages ago, is probably no longer in print, but look for these authors:

  • jerry weinberg
  • boris beizer
@tamouse
tamouse / sexing-eggs.org
Created April 5, 2018 02:07
Learning Skills is like learning to sex eggs

The novice comes into the barn where an old woman is sitting in front of a bin of eggs, reaching into it, pulling out an egg, and she looks at it, feels it, holds it up to the light, and smells it, and then sets the egg into another tray to the right.

She repeats these steps with another egg, and eventually puts it to the right as well.

Another egg, same process, only this time she puts it to the left.

This goes on and the novice observes, without asking questions, and the old woman offers no explanation.

Finally, they break for the noon meal. Still without speaking of the process, they return, only this time the nove sits in front of the large bin of eggs. He picks up an egg, looks at it, shakes it, and the old woman takes the egg from him, and proceeds with the same process, looking at it, feels it, holds it up to the light, smells it, and then sets it to the left.

@tamouse
tamouse / __README.md
Last active April 10, 2020 16:22
ErrorBoundary Example (old, do it differently with functional components everywhere, hooks, etc)

This is pretty old now, and I'll likely do it a lot different these days.

Keybase proof

I hereby claim:

  • I am tamouse on github.
  • I am tamouse_ (https://keybase.io/tamouse_) on keybase.
  • I have a public key ASDX97pMQJUNyQFIbPg0VUIqICncQnmYjQAirpUtL3WHRQo

To claim this, I am signing this object:

@tamouse
tamouse / script.sh
Created July 15, 2017 06:53
easier way to grab the page title, works for gizmodo
$ echo 'http://gizmodo.com/scientists-push-back-against-booming-genetic-pseudoscie-1796923059' |\
ruby -rnokogiri -ropen-uri -ne 'puts Nokogiri::HTML(open($_.chomp)).search("//title").text'
Scientists Push Back Against Booming Genetic Pseudoscience Market