
The article is very diplomatic about it, but this is Melony attempt to cover up the failure of her whole Albania plan by rebranding it as something that she may then call a success and be believed (well, by her diehard supporters at least).
Ukraine war briefing: Ukraine could be partitioned like Berlin after second world war, says US envoy

Yes, but will Trump and Putin chill at a pool and - most importantly - will there be a golden statue of Trump and bearded scantily clothed dancers?
Jokes aside - this is coming from bonkers people who think authority and stubbornness are enough to get things done, which may to a point apply in internal affairs (where there's an established body of laws that gives the president that authority), but will not work in geopolitics.
Also, making sure you know the least bit about what you are talking about before opening your mouth and letting your ugly thoughts out wouldn't harm: comparing nowadays Ukraine to WWII Berlin just shows you don't know anything about (at least one of) the two.

There are precedents. In October 1979, Paul Volcker, newly appointed as chair of the Federal Reserve, drove up interest rates to a remarkable 13% in a bid to tackle inflation, later raising them to 17%.
Back then the problem was rampaging inflation and the (by-the-book) cure was raising interest rates to drive it down.
Nowadays US inflation is not an issue (IIRC it's like 2% or 3%) and tariffs are gonna bring it up in a confused effort to... rebuild a manufacturing industry? (I'm not sure that's the goal - it's hard to say what "great again" means precisely).
In what way would 1979 be a precedent?
Anyway... yes, assuming Trump's goal is to have more manufacturing in the US, tariffs will "work" - the point is how much that's gonna cost (in quality of life, not dollars) and who's gonna pay that price.

Good. Let's copy that

It feels like 50% of the noise coming from there is flat-out lies, and the other 50% is bullshit instead.

One thing I didn't get: besides the boring "witch hunt" narrative, is her stance that those people didn't do work for RN or that it's fine to use EU-paid personnel for her party in France?

Nah - let's just use English and distort it to annoy UKers and USers(*) instead! :)
(*) those who notice

Will he appear like beetlejuice? Because I could go the The Hague and summon him.

why though?

This has nothing to do with war or peace: the whole thing (back from when the phone call was announced last week) is propaganda.
Here's what's worth IMHO:
- Putin can continue his war, but today nobody wrote that he is cold towards the peace process.
- Trump can triumphally (trumpally?) announce that he is making great progress (the best progress) towards "peace".

This one is on me: now that I re-read what I wrote, my wording could have been better/clearer. Sorry about that.

I don't know whether to downvote or upvote this... on the one hand it contains some interesting insights and we need to talk more about what Putin is trying to do to us, but on the other hand the video is very US-centric and oversimplifies everything to seemingly arbitrary bullet-points.
For example, the video divides Russian propaganda in "for Russians" and "for West" as if the Kremlin didn't have a specific strategy for each and every western nation and ignored non-western states altogether (but of course "for West" really means "for the US" and the rest of the world doesn't matter).

One passage, attributed to Pope Sixtus V, reads: “Axle in the midst of a sign”.
Pope Sixtus’ tenure began 442 years after the first Pope’s rule, and the passage suggests he is in the ‘middle’ of the papal lineage - thus indicating the end of the world would come 442 years later, in 2027.
The last passage of the book reads: "In the final persecution of the Holy Roman Church there will reign Peter the Roman, who will feed his flock amid many tribulations, after which the seven-hilled city will be destroyed, and the dreadful Judge will judge the people. The End."
The “seven-hilled city” refers to Rome and some interpret the last passage as Peter taking over as the Pope from Francis due to the latter's chronic lung disease, making Francis the last Pope.
I must say, that sounds like pretty solid proof.
I'm quitting my job, taking on all the debt I can, and spending the remaining two years in as much luxury as possible.
See you in two years, losers!

The .apk is actually there (see other comment). You can sideload it manually or use something like Obtainium

Apologies: brain fart on my end.
For anyone using Obtainium: you'll have to enable "include prereleases" when adding manatee-fitness in order for Obtainium to find the apk

...and/or adding .apk releases in github? (I doubt many will build from source)

Isn't this basically "the deal is done - we just need the other party to agree"? (same kind of announcement Israel and Hamas took turns at)

Why mount /etc/timezone and /etc/localtime in containers?
A lot of selfhosted containers instructions contain volume mounts like:
bash
docker run ... -v /etc/timezone:/etc/timezone:ro \ -v /etc/localtime:/etc/localtime:ro \ ...
but all the times I tried to skip those mounts everything seemed to work perfectly.
Are those mounts only necessary in specific cases?
PS:
Bonus question: other containers instructions say to define the TZ
variable. Is that only needed when one wants a container to use a different timezone than the host?

Simpler alternative to prometheus-alertmanager and/or graphana?
Prometheus-alertmanager and graphana (especially graphana!) seem a bit too involved for monitoring my homelab (prometheus itself is fine: it does collect a lot of statistics I don't care about, but it doesn't require configuration so it doesn't bother me).
Do you know of simpler alternatives?
My goals are relatively simple:
- get a notification when any systemd service fails
- get a notification if there is not much space left on a disk
- get a notification if one of the above can't be determined (eg. server down, config error, ...)
Seeing graphs with basic system metrics (eg. cpu/ram usage) would be nice, but it's not super-important.
I am a dev so writing a script that checks for whatever I need is way simpler than learning/writing/testing yaml configuration (in fact, I was about to write a script to send heartbeats to something like Uptime Kuma or Tianji before I thought of asking you for a nicer solution).

Do you know if it's possible to run a second session in a window?
I'm not much hoepful, but... just in case :)
I would like to be able to start a second session in a window of my current one (I mean a second session where I log in as a different user, similar to what happens with the various ctrl+alt+Fx, but starting a graphical session rather than a console one).
Do you know of some software that lets me do it?
Can I somehow run a KVM using my host disk as a the disk for the guest VM (and without breaking stuff)?

Weird (to me) networking issue - can you help?
I have two subnets and am experiencing some pretty weird (to me) behaviour - could you help me understand what's going on?
Scenario 1
undefined
PC: 192.168.11.101/24 Server: 192.168.10.102/24, 192.168.11.102/24
From my PC I can connect to .11.102, but not to .10.102:
bash
ping -c 10 192.168.11.102 # works fine ping -c 10 192.168.10.102 # 100% packet loss
Scenario 2
Now, if I disable .11.102 on the server (ip link set <dev> down
) so that it only has an ip on the .10 subnet, the previously failing ping works fine.
undefined
PC: 192.168.11.101/24 Server: 192.168.10.102/24
From my PC:
bash
ping -c 10 192.168.10.102 # now works fine
This is baffling to me... any idea why it might be?
Here's some additional information:
- The two subnets are on different vlans (.10/24 is untagged and .11/24 is tagged 11).
- The PC and Server are connected to the same managed switch, which however does nothing "strange" (i

Simplest tool to maintain local mirrors of git repos?
I want to have a local mirror/proxy for some repos I'm using.
The idea is having something I can point my reads to so that I'm free to migrate my upstream repositories whenever I want and also so that my stuff doesn't stop working if some of the jankiest third-party repos I use disappears.
I know the various forjego/gitea/gitlab/... (well, at least some of them - I didn't check the specifics) have pull mirroring, but I'm looking for something simpler... ideally something with a single config file where I list what to mirror and how often to update and which then allows anonymous read access over the network.
Does anything come to mind?