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

help-circle


  • Consumer acceptability is key, acknowledges Mr Eiden. Most people don’t want to look like cyborgs: “We need to make our products actually look like existing eyewear.”

    looks dubious

    I can believe that most people want something that they consider stylish. However, I’m skeptical that most people specifically want something to look like existing stuff. Clothing has shifted a lot over the years and centuries; it’s not as if every person putting something on their body said “it has to look like the stuff that’s come before”, or present-day vision equipment would look like this:

    Or this:


  • 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.
    







  • Setting aside the specifics of the case, I do think that from a UI standpoint, cars either need to support being left in park without the climate control eventually cutting off or be so extremely clear that this will happen that it would be extremely difficult for a user to miss, as this is a legitimate example of a “fail-deadly” feature.

    IIRC from reading comments from people who have slept in their car and very much want the ability to leave the climate control system active, at least some Toyota models do support leaving the climate control active for extended periods of time, but the car needs to be in “Ready” mode. It was not immediately obvious to users that this was the case.



  • 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
    17
    ·
    edit-2
    7 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.