• 21 Posts
  • 2.42K Comments
Joined 1 年前
cake
Cake day: 2025年4月10日

help-circle

  • sp3ctr4l@lemmy.dbzer0.comtoLemmy Shitpost@lemmy.worldexcuse me?
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    59 分鐘前

    Its getting genuienly sad that younger Gen Z and Alphas just literally have no idea how to be people.

    Its wild growing up an undiagnosed autist, and now … I had better social skills than the average normie adolescent does these days.

    Personalities are just, whatever is trending on TikTok.

    Of course there are exceptions to this, but dear god its sad to watch.




  • China is making so many moves right now, to set themselves up as a viable alternative to the the USD… they’re doing some pretty serious amounts of gold hording (yes literally), and also seem to be setting up a rather extensive and robust system that would facilitate actual physical gold clearing…

    The US on the other hand is also … there are at least rumors of basically gold backed 50 year bonds.

    https://talkmarkets.com/article/the-united-states-and-the-50-year-gold-bond-that-could-rewrite-the-rules-of-global-finance-1782459667

    … and Europe is at the very least basically pulling all their gold that is physically held in the US, back to their countries, repatriating it.

    The fundamental structure and paradigm of the PetroDollar/Euro/Yen is now… basically breaking up, and at least right now, in the uncertain interim… it looks like everybody is taking inventory of their gold, and trying to figure out how to reposition their currency/bond/trade systems around being more directly backed by gold.

    How this will actually shake out… what the new equilibrium will be… multipolar world, or new global hegemon… or something in between and more complicated… basically impossible to say, but things are changing dramatically.


  • If I thoroughly, and reliably knew the answer to that, I would be… lets say ‘very well financially positioned’.


    Yogthos is certainly at least partially correct, but… where is all this money going?

    Its… Private Equity. Private Credit.

    The entire point is that via a mechanistic application of loopholes and usage of specific legal carve outs… you don’t actually have to tell anyone nearly anything. The entire point is to obfuscate what is going on.

    … At least some of the money is getting pulled out basically just to pay off debts that investors have that are now problematic.

    This is how a recession or depression actually mechanically happens -> because the entire system is built on loans which are built on loans which are built on loans…well, when some part of that fractal chain/web breaks, when some part of it cant reliable make payments anymore… the breakage spreads, as more and more people now need to cover obligations with actual cash, not promises of future cash.

    People call this ‘the credit supercycle’ or ‘the business cycle’, depending on the scope and time scale… these patterns play out fairly regularly, but predicting their timimg and extent with high precision is nearly impossible, because the total system is fundamentally chaotic, in the mathematical sense.


    However, not everybody is just purely panicking and pulling out to settle their obligations… many are repositioning. Its kinda like water in a box, a box where you can push up or pull down or certain points of its floor… the water, the capital, will tend flow away from risk of massive losses / or poor real* returns, and pool in areas of perceived, actually steady and reliable real* returns.

    • Where ‘real’ in this context means both adjusted for inflation and also international currency conversion rates.

    This entire process is largely opaque and horrendously complex.

    But you can look at it from the outside and describe rules that it does at least tend to follow.


    As far as I’m aware, at least some proportion of … theoretically ‘smarter’ people are throwing their money into things like mining companies for rare earths, uranium, things whose stocks will almost be guaranteed to go up because the raw materials they extract will be a part of basically any technological civilization going forward from here.

    What else is almost guaranteed to get more expensive?

    Power, Food, Water.

    So, the theory would be roughly that ‘smarter’ money would get as close to the first step.of any process involved in providing or producing those things, as possible.

    … such is the logic of capitalism at least as I see it, which also kind of means we are defacto accelerating the ‘cyberpunk dystopia-fication’ / ‘techno-neofeudalism’ thing, where any person or entity that more or less owns these kinds of companies… they become sort of like hegemonic guilds that states have to basically negotiate with as either equals or lessers.

    Corporate Wars, here we come.


  • No no no.

    You don’t get how bad this is.

    Fucking over people for a smidgen more margin would be bad,… but this… this is a power play, a naked power play.

    It isn’t even about money, because when you do what they just did… the definition of money, property, what a ‘sale’ is… that all changes.

    They’re changing the rules that the whole game is played by, not just acting cynically within those rules.

    Its a brutal and naked demonstration that a corporation can just decide what property rights are, how they work for, what, like, around a billion people?

    This is a what the prologue or prequel to your favorite cyberpunk story looks like.

    This is how you set a precedent for digital property rights… in a primarily digitized economic system.

    They’re just straight up telling you they own you, and every appliance or car or whatever mfg’er will point at Sony as the precedent.


  • This is double funny right now as uh… Private Equity more or less just… pulled most of their ‘investments’ out of about half of US AI datacenter build outs.

    Just literally directly because they ran out of other people’s money.

    They’ve all been seeing like double the desired outflows, capital flight, that they can handle, and they’ve just literally been rewriting their own rules on the fly, all while acting like everything is fine.

    … this is gonna make 07/08 look like the fucking prologue, the goddamned tutorial level.



  • You must have missed that the Windows version/implementation of SecureBoot … and/or BitLocker… have had various NSA backdoors for years.

    Thats why shit seems to keep breaking in new crazy ways: Whoops, that backdoor got found out, time to rollout a new one, via a Windows update, that can overwrite your bootsector, on its own, whenever it wants to.

    They keep fucking with the bootloader and breaking most dual boot configs because they don’t like the idea that they will not always be able to tap your computer via a secret warrant issued by a secret court.

    You can’t build in a backdoor as a reliable method of spying on people, because people who aren’t supposed to know its there will figure it out in… not actually very much time.

    There are very good reasons why huge chunks of the EU has their government agencies throwing out Windows.

    Google locking down Android is the same thing.







  • Well the original GTA stock market did not let you take real money out.

    That would have been completely insane.

    Basically only EVE online, I think, has anything close to that, kind of, its complicated.

    But the point I’m getting at is… they had a game mechanic that, if you were clever, could make you in game rich.

    They destroyed this mechanic, and replaced it with ‘if you want to be in game rich, give us actual moneh.’


  • Lately I’ve been running into this wild thing where… they just cannot fucking understand nested arrays.

    Here, we have an array called points, its made of vec2s, vec2 elements can also be accessed as an array or via vec2.x or vec2.y

    Alright, now, figure out how to compute the distance from the last point in the points array to the first point.

    … and it will give me something like:

    points - points

    … and then I headdesk and explain to it what i just said.

    and it will go oh!

    points - points is incorrect!

    points - points is the corrected version!

    … and then i will tell it those are literally the same thing and cannot possibly be both correct and incorrect simultaneously.

    … and then it will either actually crash, or basicslly say ‘yep, sorry, im stupid’… and then crash.

    … fucking what? This is what Ford has been using to make all their software with the last year?

    God fucking damnit.

    They really must have actually scaled them back in some way, to just stupider models… 6 months ago… they could handle that no problem, and get tripped up on legitimately more complex things.

    … oh well, im never gonna directly pay for any of this shit anyway.




  • Ahahah!

    No, no… you can’t read that well, can you?

    Try again buddy, go … slower this time, understand how qualified statements work, and keep in mind the entire context of what I said.

    You’ve concluded that I said a whole bunch of things that I did not say.

    Apparently I’ve triggered you quite seriously… I wasn’t intending to, but uh… yeah, try again, try to read the words that I actually said.