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

help-circle




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



  • Depends on the game.

    I think that they have been used effectively in games like Starbound and Terraria or many roguelikes and roguelites.

    I think that there have been some games where they do not work well.

    Starfield has a beautiful terrain generator, but different terrain doesn’t really change gameplay, nor does combat really scale up to making use of very large maps, so you have the ability to explore infinite expanses of planets, but it doesn’t really provide much in gameplay terms. Aside from finding a cluster of useful resources near each other for an outpost, which isn’t that interesting from a gameplay standpoint and doesn’t need most of the terrain generator’s functionality, it’s mostly just cosmetic.

    I think that they work best where how you play the game changes substantially based on the mix of features of the dungeon. Then throwing a new mix each time at the player helps keep things interesting.


  • tal@lemmy.todaytolinuxmemes@lemmy.worldSuperior ping
    link
    fedilink
    English
    arrow-up
    17
    ·
    edit-2
    3 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.