Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
omtose
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
omtose
8y ago
Is Netflix even using H265?
2.
▲
by
omtose
9y ago
Is this a joke? There are about a thousand projects / things I would rather donate to before a trivial color visualizer.
3.
▲
by
omtose
9y ago
This website sucks, it takes forever to load challenge pages because they're flooded with irrelevant entries which you can't even see if you don't submit your own. You can't even visualize the solutions directly in the b
4.
▲
by
omtose
9y ago
How's the performance of the resulting games? With unity I've found that it's a mixed bag, but it's hard to know if that's the fault of developers or the engine.
5.
▲
by
omtose
9y ago
>execute AIs on clients, and send their inputs along with players' inputs That seems strange, you'd be sending multiple times the same AI's actions to the server, in which case you better be certain that it's determin
6.
▲
by
omtose
9y ago
It's funny how you see these articles about fancy text editor buffer representation (gap buffer, ropes) but meanwhile, the editor with the best feature/performance ratio (including multiple cursors) I've found[1] "simply
7.
▲
by
omtose
9y ago
I somewhat doubt that a hollow plastic tank is significantly more expensive than a concrete block. Factor in the added cost of shipping the much heavier concrete block, and it seems like the manufacturer would also save money in the process
8.
▲
by
omtose
9y ago
>because of sore fingers Maybe in the beginning, but after having developed calluses you can basically practice for an undefinite period of time.
9.
▲
by
omtose
9y ago
Maybe in the short term you'll change distro or stick to X11, but when you decide to change GPU you'll likely try to get one with more compatibility.
10.
▲
by
omtose
10y ago
I never understood why people argue that operator overload is a bad thing. In a language that doesn't support it, you're going to have a function "T add(T, T)" which is pretty much the same, and can do anything. Overload
11.
▲
by
omtose
10y ago
But then you get different behavior depending on the platform, which doesn't seem any more portable to me.
12.
▲
by
omtose
10y ago
I've also gutted a lot of stuff from termite in my own fork (overaly, vi mode, clickable urls) and it definitely makes for a lovely minimalistic terminal. I'm thankful for termite being so simple (granted the lifting is done by a
13.
▲
by
omtose
10y ago
Are you talking about Xi as a frontend for kakoune? If it's the UI part that you're interested in, there is also kakoune-qml[1] made by one of the regular uses. [1] https://github.com/doppioandante/kakoune-qml
14.
▲
by
omtose
10y ago
Kakoune[1] has been posted recently here on HN to great reception. As a C++ developer, I think it has a very high quality codebase, especially considering how non-trivial it is. As a user, it's been my main text editor for over a year
15.
▲
by
omtose
10y ago
>I just wish you guys can learn more of vi, so you can truly deliver something better. So far, these surface scratching alterations only build on irritations of those vi first-timers Mind expanding on that, or are you just going to whine
16.
▲
by
omtose
10y ago
Yes it's in no way a dealbreaker, but it starts rearing its head when you want to use keys outside of the alphanumeric cluster. I also absolutely agree that this is the correct way for an editor to be implemented.
17.
▲
by
omtose
10y ago
Mmh right, but that's not going to dispel my feeling that mawww is actually a weeaboo.
18.
▲
by
omtose
10y ago
Oh that makes a lot of sense, that's probably the origin of the name. The project is quite a bit older than that though (>4 years).
19.
▲
by
omtose
10y ago
I don't understand what you mean. It's destructive in the sense that the raw input is not even being passed to the application in the terminal. No applications running in the terminal will be able to tell the difference between th
20.
▲
by
omtose
10y ago
For example the fact that the terminal does not make any difference between <c-m> and <ret>. Or <c-i> and <tab>.
21.
▲
by
omtose
10y ago
> What would a GUI bring to this that isn't possible in the console? Not being destructive of user input, for starters.
22.
▲
by
omtose
10y ago
For what it's worth, it works properly on cygwin (and certainly the linux subsystem too). I know that the author uses it on cygwin too so there is at least some guarantee.
23.
▲
by
omtose
10y ago
>How would that work if the motion comes first? Would I go "wwwwd"? Would that delete one word, or four? 'w' will move the current selection to the next word so only one word. To extend the selection you need to press
24.
▲
by
omtose
10y ago
They are just command that you could execute manually (using ':' like in vim). The difference is that all the commands in this file are executed at startup. As I said, all the heavy lifting is done in scopes like %sh{ ... }. This
25.
▲
by
omtose
10y ago
As a user, I think this is the main reason why I like kakoune: > Another often overlooked property of using a text editing language is that it’s fun. Some other things that I like about it that are not mentioned: The author is responsive
26.
▲
by
omtose
10y ago
You can also use a cat or nothing as "helper".
27.
▲
by
omtose
10y ago
Some answers as a user: No scripting language, most of the heavy lifting done in plugin is through shell calls (asynchronously or not). Example here [1]. I personally think that it's kinda hard to grok to be honest. Thanks to the clien
28.
▲
by
omtose
10y ago
I was sort of in your situation a while ago and wanted to learn vim, but was a bit put off by all the legacy that it carries (also spoiled by sublime's multiple cursors). I then discovered kakoune[1] and liked its design. I started get
29.
▲
by
omtose
10y ago
How so? If the entire directory structure is also encrypted then no program can easily know which sites or services I have passwords for.
30.
▲
by
omtose
10y ago
This is all a lot of effort, if I went down that road I might as well skip "pass" and handle the passwords myself. What I like about pass is that there isn't much setup. Full disk encryption also doesn't prevent a runnin
More ›