Shesez (boundary break guy) got his car struck by lightning!
https://youtu.be/LZTCGqoF7IY
@PurpCat @SuperDicq @mangeurdenuage @Pi_rat @hakui The 8chan/quarantine problem doesn't have to be about politics or whatever is banned on the mainstream sites.
I do agree that "competitors" have to be containment sites, but instead of being containment sites for topics that are banned, just do what Vidlii did and make it a containment site for people who are nostalgic for simpler times. Vidlii in particular is for those who are nostalgic for old-school (pre-2009) YouTube. The content posted there reflects that, and I hardly see any political content on there.
I'm pretty sure Tumblr and DeviantArt went through drastic changes over the years and people are yearning for simpler times. Just make a site like old-school DeviantArt or Tumblr and attract that audience. You can then add federation simply as a bonus feature and then you can get a sizable and somewhat diverse (in tastes) audience.
I bent Jai into being able to do """member functions"""
(I bake the index to a global array of structs into a runtime function stored on that struct during creation, so when I call that function from the instantiated struct's member it's got a reference to where the data local to it is stored, and I can "using" that so that I can reference the members as though they were local to the function itself). Here's sort of what it looks like:
Gorf :: struct { TestProc :: ($id: s64) { using arr[id]; // let's access x/y/z as though we "owned" them print("(%, %, %)\n", x, y, z); x += 1.0; // change x to confirm we're actually affecting our members } f: (); x, y, z: float; } arr: [..] Gorf; get_id :: () -> s64 { arr.count += 1; // fake the alloc return arr.count-1; } make_gorf :: (g: Gorf, $id: s64) { array_add(*arr, g); // add it to the global array arr[id].f = #procedure_of_call arr[id].TestProc(id); // bake the id into the member function } Test :: () { p :: #run get_id(); // get an index into the gorf array at compile time make_gorf(.{ x = 100.0 }, p); // make a gorf at runtime // call a few times to show x changing arr[p].f(); arr[p].f(); arr[p].f(); } #import "Basic";
I'm probably never going to actually use this but it's neat that I could do it if I wanted to
France and WHO Push Social Media ID Checks
https://reclaimthenet.org/france-and-who-push-social-media-id-checks?utm_source=fediverse
@PurpCat @SuperDicq @mangeurdenuage @Pi_rat @hakui The 8chan/quarantine problem doesn't have to be about politics or whatever is banned on the mainstream sites.
I do agree that "competitors" have to be containment sites, but instead of being containment sites for topics that are banned, just do what Vidlii did and make it a containment site for people who are nostalgic for simpler times. Vidlii in particular is for those who are nostalgic for old-school (pre-2009) YouTube. The content posted there reflects that, and I hardly see any political content on there.
I'm pretty sure Tumblr and DeviantArt went through drastic changes over the years and people are yearning for simpler times. Just make a site like old-school DeviantArt or Tumblr and attract that audience. You can then add federation simply as a bonus feature and then you can get a sizable and somewhat diverse (in tastes) audience.
@coolboymew Apparently, it's secretly extensible as all of the effects are XML files.
So this 'loophole' lets banks charge whatever they want to merchants when it comes to credit/debit card fees, but ultimately it's something that increases the prices you pay every time you swipe your card, but the real problem isn't what they charge or can charge via this loophole, but the government's fixing of the market through regulation that artificially restricts competition in the market place:
"Now, big banks are looking on with envy because owning a network can mean exemption from a federal law that caps debit-card fees. Those fees collectively amount to billions of dollars each year across the industry, but banks have long complained the government-defined cap limits their ability to offer customers debit-card rewards and other services. Some have been exploring a small deal that could upend the rules, though they are worried about political backlash if they try."
The left hates technical solutions to economic problems, and the right is equally as bad even if in slightly different ways (it's not like they tried to end regulation of the financial industry that inhibits competition).
Point being we have a ton of perfectly acceptable solutions to high fees via cryptos, but regulators have cracked down on companies supporting cryptocurrencies like Monero making it more difficult for merchants to offer solid alternatives.
It gets worse though because the intermediaries that merchants use to take cryptocurrencies are being pressured not only into abandoning support for privacy friendly cryptos like Monero, but they're also being forced into doing absurd "know your customer" crap of downstream customers. They're taking people's crypto and refusing refunds b/c they 'fail' some "KYC" test. It's not just crypto, but prepaid cards too.
🪙 Sound Money Could Break the Fed’s Grip
States are creating a path to kill fiat
Not with Congress, but with coins
Kill the taxes
Legalize gold and silver
Use it like cash
That’s how you reverse Gresham’s Law
And make fiat irrelevant 👇
https://tenthamendmentcenter.com/2024/12/06/reversing-greshams-law-how-sound-money-could-drive-out-fiat/