Skip to content

Instantly share code, notes, and snippets.

@tbtstl
tbtstl / README.md
Last active August 23, 2023 16:47
first.lol bot

FIRST (LOL) BOT

This is a naive implementation of a bot that can try to claim every block for first.lol

  1. Install dependencies: yarn add typescript ts-node viem
  2. Run the bot: npx ts-node bot.ts <PRIVATE_KEY> <GAS_PRICE_IN_GWEI>
@tbtstl
tbtstl / keybase.md
Created January 30, 2018 04:34
Hello is me

Keybase proof

I hereby claim:

To claim this, I am signing this object:

SENG 321 Midterm Review

Introduction to RE

Importance and difficulties of RE

  • Design of software intensive systems is a type of a wicked problem:
    • No single formulation of the problem.
    • Continuous need for exploration
    • No right or wrong solution
    • Unique characteristics

Definitions of RE, the RE process