The problem for Russia is that that’s only good news if someone is willing to take on more debt. But bond sales were suspended in July because nobody was buying them, so there’s no real path to increasing that debt-to-GDP ratio.
Overspark
- 0 Posts
- 10 Comments
- Overspark@piefed.socialtoEurope@feddit.org•"The situation continues to deteriorate." The Russian budget deficit has risen to 6.5 trillion roublesEnglish26·11 days ago
- Overspark@piefed.socialtomemes@lemmy.world•The robot they're trying to make vs the robot the people wantEnglish25·15 days ago
Sexbots are a lot easier though, all they have to do is lie there, take it, and tell us what we want to hear. LLMs are already reasonably good at the last bit.
- Overspark@piefed.socialtoEurope@feddit.org•‘One China’ policy may complicate response to Taiwan: Ex-Finnish PMEnglish4·19 days ago
Yeah I was referring to the original nationalist government, and was under the impression that that position was never formally abandoned, even though it has nothing to do with what the people want now. But thanks for adding more detail, there was definitely stuff in there I didn’t know!
- Overspark@piefed.socialtoEurope@feddit.org•‘One China’ policy may complicate response to Taiwan: Ex-Finnish PMEnglish2·19 days ago
Oh absolutely, China is clearly in the wrong here. I’m just saying the history is a lot more complicated than in the contrived XL Texas example from above.
- Overspark@piefed.socialtoEurope@feddit.org•‘One China’ policy may complicate response to Taiwan: Ex-Finnish PMEnglish6·19 days ago
IIRC Taiwan thinks there should only be one China too, except they should be in charge, which slightly complicates matters.
- Overspark@piefed.socialtoEurope@feddit.org•Our euro banknotes are getting a makeover - and you can be a part of it! Vote for the new Euro Bill designEnglish11·1 month ago
Yeah the buildings are a weird selection. I don’t know most of them and they’re mostly just boring skyscrapers. We’ve got much prettier and well-known buildings in Europe, should have used those.
- Overspark@piefed.socialtoLinux@lemmy.ml•[Experiment] Using a cheap Intel Optane as a swap partitionEnglish25·1 month ago
One of the main advantages of Optane doesn’t easily show in a benchmark: it doesn’t have to do any cleanup. Normal SSD’s cheat all the time by caching writes in DRAM and an SLC portion of the NAND. Usually that works fine and you won’t notice, but if you keep writing then at some point performance will plummet dramatically. Also, the SSD’s need a breather every now and then to rewrite that cached data to it’s final place, during which time performance is also worse.
Optane doesn’t need any of that. You can write to it at max speed 24/7 and it’ll just take it and keep going, at ridiculously low latency. Perfect for handling large non-stop data streams, or workloads that need a guaranteed low latency (both for reading and writing). It’s a real shame the concept failed, the tech was fantastic.
- Overspark@piefed.socialtoPC Gaming@lemmy.ca•EverQuest is the next legacy MMO to get the "classic" treatment after WoW Classic and Old School RuneScape, but with a genius twist: it knows all of us olds don't have time for MMOs anymoreEnglish1·5 months ago
Guild Wars 2 is also fairly fast to level, and you can join PvP immediately as everyone is set to max level for that.
- Overspark@piefed.socialtoTechnology@lemmy.world•How VPNs really work: Protocols, safety and myth - Sentient RantEnglish1·8 months ago
- It means you’re letting a different company (VPN provider instead of ISP) see everything you do. In countries with sane privacy laws (i.e. not the US) this is very often a net negative for your privacy, as your ISP will be bound by your country’s privacy laws and most VPN providers are foreign (and often based in the US).
Good blog. You touch on this point in the blog but IMHO it should be one of your main talking points.
Yeah that’s completely normal, looks absolutely fine to me. For more info on how linux uses memory I suggest reading https://www.linuxatemyram.com/
To add: that link suggests looking if your swap usage is changing. Linux is quite happy to stuff some memory that isn’t actually used in swap. If it was right about it not being used you should see the swap usage not changing much, so your SSD isn’t really being used either apart from the initial swap-out. If your swap usage keeps fluctuating wildly there is more going on which might warrant further investigation.