• 0 Posts
  • 11 Comments
Joined 3 years ago
cake
Cake day: June 7th, 2023

help-circle
  • Ya, the defense economics of a $50k Shahead drone being taken out by a $4 milion Patriot missile do not work in the defenders’ favor. If Iran can keep that up long enough, those conventional weapons will start slipping through. Still, this was a known factor with Trump and Bibi’s war and I don’t think a bunch of civilians getting killed in drone attacks was a significant deterrent (QED, that war is going forward). While I believe that could result in the US/Israel making some propaganda declaration of victory and quietly ending the war, I don’t think it would ever be a deterrent in the future. That’s why I would expect Iran to want nukes. If they want to ensure that the US and Israel don’t just randomly drop bombs on Iran when a US leader needs a distraction, they need a credible threat of Israeli cities disappearing in a mushroom cloud. That’s something that couldn’t just be ignored.


  • Between Trumps first and second terms, he has demonstrated the issue with any long term deal Iran might make with the US. Under Obama, Iran had agreed to international inspections and a general framework that would have ensured that they followed the Nuclear Non-Proliferation Treaty (of which they are a signatory). Trump rolled up in 2017 and tossed that out the window. And now Trump has decided to further destroy any credibility the US had left by dropping bombs. I doubt there is any world left where the Iranian Government trusts the US Government. I’d expect them to go more the North Korea route, isolate themselves further and make a sprint for nuclear weapons. They will have to content themselves with being part of the BRICS system. But a nuclear umbrella, with a high likelihood of nuking Tel Aviv, seems the only way to ensure the US/Israel aren’t randomly lobbing bombs at them.




  • Microslop needs to ask Copilot about the Streisand Effect. As someone not chronically on social media, I hadn’t heard about this term yet. Now, it’s one of my favorites.

    Funny enough, I’ve been experimenting with Copilot at work and it does have some genuine uses for looking up information quickly. Especially when trying to troubleshoot Microslop products. Between the disaster called “Windows 11”, the cluster-fuck which is New Outlook and the complete shitshow which falls under the umbrella of “Defender”, it’s obvious that they have stopped investing in QA and testing. At least Copilot can help me find the right document to quickly tell me that I can’t do something I used to be able to do in the old version of Outlook. Or, that Defender is incapable of doing things which even Symantec Antivirus had gotten right in the early 2000’s.




  • This one is a mixed bag. KYC regulations are very useful in detecting and prosecuting money laundering and crimes like human trafficking. But ya, if this data needs to be kept, the regulations around secure storage need to be just as tight. This sort of thing should be required to be kept to cybersecurity standards like CMMC Level 3, audited by outside auditors and violations treated as company and executive disqualifying events (you ran a company so poorly you failed to secure data, you’re not allowed to run such a company for the next 10 years). The sort of negligence of leaving a database exposed to the web should already result in business crippling fines (think GDPR style fines listed in percentages of global annual revenue). A database which is exposed to the web and has default credentials or no access control at all should result in c-level exec seeing the inside of a jail cell. There is zero excuse for that happening in a company tasked with protecting data. And I refuse to believe it’s the result of whatever scape-goat techs they try to pin this on. This sort of failure always comes from the top. It’s caused by executives who want everything done fast and cheap and don’t care about it being done right.



  • The problem you’re seeing is likely related to this bug. There seems to be a lot of overlap in issues with Wayland and slicers. I’m using the AppImage version of the Creality Print slicer, and it suffers the same issue. I have to use the following command line to launch it:
    __EGL_VENDOR_LIBRARY_FILENAMES=/usr/share/glvnd/egl_vendor.d/50_mesa.json WEBKIT_FORCE_COMPOSITING_MODE=1 WEBKIT_DISABLE_COMPOSITING_MODE=1 WEBKIT_DISABLE_DMABUF_RENDERER=1 ~/.local/bin/CrealityPrint_Ubuntu2404-V6.2.1.3044-x86_64-Release.AppImage %F

    That’s all on a single line. Ultimately, I created a .desktop file: ~/.local/share/applications/CrealityPrint.desktop
    To run the slicer with that command in the EXEC line and everything works fine. Assuming the modified command to launch the slicer works for you, you should be able to create/modify the .desktop file to launch Orca Slicer similarly. Desktop File:

    [Desktop Entry]
    Categories=Utility;
    Comment=
    Exec= __EGL_VENDOR_LIBRARY_FILENAMES=/usr/share/glvnd/egl_vendor.d/50_mesa.json WEBKIT_FORCE_COMPOSITING_MODE=1 WEBKIT_DISABLE_COMPOSITING_MODE=1 WEBKIT_DISABLE_DMABUF_RENDERER=1 ~/.local/bin/CrealityPrint_Ubuntu2404-V6.2.1.3044-x86_64-Release.AppImage %F
    Icon=CrealityPrint
    MimeType=model/stl;application/vnd.ms-3mfdocument;application/prs.wavefront-obj;application/x-amf;
    Name=CrealityPrint
    NoDisplay=false
    Path=
    StartupNotify=true
    Terminal=false
    TerminalOptions=
    Type=Application
    X-KDE-SubstituteUID=false
    X-KDE-Username=
    

  • Ya, sadly there is still a lot of useful content in the technical subreddits. So I find myself ending up there via search engines on a fairly regular basis. But, I specifically use the Redirector plugin for Firefox to auto-magically force the use of old Reddit. If I hit the site on my work computer, I’m quickly reminded about why I quit the site.