• 0 Posts
  • 5 Comments
Joined 2 years ago
cake
Cake day: June 5th, 2023

help-circle
  • Liberals of all political persuasions tend to believe in monopolies created by the state through private property rights. Owners of private property maintain a monopoly on the use of the property. There are progressive liberal arguments proposing the state can keep monopolies in check.

    Elections worldwide have been pushing right. I argue monopolies have consolidated power and are better equipped to misinform and buy elections. Liberals see this system of monopoly as justified (right) or controllable (left).

    Leftist propose different economic and representation systems. One such system is anarchism. As an anarchist, I favor horizontal power structures with property not directly worked by a person held in common. Elections should give way to consensus building. Heirarchies, though sometimes necessary, should be answerable to the represented people. The tools of violence should be democratized to prevent the formation of unnecessary heirarchies that would create monopolies on violence.

    There are alternatives to anarchism that could be considered leftist. The Marxist-Leninist propose other economic and representation systems. I will not represent them. There is definitely infighting amongst leftist.


  • Weird flex. Meeting material needs can be accomplished under different economic systems. I would say as a Liberal Capitalist you believe in a private property system where owners can take the work of others for their own benefit. I would respond, “If you don’t work, you don’t eat”, but that applies to the capitalist owners in the same way as their workers.


  • within_epsilon@beehaw.orgtoMemes@lemmy.mlPatience is a virtue
    link
    fedilink
    arrow-up
    2
    arrow-down
    1
    ·
    9 days ago

    I know we are engaged in other conversation. I will read the other comment when I have time to kill.

    I need to respond to the continuum idea of politics namely: capitalism -> socialism -> communism. The continuum is a creation of Lenin in State and Revolution. A similar anachronism is suggesting there is a continuum to evolution. Continuum’s are silly for evolution and politics.


  • New feature with terrible syntax. There are features of every language I choose not to use. As a C++ developer, I would choose not to use this syntax, so that my team can write better designed code. However, I am an oddball on my team for loving trailing return types. In peer review, the schlong operator i.e. ---> would only be used where it makes sense which should be nowhere.

    Peer reviewing this seriously would require knowing more context. Instinct tells me MyClass**** is probably allocated from the heap. A possible reason for so many levels of indirection are jagged arrays. Maybe the function only gets the first element of each level of the arrays. The function name doesn’t make that clear. This is poorly designed. Please re-design/re-write. I will happily review those changes. I expect unit tests to show example use cases.

    I would suggest using a stack allocated array with sentinels for missing values to improve cache coherency. Without context, I assume looping over the jagged structure will be common. Loading more into cache should improve efficiency in loops, but benchmarks are required.

    Wait… I should join the crowd. So I say, “down with C++” and up with some safe alternative. Maybe rust: https://github.com/Speykious/cve-rs.