At 7:51, I said "Dont.... [change mind of what to say]. DROP OUT OF COLLEGE!" Not "Don't drop out of college." To be clear, I do not condone not dropping out of college.
Technically are not angle brackets, just best approximation you can type on a standard keyboard layout. These are angle brackets: 〈 〉 Might seem pedantic but looks way better: 〈a〉 >>
@@stumbling my browser is still fucky wucky displaying unicode on my new arch install but I'm very glad I could see your comment because you're right, you've ruined for me forever now
If you want the space saving notation (like on wikipedia) for the sum or the integral, it's "sum sub {i=0} sup N". It looks a little better in a fraction under a square root.
Stumbling on groff and troff here brings me full circle, back to where I began with the Unix (and later Linux) world in 1989. My need to word process and print my English Lit and Psychology essays and lab reports led me to the free facilities offered by the Computer Science department, and Unix on the University mainframe, with its terminals all over campus, using ptroff, ms macros, and previewing the results using ralpage on the Sun Workstations.
eqn was written by Brian Kernighan (Bell Labs employee, the K in AWK, co-authored the C book, i think he also wrote the pic preprocessing language, that allows for easy image creation in troff). Really cool these groff videos, Luke. Looks much easier, and scriptable then *Tex.
Too bad the math is ugly as all hell. That square root and summation sign in particular. LaTeX might be a bit clunky and heavy at times, but damn if it doesn't typeset math beautifully.
@ As said, LaTeX can be a bit clunky. One thing that helps a bit is that if you have a single element as argument you can drop the curly braces (they are only needed to define groups). So "\frac{y}{x}" can be written "\frac y x", which is quite a bit nicer. That being said, typesetting math through text is pretty much always a bit clunky, regardless of language, especially considering math typesetting is quite often 2d (fractions, sub and superscripts and so on). Some shilling for a tool I kinda like: For quick stuff I really like TeXmacs (which despite the name is not based on TeX, but can export to it if needed) whose wysiwyg math is just a pleasure to use (with some learning curve, obviously). Small features like combining characters: (+- producing ±, @@ producing ∞, @+ producing ⊕, ...), letter+tab for Greek letters, and much more. It actually handles variable spacing nicer than LaTeX since it forces you to add multiplications between stuff (which you would have to do manually in LaTeX through \,). It's really the best of both worlds in terms of beauty and ease of use, it's too bad the program itself can be a bit buggy at times. It can export and import equations written in LaTeX, so it's very possible to edit equations in TeXmacs for inserting in a document if you want that.
Also, the summation places its parameters always above and below the Sigma, rather than using the compact notation when typeset inside a paragraph. The 'd' in 'dx' in the integral is using the same font as the variables, whereas in proper typesetting one should use a different font for operators. Part of the clunkyness of LaTeX can be mitigated using LuaLaTeX, it allows for Unicode characters, that way you can use Greek letters or math operators directly in your text instead of having a list of LaTeX commands at hand all the time. Most special characters can be entered in Vim using the CTRL-K command in insert mode. The ROFF tools were created for typesetting legal documents, so I guess if your math requirements don't exceed those needs you will be fine. For anyone who needs to write a lot of math on the other hand there is no alternative to TeX and its relatives.
Great video to show the basics and get one started with this kind of stuff! Thanks for uploading, I already feel of a "high intellect" for seeing this, even as a mathematician! :) IMHO, this kind of solution is rather more explicit and almost looks pseudo-code-ish with respect to LaTeX. You literally write stuff as it is read, except for those block indicators. I like it, but for hugely complicated formulae (e.g. this: en.wikipedia.org/wiki/Hopf_algebra#Structure_constants), you've got to spell out a lot. :) Or I assume you can define your own shortcuts/keywords. Overall, excellent introductory tutorial, thanks for sharing it! P.S. Dat fugly huge thick sqrt from the standard deviation formula tho...
17:10 I just wasted about 2 hours trying to figure out how to do in-line math. From what little info on groff and eqn there is out there I gathered that the default delimiters are $$ but it didn't work, I tried setting delimiters with the -d option for eqn and it did nothing. I tried using 'delim on' in an EQ block and that did nothing. I have not seen simply defining delimiters as you do here mentioned anywhere else!
you could bind it to a macro press q, then a letter to bind the macro with, then type out whatever you need to macro with, then press q again to finish the macro. to execute it press @ then the letter you bound it with in the first place also any commands after :! get executed by the shell
In contrast to groff, TeX/LaTeX is heavy and cumbersome but you can do pretty much everything with it (this is what I mean: texample.net/). Since I'm familiar with LaTeX and I can bend it to my (reasonable) will, I am not sure groff is worth my time. I have mixed feelings! Is there anything like CTAN in the groff world? [TL;DR] To what extent, can groff be a replacement for Latex?
I figured it out. Something's up with Zathura's fonts (or whatever pdf reader you're using). I had to add "-P-e" for it to look right. This thread has more information: lists.libreplanet.org/archive/html/groff/2020-02/msg00048.html
So, groff and troff is basically the Unixy LaTeX, I like it but I have a question: Can I use it to export some basic UTF-8 instead of pdf ?? it is because, I write org-mode and I have the ability to export it to donz of extension, my fav is plain UTF-8 formate
0felex01 It's pretty easy, MS doesn't use .ls because it's not context-sensitive, so you use a vertical spacing register. The default is 12 points. To set to double width: .nr VS 24p Before you start your first paragraph.
Heh about college how did you deal with Wepa printing in an a e s t h e t i c way? I need to know for mai arch machine cuz U of A can't seem to use standard print drivers.
I figured it out. Something's up with Zathura's fonts. I had to add "-P-e" for it to look right. This thread has more information: lists.libreplanet.org/archive/html/groff/2020-02/msg00048.html
Hey, Luke! How are you? Do you know of any ways to have code snippets (specifically with C syntax highlighting) in a groff document? The closest thing I have found to it is: lists.gnu.org/archive/html/groff/2005-01/msg00003.html , but it basically just does monospacing and line numbering, not syntax highlighting.
@@jamieg2427 That is completely unrelated to what I asked. Also, I asked that question 2 year ago... Edit: note that his original reply that he felt the need to edit was "UltiSnips in vim will do code snippets for you. 😘 github.com/sirver/UltiSnips" Also, I find quite cringe that he corrected my "2 years ago" with "One year ago" in the next reply: my comment was posted November 18th 2018, his reply was posted Octorber 4th 2020...
@@emanuele6 One year ago. Yes, sorry I misunderstood your question, so my solution is completely incorrect. The answer wasn't really aimed at you but rather aimed at anyone who would come along later.
thanks a lot really appreciate just need to experiment a little i am trying to write a research paper with groff so this was really important, now when i finish with the images i wanna try double columns :)
double columns are like the norm on research papers " text in two columns" s06.radikal.ru/i179/1212/c6/bea272370867.jpgi leave you a link this thing still evading me thx in advance
@@oldi2002 I know this is 2 year late but double column are possible in case anyone is wondering. Just type .2C and it will switch to double column mode. www.gnu.org/software/groff/manual/html_node/ms-Multiple-Columns.html
Plain tex is way way superior to either latex or groff. It's as lightweight as the latter (written in the early 80's and hardly changed since) and displays mathematics as beautifully as the former.
I also just noticed that - I was wondering where does the LibreOffice notation come from, and boom! Turns out it's good ol' Unix-goodness. M$ Office recently found out about LaTeX notation, maybe in a decade or so they will watch Luke's video about eqn.
Good things 'bout groff: you can dictate the equation and it's going to be valid. no special escape characters, no Capital nonsense like in LaTeX. The big downside: it's somehow a worse language. Unless you actually dictate large amounts of text, the groff/LaTeX is a no-brainer.
It seems fairly nice and simple most of the syntax can be guessed by saying the actual formula out loud in English Though that has its downsides for me, as I'm not a native English speaker. So for example, "over" would be the Binomial coefficient in German But I think I'm gonna stick with the LaTeX-ish math, as I'm just super used to it and it's used fairly often, for example in Markdown. (I think that requires an extension or something similar, I'm not sure)
Luke, i love your videos,. But it really is time that you *step out of your comfort zone* and dive into Emacs. All these tools and hacks and configs.... Emacs supports EVERYTHING you possibly will ever need. As an instance, Org mode can solve every single problem you have here. Not to mention it lets you write LaTeX so unbelievably simple.
We will talk about M theory ، The theory of super-strings and the theory of M came out equations and mathematical formulas M theory is the theory of everything . The M theory was to unify six versions of super-string theory .M theory explains to us low energy (super tendons) .But the M theory did not explain to us high-energy particles ، We ask you three questions: Does M theory explain how quarks, bosons and electrons appear? We need new mathematical formulas to describe high energy particles The eleventh dimension converts strings into multiple universes .These multiple universes are the membranes in M theory .The eleventh dimension converts the chains into multiple universes by dark energy. Are the particles formed by the Higgs field in giant membranes? We ask you to convey my questions to physicists and mathematicians
To be fair, I3 and vim aren't that hard. As an programmer I like it a lot I sometimes notice I don't even touch my mouse the whole day because I rarely need it(can't always use an keyboard driven browser because testing).
At 7:51, I said "Dont.... [change mind of what to say]. DROP OUT OF COLLEGE!" Not "Don't drop out of college." To be clear, I do not condone not dropping out of college.
Even if it's an art school?
What about just never starting?
You not not, so... yes, you do?
Good linguist use multiple negative in sentence "to be clear". Proponent of "agreement" have much to learn!
The answer is to get all your higher education from the one college / university, so you only get one begging letter every year.
{} --> braces
[] --> brackets
() --> parenthesis
--> angled brackets
at least in my head :)
>= -> open crocodile mouth.
Technically are not angle brackets, just best approximation you can type on a standard keyboard layout. These are angle brackets: 〈 〉
Might seem pedantic but looks way better: 〈a〉 >>
@@jxsl13 := --> walrus operator
@@stumbling my browser is still fucky wucky displaying unicode on my new arch install but I'm very glad I could see your comment because you're right, you've ruined for me forever now
i think its also curly brackets, square brackets and (normal) brackets (/parentheses)
If you want the space saving notation (like on wikipedia) for the sum or the integral, it's "sum sub {i=0} sup N". It looks a little better in a fraction under a square root.
Stumbling on groff and troff here brings me full circle, back to where I began with the Unix (and later Linux) world in 1989. My need to word process and print my English Lit and Psychology essays and lab reports led me to the free facilities offered by the Computer Science department, and Unix on the University mainframe, with its terminals all over campus, using ptroff, ms macros, and previewing the results using ralpage on the Sun Workstations.
I'm asking here cause I don't know better: did anyone figure out how to type symbols like R (set of all the real numbers)?
@@mattia558 try man groff_char
Did you mean „GNU plus EQN“?
In this case shouldn't it be GNU/eqn? as in: eqn being part of GNU project.
I'm asking here cause I don't know better: did anyone figure out how to type symbols like R (set of all the real numbers)?
@@TehKorwinMikke GNU:eqn
@@mattia558 $ man groff_char
Gives you all(?) characters that can be output with groff.
Try \[Re].
eqn was written by Brian Kernighan (Bell Labs employee, the K in AWK, co-authored the C book, i think he also wrote the pic preprocessing language, that allows for easy image creation in troff). Really cool these groff videos, Luke. Looks much easier, and scriptable then *Tex.
I'm asking here cause I don't know better: did anyone figure out how to type symbols like R (set of all the real numbers)?
@@mattia558Groff now supports UTF-8 so just use unicode R symbol
Let's all agree on the following:
( ) Round brackets or parentheses
{ } Curly brackets or braces
[ ] Square brackets (or just brackets)
LaTeX masterrace reporting in
7:00 That smile while saying.. sqrt. Tells everything.
Too bad the math is ugly as all hell. That square root and summation sign in particular. LaTeX might be a bit clunky and heavy at times, but damn if it doesn't typeset math beautifully.
@ pretty sure you can macro it in LaTeX
@ As said, LaTeX can be a bit clunky. One thing that helps a bit is that if you have a single element as argument you can drop the curly braces (they are only needed to define groups). So "\frac{y}{x}" can be written "\frac y x", which is quite a bit nicer. That being said, typesetting math through text is pretty much always a bit clunky, regardless of language, especially considering math typesetting is quite often 2d (fractions, sub and superscripts and so on).
Some shilling for a tool I kinda like:
For quick stuff I really like TeXmacs (which despite the name is not based on TeX, but can export to it if needed) whose wysiwyg math is just a pleasure to use (with some learning curve, obviously). Small features like combining characters: (+- producing ±, @@ producing ∞, @+ producing ⊕, ...), letter+tab for Greek letters, and much more. It actually handles variable spacing nicer than LaTeX since it forces you to add multiplications between stuff (which you would have to do manually in LaTeX through \,). It's really the best of both worlds in terms of beauty and ease of use, it's too bad the program itself can be a bit buggy at times. It can export and import equations written in LaTeX, so it's very possible to edit equations in TeXmacs for inserting in a document if you want that.
asciimath is a nice alternative for html documents
Also, the summation places its parameters always above and below the Sigma, rather than using the compact notation when typeset inside a paragraph. The 'd' in 'dx' in the integral is using the same font as the variables, whereas in proper typesetting one should use a different font for operators.
Part of the clunkyness of LaTeX can be mitigated using LuaLaTeX, it allows for Unicode characters, that way you can use Greek letters or math operators directly in your text instead of having a list of LaTeX commands at hand all the time. Most special characters can be entered in Vim using the CTRL-K command in insert mode.
The ROFF tools were created for typesetting legal documents, so I guess if your math requirements don't exceed those needs you will be fine. For anyone who needs to write a lot of math on the other hand there is no alternative to TeX and its relatives.
Eh...
Great video to show the basics and get one started with this kind of stuff! Thanks for uploading, I already feel of a "high intellect" for seeing this, even as a mathematician! :)
IMHO, this kind of solution is rather more explicit and almost looks pseudo-code-ish with respect to LaTeX. You literally write stuff as it is read, except for those block indicators.
I like it, but for hugely complicated formulae (e.g. this: en.wikipedia.org/wiki/Hopf_algebra#Structure_constants), you've got to spell out a lot. :) Or I assume you can define your own shortcuts/keywords.
Overall, excellent introductory tutorial, thanks for sharing it!
P.S. Dat fugly huge thick sqrt from the standard deviation formula tho...
Good to see another video on groff. I want to start learning how to use it but I'm procrastinating playing videogames, 1+ point on your hate for them.
www.troff.org/prog.html
Become chad.
My problem is that there is so much stuff useful for math written for LateX that it makes it difficult to abandon.
Same. Also, not a big fan of this math font. But groff does seem super lightweight, and the syntax is more intuitive.
I'm asking here cause I don't know better: did anyone figure out how to type symbols like R (set of all the real numbers) ?
That sqrt symbol looks so bad
@@mattia558 using the amssymb package, its \mathbb{R}
@@hexa3389 I think they meant in groff.
To get the dollar sign again, just use \[Do] unless you're done with inlines.
I'm really into Groff now. Decided to switch completely.
17:10 I just wasted about 2 hours trying to figure out how to do in-line math. From what little info on groff and eqn there is out there I gathered that the default delimiters are $$ but it didn't work, I tried setting delimiters with the -d option for eqn and it did nothing. I tried using 'delim on' in an EQ block and that did nothing. I have not seen simply defining delimiters as you do here mentioned anywhere else!
How do you make those compile commands in vim?
I don't remember how to but he mentioned it in one of his dwm videos. I bet you could find it with some digging
you could bind it to a macro
press q, then a letter to bind the macro with, then type out whatever you need to macro with, then press q again to finish the macro. to execute it press @ then the letter you bound it with in the first place
also any commands after :! get executed by the shell
I fucking love these thumbnails.10/10.
Love that UniBoomer avatar...
I love you man, i needed exactly this!!! For notetaking this is super comfy, i was scared to require to use latex for that :D
ua-cam.com/video/a7gpx0h-BuU/v-deo.html
@@adamt4110 that looks pretty good. Thank you!
In contrast to groff, TeX/LaTeX is heavy and cumbersome but you can do pretty much everything with it (this is what I mean: texample.net/). Since I'm familiar with LaTeX and I can bend it to my (reasonable) will, I am not sure groff is worth my time. I have mixed feelings! Is there anything like CTAN in the groff world? [TL;DR] To what extent, can groff be a replacement for Latex?
LaTeX is much more semantic than groff. But it is larger.
Yes I use a TI-84 plus
my square roots come out all distorted... is there a font that im missing?
I figured it out. Something's up with Zathura's fonts (or whatever pdf reader you're using). I had to add "-P-e" for it to look right. This thread has more information: lists.libreplanet.org/archive/html/groff/2020-02/msg00048.html
How does Groff / Troff compare to LaTeX?
Less intricate typography using groff. Lighter too.
Tables (tbl) would be nice for next groff video
Thanks for the video! Looking forward to tbl and pic :)
So, groff and troff is basically the Unixy LaTeX, I like it
but I have a question:
Can I use it to export some basic UTF-8 instead of pdf ??
it is because, I write org-mode and I have the ability to export it to donz of extension, my fav is plain UTF-8 formate
It would be interesting to see your old resume videos but with Groff instead of latex.
Yeah, I’m looking to migrate to Groff from LaTeX. Guess I’ll succumb to AI and ask the chat bot to convert it for me.
Hi! Amazing video! Unrelated question: Do you know about a text-to-speech engine which can read out these formulas correctly.
does anyone know how to deal with fonts and fonts sizes in groff?
What about muh line spacing? I see groff_ms has .VS in text setting and I saw some mentions of .ls too.
0felex01 It's pretty easy, MS doesn't use .ls because it's not context-sensitive, so you use a vertical spacing register. The default is 12 points.
To set to double width:
.nr VS 24p
Before you start your first paragraph.
@@finndriver1063Thanks bruh. I am looking tbl for my tables, seems easy enough too.
If you want to space just once then you can use:
.sp 1m
To space 1 em.
I use this between equations:
.EQ
...
.EN
.sp 1m
.EQ
...
.EN
@@finndriver1063 what about page numbers and
ewpage?
0felex01
.bp breaks the page
Page numbering is enabled by default
can this support arabic ??
Hm, so that's the "arcane" syntax that LibreOffice Writer uses.
how to install troff? groff is ok but troff.
are you planning on a video to add images or have you already made one for groff?
www.troff.org/prog.html#pic
Searched for something like that. Guess I could use that in maths for school? What would you say?
Heh about college how did you deal with Wepa printing in an a e s t h e t i c way? I need to know for mai arch machine cuz U of A can't seem to use standard print drivers.
need to type a particular character? man groff_char
you're welcome ;-)
My sqrt renders as $⃞ (without the $). Is this a groff thing or are my fonts messed up?
I figured it out. Something's up with Zathura's fonts. I had to add "-P-e" for it to look right. This thread has more information: lists.libreplanet.org/archive/html/groff/2020-02/msg00048.html
What is the advantage over LaTex?
Quantity over quality
for the dollar sign, groff has actually a whole definition of character to be used. You don't need to use: "delim off".
\(Do Dollar $
\(Eu Euro €
\(Po British pound sterling £
\(aq Apostrophe quote '
\(bu Bullet sign •
\(co Copyright ©
\(cq Single closing quote (right) ’
\(ct Cent ¢
\(dd Double dagger ‡
\(de Degree °
\(dg Dagger †
\(dq Double quote (ASCII 34) "
\(em Em-dash -
\(en En-dash -
\(hy Hyphen ‐
\(lq Double quote left “
\(oq Single opening quote (left) ‘
\(rg Registered sign ®
\(rq Double quote right ”
\(rs Printable backslash character \
\(sc Section sign §
\(tm Trademark symbol ™
\(ul Underline character _
\(== Identical ≡
\(>= Larger or equal ≥
\( Right arrow →
\(
Hey, Luke! How are you?
Do you know of any ways to have code snippets (specifically with C syntax highlighting) in a groff document?
The closest thing I have found to it is: lists.gnu.org/archive/html/groff/2005-01/msg00003.html ,
but it basically just does monospacing and line numbering, not syntax highlighting.
-UltiSnips in vim will do code snippets for you.-
Edit: Misread the question.
@@jamieg2427 That is completely unrelated to what I asked. Also, I asked that question 2 year ago...
Edit: note that his original reply that he felt the need to edit was "UltiSnips in vim will do code snippets for you. 😘 github.com/sirver/UltiSnips"
Also, I find quite cringe that he corrected my "2 years ago" with "One year ago" in the next reply: my comment was posted November 18th 2018, his reply was posted Octorber 4th 2020...
@@emanuele6 One year ago. Yes, sorry I misunderstood your question, so my solution is completely incorrect.
The answer wasn't really aimed at you but rather aimed at anyone who would come along later.
Is groff just pseudocode? /s
image processing and linear algebra would be nice to know.
What is he using for Wikipedia Dark Mode?
you can use Dark Reader (at least on Chromium and Firefox) to have dark mode everywhere... but maybe he uses something else...
now i am intrigued
Slightly off topic, how did you get that dark theme for Wikipedia?
nice video but
I cant find how to insert pictures in groff :(
maybe some help with that
thanks a lot really appreciate just need to experiment a little i am trying to write a research paper with groff so this was really important, now when i finish with the images i wanna try double columns :)
@@oldi2002 What do you mean double columns?
Like a table or something. Sorry, just wondering.
double columns are like the norm on research papers " text in two columns" s06.radikal.ru/i179/1212/c6/bea272370867.jpgi leave you a link this thing still evading me
thx in advance
@@oldi2002 I know this is 2 year late but double column are possible in case anyone is wondering.
Just type .2C and it will switch to double column mode.
www.gnu.org/software/groff/manual/html_node/ms-Multiple-Columns.html
Typical normie having a fit over the quadratic formula.
Having a fit = scratching head for two seconds then getting it right.
Instead of deleting the delim you can just change it to a simbol you will not use in your writting :)
I'd bother using groff if it had unicode support on the code
Which pdf viewer are you using?
It's zathura
Thank you
thanks luke , now iam really into this stuff very cool and some very usefull features !
Plain tex is way way superior to either latex or groff. It's as lightweight as the latter (written in the early 80's and hardly changed since) and displays mathematics as beautifully as the former.
Soon, you might turn over to the bright, godly Lisp notation.
angle brackets
Meanwhile I'm still using LibreOffice
Which uses Groff as the equation backend.
I also just noticed that - I was wondering where does the LibreOffice notation come from, and boom! Turns out it's good ol' Unix-goodness.
M$ Office recently found out about LaTeX notation, maybe in a decade or so they will watch Luke's video about eqn.
That sqrt is thicc!
Hell yeah
15:43: check em quads
I'ts time to just give into Emacs at this point
curly brace
Ey yo Luke give us a FFMPEG video.
I'm pretty sure they're called curly braces.
OK. Simple equations look good. Unfortunately multiline equations look not so easy and pretty.
It is sinpler than LaTeX and quiker to compile, but my god.. that’s an ugly typesetting for maths..
Good things 'bout groff: you can dictate the equation and it's going to be valid. no special escape characters, no Capital nonsense like in LaTeX.
The big downside: it's somehow a worse language. Unless you actually dictate large amounts of text, the groff/LaTeX is a no-brainer.
TeX's output looks way better, though.
8:09 *_727_*
if I can call braces {} whatever I want, I will call you Noah now. Greetings to the United States of Absurdistan! Names don't matter ;)
you're good at math ~~~ haha
Why do I do this on my Mac...
It seems fairly nice and simple
most of the syntax can be guessed by saying the actual formula out loud in English
Though that has its downsides for me, as I'm not a native English speaker. So for example, "over" would be the Binomial coefficient in German
But I think I'm gonna stick with the LaTeX-ish math, as I'm just super used to it and it's used fairly often, for example in Markdown. (I think that requires an extension or something similar, I'm not sure)
Me, a dumb dumb who doesn't know how to divede or do basic math, watch this video.
Luke, i love your videos,. But it really is time that you *step out of your comfort zone* and dive into Emacs. All these tools and hacks and configs.... Emacs supports EVERYTHING you possibly will ever need. As an instance, Org mode can solve every single problem you have here. Not to mention it lets you write LaTeX so unbelievably simple.
We will talk about M theory ،
The theory of super-strings and the theory of M came out equations and mathematical formulas
M theory is the theory of everything .
The M theory was to unify six versions of super-string theory .M theory explains to us low energy (super tendons)
.But the M theory did not explain to us high-energy particles ،
We ask you three questions: Does M theory explain how quarks, bosons and electrons appear?
We need new mathematical formulas to describe high energy particles
The eleventh dimension converts strings into multiple universes .These multiple universes are the membranes in M theory
.The eleventh dimension converts the chains into multiple universes by dark energy. Are the particles formed by the Higgs field in giant membranes?
We ask you to convey my questions to physicists and mathematicians
Minimuhlismmmmmm
sick rice bro
Latex le gana
angled brackets
{} CURLY braket
I sqrted
I told my school I earn $5000 per year. Never heard from them again
"Everything is nice and easy." Says the guy who runs I3 and vim. :)
To be fair, I3 and vim aren't that hard.
As an programmer I like it a lot I sometimes notice I don't even touch my mouse the whole day because I rarely need it(can't always use an keyboard driven browser because testing).
on arch!