riazj.com

source code for this website
git clone https://riazj.com/git/riazj.com
Log | Files | Refs | LICENSE

technology-i-use.html (2095B)


      1 <!DOCTYPE html>
      2 <html lang="en">
      3 <head>
      4 <meta charset="utf-8">
      5 <title>Technology I Use and Recommend | Riaz's Website</title>
      6 <link rel="stylesheet" href="/style.css">
      7 <link rel="icon" href="data:,">
      8 <meta name="description" content="Applications, browser extensions, services, and other technologies I use and recommend">
      9 <meta name="viewport" content="width=device-width, initial-scale=1">
     10 </head>
     11 <body>
     12 <h1>Technology I Use and Recommend</h1>
     13 <hr>
     14 <article>
     15 <h2>Software</h2>
     16 <ul>
     17 <li>Web Browser: <a href="https://w3m.sourceforge.net/">w3m</a> and <a href="https://librewolf.net/">LibreWolf</a> with
     18 <ul>
     19 <li><a href="https://decentraleyes.org/">Decentraleyes: Reduce Tracking with CDN Emulation</a></li>
     20 <li><a href="https://istilldontcareaboutcookies.com/">I still don't care about cookies: Block Cookie Banners</a></li>
     21 <li><a href="https://github.com/gorhill/uMatrix">uMatrix: Block Content and Requests</a></li>
     22 <li><a href="https://addons.mozilla.org/en-US/firefox/addon/tridactyl-vim/">Tridactyl: Vim Keyboard Shortcuts</a></li>
     23 <li><a href="https://addons.mozilla.org/en-US/firefox/addon/languagetool/">LanguageTool: Spelling, Grammar, and Sentence Structure Errors</a></li>
     24 </ul>
     25 </li>
     26 <li>Text Editor: <a href="https://martanne.github.io/vis/">Vis</a></li>
     27 <li>Document Viewer: <a href="https://pwmt.org/projects/zathura/">zathura</a></li>
     28 <li>Window Manager: <a href="https://dwm.suckless.org/">dwm</a></li>
     29 <li>Terminal: <a href="https://st.suckless.org/">st</a></li>
     30 <li><a href="https://github.com/astier/xhidecursor">xhidecursor</a>: hide the cursor on keypress</li>
     31 </ul>
     32 <h2>Online Services</h2>
     33 <ul>
     34 <li>Search Engine: <a href="https://docs.searxng.org/">SearXNG</a></li>
     35 <li>Encrypted Messaging: <a href="https://matrix.org/try-matrix/">Matrix</a></li>
     36 <li>Website Hosting: <a href="https://www.nearlyfreespeech.net/">NearlyFreeSpeech</a></li>
     37 </ul>
     38 <h2>Operating System and Hardware</h2>
     39 <ul>
     40 <li>OS: <a href="https://artixlinux.org/">Artix Linux</a></li>
     41 <li>Laptop: Thinkpad X220i</li>
     42 </ul>
     43 </article>
     44 <footer>
     45 <hr>
     46 <a href="/">Home Page</a></footer>
     47 </body>
     48 </html>