diff options
author | NerdyPepper <[email protected]> | 2019-08-02 15:06:58 +0100 |
---|---|---|
committer | NerdyPepper <[email protected]> | 2019-08-02 15:06:58 +0100 |
commit | 5438136521f752e6ac99ffd1799be12269f61530 (patch) | |
tree | d144f37e69feecf85b318e3821a52612cfd880be | |
parent | 932be81a69378e69c245b3d6a18f8913c2a2aba9 (diff) |
nu post! Onivim Sucks
-rw-r--r-- | docs/index.html | 30 | ||||
-rw-r--r-- | posts/onivim_sucks.md | 22 |
2 files changed, 52 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html index 3cd0718..c087a9b 100644 --- a/docs/index.html +++ b/docs/index.html | |||
@@ -33,6 +33,36 @@ function showPost(id) { | |||
33 | 33 | ||
34 | 34 | ||
35 | <div class="post"> | 35 | <div class="post"> |
36 | <div class="date">02/08 2019</div> | ||
37 | <a id="post-onivim_sucks.md" href="#post-onivim_sucks.md" class="post-link" onClick="showPost('onivim_sucks.md')">Onivim Sucks</a> | ||
38 | <div id="onivim_sucks.md" class="post-text" style="display: none"> | ||
39 | <p><a href="https://v2.onivim.io">Onivim</a> is a ‘modern modal editor’, combining fancy | ||
40 | interface and language features with vim-style modal editing. What’s wrong you | ||
41 | ask?</p> | ||
42 | |||
43 | <p>Apart from <a href="https://github.com/onivim/oni2/issues/550">buggy syntax highlighting</a>, | ||
44 | <a href="https://github.com/onivim/oni2/issues/519">broken scrolling</a> and | ||
45 | <a href="https://github.com/onivim/oni2/issues?q=is%3Aissue+is%3Aclosed+label%3A%22daily+editor+blocker%22">others</a>, | ||
46 | Onivim is <strong>proprietary</strong> software. It is licenced under a commercial | ||
47 | <a href="https://github.com/onivim/oni2/blob/master/Outrun-Labs-EULA-v1.1.md">end user agreement licence</a>, | ||
48 | which prohibits redistribution in both object code and source code formats.</p> | ||
49 | |||
50 | <p>Onivim’s source code is availabe on <a href="https://github.com/onivim/oni2">GitHub</a>, | ||
51 | but its licences make it fall under the ‘source availabe’ catagory and not | ||
52 | ‘open source’. They do mention that the source code trickes down to the | ||
53 | <a href="https://github.com/onivim/oni2-mit">oni2-mit</a> repo, which contains (not yet) | ||
54 | MIT-licenced code, <strong>18 months</strong> after each commit to the original repo.</p> | ||
55 | |||
56 | <p>Contributing to Onivim? Don’t. They make a profit out of your contributions. | ||
57 | Currently, Onivim is priced at $19.99, ‘pre-alpha’ pricing which is 80% off the | ||
58 | final price! If you are on the lookout for an editor, I would suggest using | ||
59 | <a href="https://vim.org">Vim</a>, charityware that actually works, and costs $100 lesser.</p> | ||
60 | <a href="#onivim_sucks.md" class="post-end-link" onClick="showPost('onivim_sucks.md')">↑ Collapse</a> | ||
61 | <div class=separator></div> | ||
62 | </div> | ||
63 | </div> | ||
64 | |||
65 | <div class="post"> | ||
36 | <div class="date">31/07 2019</div> | 66 | <div class="date">31/07 2019</div> |
37 | <a id="post-bash_harder_with_vim.md" href="#post-bash_harder_with_vim.md" class="post-link" onClick="showPost('bash_harder_with_vim.md')">Bash Harder With Vim</a> | 67 | <a id="post-bash_harder_with_vim.md" href="#post-bash_harder_with_vim.md" class="post-link" onClick="showPost('bash_harder_with_vim.md')">Bash Harder With Vim</a> |
38 | <div id="bash_harder_with_vim.md" class="post-text" style="display: none"> | 68 | <div id="bash_harder_with_vim.md" class="post-text" style="display: none"> |
diff --git a/posts/onivim_sucks.md b/posts/onivim_sucks.md new file mode 100644 index 0000000..5756cbf --- /dev/null +++ b/posts/onivim_sucks.md | |||
@@ -0,0 +1,22 @@ | |||
1 | [Onivim](https://v2.onivim.io) is a 'modern modal editor', combining fancy | ||
2 | interface and language features with vim-style modal editing. What's wrong you | ||
3 | ask? | ||
4 | |||
5 | Apart from [buggy syntax highlighting](https://github.com/onivim/oni2/issues/550), | ||
6 | [broken scrolling](https://github.com/onivim/oni2/issues/519) and | ||
7 | [others](https://github.com/onivim/oni2/issues?q=is%3Aissue+is%3Aclosed+label%3A%22daily+editor+blocker%22), | ||
8 | Onivim is **proprietary** software. It is licenced under a commercial | ||
9 | [end user agreement licence](https://github.com/onivim/oni2/blob/master/Outrun-Labs-EULA-v1.1.md), | ||
10 | which prohibits redistribution in both object code and source code formats. | ||
11 | |||
12 | Onivim's source code is availabe on [GitHub](https://github.com/onivim/oni2), | ||
13 | but its licences make it fall under the 'source availabe' catagory and not | ||
14 | 'open source'. They do mention that the source code trickes down to the | ||
15 | [oni2-mit](https://github.com/onivim/oni2-mit) repo, which contains (not yet) | ||
16 | MIT-licenced code, **18 months** after each commit to the original repo. | ||
17 | |||
18 | Contributing to Onivim? Don't. They make a profit out of your contributions. | ||
19 | Currently, Onivim is priced at $19.99, 'pre-alpha' pricing which is 80% off the | ||
20 | final price! If you are on the lookout for an editor, I would suggest using | ||
21 | [Vim](https://vim.org), charityware that actually works, and costs $100 lesser. | ||
22 | |||