• 78 Posts
  • 2.32K Comments
Joined 2 years ago
cake
Cake day: October 4th, 2023

help-circle




  • You typically need to notify other members of a treaty of your withdrawal, and then there’s some time delay until you’re no longer bound by the terms. You can’t just secretly withdraw, or treaties wouldn’t be very meaningful.

    EDIT: Yeah. The submitted article says that it happens in six months from today, and here’s the treaty text on withdrawal:

    https://www.un.org/en/genocideprevention/documents/atrocity-crimes/Doc.44_convention antipersonnel mines.pdf

    Article 20

    Duration and withdrawal

    1. This Convention shall be of unlimited duration.

    2. Each State Party shall, in exercising its national sovereignty, have the right to withdraw from this Convention. It shall give notice of such withdrawal to all other States Parties, to the Depositary and to the United Nations Security Council. Such instrument of withdrawal shall include a full explanation of the reasons motivating this withdrawal.

    3. Such withdrawal shall only take effect six months after the receipt of the instrument of withdrawal by the Depositary. If, however, on the expiry of that six- month period, the withdrawing State Party is engaged in an armed conflict, the withdrawal shall not take effect before the end of the armed conflict.

    4. The withdrawal of a State Party from this Convention shall not in any way affect the duty of States to continue fulfilling the obligations assumed under any relevant rules of international law.




  • How to look it up:

    M-x org-mode RET
    

    That’s “Meta-X” (Alt-X), then “org-mode” and Enter, switches the major mode of the current buffer to org-mode so that we have the org-mode keybindings active.

    C-h k C-c C-x C-l
    

    C-h, Control-H, is the “help” prefix. “C-h k” is describe-key, tells you what a given key sequence runs. C-h k C-c C-x C-l will say what C-c C-x C-l does. It gives the following output:

    C-c C-x C-l runs the command org-latex-preview (found in
    org-mode-map), which is an interactive native-comp-function in
    ‘org.el’.
    
    It is bound to C-c C-x C-l.
    
    (org-latex-preview &optional ARG)
    
    Toggle preview of the LaTeX fragment at point.
    
    If the cursor is on a LaTeX fragment, create the image and
    overlay it over the source code, if there is none.  Remove it
    otherwise.  If there is no fragment at point, display images for
    all fragments in the current section.  With an active region,
    display images for all fragments in the region.
    
    With a ‘C-u’ prefix argument ARG, clear images for all fragments
    in the current section.
    
    With a ‘C-u C-u’ prefix argument ARG, display image for all
    fragments in the buffer.
    
    With a ‘C-u C-u C-u’ prefix argument ARG, clear image for all
    fragments in the buffer.
    










  • I guess Signal’s probably less-prone to letting attackers pose as other people than the phone system, but the phone system is abysmal.

    Could probably benefit from some sort of trust system(s), like X.509 certs for organizations, or GPG keys for a distributed web of trust or something, and adoption of calling practices that aren’t vulnerable to this. Needs to be a few simple steps that people can be told to follow, not a constantly moving target that requires information security familiarity.


  • Acquiring F-35A jets is “part of NATO’s nuclear mission”;

    By March 2026, the UK will add 27 more jets: 12 F-35A and 15 F-35B;

    I hadn’t been following this closely recently, but if you go back far enough, the Royal Air Force had been planning to get F-35As and the Royal Navy F-35Bs. The A variant isn’t equipped for carrier operations, which makes it not really viable for the Royal Navy, but has longer range and more payload. Then there was some discussion at one point about maybe just having both use F-35Bs to help leverage commonality, which I imagine the Royal Air Force wasn’t too keen on. Sounds like they’re back to both the A and B model.


  • tal@lemmy.todaytolinuxmemes@lemmy.worldSuperior ping
    link
    fedilink
    English
    arrow-up
    18
    ·
    edit-2
    5 days ago

    IPv4 has some other features too.

    $ ping 0x8.02004010
    PING 0x8.02004010 (8.8.8.8) 56(84) bytes of data.
    64 bytes from 8.8.8.8: icmp_seq=1 ttl=116 time=22.8 ms
    

    That’ll be Google’s root DNS server, using hexadecimal and octal representations.