• 1 Post
  • 16 Comments
Joined 3 years ago
cake
Cake day: June 12th, 2023

help-circle

  • add on top of that:

    • time for Iran to administrate passage
    • time for each boat to enter/exit under security
    • reduced production rates due to full tanks or damaged infrastructure
    • time for countries to raise sovereign capital (selling bonds, gold and currency reserves) to meet price increases

    estimates are a reduction of 15-25% of global supply and 3-5 years to recover IF the straight is opened immediately and stays open. You can’t print oil ppl. The price per barrel will need to be high enough to squash 15-25% of global demand. We could see $300-350+ per barrel.









  • That seems to have worked better, I can now run ydotool commands in terminal. Will a user level service have any specific limitations?

    When use this command as a custom keyboard shortcut:

    ydotool type abcde12345

    It will miss the first few characters and type:

    de12345

    When I try chaining shell commands to pause and wait before typing, it doesn’t work at all:

    sleep 2; ydotool type abcde12345

    Any ideas on how I could automate ydotool as a keyboard hotkey? Custom shortcut to run a bash script maybe?