• 1 Post
  • 27 Comments
Joined 1 year ago
cake
Cake day: August 9th, 2023

help-circle


  • I think it is measured and professionals who work in areas where this was relevant probably track this number among many others. I think the real question you are asking is why it is always framed as a % of GDP in public discussion and news reporting. Some people here point out how % of GDP can be more useful for comparing across countries with vastly different sized economies but I think we all know the real answer has more to do with how people perceive the value differently by using the larger number. Framing government debt as a % of GDP serves the zeitgeist, whatever that is.




  • your pipe-pane command was real neat, I appreciate you sharing!

    I get frustrated with the default ESC delay so I use set -sg escape-time 0

    I re-bind the bind-keys without the default -r to avoid switching panes, hitting $DIRECTION arrow and going to the next pane $DIRECTION instead of my intent to move the cursor or view history etc…

    bind-key    Up      select-pane -U
    bind-key    Down    select-pane -D
    bind-key    Left    select-pane -L
    bind-key    Right   select-pane -R
    

    lastly, I really like these plugins

    set -g @plugin 'tmux-plugins/tpm'
    set -g @plugin 'tmux-plugins/tmux-sensible'
    set -g @plugin 'Morantron/tmux-fingers'
    set -g @plugin 'tmux-plugins/tmux-resurrect'
    set -g @resurrect-capture-pane-contents 'on'
    

    come on people, show us your filthy tmux conf








  • When our first child arrived I had a cheap IP cam lying around that I could flash with something I trusted and integrate into my other stuff (Homeassistant in this case). The camera didn’t really support a wired connection, only 2.4 wifi. This has probably been my single complaint about the setup generally. We live in a somewhat dense neighborhood and the surrounding 2.4GHz noise affects the stream quality, making it somewhat less reliable.

    I would say that if reliability and complexity are your biggest concerns go with one of the decent baby monitors. Very reliable, zero complexity. We didn’t find the reliability to be an issue in practice and I didn’t mind the complexity. I would say that if you go the IP cam route, do your best to go wired or at least 5GHz.