[-] void_star@lemmy.world 0 points 3 weeks 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 3 weeks 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 3 weeks 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 0 points 3 weeks ago

You asked me what my opinion was and I gave it. If it’s not up to the rigor that you expect from a meme thread on Lemmy then my bad.

And fwiw idealized economic theory is mostly vibes based anyway. The only way to truly scrutinize the theory is to test it in the real world, and most countries have converged on something that borrows from both capitalism and communism. Probably some mixture of these two extremes is where we net out.

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

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?

[-] void_star@lemmy.world 1 points 3 weeks 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 3 weeks ago* (last edited 3 weeks 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 1 month 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 1 month 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 1 month 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 1 month 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 11 points 1 month 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 1 month ago