Yo whatup

  • 0 Posts
  • 119 Comments
Joined 1 year ago
cake
Cake day: September 28th, 2023

help-circle

  • Here’s an idea. How about instead of paying money to buy a token that you then buy electricity with you just… Buy electricity. You can have a distrubuted system without the silly tokens that’s how stuff like torrents work. Or better idea go through some sort of central (maybe government!!) agency which has enough power to enforce people are fairly paid for the power they sell to what I’m going to call “the grid”.

    Anyway fun fact my Grandpa, almost 2 decades ago plonked some solar panels on his barn and was able to sell the extra power to their utility provider. They lived so far out into the boonies that their neighbors literally kept and sold cows for a living so I’d like to assume pretty much anybody can do the same.












  • The fact you believe you have to say they aren’t right wing makes me extremely confident you are lying like every other time somebody says that under suspicious circumstances.

    I’d have been happy to give you the benefit of the doubt on advertising for Rumble but you have made it clear through your responses to others that you are either being paid or are extremely delusional like all right wing people who use “alternative media”.

    You don’t have to make an argument that YouTube sucks. The majority of us are here because Reddit went to shit. Video hosting happens to be astronomically expensive making YouTube the only choice up until something like Amazon wants to compete for some reason. FreeTube and friends don’t work because it’s prohibitably expensive (if you want to agure talk to me when there’s at minimum 1TB of video uploaded per day which is nowhere near the amount uploaded to YouTube), and Rumble is trying to hide all the blatant Natzi shit that nearly all their users watch going from their own popular/trending section. If Rumble feels like moderating it’s platform by banning Nazis (whatever advertisers they manage might catch on to their poor obfuscation of the fact that’s 90% of their watch time) then we’ll see. As things stand Kick, Rumble and all the other shitty “alternative media” is infested with Nazis which is the explicit point of the platforms. Go advertise on some 4chan Natzi boards instead of lemmy



  • I’ll keep that in mind when I search for that? Really important to me being able to search for indie catch a predator channels since they don’t at all make it more difficult to impossible to actually prosecute the predators…

    Why is this even something you are searching for? What a weird way to advertise for Rumble






  • Eh? How’s that work. I’m not going to sit here and say there isn’t too many factories in Java but as a concept it’s extremely useful. You hand off a “factory” to something which actually creates the object. This is really useful in for example serialization. How so? You could register factories (mapped to some sort of ID) which get passed the serialized data and return some sort of created object. Now the core serialization code doesn’t know nor care how exactly any particular type gets serialized. Pretty nifty huh?

    Some languages have better ways to encapsulate this functionality but that’s what the factory concept is