qutebrowser post - pre edit

This commit is contained in:
AlejandroS 2018-06-29 15:08:29 -07:00
parent e3e5ec3aac
commit 96a72b71d5
6 changed files with 125 additions and 3 deletions

BIN
img/cheatsheet-big.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

BIN
img/werks.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

View File

@ -12,12 +12,18 @@
<p><a href="./index.html"><img src="./img/banner.png" alt="Homepage" /></a></p>
<h1 id="welcome-to-my-comfy-town">Welcome to my Comfy Town</h1>
<h2 id="cool-stuff-about-me">Cool stuff about me</h2>
<h3 id="links-to-find-me"><strong><a href="./page/links.html">Links to find me</a></strong></h3>
<blockquote>
<p><strong><a href="./page/links.html">Links to find me</a></strong><br />
<strong><a href="./page/about.html">About Me</a></strong><br />
<p><strong><a href="./page/about.html">About Me</a></strong><br />
<strong><a href="https://gitlab.com/AlejandroS/shockrah-city">Site Source Code</a></strong></p>
</blockquote>
<hr />
<h3 id="qutebrowser-is-comfy"><strong><a href="./post/qute.html">QuteBrowser is /comfy/</a></strong></h3>
<blockquote>
<em>June 29, 2018</em><br />
Operating at peak comfy levels captain!<br />
</blockquote>
<h3 id="first-foray-into-big-projects"><strong><a href="./post/qca1.html">First Foray into big Projects</a></strong></h3>
<blockquote>
<p><em>June 25, 2018</em><br />

View File

