• 0 Posts
  • 393 Comments
Joined 3 years ago
cake
Cake day: July 29th, 2023

help-circle
  • The fact that CachyOS more or less successfully replaced Manjaro’s purpose I guess is evidence of Manjaro’s issues.

    I forgot but I think Bazzite had similar complaints (due to its use of silverblue) in which case it was just more straightforward to use Fedora or OpenSUSE if you don’t want to work with the read only root system.

    Downstream distros need to bring additional value to the table to be worth using, otherwise there’s really no need if you can make a package group that accomplishes the same thing in one go.


  • (I don’t need strong censorship resistance; it just has to work in offices and hotel WiFis.

    Wireguard on 443 or OpenVPN + Stunnel on 443

    Wireguard is easier to setup because there’s no OpenVPN app that packages stunnel (afaik), so you have to run 2 apps on your phone to make it work.

    A server like caddy can also accept HTTPS traffic for some regular websites next to the VPN server.

    Wireguard uses UDP, so just run whatever you want on 443 TCP with caddy (unless you want QUIC for some reason?)

    Anything beyond that and you’d be looking at using a proper obfuscation solution like Shadowsocks or obfs4, in which case you should look into Amnezia or Tor bridges.





  • I’m late to this reply, but Chinese pilots and aircraft have actually become quite competent this decade. Their behavior with international intercepts doesn’t mean anything, especially when its usually done by some ye olde J-11s. And amazingly they kickstarted the LRAAM arms race again with their highly successful PL-15.

    The F-35 does get to face off against China’s J-20 and J-35, but to answer your question, the thing was built as an export product to make a ton of money for Lockheed.

    While there is obvious technological advancement from the F-22, it has a top speed akin to a dated block I JF-17, reliability as good as a land rover, and parts/munitions expensive as golden caviar.

    It’s just an export all in one stealth solution because there is no alternative that was developed.

    Which is why I want to see it pitted against any nation that has properly delved into counter stealth operations. I feel like if you can successfully light it up, it would struggle in a BVR fight, unlike the F-22 which has plenty of power to mess around.

    There’s no direct Chinese equivalent because both the J-20 and J-35 are more akin to the F-22 (although J-35 is a bit closer), but I would not be surprised to find the F-35 not being able to keep up with such adversaries.

    And I’m fairly certain USAF is completely aware of this in their redteam exercises, which is why they continue to field the F-22 as their primary stealth air superiority fighter, if not outright their primary air superiority fighter.

    Even more annoyingly for the USAF, I don’t think the upcoming F-47 is going to come before China decides to jump on Taiwan, so they’ll more than likely be fighting with whatever they have today.






  • mlg@lemmy.worldtoReddit@lemmy.worldReddit decides to remove r/all
    link
    fedilink
    English
    arrow-up
    25
    arrow-down
    1
    ·
    19 days ago

    Reddit and X are the two social media spaces where I legitimately don’t know how they’re making money lol.

    I mean I guess reddit signed an AI deal for content scraping, but what’s the point if no useful new content is generated.

    Even ignoring the fact that its probably the leading reason why Gemini sucks total crap.




  • Use our easy bash oneliner to install our software!

    Looks inside script

    if [ $(command -v apt-get) ]; then apt-get install app; else echo “Unsupported OS”

    Still less annoying than trying to build something from source in which the dev claims has like 3 dependencies but in reality requires 500mb of random packages you’ve never even heard of, all while their build system doesn’t do any pre comp checking so the build fails after a solid hours of compilation.