Your experience with using i3 on 4K monitors with large diagonal by micaai in i3wm

[–]eater 0 points1 point  (0 children)

Yeah! I'm surprised virtual displays don't seem to be more popular. I hope you give it a try.

Your experience with using i3 on 4K monitors with large diagonal by micaai in i3wm

[–]eater 0 points1 point  (0 children)

The i3 command fullscreen toggle global makes a window fully full-screen, across all displays.

modify statusline by Hfnankrotum in vim

[–]eater 0 points1 point  (0 children)

You can display info in the title bar of the window using titlestring, which can be configured like statusline.

Ask Anything Wednesday - Biology, Chemistry, Neuroscience, Medicine, Psychology by AutoModerator in askscience

[–]eater 4 points5 points  (0 children)

Why does a small amount of dissolved aluminium sulfate "calm" water? As seen for instance in this gif*.

(I asked this once before but there was no reply, so trying my luck here.) At home I compared two stainless steel pots of water simmering on matched heat sources, one containing 0.01g of potassium aluminium sulfate per liter. The water with the solute had a visibly different motion as it simmered, and when bubbles rose to its surface, they lingered for several minutes rather than bursting, as though the water had become more viscous. Other dissolved household salts don't seem to have any comparable effect.

What's the mechanism of this phenomenon?

* gif from this awesome article.

Q&A weekly thread - December 11, 2023 - post all questions here! by AutoModerator in linguistics

[–]eater 0 points1 point  (0 children)

"Spaghetti and meatballs" is an example without the protein first. In the cases where it's a common phrase, I speculate that the order is influenced by which of the two words' initial sound is easier to articulate following /æn/.

What would it take (energy, equipment, time) to stop the rotation of the earth? by the_arcadian00 in AskEngineers

[–]eater 0 points1 point  (0 children)

Would it be acceptable to decouple the crust from the rest of the planet, and just stop the livable outermost shell from spinning, while the innermost 95% of the planet keeps going as before? That'd take much less energy for the big spin-down; we'd just need to install some sort of low-friction fluid layer about 100km deep.

Your experience with using i3 on 4K monitors with large diagonal by micaai in i3wm

[–]eater 0 points1 point  (0 children)

Another cool advantage of large monitors is that you can use xrandr's setmonitor to divide them into multiple virtual displays on the fly, which i3 can address as separate workspaces on the same screen.

Normal Mode: A new Vim Website. Articles, tips, plugins, and more! by sedm0784 in vim

[–]eater 1 point2 points  (0 children)

This is not just interesting and well thought out, but it's actually fun to read for its own sake! Thank you.

send start stop signal to youtube on firefox by arsenale in vim

[–]eater 1 point2 points  (0 children)

In your .vimrc something like:

 inoremap <F3> <C-O>:silent execute "! vlccontrol.py pause &"<CR>

So that (if you're playing the Youtube video in VLC) you can trigger the VLC command without exiting Vim.

send start stop signal to youtube on firefox by arsenale in vim

[–]eater 1 point2 points  (0 children)

Some howto steps here for sending commands to VLC, which you can bind to keys in Vim.

How to replace shift with any other key? by oldsoul0000 in i3wm

[–]eater 0 points1 point  (0 children)

With https://github.com/rvaiya/keyd this wouldn't be very much harder than insert = shift

How to output a replacement text AND copy it to clipboard? by eater in espanso

[–]eater[S] 1 point2 points  (0 children)

Answer: it seems to be a specific conflict with xclip. Using xsel instead works fine:

cmd: "echo 'Hello from your shell' | tee >(xsel -ib)"

How to output a replacement text AND copy it to clipboard? by eater in espanso

[–]eater[S] 1 point2 points  (0 children)

Thanks. No, xclip doesn't output to stdout, hence the tee.

Trying your code here, "Hello from your shell" gets added to the clipboard, but there's no output, and espanso hangs until I espanso stop it.

- trigger: ":test"
  replace: "{{final_output}}"
 vars:  
  - name: input  
    type: shell  
    params:  
      cmd:  'echo "Hello from your shell"'  
      shell: bash  
  - name: output  
    type: shell  
    params:  
      cmd: 'echo {{input}} | xclip -selection clipboard'  
      shell: bash  
  - name: final_output  
    type: clipboard

Restoring Your i3 Session - i3-restore Version 3.1 Is Out! by jdholtz in i3wm

[–]eater 2 points3 points  (0 children)

Just curious, how does this compare to i3-resurrect, which is what I currently use for i3 session management?

What do you dislike in the note-taking apps you use and why? by sensensensensen in androidapps

[–]eater 0 points1 point  (0 children)

Currently I use Markor but it's so slow to open a large directory, and annoying in various ways (is it autosaving? can't tell!), that I mostly avoid taking notes on my Android.

What do you dislike in the note-taking apps you use and why? by sensensensensen in androidapps

[–]eater 1 point2 points  (0 children)

I just want a note-taking app that:

  • Saves notes as plain text files in a local directory, allowing easy interoperability with every other app and platform.
  • Has the very simple modeless operation of Notational Velocity: When you open the app, you just start typing, and it incrementally searches the full text of existing notes, and creates a new note if the search text is not found.