void_star

joined 2 weeks ago
[–] [email protected] -1 points 4 days ago (3 children)

I pick on all of Capitalism, I'm a Communist. Landlording just happens to be the topic at hand. At that matter, regulations and "fairness" will never fix Capitalism, just make its worst aspects more bearable until it collapses under itself.

Isn’t this an argument that could be applied against communism though? Communism is government regulation to enforce fairness, if it can’t fix capitalism, why would it work in a communist economy?

[–] [email protected] 0 points 4 days ago (15 children)

Supply and Demand are only part of the factor, they orbit around Value. What determines the price of a commodity when Supply and Demand cover each other? The answer is Value.

Yes and renting of houses pretty uniformly exists under all market conditions I.e. even when supply and demand “cover each other”. So by your definition there must still be some value since it has a place in the market.

The value offered is a service, just like a hotel room. What is an alternative to renting that could enable someone to have a place to live without having the capital to buy property?

[–] [email protected] 1 points 5 days ago (2 children)

You found it useful, ie renting allowed you to fulfill the Use-Value you needed, shelter. You appear to be using Subjective Value "Theory," ie the idea that Value is a hallucination different from person to person, which is of course wrong

I’m not using value in this way, I literally googled “ value in a market economy” because this is what I meant by value and I cut and pasted the common definition of this usage. There is no hallucination or subjectivity, I’m using value to objectively mean what people are actively paying for. If something exists in the market, and it is being exchanged for something in return, it has “value” by this definition.

[–] [email protected] 0 points 5 days ago* (last edited 5 days ago) (26 children)

I think we have different definitions of value and I will not pretend to be an economic theorist, this is out of my depth. My argument comes from a very practical perspective of supply and demand. There is obviously demand for renting property otherwise it wouldn’t exist.

I do think that capitalism at large creates an economic barrier and if one is below the barrier it is difficult to build capital and if you’re above the barrier it is easy. Picking on just land-lording is only picking at one instance of some larger systemic issues that capitalism brings with it. This will not change unless the government adds regulations that add “fairness” to pure capitalism.

[–] [email protected] -1 points 5 days ago (31 children)

I’m not sure how you define value, but I’m using it to mean “the price or amount that someone is willing to pay in the market” this could be for a tangle thing, like the house itself, or a service, like renting it.

My point is that landlords successfully find willing persons to rent their house for some amount of money. Therefore there is by definition value because it’s happening, whether this is ethically OK or being rented for a fair amount is a separate argument.

When I was a university student I didn’t have enough capital to buy an apartment, but I found value in being able to rent one.

[–] [email protected] -3 points 5 days ago (39 children)

If they don’t create value then they wouldn’t exist in a capitalist market. Their value is that they take the liability of homeownership.

[–] [email protected] 2 points 2 weeks ago (1 children)

I agree, my terms aren’t perfect, but as you stated there isn’t really such a thing as an interface in c++, traditionally this is achieved via an abstract base class which is what I meant by using them interchangeably.

I know there are many things you can do in c++ to enforce an interface, but tying this back to the original comment that inheritance is objectively bad, I don’t think there’s any consensus that this is true. Abstract base classes (with no data members) and CRTP are both common use cases of inheritance in modern C++ codebases and are generally considered good design patterns.

[–] [email protected] 2 points 2 weeks ago

Typically this is done with CRTP which does require inheritance. But I agree, you can do some meta programming or use concepts which can enforce interfaces in a different way. But back to the original comment that interfaces via inheritance are objectively bad, I don’t think there’s any consensus that this is true. And pure virtual interfaces and CRTP are both common use cases of inheritance in modern C++ codebases and are generally considered good design patterns.

[–] [email protected] 3 points 2 weeks ago (5 children)

Perhaps we have a terminology mismatch, I tend to use abstract class and interface interchangeably. I’m not sure it’s possible to define a class interface in c++ without using inheritance, what kind of interface are you referring to that doesn’t use inheritance?

[–] [email protected] 13 points 2 weeks ago (23 children)

I have not heard this consensus. Definitely inheritance where the base class holds data or multiple inheritance, but I thought abstract was still ok. Why is it bad?

[–] [email protected] 12 points 2 weeks ago (4 children)

Python has its quirks, but it’s much much cleaner than js or c++, not fair to drag it down with them imo

view more: ‹ prev next ›