HN user

fjp

517 karma
Posts0
Comments210
View on HN
No posts found.

But if they offer an equal or superior product at lower price, they would have a fundamental advantage: people/businesses would be more incentivized to switch to them when money gets tight, when previously it may not have been a priority.

Each of these systems is degrees of the other as well, and that seems proper for the exact reasons you mentioned - not including desired externalities in pricing/market dynamics.

There are a few things that I believe only work in a moral way when they are taken out of the hands of capitalist pursuit-of-profit dynamic:

* Healthcare: What does the demand curve look like when your alternative is death or a painful, limited life?

* Pollution/Environmental damage control: Without regulation the chemical company owner has zero incentive not to dump their leftovers in the creek.

* Access to quality education: Equality of opportunity

* Access to housing: Simply a question of morality. In the US at least, we have so much goddamn money and so much goddamn land and the ability to build giant buildings on that land. No one should be homeless.

Oh it still is.

Capitalism is not exactly equal to "free market". There's still a hell of a lot of market under socialism.

I'm just pointing out that you have to regulate SOMETHING. Regulating nothing = people amassing wealth and buying political influence = those current power holders regulating everyone else so the current power holders just continue to win. Then you don't have your "free market" anymore. It's inherently unstable.

In my opinion, the wealthy should have no more political power than the poor. But of course the wealthy have an outsized ability to influence politics. So they can work to repeal or nullify the very laws meant to reduce their influence - it's a fight that will never end and requires working and poor people to constantly be aware, organizing, and participating in politics to have any chance at all.

Or maybe one day, in my dream world, the rich and powerful will realize hey it's not so bad to have a workforce that is educated and healthy and has enough money in their pocket to buy the things we produce without taking out loans! And then we all leave in peace and harmony...

I think when people talk about this, they mean to push back against the fact that people will often to be biased to hire someone they think they could be casual friends with, share interests with, etc.

I like my coworkers and I find them perfectly find to work and make small talk with, but I don't share interests with many of them and wouldn't really care to hang with them outside of work. That shouldn't be a criterion for hiring.

I have found it highly annoying to work in engineering orgs where everyone seems to have the same interests. Everyone talking about Star Wars, Dungeons and Dragons, Lord of the Rings, etc. constantly because it's assumed everyone else around also enjoys that conversation.

The Zen of Go 6 years ago

I’ve found asyncio to be a very simple model to understand, using the aio libs: aiohttp, aiopg, aiobotocore, etc.

Basically just slap “async” or “await” in front of everything and understand that anytime there is a network connection being accessed, that method will release control of the main thread.

You just have to pay attention to where something might block the thread for any significant amount of time - heavy calculation or lengthy file IO

You can spawn a multitiude of async tasks on startup and have super basic “scheduling” by using asyncio.sleep with some jitter.

The only time I have seen the performance limits of a naive asyncio app reached was in an auth app that sat in front of every API request for the whole company, and even then it was an obscure DB connection pool management issue deep in psycopg2.

Oh I agree it's a radical change from what we have now (Although the resulting system is one many countries have already succeeded with). I was merely pointing out how if the program - and the tax to support it - is not truly universal, you have created incentives for businesses to weasel out of it.

The exemptions are billed as being "pro-small-business" but that's a BS talking point. Universal medicare for all would take away all that healthcare-plan-administration overhead that small businesses already have to deal with and pay for. Plus the extraneous benefits of having employees and customers who aren't pressured to avoid basic health care and preventative care and then go bankrupt when they need a larger procedure.

But I think only a radical change can have any real effect. You have to get the denying-care-for-profit insurance bloodsuckers out of the system completely; any concessions to them should be viewed with extreme suspicion.

The important issue with Warren's "plan" is that it's essentially a $8,000 per year per employee head tax, so it's a regressive tax. An afterthought in the expense of hiring a very highly-paid employee, but a not-insignificant expense of hiring a lower-paid employee.

Not to mention that her plan exempts contractors and business under 50 employees, so it incentivizes businesses to to lean on contract labor or reorganize themselves into smaller sub-companies - a small paperwork expense in the scheme of things.

The business tax should be universal to stamp out avoidance and scaled to all payroll spend so it's at least not regressive, even if it's not a progressive tax.

Agreed, the one thing I have promised myself is to never have a commute over 35 minutes. I even found a 35 minute commute to an internship in the suburbs disheartening when it was mostly spent sitting in traffic.

It's insane to waste that much of your daily life shuttling to your job (if you have an option, which I hope to remain lucky enough to have).

Not to mention that the internal Exxon-Mobil climate predictions matched up with current public scientific consensus forty years ago and nearly exactly predicted the level of warming we had today, as well as the need to combat the public perception of them as the cause.

The science is (secretly) correct even on the corporate side too - they just say otherwise.

Sources:

https://www.theguardian.com/environment/climate-consensus-97...

https://skepticalscience.com/1982-exxon-accurate-prediction....

The people I know who have done this (called microblading) were putting on their desired eyebrows every morning with makeup. Now they save themselves 10 minutes and worrying about getting it right every morning.

It's just semipermanent makeup.

I think it comes down to preferences. I have never enjoyed reading, podcasts, or whatever else on cramped public transit, but I do enjoy the alone time of driving and I generally enjoy driving if it's not stop-and-go.

That said, the overall amount of time I spend is still my first priority. I don't want to spend any significant portion of my life going to and from work. I live in Chicago so public transit is 100% the way to go since it's faster and many times cheaper than using a car.

Yes this is exactly it. And just like the circumstances we are discussing now, Jesus found himself and his following in conflict with existing leaders who had amassed wealth and power, and who tried to delegitimize him by saying that his teachings (of charity and anti-wealth gathering) were just an assault on the legitimate god-given power of the existing church.

Jesus was a radical hippie immigrant refugee, and his teachings are of course co opted now for the exact opposite effect.

Or you could just run the subways in LA more often/not full. Then the experience would be enjoyable and living near the lines would become more desirable, and the more people take the transit and then oh look spread starts to contract a bit and your long term plan is starting to materialize!

It would be idiotic to create an LA train system designed to handle only the amount of people that will busing it within the first year.

I'm doing exactly this - excited about the speed and screens on the new ones, but waiting for the longer travel keyboard to come back.

I can get along with my 2015 for now, but I really miss the Retina display and it is pretty slow for doing heavier stuff.

I highly recommend the book The Good Mothers. Even if you think you know about the mafia, the scale that they are operating on will blow your mind. The Calabrian-based mob control a medium-to-large country's worth of the world's money.

I will have to try this! It's been awhile but I was just using whatever was default or suggested for VSCode.

The "refactoring library" was named rope, and I always figured that was the source of my issues.

Ah, I see. I would have to imagine full Visual Studio is even more resource-intensive than PyCharm though I haven't done development on Windows in several years.