diff options
Diffstat (limited to 'docs/posts/onivim_sucks')
-rw-r--r-- | docs/posts/onivim_sucks/index.html | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/docs/posts/onivim_sucks/index.html b/docs/posts/onivim_sucks/index.html new file mode 100644 index 0000000..d28b20d --- /dev/null +++ b/docs/posts/onivim_sucks/index.html | |||
@@ -0,0 +1,63 @@ | |||
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="posts"> | ||
15 | <div class="post"> | ||
16 | <div class="date"> | ||
17 | 02/08 2019 | ||
18 | <span class="commit-hash"> | ||
19 | <a href="https://github.com/nerdypepper/site/blob/master/posts/onivim_sucks.md | ||
20 | " style="text-decoration: none"> | ||
21 | 681a65f | ||
22 | </a> | ||
23 | </span> | ||
24 | </div> | ||
25 | <span class="post-title"> | ||
26 | Onivim Sucks | ||
27 | </span> | ||
28 | <div class="post-text"> | ||
29 | <p><a href="https://v2.onivim.io">Onivim</a> is a ‘modern modal editor’, combining fancy | ||
30 | interface and language features with vim-style modal editing. What’s wrong you | ||
31 | ask?</p> | ||
32 | |||
33 | <p>Apart from <a href="https://github.com/onivim/oni2/issues/550">buggy syntax highlighting</a>, | ||
34 | <a href="https://github.com/onivim/oni2/issues/519">broken scrolling</a> and | ||
35 | <a href="https://github.com/onivim/oni2/issues?q=is%3Aissue+label%3A%22daily+editor+blocker%22+is%3Aopen">others</a>, | ||
36 | Onivim is <strong>proprietary</strong> software. It is licensed under a commercial | ||
37 | <a href="https://github.com/onivim/oni1/blob/master/Outrun-Labs-EULA-v1.1.md">end user agreement license</a>, | ||
38 | which prohibits redistribution in both object code and source code formats.</p> | ||
39 | |||
40 | <p>Onivim’s core editor logic (bits that belong to vim), have been separated from | ||
41 | the interface, into <a href="https://github.com/onivim/libvim">libvim</a>. libvim is | ||
42 | licensed under MIT, which means, this ‘extension’ of vim is perfectly in | ||
43 | adherence to <a href="http://vimdoc.sourceforge.net/htmldoc/uganda.html#license">vim’s license text</a>! | ||
44 | Outrun Labs are exploiting this loophole (distributing vim as a library) to | ||
45 | commercialize Onivim.</p> | ||
46 | |||
47 | <p>Onivim’s source code is available on <a href="https://github.com/onivim/oni2">GitHub</a>. | ||
48 | They do mention that the source code trickles down to the | ||
49 | <a href="https://github.com/onivim/oni2-mit">oni2-mit</a> repository, which (not yet) contains | ||
50 | MIT-licensed code, <strong>18 months</strong> after each commit to the original repository.</p> | ||
51 | |||
52 | <p>Want to contribute to Onivim? Don’t. They make a profit out of your contributions. | ||
53 | Currently, Onivim is priced at $19.99, ‘pre-alpha’ pricing which is 80% off the | ||
54 | final price! If you are on the lookout for an editor, I would suggest using | ||
55 | <a href="https://vim.org">Vim</a>, charity ware that actually works, and costs $100 lesser.</p> | ||
56 | |||
57 | </div> | ||
58 | <a href="/" class="post-end-link">⟵ Back</a> | ||
59 | <div class="separator"></div> | ||
60 | </div> | ||
61 | </div> | ||
62 | </body> | ||
63 | </html> | ||