@ -4,12 +4,16 @@
## Cool stuff about me
> **[Links to find me](./page/links.html)** \
### **[Links to find me](./page/links.html)**
> **[About Me](./page/about.html)** \
> **[Site Source Code](https://gitlab.com/AlejandroS/shockrah-city)**
------
### **[QuteBrowser is /comfy/](.poset/qute.html)**
> _June 29, 2018_ \
> Operating at peak comfy levels captain! \
### **[First Foray into big Projects](./post/qca1.html)**
> _June 25, 2018_ \
> Sometimes you just gotta go ham \

67
markdown/post/qute.md Normal file
View File

@ -0,0 +1,67 @@
# A Taste of QuteBrowser
After some deliberation I finally tried out [Qutebrowser](https://www.qutebrowser.org/) and after spending some quality time with the browser and its quirks I can confidently say, that this will probably be my new main browser.
Coming from Chromium on Linux and Chrome on Windows I'm more than aware of what a """"""botnet"""""" browser is like, but that the same time I like Chromium/Chrome.
Part of it is that there is support for those browser pretty much everywhere you go, sites use the *newest* features which means you can realistically view all/most content without too much issue.
What I'm trying to say is that those browsers get the good ole' stamp of [werks for me](../img/werks.png)
QuteBrowser is a bit different however because there is some setup involved but... *not really*.
## Out of the box experience
Personally the only thing I did was change the default starting page for new windows and new tabs.
Which of course is my own personal /comfy/ start-page.
To be completely honest most/all functionality I could think of was handled by the keyboard completely, *exept for escaping from drop-down menus*.
For the escaping from dropdown menus however I came up with this:
```
"e":"fake-key <escape>"
```
Yes it's python and yes you should put that into your config for qutebrowser, but don't worry just type `:set` and it should be **the very first line** on the config editing page.
Save it and then you're done the tweaks to make QuteBrowser usable and comfortable are 99% done.
There's also plenty of potential for ricing if you're into that but tbh you really don't have to do much to get this browser to work.
## Main Gripes
> First of all why does 'J' move right and 'K' move right in the tabs!?!?!?
This one is easy to answer but the reasoning in my mind is uh..... pretty brainlet tier.
How this """*supposedly*""" works: think of the tabs arranged like this
```
---------
first
---------
second
---------
third
---------
```
Now realize that in vim 'J' moves down and 'K' moves up.
Realize that you're not moving left and right along the tabs but up/down.
It's really simple but really stupid at the same time.
Why not have 'H' and 'L' move ***LEFT*** and ***RIGHT*** instead of back and forth in the history.
> ***ARE THOSE ADS?!?!?***
This is probably the deal breaker for a lot of people and honestly nearly is for me.
Even though I primarily use QuteBrowser I refuse to get rid of Chromium since the Ad-pocolypse on the internet is just ridiculous.
At the moment there is a host list that QuteBrowser uses to filter some stuff but don't expect it to do --much-- anything.
Once there is proper plugin support for things like U-Block or really *any real ad-blocker* then there will be no looking back to any other browser.
## Binding Cheat Sheet
There are plenty of binds but if you just read the docs then you should be fine.
[Link to cheat sheet](https://raw.githubusercontent.com/qutebrowser/qutebrowser/master/doc/img/cheatsheet-big.png)
Don't try to learn every single binding because you'll just want to slam you head through your desk.
Just learn what you need and consult the cheat sheet I link here.
Download it and set it to some bind if you *really* need to learn all the binds possible.
## Is it worth it tho?
Ya. It's a good browser, it's solid and besides a few minor hiccups it's very close to BTFO every other browser out there.

45
post/qute.html Normal file
View File

@ -0,0 +1,45 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="generator" content="pandoc" />
<title></title>
<style type="text/css">code{white-space: pre;}</style>
<link rel="stylesheet" href="bstyle.css" type="text/css" />
</head>
<body>
<h1 id="a-taste-of-qutebrowser">A Taste of QuteBrowser</h1>
<p>After some deliberation I finally tried out <a href="https://www.qutebrowser.org/">Qutebrowser</a> and after spending some quality time with the browser and its quirks I can confidently say, that this will probably be my new main browser.</p>
<p>Coming from Chromium on Linux and Chrome on Windows I'm more than aware of what a &quot;&quot;&quot;&quot;&quot;&quot;botnet&quot;&quot;&quot;&quot;&quot;&quot; browser is like, but that the same time I like Chromium/Chrome. Part of it is that there is support for those browser pretty much everywhere you go, sites use the <em>newest</em> features which means you can realistically view all/most content without too much issue. What I'm trying to say is that those browsers get the good ole' stamp of <a href="../img/werks.png">werks for me</a></p>
<p>QuteBrowser is a bit different however because there is some setup involved but... <em>not really</em>.</p>
<h2 id="out-of-the-box-experience">Out of the box experience</h2>
<p>Personally the only thing I did was change the default starting page for new windows and new tabs. Which of course is my own personal /comfy/ start-page.</p>
<p>To be completely honest most/all functionality I could think of was handled by the keyboard completely, <em>exept for escaping from drop-down menus</em>. For the escaping from dropdown menus however I came up with this:</p>
<pre><code>&quot;e&quot;:&quot;fake-key &lt;escape&gt;&quot;</code></pre>
<p>Yes it's python and yes you should put that into your config for qutebrowser, but don't worry just type <code>:set</code> and it should be <strong>the very first line</strong> on the config editing page. Save it and then you're done the tweaks to make QuteBrowser usable and comfortable are 99% done. There's also plenty of potential for ricing if you're into that but tbh you really don't have to do much to get this browser to work.</p>
<h2 id="main-gripes">Main Gripes</h2>
<blockquote>
<p>First of all why does 'J' move right and 'K' move right in the tabs!?!?!? This one is easy to answer but the reasoning in my mind is uh..... pretty brainlet tier. How this &quot;&quot;&quot;<em>supposedly</em>&quot;&quot;&quot; works: think of the tabs arranged like this</p>
</blockquote>
<pre><code>---------
first
---------
second
---------
third
---------</code></pre>
<p>Now realize that in vim 'J' moves down and 'K' moves up. Realize that you're not moving left and right along the tabs but up/down.</p>
<p>It's really simple but really stupid at the same time. Why not have 'H' and 'L' move <strong><em>LEFT</em></strong> and <strong><em>RIGHT</em></strong> instead of back and forth in the history.</p>
<blockquote>
<p><strong><em>ARE THOSE ADS?!?!?</em></strong></p>
</blockquote>
<p>This is probably the deal breaker for a lot of people and honestly nearly is for me. Even though I primarily use QuteBrowser I refuse to get rid of Chromium since the Ad-pocolypse on the internet is just ridiculous. At the moment there is a host list that QuteBrowser uses to filter some stuff but don't expect it to do --much-- anything. Once there is proper plugin support for things like U-Block or really <em>any real ad-blocker</em> then there will be no looking back to any other browser.</p>
<h2 id="binding-cheat-sheet">Binding Cheat Sheet</h2>
<p>There are plenty of binds but if you just read the docs then you should be fine.</p>
<p><a href="https://raw.githubusercontent.com/qutebrowser/qutebrowser/master/doc/img/cheatsheet-big.png">Link to cheat sheet</a></p>
<p>Don't try to learn every single binding because you'll just want to slam you head through your desk. Just learn what you need and consult the cheat sheet I link here. Download it and set it to some bind if you <em>really</em> need to learn all the binds possible.</p>
<h2 id="is-it-worth-it-tho">Is it worth it tho?</h2>
<p>Ya. It's a good browser, it's solid and besides a few minor hiccups it's very close to BTFO every other browser out there.</p>
</body>
</html>