Viewing profile — omtose
omtose
HN member- Joined
- Fri, Feb 27, 2015, 9:56 AM UTC
- HN karma
- 111
- Public activity
- 43 items
- HN profile
- View on Hacker News ↗
About omtose
No profile information was provided.
Recent public activity
-
comment
Comment #16799862
Is Netflix even using H265?
-
comment
Comment #16357993
Is this a joke? There are about a thousand projects / things I would rather donate to before a trivial color visualizer.
-
comment
Comment #15401115
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 v…
-
comment
Comment #15310477
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.
-
comment
Comment #15236333
>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…
-
comment
Comment #15199974
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…
-
comment
Comment #15035965
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 seem…
-
comment
Comment #15008817
>because of sore fingers Maybe in the beginning, but after having developed calluses you can basically practice for an undefinite period of time.
-
comment
Comment #14819132
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.
-
comment
Comment #13694363
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…
-
comment
Comment #13660193
But then you get different behavior depending on the platform, which doesn't seem any more portable to me.
-
comment
Comment #13550788
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 …
-
comment
Comment #13522655
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.…
-
comment
Comment #13520108
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…
-
comment
Comment #13169960
>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-time…
-
comment
Comment #13168281
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…
-
comment
Comment #13168143
Mmh right, but that's not going to dispel my feeling that mawww is actually a weeaboo.
-
comment
Comment #13168080
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).
-
comment
Comment #13167530
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 termi…
-
comment
Comment #13167422
For example the fact that the terminal does not make any difference between and . Or and .
-
comment
Comment #13167138
> What would a GUI bring to this that isn't possible in the console? Not being destructive of user input, for starters.
-
comment
Comment #13167079
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.
-
comment
Comment #13166990
>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 e…
-
comment
Comment #13166948
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 heav…
-
comment
Comment #13166895
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 …