My personal website's statics
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

128 lines
6.9 KiB

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <link rel="stylesheet" href="https://rinri-d.xyz/css/style.css">
  8. <link rel="shortcut icon" href="https://rinri-d.xyz/images/logo.ico" type="image/x-icon">
  9. <title>RinRi - Recommendations</title>
  10. </head>
  11. <body>
  12. <div class="wrapper">
  13. <header>
  14. <div class="topnav">
  15. <div class="container">
  16. <div class="links">
  17. <a href="https://rinri-d.xyz">home</a>
  18. <a href="https://blog.rinri-d.xyz">blog</a>
  19. <a href="https://git.rinri-d.xyz">code</a>
  20. <a href="https://rinri-d.xyz/rec.html" class="active">soft</a>
  21. <a href="https://rinri-d.xyz/about.html">about</a>
  22. </div>
  23. <hr>
  24. </div>
  25. </div>
  26. </header>
  27. <main>
  28. <div class="container">
  29. <h1>Recommendations:</h1>
  30. <hr class="delimiter">
  31. <h2>Software:</h2>
  32. <hr class="delimiter">
  33. <h3>OS</h3>
  34. <p class="indent-l">
  35. I think that Operating Systems should not track you, send your data anywhere, and show you ads. That is why I recommend using Free and Open-Source
  36. Operating Systems that value your privacy, such as Linux. Linux supports almost any hardware out-of-the-box and it is way more comfortable for tech people.
  37. Have you ever tried to install MinGW on Windows? From my experience, it's PITA, while on Linux it's one or two shell commands.
  38. </p>
  39. <h3>Window Managers</h3>
  40. <p class="indent-l">
  41. In my opinion, <b>tiling window managers</b> are great productivity tools. It's enjoyable and efficient to use only a keyboard to manage your windows.
  42. They are especially useful, if you frequently use multiple terminals. Spawning and switching between them is super fast, for example, in
  43. <a href="https://dwm.suckless.org/">dwm</a>. They are also extremely lightweight. Compared to full-featured Desktop Environments like Gnome or KDE,
  44. they are almost nothing in your RAM and on your disk.
  45. </p>
  46. <h3>Text & Code Editor</h3>
  47. <p class="indent-l">
  48. I've been using vim (neovim) for quite some time and can tell that it helped me a lot when I needed to quickly (e.g. 10 minutes before a deadline) edit or code something.
  49. On top of that, I can tell that it is much more enjoyable to edit smth using vim than with a normal text editor. Every key press or mouse movement you save brings you joy.
  50. I recommend watching <a href="https://youtu.be/X6AR2RMB5tE">ThePrimeagen's video series</a> before diving in.
  51. </p>
  52. <p class="indent-l">
  53. Currently I am learning Emacs (doom emacs with evil mode), org-mode, and elisp. Emacs' functionality is incredible. I will elaborate on that later, when I will be more familiar with Emacs.
  54. </p>
  55. <h3>Web Browser</h3>
  56. <p class="indent-l">
  57. Web Browsers are one of the most commonly used programs nowadays. That's why you should carefully choose a browser that doesn't spy on you.
  58. </p>
  59. <p class="indent-l">
  60. Librewolf is the web browser of my choice, because it is a Firefox fork preconfigured to be secure and private.
  61. Both Librewolf and Firefox are open-source and support everything a modern web browser needs.
  62. </p>
  63. <p class="indent-l">
  64. Here are some extensions that will improve your browsing experience:
  65. <ul>
  66. <li class="indent-l"><a href="https://addons.mozilla.org/en-US/firefox/addon/vimium-ff/">Vimium</a> brings vim motions to your browser. You can follow links without even using a mouse</li>
  67. <li class="indent-l"><a href="https://addons.mozilla.org/en-US/firefox/addon/ublock-origin">uBlock
  68. Origin</a> - ad and tracking blocking</li>
  69. <li class="indent-l">Using <a
  70. href="https://addons.mozilla.org/en-US/firefox/addon/multi-account-containers/">Multi
  71. Account
  72. Containers</a>, you can use multiple accounts at the same time and keep tracking websites separate from each other.</li>
  73. <li class="indent-l"><a
  74. href="https://addons.mozilla.org/en-US/firefox/addon/bitwarden-password-manager/">Bitwarden</a> is a private, self-hosted, and open-source password manager.</li>
  75. <li class="indent-l"><a href="https://addons.mozilla.org/en-US/firefox/addon/onetab/">OneTab</a> helps you to organize your tabs</li>
  76. <li class="indent-l"><a href="https://addons.mozilla.org/en-US/firefox/addon/darkreader/">Dark Reader</a> turns on dark mode in almost every website.</li>
  77. </ul>
  78. </p>
  79. <h3>Media Player</h3>
  80. <p class="indent-l">
  81. <a href="https://mpv.io">mpv</a> is a lightweight, open-source, and reliable media player. You can play
  82. YouTube and other videos on the internet using mpv and yt-dlp.
  83. </p>
  84. <h2>Resources</h2>
  85. <hr class="delimiter">
  86. <h3>Websites:</h3>
  87. <ul>
  88. <li><a href="https://news.ycombinator.com/">Hacker News</a></li>
  89. <li><a href="https://wiki.archlinux.org/">Arch Wiki</a></li>
  90. <li><a href="https://www.vultr.com/?ref=8647597-6G">Vultr (affiliate link)</a> - a cheap VPS. Get free 100$ for the first month</li>
  91. <li><a href="https://www.epik.com/?affid=ja5me8fu2">Epik (affiliate link)</a> - a cheap domain registrar</li>
  92. <li><a href="https://madi-wka.club">Madi-wka.club</a> - my friend's personal website</li>
  93. </ul>
  94. </div>
  95. </main>
  96. <footer>
  97. <div class="container">
  98. <hr>
  99. <div class="contacts">
  100. <p>
  101. rin(at)rinri-d(d0t)xyz <a href="https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x63f37e00f69fdf1e">(PGP)</a>
  102. </p>
  103. <p>
  104. public key: 63F37E00F69FDF1E
  105. </p>
  106. </div>
  107. </div>
  108. </footer>
  109. </div>
  110. </body>
  111. </html>