The German magazine Spiegel obtained information showing the deep distrust the French, German and Finnish governments have in regards to the current US administration when it comes to the Ukraine policy.
„There is a possibility that the US will betray Ukraine on the issue of territory without clarity regarding security guarantees," Macron said, according to an English transcript of the call.
German Chancellor Merz said that Zelenskyy must be extremely careful in the coming days. „They’re playing games, both with you and with us.“
Finnish President Stubb also warned against the negotiating duo. "We must not leave Ukraine and Volodymyr alone with these guys.“
Europe should stop talking kindly and speak exactly what is on their minds.
@erniehardeman@OntarioChicken@OntarioPorkNews why are the farmers always angry with government...truth is you guys have done very little for farmers and considering where you rep - don't know how you get away with your nonsense year after year Ernie.
This is a big, big story, that someone has quietly let the Russia-linked Alexander Smirnov out of prison. Trump can do an end run around embarrassing pardons by just releasing those foreign assets he owes favors to. (@JSweetLI 's substack post is linked in her thread.)
My analytics have been up quite a bit the last week or so, suddenly today, an dramatic and noticeable difference.
Please do me a favour... Please like and RT this if you see it.
I'd like to see if something is going on.
Much appreciated!
Here is a tip for noobs for reverse engineering malware stuff
Tip 1. When you get a file and you think it might be spooky, you need to determine what kind of file it is. You cannot rely on file extensions.
The easiest and most ghetto way (the way I do it) is opening the file with a text editor and looking at the first few bytes in the file
If the weird spooky file starts with "MZ" at the beginning, it's an executable binary (.exe, .DLL, .sys). If it starts with "PK" it's a compressed file (or maybe an Android file, long story). Anything else that looks readable is going to be weird stuff like malicious JavaScript, .Lnk files, HTA files, Python files, etc.
Knowing the file type is very important. This will help you determine what kind of stick you need to poke the spooky file with