• 0 Posts
  • 16 Comments
Joined 3 years ago
cake
Cake day: July 3rd, 2023

help-circle

  • drathvedro@lemm.eetoPolitical Memes@lemmy.worldSolution
    link
    fedilink
    arrow-up
    17
    arrow-down
    1
    ·
    edit-2
    1 year ago

    Alright, alright, Russian here, let’s negotiate. I’m generally in favor of Ukraine taking Chechnya, Dagestan and Ingushetia off our hands. You couldn’t take Kaliningrad even over my dead body, but we can offer a nuclear wasteland Novaya Zemlya instead (but we’ll keep nuking the shit out of it), and Sakhalin, too, just to fuck with Japan even more.

    Deal?

    And what about Belarus? And Transnistria?





  • I hate this shit being routinely used in PHP. Symfony uses those functional comments for routing, essentially scanning every controller file as text on every visit, to gather the url patterns above functions. Laravel uses Reflection, which is functionally the same thing, to provide arguments to controller functions. Also, kind of related, the project I’m working now has few functions that use backtrace to return different results based on where they are called from. It is indeed very cursed and I’m ripping out any usages of them whenever I see one.



  • Unlikely. If oil was a question Russia would’ve probably invaded Azerbaijan instead. The things I’ve heard is that because black sea fleet is stationed there and it couldn’t have been a thing in a NATO/EU country. And Putin loves his boats, like, the whole Assad regime is basically a Putin’s little gas station.

    Another is that Crimea is populated by majority of ethnic Russians who want to be in Russia. How it came to be is a bit different topic, and it was a referendum at gunpoint with falsifications, just as usual for Russia, but there is no doubt that even without those, it would’ve still passed.



  • Tailscale… is not that good. The underlying wireguard is robust, but tailscale control plane is completely proprietary, as well as their DERP servers that it too often uses completely needlessly. They can also block you off from downloading it, updating, or logging in, if you happen to be in a wrong country.

    I’m myself looking for an alternative to it, but having trouble finding something I could share with non tech savvy friends while not being as complex on my end as, say, open/strongswan ais. Any suggestions welcome.





  • From what I gather, he didn’t. He joined a bunch of dipshits the so-called DNR’s militia. It’s still a quesion how he got there in the first place, as it would require him to transit through Russia, which in turn would require a Russian visa, which isn’t that easy to get and immigration is one of few things that Russia actually cares and is very strict about. And after all that, hesomehow had to illegally cross the Ukrainian border… Some hefty bribes took place, no doubt about it.

    By the way, a thing to note is that Russian police is infamous for making up cases, and also for beating and torturing out testimonies for something that people didn’t do. The convicts and their families now deny allegations and claim the case was fabricated. But, at the same time, it is extremely rare for an entire group of closely connected people to be arrested under such false premises. Just wanted to point that out so there is no double standard of accusing Russia of lying about everything, but then just taking some random statement at face value.


  • There’s an OS you might like. It has no UAC, no file permissions, no sudo nor chmod, as it has no multi-user support, no antivirus and no firewall, no protection rings, not even spectre/meltdown mitigations, and most of all - no guard-rails whatsoever: You can patch the kernel directly at runtime and it won’t even give you a warn. And yet, it is perfectly safe to run. It’s called TempleOS and it achieves such a flawless security by having no networking support whatsoever and barely any support for removable media. If you want a piece a software - you just code it in, manually. You don’t have to check the code for backdoors if it’s entirely written by you… only for CIA at your actual back door…