HN user

aciswhat

128 karma
Posts6
Comments24
View on HN

The two shockers to me were:

State-ordered reopenings of economies had small impacts on spending and employment.

and

Stimulus payments to low-income households increased consumer spending sharply, but little of this increased spending flowed to businesses most affected by the COVID-19 shock, dampening its impacts on employment. Paycheck Protection Program loans increased employment at small businesses by only 2%, implying a cost of $377,000 per job saved.

One thing I like about Tailwind is that the autocomplete in Tailwind's VSCode extension really helps to learn the classnames.

Hello HN! This is something I made for personal use, but thought others might find it useful. It's pretty much just a board that you can add random notes to, which can be formatted in Markdown or just plaintext. You can also drag around and rearrange notes, which will auto-tile to not have overlaps. If you have feature requests/ideas, please feel free to create an issue or PR :)

The demo is here: https://spaceboard.vercel.app/

Hello Hacker News! This is something I quickly prototyped yesterday to automatically generate a REST API from existing Mongoose schemas. It's incredibly useful for mocking your exact backend, or just spinning up an MVP backend.

Authentication is also built in (currently only supports email/password, but more in the works). I implemented granular permissions for API routes that can be set via configuration really easily, which uses JWTs from the user login.