HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jamespwilliams

no profile record

Submissions

Routing History of AS15562 (2017)

stat.ripe.net
94 points·by jamespwilliams·5 лет назад·11 comments

comments

jamespwilliams
·3 года назад·discuss
https://developer.chrome.com/blog/private-network-access-pre... is one idea being actively worked on in this area
jamespwilliams
·5 лет назад·discuss
Yes. We found a problem with Azure’s IPv6 support a while back.

It took quite literally months to get the issue escalated to someone who could do anything about it, and as far as I know it’s still broken, although it’s scheduled to be fixed this year. We had to pay for this “support” too. We worked around the problem in the end, but still.
jamespwilliams
·5 лет назад·discuss
I found it straightforward to install based on the documentation in the READMEs of both:

- https://github.com/nvim-treesitter/nvim-treesitter#quickstar...

- https://github.com/neovim/nvim-lspconfig#install

Just by following the instructions I had a pretty good setup already, but I made a couple of further changes, like setting up autoformatting on save, which was a bit trickier. `vim.lsp.buf.formatting` was useful there, but I had to do a bit of research to figure out how to use it (it wasn't immediately available on the READMEs).
jamespwilliams
·5 лет назад·discuss
Automatic refactoring etc is still a long way off being good in Vim.

But I’ve recently started using a combination of Neovim + treesitter + LSPs, and have found it incredibly powerful. Extremely responsive automatic compilation that feels instantaneous, good inline error messages, very good and fast syntax highlighting through treesitter... At what it does, I’d go as far as saying as it achieves more than any other IDEs I’ve tried. But of course, what it does is more limited.

At the moment I rarely even touch a mouse. I work primarily in Vim, with DWM as a window manager and a Vim extension in the browser. When I have to work in a different environment and use a mouse again, I find the constant context switching very distracting