no more textediting
This commit is contained in:
parent
0f64f1c2b0
commit
08155068e2
@ -112,7 +112,6 @@ I would much rather talk to you via Signal instead of using something like Disco
|
|||||||
<P><A HREF="./films">check out my favorite movies</A></P>
|
<P><A HREF="./films">check out my favorite movies</A></P>
|
||||||
<P><A HREF="https://www.youtube.com/watch?v=dQw4w9WgXcQ">here's a video of me waterboarding myself with mountain dew</A></P>
|
<P><A HREF="https://www.youtube.com/watch?v=dQw4w9WgXcQ">here's a video of me waterboarding myself with mountain dew</A></P>
|
||||||
<P><A HREF="./home">check out a web browser landing page i made</A></P>
|
<P><A HREF="./home">check out a web browser landing page i made</A></P>
|
||||||
<P><A HREF="./textediting">here are my opinions on text editing</A></P>
|
|
||||||
<P><A HREF="./thegame">you just lost the game</A></P>
|
<P><A HREF="./thegame">you just lost the game</A></P>
|
||||||
<P><A HREF="./git">here's my take on the git main thing</A></P>
|
<P><A HREF="./git">here's my take on the git main thing</A></P>
|
||||||
<P><A HREF="./now">here's what i'm doing right now</A></P>
|
<P><A HREF="./now">here's what i'm doing right now</A></P>
|
||||||
|
@ -27,6 +27,8 @@ Please do not put any stock into what I believe, as most of it is autocontradict
|
|||||||
<LI>The last powdery bits of the cereal are much better than the initial big bits. A lot of that powder is sugar and it sweetens the milk.</LI>
|
<LI>The last powdery bits of the cereal are much better than the initial big bits. A lot of that powder is sugar and it sweetens the milk.</LI>
|
||||||
<LI>Bag cereal is just as good as box cereal. Taste-wise they're identical and they're about the same effort to pour because the boxes have bags in them too. The only con to bagged is that a greater amount of cereals are boxed (e.g. there are no off-brand Wheaties where I am) and boxes have cool puzzles on the back (though now that I'm not a wee lass I do have a cellphone on which I play Konami Picross instead).
|
<LI>Bag cereal is just as good as box cereal. Taste-wise they're identical and they're about the same effort to pour because the boxes have bags in them too. The only con to bagged is that a greater amount of cereals are boxed (e.g. there are no off-brand Wheaties where I am) and boxes have cool puzzles on the back (though now that I'm not a wee lass I do have a cellphone on which I play Konami Picross instead).
|
||||||
</UL>
|
</UL>
|
||||||
|
<LI>Computers</LI><UL>
|
||||||
|
<LI><B>Document editor</B>: Wordpad on Windows, Libreoffice elsewhere.</LI>
|
||||||
<LI>Jargon</LI><UL>
|
<LI>Jargon</LI><UL>
|
||||||
<LI><B>/bin</B> - pronounced bin
|
<LI><B>/bin</B> - pronounced bin
|
||||||
<BR />Why? "bine", as in <B>bin</B>ary, sounds stupid. I think of it as a bin in which to place binaries.</LI>
|
<BR />Why? "bine", as in <B>bin</B>ary, sounds stupid. I think of it as a bin in which to place binaries.</LI>
|
||||||
@ -51,6 +53,9 @@ Please do not put any stock into what I believe, as most of it is autocontradict
|
|||||||
<LI><B>vi</B> - pronounced vee eye
|
<LI><B>vi</B> - pronounced vee eye
|
||||||
<BR />Why? That seems to be what everybody says. Personally sometimes I say "vee" instead.</LI>
|
<BR />Why? That seems to be what everybody says. Personally sometimes I say "vee" instead.</LI>
|
||||||
</UL>
|
</UL>
|
||||||
|
<LI><B>Operating system</B>: Anything POSIX or UNIX-like, nearly always Linux. Windows is unuseable for me.</LI>
|
||||||
|
<LI><B>Text editor</B>: ne or vim (or vi). Notepad on Windows.</LI>
|
||||||
|
</UL>
|
||||||
</UL>
|
</UL>
|
||||||
</BODY>
|
</BODY>
|
||||||
</HTML>
|
</HTML>
|
||||||
|
@ -1,35 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<HTML lang="en">
|
|
||||||
<HEAD>
|
|
||||||
<LINK rel="canonical" href="http://www.trinity.moe/textediting" />
|
|
||||||
<LINK rel="shortcut icon" type="image/x-icon" href="https://raw.githubusercontent.com/devenblake/homepage/main/favicon.ico" />
|
|
||||||
<LINK HREF="" ID="styling" REL="stylesheet" />
|
|
||||||
<META charset="US-ASCII" />
|
|
||||||
<META name="viewport" content="width=device-width, initial-scale=1" />
|
|
||||||
<TITLE>opinions on text editing</TITLE>
|
|
||||||
</HEAD>
|
|
||||||
<BODY>
|
|
||||||
<P><A href="..">~ Return to the rest of the site</A></P>
|
|
||||||
<SCRIPT SRC="/cookies.js" TYPE="application/javascript"></SCRIPT>
|
|
||||||
<SCRIPT SRC="/sheets.js" TYPE="application/javascript"></SCRIPT>
|
|
||||||
<SCRIPT TYPE="application/javascript">window.onload = window.initializesheets;</SCRIPT>
|
|
||||||
<H1>My opinions on text editing</H1>
|
|
||||||
<h3>updated 2020-10-10</h3>
|
|
||||||
<hr size="1" width="25%" align="left" />
|
|
||||||
<p>I write prose in Rich Text Files (RTF) and everything else in UNIX-formatted plaintext.</p>
|
|
||||||
<p>
|
|
||||||
When it comes to RTF editing, I normally use Microsoft Wordpad on Windows and (prefer it to using) Libreoffice on everything else.
|
|
||||||
I like RTF because editors handle everything for me - changing the font and indentations and everything is very easy - and because despite its proprietary-ness it's well supported and converts to plaintext relatively easily.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
When it comes to code, I only use Linux/UNIX/something with a console. I've tried coding in IDEs many times and every time I've been disappointed.
|
|
||||||
I'm not used to using my mouse when I code and even when I acclimate I still don't like it, though I've never used ACME before and that might change my mind someday.
|
|
||||||
Lately I've been writing C and Python and when I write both I use "ne", the Nice Editor. It's simple and it uses a lot of common keyboard shortcuts.
|
|
||||||
I avoid lines of code longer than 79 characters, and I use tabs for indentation with a tab length of 8.
|
|
||||||
I never use hard word wraps on plaintext if I can catch it and I don't normally use soft word-wrapping in code.
|
|
||||||
I grew up on Microsoft DOS's EDIT.COM and it's still my go-to editor on DOS.
|
|
||||||
</p>
|
|
||||||
<p>My preferred encoding is UTF-8. I don't like Unicode because I disagree with how emoji are being added. I have an ASCII chart on my wall.</p>
|
|
||||||
<p>When I use stock systems I use nano until I install ne. I'm not yet sure how to use ed.</p>
|
|
||||||
</BODY>
|
|
||||||
</HTML>
|
|
Loading…
Reference in New Issue
Block a user