Hacker Public Radio

Your ideas, projects, opinions - podcasted.

New episodes Monday through Friday.


HPR3458: Living in the Terminal 2: The Obligatory Sequel

Hosted by BlacKernel on 2021-11-03 00:00:00
Download or Listen

Talking Points

  • Listener Feedback
    • Dave Morriss and the Markdown/HTML debacle
      • Using validate_html
      • Podcast logistics etc.
    • hackerdefo's suggestions
      • .less_termcap:
        export LESS_TERMCAP_mb=$(tput bold; tput setaf 2)
        export LESS_TERMCAP_md=$(tput bold; tput setaf 6)
        export LESS_TERMCAP_me=$(tput sgr0)
        export LESS_TERMCAP_so=$(tput bold; tput setaf 3; tput setab 4)
        export LESS_TERMCAP_se=$(tput rmso; tput sgr0)
        export LESS_TERMCAP_us=$(tput smul; tput bold; tput setaf 7)
        export LESS_TERMCAP_ue=$(tput rmul; tput sgr0)
        export LESS_TERMCAP_mr=$(tput rev)
        export LESS_TERMCAP_mh=$(tput dim)
        export LESS_TERMCAP_ZN=$(tput ssubm)
        export LESS_TERMCAP_ZV=$(tput rsubm)
        export LESS_TERMCAP_ZO=$(tput ssupm)
        export LESS_TERMCAP_ZW=$(tput rsupm)
        					

        .bashrc:
        if [ -f $HOME/.less_termcap ];then
        	. $HOME/.less_termcap
        fi
        					
      • poca, castero, and gpodder cli
      • My opinion on Python and Java
      • ProtonMail Bridge with mutt
    • Comments from the last episode
      • (Please go to the last episode to read the full comments)
      • NOTE: If you want a timely response, please email me or mention me on Mastodon
      • Operat0r: Kids these days! https://www.nethack.org/
      • b-yeezi: +1 for cnus
      • sesamemucho: The text
      • Dave Morriss: Very enjoyable
      • Gumnos: Using "c" to pause in cmus
  • New Talking Points
    • Here Documents
      cat > text.txt <<EOF
      Hello, World!
      EOF
      				
    • NetHack

Show Notes

Important Links:

Wikipedia Articles:

  • None

Contact Me

Comments



More Information...


Copyright Information

Unless otherwise stated, our shows are released under a Creative Commons Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0) license.

The HPR Website Design is released to the Public Domain.