• 2 Posts
  • 387 Comments
Joined 1 year ago
cake
Cake day: June 18th, 2023

help-circle




  • Unlike the top commenter, I don’t think think NK will do anything if SK flies jets from the Middle East out of there. I’m purely responding to you claiming that China would stay out of the war.

    Article 6 only states

    The Contracting Parties hold that the unification of Korea must be realized along peaceful and democratic lines and that such a solution accords exactly with the national interests of the Korean people and the aim of preserving peace in the Far East.

    China is itching for war and for someone else to start it. There’s a reason they are constantly provoking Filipino ships and the like. The US is a young country, and war is a business to us with how capitalism and war-as-profit has developed. On the other hand, China as exists now was chartered in 1949, and is looking to prove itself as a superpower.

    If North Korea makes a military move for pretty much any reason, they will specifically not say it is for the reunification of Korea and rather the defense of their nation, which gives China perfect legal grounds on that loose charter to participate.








  • While I would hope that’s the case, I firmly believe the GOP / russia would have doubled down on the misinformation that was already all over the place, and the ignorant on facebook and other social media still would have eaten that shit up. I think in the voters that mattered Bernie would have made a much bigger impression, and the policies he worked to pass would have been much more beneficial, but I don’t think it would have been this magic situation where all the dumb people disappeared and the rich people stopped trying to get the dumb people to vote make them richer



  • kautau@lemmy.worldtomemes@lemmy.worldSoon™
    link
    fedilink
    arrow-up
    0
    ·
    30 days ago

    Oh true! I haven’t read Ender’s Game in years, and I only read the first book. Thanks for the reminder I should re-read.

    But I’m also specifically curious about sci fi franchises where the slowdown of time is intentional as a way to preserve people, it sounds like a cool premise, and with the mountain of sci fi material I imagine it’s probably been done somewhere





  • Lol the out of memory error was a joke. A reference to that two people both trying to do the same thing will fill the heap since there’s unnecessary work.

    I tried to make a code joke but it failed.

    As far as what are they unwilling to release? Control. Ownership of any bit of the kernel they control

    kernel maintainer Ted Ts’o, emphatically interjects: “Here’s the thing: you’re not going to force all of us to learn Rust.”

    Lina tried to push small fixes that would make the C code “more robust and the lifetime requirements sensible,” but was blocked by the maintainer.

    DeVault writes. “Every subsystem is a private fiefdom, subject to the whims of each one of Linux’s 1,700+ maintainers, almost all of whom have a dog in this race. It’s herding cats: introducing Rust effectively is one part coding work and ninety-nine parts political work – and it’s a lot of coding work.”


  • It’s a whole different ballgame. I’ve written a good amount of C and C++ in my day. I’ve been learning Rust for a year or so now. Switching between allocating your own memory and managing it, and the concept of “Ownership” https://doc.rust-lang.org/book/ch04-01-what-is-ownership.html is just something many devs set in their ways aren’t willing to do.

    I understand where they’re coming from, I’ve gone through massive refactors with new tech in my career. I think this approach needs to be more methodical and cautious than it is, but I don’t think they are correct in the end result. I think a memory-safe language is the way to go, and it needs to happen.

    This to me is a classic software project with no manager and a bunch of devs arguing internally with no clear external goals. There needs to be definitive goals set over a timeline. If someone doesn’t agree after a consensus is reached they can leave the project. But as of now I think as others have said this is 80% infighting, 20% actual work that’s happening.