Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mjlbach
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
mjlbach
1y ago
I'm definitely stealing this hack, what a great way to filter for high potential people.
2.
▲
by
mjlbach
2y ago
I understand your implication, however I’m not behind any brigading.
3.
▲
by
mjlbach
2y ago
We have a sign-up because we ensure users accept our terms of service and acceptable use policy before creating their first video, which affirms they understand how their data is used (legally required in most US states) and will not use ou
4.
▲
by
mjlbach
2y ago
I welcome competition, but they have made disingenuous claims about being first after having chatted with our team (in person), are using celebrity deepfakes for their advertising, and have 1-1 copied our UI down to the three panel mobile l
5.
▲
by
mjlbach
2y ago
FYI dang they kinda ripped off our product down to copying the UI (Hedra.com). Our model is about 12x faster and supports 4 minute long videos…
6.
▲
by
mjlbach
2y ago
hedra.com
7.
▲
by
mjlbach
2y ago
Michael from Hedra, your choice is not novel :)
8.
▲
by
mjlbach
2y ago
Super curious if you're evaluating options what you're finding on the market we (hedra.com) are evaluating options right now and the cost is astronomical when you go above 500,000 contacts. We're exploring Brevo (FKA sendinbl
9.
▲
by
mjlbach
4y ago
> That's a bold claim. Migrating from NCM + clangd integration is absolutely slower. You'll have to define slower (time to diagnostics, time to completion, are you really talking about the performance of nvim-cmp instead, etc.)
10.
▲
by
mjlbach
4y ago
> My experience is now much buggier, slower You'll have to file a bug report, because none of the built-in LSP stuff should cause any performance degradation. > syntax highlighting just stops working randomly This has nothing to
11.
▲
by
mjlbach
4y ago
lspconfig maintainer here, minor info dump: Lspconfig currently has 3 parts, the default settings for the servers, an implicit project detector to trigger when to launch the servers (conditioned on filetypes and some patterns), and the infr
12.
▲
by
mjlbach
4y ago
Of course :) Lspconfig adds an autocommand that does this for you when it detects the filetype, and includes the start commands (that's it, all the other functionality is in core.
13.
▲
by
mjlbach
4y ago
> is much less reliable version-to-version Source? We have an extremely extensive test suite for the built-in client that must pass for every merge, and we currently have ~30 open issues on the issue tracker (with a good chunk of those b
14.
▲
by
mjlbach
4y ago
If you're having a powershell issue, you can file an issue. I'm not a Windows user or powershell user, but when I tested the PR (before merging it) I was able to get it running in a minute.
15.
▲
by
mjlbach
4y ago
> completion, snippets This is fine in the nvim-cmp world, there's a config example in the lspconfig wiki, it's about 5 lines for the integration. The recommended lspconfig configuration (included snippets and autocompletion) h
16.
▲
by
mjlbach
4y ago
I think currently Helix targets a different audience. Helix does not have a plugin system (there is an ~1 year old proposal to use WASM but until it is functional the point is moot) or embedded scripting language, so your ability to customi
17.
▲
by
mjlbach
4y ago
> The last time I tried neovim the LSP kept crashing for me on random occasions, some plugins had considerable performance issues, some things weren't async, and so forth. Any issues with the language server I doubt are client side,
18.
▲
by
mjlbach
4y ago
nvim-cmp has been the dominant plugin for about a year now, and I keep the lspconfig wiki (mostly) up to date +/- a few days if anything changes
19.
▲
by
mjlbach
4y ago
> Cause we can siphon from the huge man-hours of development and polish that M$ has put on VSCode. Anything done on the language server side is already coc/built-in client agnostic (since communication is done over json-rpc, except
20.
▲
by
mjlbach
4y ago
Neovim does bundle an LSP client.You can launch and attach with ~6 LoC. See `:help lsp` https://paste.sr.ht/~mjlbach/1a1df5cd61627e87ea4c4355a0473bf...
21.
▲
by
mjlbach
5y ago
Random neovim maintainer here: These are just my top 5. * vim.diagnostic (see gpanders talk at https://www.twitch.tv/videos/1220189913?t=00h58m27s ) * vim.json (api-fast safe json deserialization with vendored lua-cjson
22.
▲
by
mjlbach
5y ago
I have a framework. Battery life varies between 2 (physics simulation + opengl rendering), 3 (zoom meetings on Wayland), 5 (netflix on firefox), 7 (local streaming with mpv), 8 (casual browsing with an adblocker), and 12 (coding/readin
23.
▲
by
mjlbach
5y ago
That's an interesting idea! It's for sure possible, it would just take some conditionals/functions to reset diagnostics in your init.vim/init.lua. I personally turn off virtual_text in my private config. I think our curr
24.
▲
by
mjlbach
5y ago
Hi, I'm a maintainer. I think this is a huge mischaracterization of the team. We definitely are aware (and inform users) the current state using the theia wrapper lags coc.nvim and vscode. We've never said anything disparaging abo
25.
▲
by
mjlbach
5y ago
I understand the frustration (making neovim more cohesive is definitely a goal). It sounds like coc provides the UI you are used to, so there's no harm in sticking with that! Many of our users explicitly don't want automatically c
26.
▲
by
mjlbach
5y ago
Hi, neovim core member here. Which UI plugins do you need? We've done a lot of work leading up to 0.5 in improving the built-in handlers, so you shouldn't need a UI plugin. I think the main plugins people install (in addition to
27.
▲
by
mjlbach
5y ago
I'm not sure I'd say that it beats vim/neovim, but I agree with your point about ergonomics. I would say the vim manual is a fantastic resource, I've never felt the need to reference outside material. Neovim has already
28.
▲
by
mjlbach
5y ago
Sure, although this is fairly "batteries included". Very rough numbers: - 34 lines to set up plugin manager/install plugins - 43 for keybinds - 35 for documentation - 50 for autocompletion - 20 for customizing one language se
29.
▲
by
mjlbach
5y ago
Have you tried https://github.com/nvim-treesitter/nvim-treesitter-textobjec... ?
30.
▲
by
mjlbach
5y ago
Have you filed your issues on our issue tracker (neovim/neovim, not neovim/nvim-lspconfig)? If not, please do! I haven't run into these issue myself, but if you can provide a minimal repro happy to take a look.
More ›