[-] void_star@lemmy.world 0 points 1 week ago

I agree I think they should probably be taxed accordingly. My comment was more just a face value judgement that they do exist and they are of value because people do rent houses.

I’m also not really sure what a viable alternative is in a free market.

[-] void_star@lemmy.world 0 points 1 week ago

It really frustrates me when people talk in absolutes, is there no room for nuance and grey area? I didn’t claim what socialism or what capitalism is, but it’s definitely true that today's economies do borrow ideas from various economic theories. How is that a controversial statement at all?

[-] void_star@lemmy.world 0 points 1 week ago

Ok c’mon you’re just being pedantic now. Social welfare programs are definitely inspired/borrowed ideas from socialism and communism. Social security is literally a form of comunal wealth.

I’ll freely admit I’m not an expert in economic theory, but I am entitled to my opinion and to have discussions about it. I don’t have a PhD in the field, next time I’ll be more careful on c/memes.

[-] void_star@lemmy.world 0 points 1 week ago

Capitalist countries are not a "mixture of the two extremes."

Yes they are, the US and most European countries have free markets, but they also have social welfare programs.

[-] void_star@lemmy.world 1 points 1 week ago

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.

[-] void_star@lemmy.world 0 points 1 week ago* (last edited 1 week ago)

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.

[-] void_star@lemmy.world 2 points 2 weeks ago

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.

[-] void_star@lemmy.world 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.

[-] void_star@lemmy.world 3 points 2 weeks ago

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?

[-] void_star@lemmy.world 13 points 2 weeks ago

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?

[-] void_star@lemmy.world 12 points 2 weeks ago

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: next ›

void_star

joined 2 weeks ago