browsers.html 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
  5. <head>
  6. <!-- 2021-07-21 Wed 22:24 -->
  7. <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
  8. <meta name="viewport" content="width=device-width, initial-scale=1" />
  9. <title>Browsers</title>
  10. <meta name="author" content="Zera Zelix" />
  11. <meta name="generator" content="Org Mode" />
  12. <style type="text/css">
  13. <!--/*--><![CDATA[/*><!--*/
  14. .title { text-align: center;
  15. margin-bottom: .2em; }
  16. .subtitle { text-align: center;
  17. font-size: medium;
  18. font-weight: bold;
  19. margin-top:0; }
  20. .todo { font-family: monospace; color: red; }
  21. .done { font-family: monospace; color: green; }
  22. .priority { font-family: monospace; color: orange; }
  23. .tag { background-color: #eee; font-family: monospace;
  24. padding: 2px; font-size: 80%; font-weight: normal; }
  25. .timestamp { color: #bebebe; }
  26. .timestamp-kwd { color: #5f9ea0; }
  27. .org-right { margin-left: auto; margin-right: 0px; text-align: right; }
  28. .org-left { margin-left: 0px; margin-right: auto; text-align: left; }
  29. .org-center { margin-left: auto; margin-right: auto; text-align: center; }
  30. .underline { text-decoration: underline; }
  31. #postamble p, #preamble p { font-size: 90%; margin: .2em; }
  32. p.verse { margin-left: 3%; }
  33. pre {
  34. border: 1px solid #ccc;
  35. box-shadow: 3px 3px 3px #eee;
  36. padding: 8pt;
  37. font-family: monospace;
  38. overflow: auto;
  39. margin: 1.2em;
  40. }
  41. pre.src {
  42. position: relative;
  43. overflow: auto;
  44. padding-top: 1.2em;
  45. }
  46. pre.src:before {
  47. display: none;
  48. position: absolute;
  49. background-color: white;
  50. top: -10px;
  51. right: 10px;
  52. padding: 3px;
  53. border: 1px solid black;
  54. }
  55. pre.src:hover:before { display: inline; margin-top: 14px;}
  56. /* Languages per Org manual */
  57. pre.src-asymptote:before { content: 'Asymptote'; }
  58. pre.src-awk:before { content: 'Awk'; }
  59. pre.src-C:before { content: 'C'; }
  60. /* pre.src-C++ doesn't work in CSS */
  61. pre.src-clojure:before { content: 'Clojure'; }
  62. pre.src-css:before { content: 'CSS'; }
  63. pre.src-D:before { content: 'D'; }
  64. pre.src-ditaa:before { content: 'ditaa'; }
  65. pre.src-dot:before { content: 'Graphviz'; }
  66. pre.src-calc:before { content: 'Emacs Calc'; }
  67. pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
  68. pre.src-fortran:before { content: 'Fortran'; }
  69. pre.src-gnuplot:before { content: 'gnuplot'; }
  70. pre.src-haskell:before { content: 'Haskell'; }
  71. pre.src-hledger:before { content: 'hledger'; }
  72. pre.src-java:before { content: 'Java'; }
  73. pre.src-js:before { content: 'Javascript'; }
  74. pre.src-latex:before { content: 'LaTeX'; }
  75. pre.src-ledger:before { content: 'Ledger'; }
  76. pre.src-lisp:before { content: 'Lisp'; }
  77. pre.src-lilypond:before { content: 'Lilypond'; }
  78. pre.src-lua:before { content: 'Lua'; }
  79. pre.src-matlab:before { content: 'MATLAB'; }
  80. pre.src-mscgen:before { content: 'Mscgen'; }
  81. pre.src-ocaml:before { content: 'Objective Caml'; }
  82. pre.src-octave:before { content: 'Octave'; }
  83. pre.src-org:before { content: 'Org mode'; }
  84. pre.src-oz:before { content: 'OZ'; }
  85. pre.src-plantuml:before { content: 'Plantuml'; }
  86. pre.src-processing:before { content: 'Processing.js'; }
  87. pre.src-python:before { content: 'Python'; }
  88. pre.src-R:before { content: 'R'; }
  89. pre.src-ruby:before { content: 'Ruby'; }
  90. pre.src-sass:before { content: 'Sass'; }
  91. pre.src-scheme:before { content: 'Scheme'; }
  92. pre.src-screen:before { content: 'Gnu Screen'; }
  93. pre.src-sed:before { content: 'Sed'; }
  94. pre.src-sh:before { content: 'shell'; }
  95. pre.src-sql:before { content: 'SQL'; }
  96. pre.src-sqlite:before { content: 'SQLite'; }
  97. /* additional languages in org.el's org-babel-load-languages alist */
  98. pre.src-forth:before { content: 'Forth'; }
  99. pre.src-io:before { content: 'IO'; }
  100. pre.src-J:before { content: 'J'; }
  101. pre.src-makefile:before { content: 'Makefile'; }
  102. pre.src-maxima:before { content: 'Maxima'; }
  103. pre.src-perl:before { content: 'Perl'; }
  104. pre.src-picolisp:before { content: 'Pico Lisp'; }
  105. pre.src-scala:before { content: 'Scala'; }
  106. pre.src-shell:before { content: 'Shell Script'; }
  107. pre.src-ebnf2ps:before { content: 'ebfn2ps'; }
  108. /* additional language identifiers per "defun org-babel-execute"
  109. in ob-*.el */
  110. pre.src-cpp:before { content: 'C++'; }
  111. pre.src-abc:before { content: 'ABC'; }
  112. pre.src-coq:before { content: 'Coq'; }
  113. pre.src-groovy:before { content: 'Groovy'; }
  114. /* additional language identifiers from org-babel-shell-names in
  115. ob-shell.el: ob-shell is the only babel language using a lambda to put
  116. the execution function name together. */
  117. pre.src-bash:before { content: 'bash'; }
  118. pre.src-csh:before { content: 'csh'; }
  119. pre.src-ash:before { content: 'ash'; }
  120. pre.src-dash:before { content: 'dash'; }
  121. pre.src-ksh:before { content: 'ksh'; }
  122. pre.src-mksh:before { content: 'mksh'; }
  123. pre.src-posh:before { content: 'posh'; }
  124. /* Additional Emacs modes also supported by the LaTeX listings package */
  125. pre.src-ada:before { content: 'Ada'; }
  126. pre.src-asm:before { content: 'Assembler'; }
  127. pre.src-caml:before { content: 'Caml'; }
  128. pre.src-delphi:before { content: 'Delphi'; }
  129. pre.src-html:before { content: 'HTML'; }
  130. pre.src-idl:before { content: 'IDL'; }
  131. pre.src-mercury:before { content: 'Mercury'; }
  132. pre.src-metapost:before { content: 'MetaPost'; }
  133. pre.src-modula-2:before { content: 'Modula-2'; }
  134. pre.src-pascal:before { content: 'Pascal'; }
  135. pre.src-ps:before { content: 'PostScript'; }
  136. pre.src-prolog:before { content: 'Prolog'; }
  137. pre.src-simula:before { content: 'Simula'; }
  138. pre.src-tcl:before { content: 'tcl'; }
  139. pre.src-tex:before { content: 'TeX'; }
  140. pre.src-plain-tex:before { content: 'Plain TeX'; }
  141. pre.src-verilog:before { content: 'Verilog'; }
  142. pre.src-vhdl:before { content: 'VHDL'; }
  143. pre.src-xml:before { content: 'XML'; }
  144. pre.src-nxml:before { content: 'XML'; }
  145. /* add a generic configuration mode; LaTeX export needs an additional
  146. (add-to-list 'org-latex-listings-langs '(conf " ")) in .emacs */
  147. pre.src-conf:before { content: 'Configuration File'; }
  148. table { border-collapse:collapse; }
  149. caption.t-above { caption-side: top; }
  150. caption.t-bottom { caption-side: bottom; }
  151. td, th { vertical-align:top; }
  152. th.org-right { text-align: center; }
  153. th.org-left { text-align: center; }
  154. th.org-center { text-align: center; }
  155. td.org-right { text-align: right; }
  156. td.org-left { text-align: left; }
  157. td.org-center { text-align: center; }
  158. dt { font-weight: bold; }
  159. .footpara { display: inline; }
  160. .footdef { margin-bottom: 1em; }
  161. .figure { padding: 1em; }
  162. .figure p { text-align: center; }
  163. .equation-container {
  164. display: table;
  165. text-align: center;
  166. width: 100%;
  167. }
  168. .equation {
  169. vertical-align: middle;
  170. }
  171. .equation-label {
  172. display: table-cell;
  173. text-align: right;
  174. vertical-align: middle;
  175. }
  176. .inlinetask {
  177. padding: 10px;
  178. border: 2px solid gray;
  179. margin: 10px;
  180. background: #ffffcc;
  181. }
  182. #org-div-home-and-up
  183. { text-align: right; font-size: 70%; white-space: nowrap; }
  184. textarea { overflow-x: auto; }
  185. .linenr { font-size: smaller }
  186. .code-highlighted { background-color: #ffff00; }
  187. .org-info-js_info-navigation { border-style: none; }
  188. #org-info-js_console-label
  189. { font-size: 10px; font-weight: bold; white-space: nowrap; }
  190. .org-info-js_search-highlight
  191. { background-color: #ffff00; color: #000000; font-weight: bold; }
  192. .org-svg { width: 90%; }
  193. /*]]>*/-->
  194. </style>
  195. <link rel="stylesheet" type="text/css" href="styles.css"/>
  196. <script type="text/javascript">
  197. // @license magnet:?xt=urn:btih:e95b018ef3580986a04669f1b5879592219e2a7a&dn=public-domain.txt Public Domain
  198. <!--/*--><![CDATA[/*><!--*/
  199. function CodeHighlightOn(elem, id)
  200. {
  201. var target = document.getElementById(id);
  202. if(null != target) {
  203. elem.classList.add("code-highlighted");
  204. target.classList.add("code-highlighted");
  205. }
  206. }
  207. function CodeHighlightOff(elem, id)
  208. {
  209. var target = document.getElementById(id);
  210. if(null != target) {
  211. elem.classList.remove("code-highlighted");
  212. target.classList.remove("code-highlighted");
  213. }
  214. }
  215. /*]]>*///-->
  216. // @license-end
  217. </script>
  218. </head>
  219. <body>
  220. <div id="content">
  221. <h1 class="title">Browsers</h1>
  222. <div id="table-of-contents">
  223. <h2>Table of Contents</h2>
  224. <div id="text-table-of-contents">
  225. <ul>
  226. <li><a href="#org6758f8e">1. Browsers I have Used.</a>
  227. <ul>
  228. <li><a href="#org8ad705a">1.1. MicroEdge (Edge/Internet Explorer)</a></li>
  229. <li><a href="#org15d0956">1.2. Chram (Google Chrome)</a></li>
  230. <li><a href="#org727a1dc">1.3. Furryfox (Firefox)</a></li>
  231. <li><a href="#orgadd5d8a">1.4. Shilion (Brave)</a></li>
  232. <li><a href="#orge096b7b">1.5. Qutebrowser</a></li>
  233. </ul>
  234. </li>
  235. </ul>
  236. </div>
  237. </div>
  238. <div id="outline-container-org6758f8e" class="outline-2">
  239. <h2 id="org6758f8e"><span class="section-number-2">1</span> Browsers I have Used.</h2>
  240. <div class="outline-text-2" id="text-1">
  241. <p>
  242. In timeline that I have used them.
  243. </p>
  244. </div>
  245. <div id="outline-container-org8ad705a" class="outline-3">
  246. <h3 id="org8ad705a"><span class="section-number-3">1.1</span> MicroEdge (Edge/Internet Explorer)</h3>
  247. <div class="outline-text-3" id="text-1-1">
  248. <p>
  249. Microsoft Explorer was the first browser I ever used. It acted more of a launcher to youtube videos rather than anything else. I still have some fond memorys of it. I haven&rsquo;t used it for quite some time. Then in 2014 the Surface Pro 3 came out and I started using edge. This browser I used for quite some time. This browser plain sucked. With it&rsquo;s binge search engine. So temted by the people at school. I switched to the consoomer&rsquo;s browser CHRAM (I say chram because it ran terrible on my Surface Pro 3)
  250. </p>
  251. </div>
  252. </div>
  253. <div id="outline-container-org15d0956" class="outline-3">
  254. <h3 id="org15d0956"><span class="section-number-3">1.2</span> Chram (Google Chrome)</h3>
  255. <div class="outline-text-3" id="text-1-2">
  256. <p>
  257. Chram is now the consoomer&rsquo;s browser full of nothing special. But taking your data and moving it to google. When I was using it I chramed it with silly extensions. Obviosly that degraded the terrible browser&rsquo;s performance even more. I do think that using this browser got me familiar with installing software because I didn&rsquo;t do that before. Other than that it&rsquo;s a bad browser and consoomer&rsquo;s must start switching to a better browser obviosly a open source one.
  258. </p>
  259. </div>
  260. </div>
  261. <div id="outline-container-org727a1dc" class="outline-3">
  262. <h3 id="org727a1dc"><span class="section-number-3">1.3</span> Furryfox (Firefox)</h3>
  263. <div class="outline-text-3" id="text-1-3">
  264. <p>
  265. Furryfox though being a open source browser is still funded by google. Though it is still better than google. One thing that I can&rsquo;t stand for is that they believe that with there power as a web browser they should implementing blocking of certian sites that they deem unexpectable. I can&rsquo;t stand for this. As someone who believes in freedome for everyone. I deffinitly don&rsquo;t like that with furry fox you have to do so much configuration out of the box to make it more secure but these. Are just toy buttons made by mozilla for you to play with because they needed to make there browser look less data collecting.
  266. </p>
  267. </div>
  268. </div>
  269. <div id="outline-container-orgadd5d8a" class="outline-3">
  270. <h3 id="orgadd5d8a"><span class="section-number-3">1.4</span> Shilion (Brave)</h3>
  271. <div class="outline-text-3" id="text-1-4">
  272. <p>
  273. Shillion is the web browser that everyone should be using in Luke Smith&rsquo;s words &ldquo;Brave, the browser for neckbeards and normies.&rdquo; Brave is way better than both chram and furryfox because it number one isn&rsquo;t selling your data to google asuming you choose brave search over google. It automaticly bundles with descent privacy settings unlike furryfox. One feature that for some reason is the deciding factor for a lot of people why they use it over any other browser is brave&rsquo;s built in crypto currency that you can gain through adds. I don&rsquo;t think is bad at all. You would make a lot of money if you REALLY consoomed the internet unlike me. It also has creator supporting which is great (Possibly depending on the size of your audience a lot of money that you can gain for supporting your work.) This is great and way better than being a small patreon supporter or youtube viewer. In my opinion. For me I can donate to my favorite creators in multiple ways. Preferably not through patreon or youtube. Also making money from brave is money. It&rsquo;s just for me after using it for a while isn&rsquo;t worthwile. I have made after 3 - 4 months. About 10 bucks maybe (don&rsquo;t know exactly since I distrohop frequently.) So I have rescently found the browser for me.
  274. </p>
  275. </div>
  276. </div>
  277. <div id="outline-container-orge096b7b" class="outline-3">
  278. <h3 id="orge096b7b"><span class="section-number-3">1.5</span> Qutebrowser</h3>
  279. <div class="outline-text-3" id="text-1-5">
  280. <p>
  281. Qutebrowser was what I found when being on the qeust for minimalist browsers. It is not that slow assuming you have more than okay internet like me. Qutebrowser has great documentation and is easy to configure. Either directly through the config.py throught the browser itself. I used DistroTube&rsquo;s configs. Then added zoom in and out. I think I will add some more to it. It also has a very usefule quickmarks file that you can use to for going to different sites under a alias. It can also act as a search engine for platforms. It is very powerfule. I think if your disatisfyed with brave then DEFFINITLY check out qutebrowser.
  282. </p>
  283. </div>
  284. </div>
  285. </div>
  286. </div>
  287. <div id="postamble" class="status">
  288. <p class="author">Author: Zera Zelix</p>
  289. <p class="date">Created: 2021-07-21 Wed 22:24</p>
  290. </div>
  291. </body>
  292. </html>