Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am raptros on github.
  • I am raptros (https://keybase.io/raptros) on keybase.
  • I have a public key ASCUozdG5ozTTjHJp-f-pOFoOIG4uknx7XOWekBZ7OuH_wo

To claim this, I am signing this object:

@raptros
raptros / doom.md
Created September 23, 2018 19:49
some doom metal recommendations

funeral doom bands and albums

these aren't reviews in any way, they're just a collection of bands that I've enjoyed albums from. Prepare for slow metal.

Ahab

of course, right?

@raptros
raptros / failures.md
Created May 3, 2014 17:04
drive failures

an overview of this BS

all of the parts in this machine are brand new. they are all generally well-reviewed on newegg, and should all be compatible.

what were the drives?

  • 2 western digital terabyte drives: drives 1 and 2
  • 1 western digital high rpm drive, drive 3
  • 1 SSD. drive 0.

what happened?

@raptros
raptros / experiments.scala
Created October 13, 2013 21:25
experiments in scalaz monad transformers, and the results.
import scalaz._
import scalaz.std.boolean._
import scalaz.std.list._
import scalaz.syntax.writer._
import scalaz.syntax.id._
import scalaz.syntax.std.boolean._
case class Data(d: String)
def effectOp(step: Int, result: Int): String \/ Boolean = {