• 0 Posts
  • 10 Comments
Joined 4 years ago
cake
Cake day: January 30th, 2021

help-circle
  • I’m curious where this notion comes from:

    By voting you are essentially expressing that you submit to the electoral process as the sole means for the exercise of political power.

    Do you? Does voting necessarily mean that you can’t also express political power in other ways? Sure, it’s true that most voters don’t really engage with politics outside of the major elections, but that’s got nothing to do with them being voters, many Americans don’t even engage with the elections at all. Why would it be the case that participating in voting means you submit to the electoral process as the sole means of exercising political power? In fact this seems easily disproven by the fact that most political power in this country is exercised by the capital class, but those people still vote.

    Even if you don’t like the results, you’ve agreed to accept it because the rules are more important than the results.

    Is this actually a condition of voting? What sets these conditions? Are you talking about the social notions of ‘civility politics’ or ‘decorum’ that liberals are so fond of? They’ll try to hold you to those standards regardless of whether or not you vote.

    For what it’s worth, I agree with you broadly that there are serious problems with the electoral system, capitalism, the United States, whatever. I also agree that chastising nonvoters is also counter productive. I also agree that voting is probably not going to get us the broad systemic changes that we need. I just don’t really understand the argument that voting somehow precludes one from also doing the actual organizing and activism work we need.







  • brandon@lemmy.mltoAsklemmy@lemmy.mlWhy are folks so anti-capitalist?
    link
    fedilink
    English
    arrow-up
    14
    arrow-down
    1
    ·
    1 year ago

    Slaves don’t have private ownership of their capital… because someone else does.

    Most “free” workers, in terms of capital, own only their own labor.

    Capitalists own the majority of the capital–land, equipment, intellectual property, etc.

    A system where the workers own the capital (aka the means of production) is socialism.



  • brandon@lemmy.mltoProgramming@beehaw.orgHow to host my projects
    link
    fedilink
    English
    arrow-up
    11
    ·
    edit-2
    1 year ago

    .NET core is supported on Linux. There is some stuff that won’t work on Linux, like WPF, but it doesn’t sound like you’re using that.

    If you are searching specifically for “.NET hosting” you are bound to come across a bunch of Windows results, so I wouldn’t recommend that.

    Any Linux virtual server provider will work just fine, provided they support a Linux distribution that runs the .NET core runtime, (which includes all the major ones). I’d avoid AWS or Azure. Those are a good way to run up a big bill pretty quick, and their service offerings are quite complicated.

    A $5 vm from the likes of Linode, Digital Ocean, Vultr, etc, will get you started just fine. Typically the costs won’t be able to “spiral out of control”–you’ll be allocated a set amount of CPU, memory, disk, and network usage.

    You will have to configure the web server & .net yourself.

    I am assuming from your post that you don’t have a lot of experience with Linux. You can try setting it all up from home too if you have an old PC or laptop lying around (either for practice, or to self-host long term). Download a linux distribution and give setting up a server a shot.


  • It depends, and there’s a lot of variation obviously, but,

    A frontend developer writes the stuff that runs on the client,

    A backend developer writes the stuff that runs on the server (it can be repetitive–any programming can be, but it certainly needn’t be. It’s not always as flashy as frontend but there are still some exciting challenges),

    And finally, a full stack developer does whatever the company wants, and damn it, they had better enjoy it too.