Skip to content

Instantly share code, notes, and snippets.

View vibl's full-sized avatar

Vianney Stroebel vibl

View GitHub Profile

PRINCIPLES - DESIGN GUIDELINES

Hard-won insights that can inform creative action design.

Anger works best when you have the moral high ground

CONTRIBUTED BY

Joshua Kahn Russell

IN SUM

Millions of Americans have grappled with financial stress in the wake of the COVID-19 pandemic and the accompanying recession. In March, the Coronavirus Aid, Relief, and Economic Security (CARES) Act was signed, and weeks later, direct $1,200 stimulus payments started hitting Americans' bank accounts.
For many Americans, that money is long since spent. Yet the latest Republican COVID-19 relief proposal doesn't include a renewed direct stimulus check. That's a harsh blow for the public to absorb.
What's happening with a COVID-19 relief package?
For stimulus checks to go out, they must be included in a larger COVID-19 relief bill that's passed into law. Lawmakers attempted to hammer out such a bill, but hit a dead-end by the time the Senate recessed in August. With lawmakers back in session, the pressure to agree on a relief bill is high. On Sept. 8, Republicans revealed a scaled-back relief package. They're now pushing for a near-term vote on it.
Person seated at a table in front of a laptop, holding their
@vibl
vibl / create-massivejs-document-table-migration-scripts.js
Last active September 27, 2018 13:17
Create "up" and "down" scripts for a Massive.js Document Table
const massive = require('massive');
const cp = require('child_process');
const path = require('path');
const fs = require('fs');
const dbConfig = {
host: '0.0.0.0',
port: 5432,
database: 'mydb',
user: 'postgres',