• 0 Posts
  • 33 Comments
Joined 1 year ago
cake
Cake day: June 9th, 2023

help-circle








  • That’s a misquote: it’s “There is no ethical consumption under capitalism”. It’s basically saying that you, as a consumer, cannot legitimately make ethical decisions when buying, because the entire system is built on being exploitative, and thus any decision you make cannot be ethical because the choices you have are already the result of exploitation by the time you’re making the decision.

    A good example is the “going green” fad: it does not matter which consumption choices you make, because your choices are effectively irrelevant. You spend a little bit more money for the “green” product, and that money will go directly to megacorporations that are exploiting and polluting on a scale that so outstrips your ability to combat it. Thus, your “more ethical” choice did absolutely nothing but fund the exact same polluters and environmental exploiters as if you had not made the “green” choice in the first place.



  • I kinda have two answers to this:

    1. Not yet,

    2. It was more an intent to show that they’re not some shining defender of the ad-free private internet, who would never take action to defend a potential future revenue stream if they thought it might be profitable later.

    Remember everyone, corporations are not your friends, your buddy, your pal, or even slightly gives a shit about you beyond how much money they can extract from your wallet and anything that’s in the way of them doing so they’ll work around, stomp on, and kill by any means necessary.




  • The only comment I’d add here is that you should make sure you have a real domain, that you’ve paid actual money to, when setting this up. ActivityPub assumes the domain is immutable, and the free dynamic domain names you can get (or free TLDs like, say, .ml was) are a bad choice. Spend the $10 or whatever, because if something happens to your domain name, you cannot just update it in the database and fix federation: it completely breaks everything in a way that’s not repairable.


  • The closest thing you’re likely to get is a black and white Brother laser.

    It’s as open as a printer is likely to ever be in terms of driver support, the availability of parts is reasonable, and you plug the thing in via USB and then forget it exists until you need to print something.

    I have a 2300D I’ve had for most of a decade now and the only thing I’ve had to do is put paper in it.




  • Just to be pedantic, it’s not pull, it’s push: the data is POSTed from the server that hosts the community.

    Right now loading a page makes a bunch of API queries to pull all the related data for the posts, votes, sidebar info, and so on AND the API is very untuned and sending way more data than the WebUI/a client needs to actually generate a page: hence my ‘it’s less efficient’ comment, though this is certainly something that can be tweaked to improve performance between the back and frontends.

    I will, however, admit that this is only true if someone is actually reading the content they’re subscribed to. The ‘subscribe to everything’ scripts turn this math on its head because now you are using resources to gather data you don’t care about.