diff options
author | Akshay <[email protected]> | 2020-01-25 13:46:36 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2020-01-25 13:46:36 +0000 |
commit | 071ad3b4cb371e864316a821120ea1b63e6bf213 (patch) | |
tree | c86a4221935ff37a0bf9cfa9e1a0f423997e0ae2 /docs/posts/onivim_sucks.html | |
parent | 39d2766689801f8cd1f0ee93d231c9561687d95f (diff) |
site layout; use esh
Diffstat (limited to 'docs/posts/onivim_sucks.html')
-rw-r--r-- | docs/posts/onivim_sucks.html | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/docs/posts/onivim_sucks.html b/docs/posts/onivim_sucks.html new file mode 100644 index 0000000..ea621c4 --- /dev/null +++ b/docs/posts/onivim_sucks.html | |||
@@ -0,0 +1,53 @@ | |||
1 | <!DOCTYPE html> | ||
2 | <html lang="en"> | ||
3 | <head> | ||
4 | <link rel="stylesheet" href="/style.css"> | ||
5 | <meta charset="UTF-8"> | ||
6 | <meta name="viewport" content="initial-scale=1"> | ||
7 | <meta content="#ffffff" name="theme-color"> | ||
8 | <meta name="HandheldFriendly" content="true"> | ||
9 | <meta property="og:title" content="nerdypepper"> | ||
10 | <meta property="og:type" content="website"> | ||
11 | <meta property="og:description" content="a static site {for, by, about} me "> | ||
12 | <meta property="og:url" content="https://nerdypepper.tech"> | ||
13 | <body> | ||
14 | <div class="post posts"> | ||
15 | <div class="date">02/08 2019</div> | ||
16 | <span style="font-size: 2rem; font-weight: 600"> | ||
17 | Onivim Sucks | ||
18 | </span> | ||
19 | <div class="post-text"> | ||
20 | <p><a href="https://v2.onivim.io">Onivim</a> is a ‘modern modal editor’, combining fancy | ||
21 | interface and language features with vim-style modal editing. What’s wrong you | ||
22 | ask?</p> | ||
23 | |||
24 | <p>Apart from <a href="https://github.com/onivim/oni2/issues/550">buggy syntax highlighting</a>, | ||
25 | <a href="https://github.com/onivim/oni2/issues/519">broken scrolling</a> and | ||
26 | <a href="https://github.com/onivim/oni2/issues?q=is%3Aissue+label%3A%22daily+editor+blocker%22+is%3Aopen">others</a>, | ||
27 | Onivim is <strong>proprietary</strong> software. It is licensed under a commercial | ||
28 | <a href="https://github.com/onivim/oni1/blob/master/Outrun-Labs-EULA-v1.1.md">end user agreement license</a>, | ||
29 | which prohibits redistribution in both object code and source code formats.</p> | ||
30 | |||
31 | <p>Onivim’s core editor logic (bits that belong to vim), have been separated from | ||
32 | the interface, into <a href="https://github.com/onivim/libvim">libvim</a>. libvim is | ||
33 | licensed under MIT, which means, this ‘extension’ of vim is perfectly in | ||
34 | adherence to <a href="http://vimdoc.sourceforge.net/htmldoc/uganda.html#license">vim’s license text</a>! | ||
35 | Outrun Labs are exploiting this loophole (distributing vim as a library) to | ||
36 | commercialize Onivim.</p> | ||
37 | |||
38 | <p>Onivim’s source code is available on <a href="https://github.com/onivim/oni2">GitHub</a>. | ||
39 | They do mention that the source code trickles down to the | ||
40 | <a href="https://github.com/onivim/oni2-mit">oni2-mit</a> repository, which (not yet) contains | ||
41 | MIT-licensed code, <strong>18 months</strong> after each commit to the original repository.</p> | ||
42 | |||
43 | <p>Want to contribute to Onivim? Don’t. They make a profit out of your contributions. | ||
44 | Currently, Onivim is priced at $19.99, ‘pre-alpha’ pricing which is 80% off the | ||
45 | final price! If you are on the lookout for an editor, I would suggest using | ||
46 | <a href="https://vim.org">Vim</a>, charity ware that actually works, and costs $100 lesser.</p> | ||
47 | |||
48 | </div> | ||
49 | <a href="/index.html" class="post-end-link">‹ Back</a> | ||
50 | <div class="separator"></div> | ||
51 | </div> | ||
52 | </body> | ||
53 | </html> | ||