throwwyacc

u/throwwyacc@lemmy.world
0 posts · 32 comments

Recent posts

No posts.

Recent comments

on It's just business · c/lemmyshitpost · 1 pts · 2y

The point being that if company A cuts their price to compete, and company B has an artificially inflated price

Now we have company B with no sales, and are forced to match or beat their competitor

Repeat until the price is fair. This breaks if both companies are co-ordinating with each other and forcing all other competition in line. But that's a crime and would be regulated

on It's just business · c/lemmyshitpost · 1 pts · 2y

Who are you paying? Other owners of the apartment? So they put in extra up front so they can rent to you? If so do you get to pay back their initial investment over time? If it's non profit does that mean they can't take anything in excess of what they paid or do they get payed x amount over the top?

I'm fine with co-ops generally but when it comes to rentals I just don't see how you'd make a "not for profit" rental But I mean if someone wants to set one up and prove me wrong that'd be cool. In theory nothing is stopping them

on It's just business · c/lemmyshitpost · 2 pts · 2y

I'm not sure I'd agree that corporate ownership is necessarily bad If you want to rent an apartment because you don't want to buy into a co-op then how do you go about this? Someone needs to own the apartment to rent to you Personally I don't mind if that initial investment comes from a person or a corporation

on It's just business · c/lemmyshitpost · 20 pts · 2y

The incentive here would be that a new company could sell far more fridges when reasonably prices compared to their competitors and take all of their market share

But yes of course govt regulation is required when there is actual price fixing going on. I'd also like to know the alternative way of pricing goods/services from people with the alternate view

I think the wealthy should pay higher taxes, and a flat tax rate is stupid But I don't think "the wealthy use more infrastructure" is a good argument to get there Arguably that use of infrastructure is to the benefit of all society right?

I'm a software engineer. And yes multithreading is difficult, just slapping on async isn't necessarily going to help you run code in parallel

Think about the workload a game is using, you have to do most calcs on a frame by frame basis and you tend to want effects to apply in order. So you have a hard time running in parallel as the state for frame 1 needs to be calculated before frame 2. And within frame 1 any number of scripts can rely on the results of another, so you can't just throw threads at the problem You can do some things like the sound system but beyond that it's not trivial

You'd need to look at the actual implementation, it's hard to speculate from a tiny amount of data. What game are you referencing?

And as someone who has done multi threaded programming I can tell you that for games it is unlikely that they can just add more cores. You need work that truly can be split up, meaning that each core doesn't needs work to do that doesn't rely on the results from another core

Graphics rendering is easy for this and it's why gpus have a crazy number of cores. But you aren't going to do graphics compute on the cpu

Fun fact for you. Modern firearms haven't used black powder for a very long time, that's why when people fire rifles you don't see huge clouds of smoke

There are also many kinds of gunpowder, rifles use different powders to say shotguns or pistols. Although often times shotgun and pistol ammunition uses the same class of powder (slower burn rate iirc)

I don't really care if there is a wealth gap. Even though I'm definitely on the lower income side

What I think we should focus on instead is making sure everyone's base line needs are met. So healthcare (including dental), housing, food, etc. And I don't think you need to tax wealth to do it, rather you'd be better off closing off issues in the current tax system and increasing taxes in the upper brackets For the lower tax brackets you could even implement a negative tax rate to achieve it without having to resort to a blanket system like UBI

You want to tax existing assets? How on earth is that supposed to work? You just make people liquidate assets to pay a tax? The idea of taxing an unrealised gain is ridiculous

For the record he is paying 200M in tax on that income. Though I agree 20% is probably too low here, that's up to your govt to fix and isn't a failure of capitalism but of the specific implementation

Actually quite interesting in the case of Ballmer as he was an employee compensated via stock rather than straight up cash

You'd consider that an investment as he was investing his time to be a business manager while being compensated probably less in cash that would be normal for the position

So as early Microsoft didn't have the cash on hand, or didn't want to give up that cash they could use elsewhere they gave equity as compensation

How do you suggest we should remove this situation? Should we not allow compensation in the form of equity? Or should ownership of equity not exist generally?