technology-i-use.html (2348B)
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://ungoogled-software.github.io/">ungoogled-chromium</a>. Before I was required to use a Chromium browser, I used <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://github.com/gorhill/uMatrix">uMatrix: Block Content and Requests</a></li> 21 <li><a href="https://addons.mozilla.org/en-US/firefox/addon/tridactyl-vim/">Tridactyl: Vim Keyboard Shortcuts</a></li> 22 <li><a href="https://addons.mozilla.org/en-US/firefox/addon/languagetool/">LanguageTool: Spelling, Grammar, and Sentence Structure Errors</a></li> 23 </ul> 24 </li> 25 <li>Text Editor: <a href="https://martanne.github.io/vis/">vis</a></li> 26 <li>Document Viewer: <a href="https://pwmt.org/projects/zathura/">zathura</a></li> 27 <li>Terminal: <a href="https://st.suckless.org/">st</a></li> 28 <li>Hotkey Daemon: <a href="https://github.com/baskerville/sxhkd">sxhkd</a></li> 29 <li>Status Bar: <a href="https://github.com/LemonBoy/bar">lemonbar</a></li> 30 <li><a href="https://github.com/astier/xhidecursor">xhidecursor</a>: hide the cursor on keypress</li> 31 <li><a href="https://github.com/FRIGN/soap">soap</a>: xdg-open alternative</li> 32 <li><a href="https://github.com/Earnestly/sx">sx</a>: initialize xorg</li> 33 </ul> 34 <h2>Online Services</h2> 35 <ul> 36 <li>Search Engine: <a href="https://docs.searxng.org/">SearXNG</a></li> 37 <li>Encrypted Messaging: <a href="https://matrix.org/try-matrix/">Matrix</a></li> 38 <li>Website Hosting: <a href="https://www.nearlyfreespeech.net/">NearlyFreeSpeech</a></li> 39 </ul> 40 <h2>Operating System and Hardware</h2> 41 <ul> 42 <li>OS: <a href="https://artixlinux.org/">Artix Linux</a></li> 43 <li>Laptop: Thinkpad X220i</li> 44 </ul> 45 </article> 46 <footer> 47 <hr> 48 <a href="/">Home Page</a></footer> 49 </body> 50 </html>