He ran a surplus by (In Bill Clinton's own words) "ending welfare as we know it". This was his description of the Personal Responsibility Act he signed. That attack on labor and bolstering of the financial markets was a huge contributor to our economic disasters. Keynesian was never meant to be a permanent solution to a growing capitalism system. And the Hayekian system we have now is just pillaging by neoliberals.
(I live in a welfare state and am quite happy about it, despite it having very real financial consequences for me. Welfare state does not benefit "labor", but rather benefits the various people who either can't or don't want to perform labor)
Why do laborers have to work for the right to live when capitalists only have to provide capital and are always assumed to be worthy? Capital and labor is combined to produce new capital. Yet we only expect labor to prove their worth. We're always holding labor's feet to the fire and killing them through policy that allows their poverty by assuming they are lazy.
There is basically zero consequence for capitalists when they decide to withhold capital from laborers. Therefore taking away labor's ability to generate new capital. They took down the entire rust belt by doing this. Why shouldn't we hold them accountable? Why does everyone blame labor and say welfare is only for people in poverty?
> Why do laborers have to work for the right to live
I don't know why, but this is sort of the definition of a laborer, no? Someone who labors.
People who live on welfare are – by definition – not laborers. That was my whole point: "ending welfare" is not "an attack on labor", it's an attack on non-labor.
What is your definition of welfare? Generally caring how the citizens are doing? I believe governments usually don't. There's too much politics for that.
I have been making web apps for years. A few year ago I converted my base stack into a scaffold that lets me spin up a full working project with API, CLI and UI.
I use NodeJS with a highly structured ExpressJS app for the API. It uses an npm module, tools-library-dot-d to implement a carefully scooped plugin structure for endpoints, data model and data mapping. It has built-in authentication and database (sqlite).
Nuxt/Vue/Vuetify/Pinia for the UI. It has a few components that implement things (like navigation) the way I like. It supports login and user editing.
The stack includes a utility that looks at a directory for executable CLI tools (usually NodeJS or BASH) and adds them to the session PATH. The API stack has boilerplate to treat CLI apps as data-model services.
reply