Viewing profile — kwood
kwood
HN member- Joined
- Tue, Dec 03, 2013, 11:08 AM UTC
- HN karma
- 108
- Public activity
- 34 items
- HN profile
- View on Hacker News ↗
About kwood
Recent public activity
- story
- story
-
comment
Comment #23389246
It’s bizarre to me that nowadays an application can become frontmost application at all. When I switched to OSX back in the days, it was an advertised feature that this can’t happe…
-
comment
Comment #23389217
Just turn off “Preferences->Mission Control->When switching to an application, switch to…”, that would be the setup you are asking for. As for myself, I don’t use Spaces at all. I …
-
comment
Comment #22501537
I'm currently writing a new client for RSS, which is dead. Framework of choice is Rails - which is also dead. This thread inspires me to pull in some jQuery and change the project …
-
comment
Comment #18037955
Ah, didn't realise there is a blog article about it. Thanks!
-
comment
Comment #18031252
Do you mind sharing what back office solution you guys found? Did somewhat the same kind of research for our projects, but unfortunately didn't find anything decent that could real…
-
comment
Comment #17663121
From what I remember, object spread came a year later and is ES7 (in case you need a starting point for research)
-
comment
Comment #16901332
It saves a whole keypress (because you need to go into multicursor mode first, then press Home / Ctrl+A to get to the beginning of the line. Additionally, there is a case where if …
- story
-
comment
Comment #14747299
You don't have to type "end". Shameless self plug: I wrote an extension that closes everything automatically, inspired by a plugin for vim with the same name: endwise[1] It's not 1…
-
comment
Comment #14267516
A good decision to focus on closing issues and doing more polish for the past month. The project moves fast, so taking a step back is really appreciated - before it gets out of con…
- story
-
comment
Comment #13947528
How would you create a native GUI app on Linux for either Gnome or KDE, considering that GTK and Qt are not allowed by this definition? And yes, you may think: "Easy, if a GTK app …
- comment
-
comment
Comment #13775299
It's not, OP didn't count the other processes in (they are listed seperatly in Activity Monitor). VSCode needs roughly the same amount of RAM on macOS.
-
comment
Comment #13716894
I understood the question – and that IntelliJ has all of those things is exactly the point I was trying to make. You get most of the features from a heavyweight IDE, but they manag…
-
comment
Comment #13712495
Apart from Intellisense completion, a full featured integrated debugger, version control integration wich supports line wise staging, a diff viewer, a fast integrated terminal that…
-
comment
Comment #13554800
The gained performance in the current release (and in Insiders for the past days) is huge - even without heaps of output. Those couple of milliseconds improved rendering time matte…
-
comment
Comment #13554591
Can't compare to Sublime myself, but the global search got some major overhaul and is doing parallel searches since the last release (1.8). Can't complain about the speed.
-
comment
Comment #13554575
Apart from the built in task runner system, you can always use an extension that does a "classic" command-R. I use https://marketplace.visualstudio.com/items?itemName=formulah... a…
-
comment
Comment #13389220
The original idea was to focus a lot on the API part of the site, so that developers can build all kinds of apps around the service, hence the name.
-
comment
Comment #13029723
Actually, audio/video can be and is used. There is an API for previewing HTML documents, and tags work perfectly fine.
-
comment
Comment #13029659
Those are animated GIF's, not "real" videos.
-
comment
Comment #12862369
Commenting out is there, you can search the keyboard shortcut settings to find the proper key. Actually, there are multiple commands on that subject: - editor.action.commentLine to…