Viewing profile — zadjii
zadjii
HN member- Joined
- Tue, Aug 18, 2015, 10:04 PM UTC
- HN karma
- 1,787
- Public activity
- 247 items
- HN profile
- View on Hacker News ↗
About zadjii
No profile information was provided.
Recent public activity
-
comment
Comment #47937402
LSH feels like it's being massively undersold here. The `grammars/` directory of helix is something like 183MB. That would be a non-starter for a lot of use cases for edit (which i…
-
comment
Comment #45893488
You're most welcome! Working on it to help serve the whole developer ecosystem has been the delight of my career :)
-
comment
Comment #45893459
Y'know, I spent a week investigating doing something similar with the Windows Terminal about 18 months ago: https://github.com/microsoft/terminal/issues/16495#issuecomm... There's …
-
comment
Comment #45891543
Notably this article was written based on Windows Terminal 1.18. That was before WT 1.22, which included this PR: [^1] which roughly doubled the terminal's throughput. That combine…
-
comment
Comment #45818692
It's shipped with Windows since Windows 11. Updates come via the Store (since that's a lot faster than OS updates), but it's definitely preinstalled these days
-
comment
Comment #45803855
FWIW The definitive thread on "images in terminals" is probably found in these threads: https://gitlab.freedesktop.org/terminal-wg/specifications/-/... https://gitlab.freedesktop.o…
-
comment
Comment #45803367
No love for Windows Terminal? I know that linux has a much richer terminal ecosystem, but WT ranks a lot higher than a wide breadth of terminal emulators on linux now. Could anyone…
-
comment
Comment #45456867
Low key: Loop is actually great. I think it's the first thing I've used that's captured the dream of what Google Wave wanted to be
-
comment
Comment #44338272
What complaints do you have with the Windows Terminal specifically? I can get having issues with CMD or PowerShell - they're very non-unix-y. But WT itself is probably one of the m…
-
comment
Comment #44040962
Yedit actually was written by a Microsoft employee :P It had some problems however with handling unicode (iirc). Basically, shipping yedit would have required a huge re-write of it…
-
comment
Comment #43545398
who would have guessed that we're all lurkers here too :P Hacker News isn't just for linux stans - Windows devs like to hang out here too
-
comment
Comment #40848718
That is _technically_ correct (the best kind). There's some plumbing between conhost and Terminal we need to clean up before we can add it to Terminal too. We've got a branch ready…
-
comment
Comment #40848691
Has been for like, five years now ;)
-
comment
Comment #40848683
We shipped it (the Terminal) with the first versions of Windows 11. I don't think the "default terminal" feature defaulted to the new Terminal in the first win11 builds, but it sho…
-
comment
Comment #40848658
Conhost and Terminal share quite a lot of code in fact. The text buffer, the renderer, the VT sequence parser - all that's the same codebase. That allows bugfixes and improvements …
- story
-
comment
Comment #39624909
This is a great write up, thanks for sharing. I had never heard of these before, and would usually be totally against a subscription based product like that. But the idea of totall…
-
comment
Comment #39318496
Thanks :) I'd say waking up today to all this... negativity? was kinda a bummer. We've been working hard on something that people (myself included) have been asking for _for years_…
-
comment
Comment #39318415
Happy to have the feedback! Most of those I've already fixed internally, there's just a 3-4 week delay between me checking in, and it flowing to Insiders. For the other few things …
-
comment
Comment #39311069
There are security implications for running elevated processes connected to unelevated console/terminal windows. "New window" mode avoids those security concerns. A secure-by-defau…
-
comment
Comment #39311012
I live by a one step at a time philosophy. It's better to make some incremental progress here, now, and open the door for future progress in this space too. Just like the Terminal …
-
comment
Comment #39310977
We're working on backporting it to Windows 10. For updates, you can follow https://github.com/microsoft/sudo/issues/2
-
comment
Comment #39310552
To answer the original question: I've been at MSFT like, 8 years now? And this is probably the third serious attempt my team has made at Sudo for Windows. (I think I heard of a cou…
-
comment
Comment #39308977
Maybe for Windows 2025 we can work with the UAC folks to get something like that. I'm still shocked to this day that we managed to ship this at all. One step at a time :)
-
comment
Comment #39307257
Yea, that's a limitation of UAC at this point, and probably not one we can avoid. The "Show details" dropdown on the dialog does however show the commandline you requested, so at l…