Skip to content

Instantly share code, notes, and snippets.

View zachlatta's full-sized avatar
🏴‍☠️

Zach Latta zachlatta

🏴‍☠️
View GitHub Profile

Hack Club Bank Product Engineer @ Hack Club

Launched 3 years ago, Hack Club is a global network of student-led hacker clubs now spanning 315 high schools, 35 states, and 17 countries with an estimated 10,000 students impacted by our programs each year.

We’re looking to bring in a product-minded full stack engineer to own development and growth of Hack Club Bank, which we launched on Hacker News four months ago (https://news.ycombinator.com/item?id=19257241).

Hack Club Bank is growing quickly, crossing $600K in transactions two weeks ago. You will have a founder-like engineering role and will work with our founder and Executive Director to flesh out the vision and strategy. You will lead the charge to get us to $6M in transactions over the next 12 months. The potential goes way beyond high school hackathons: it’s every US nonprofit with an annual budget of under ~$300K (see https://en.wikipedia.org/wiki/Fiscal_sponsorship).

The product is revenue generating, we’re a well-fun

Accountant (Part Time) @ Hack Club

Launched 3 years ago, Hack Club is a global network of student-led hacker clubs now spanning 315 high schools, 35 states, and 17 countries with an estimated 10,000 students impacted by our programs each year.

Our programs and annual budget are growing quickly and we’re seeking an experienced accountant to join our small team part-time to accomplish the following objectives:

  • Lead, manage, and streamline the monthly close process
  • Own the chart of accounts, making changes as needed with our evolving organization
  • Develop strategies to improve accounting effectiveness, including the development and execution of process and system changes
  • Support the Executive Director in understanding organization spend and management of restricted funds

Get started with a repl on https://repl.it already configured with p5.js and jump straight into coding.

  1. Go to https://repl.it/@zrl/p5-boilerplate
  2. Click "fork" to make a copy to edit

More Background / Helpful Links

The prompt for this challenge is to build the coolest website using p5.js.

p5.js is a toolkit for building interactive graphics on the website. If you're familiar with Processing, p5.js is the most popular adaptation of Processing for the web.

#!/bin/sh
echo "Hey! This is a notification from The Hack Series." | twilio-sms $1
sleep 1
echo "We're excited to see you at 1PM today at Make School (1547 Mission St, San Francisco, CA 94103)." | twilio-sms $1
sleep 1
echo "We'll be starting sharply at 1PM, so please plan to arrive 5 minutes early. Don't forget to bring a laptop (unless we've individually talked to you about this already)!" | twilio-sms $1
sleep 1
echo "If you have any questions, please don't hesitate to text or call Zach at 310-801-7309. See you soon!" | twilio-sms $1
<!DOCTYPE html>
<html>
<body>
<img src="http://i.imgur.com/C6P1T0G.jpg">
<h1>Jonathan Leung</h1>
<p>I welcome you to the internet.</p>
</body>
</html>
<!DOCTYPE html>
<html>
<body>
<img src="http://i.imgur.com/C6P1T0G.jpg">
<h1>Jonathan Leung</h1>
<p>I welcome you to the internet.</p>
</body>
</html>
<!DOCTYPE html>
<html>
<body>
<img src="http://i.imgur.com/C6P1T0G.jpg">
<h1>Jonathan Leung</h1>
<p>I welcome you to the internet.</p>
</body>
</html>
<!DOCTYPE html>
<html>
<body>
<img src="http://i.imgur.com/C6P1T0G.jpg">
<h1>Jonathan Leung</h1>
<p>I welcome you to the internet.</p>
</body>
</html>

The Ballad Of Prophet Orpheus

What the hell just happened? That was all Triceracop kept thinking as he clenched a gloved hand against his throat. It didn't stop the blood from pulsing between his fingers. Already a shockingly wide pool had formed in the dirt next to his face. He was on the ground somehow. Although he couldn't see the gash, the pain told him the wound was deep. He rolled onto his back and stared up at a stretch of spotless blue sky.

His usually methodical mind sped frantically through the possibilities—like

Suggested format for merging pull requests from forks that require changes.

In the following commands I assume Beeblebrox is the user who submitted a pull request from their fork, hackedu is the name of the repository (and their fork), and you're starting on the master branch.

# Update the master branch on our local copy of the repository

$ git pull origin master