Viewing profile — prabir
prabir
HN member- Joined
- Sat, Mar 26, 2011, 8:09 PM UTC
- HN karma
- 128
- Public activity
- 25 items
- HN profile
- View on Hacker News ↗
About prabir
Recent public activity
-
comment
Comment #42886980
There is https://cortex.so/ that I’m looking forward too.
-
comment
Comment #42656753
I have created a vim plugin that works both in vim and neovim which you can find at https://github.com/prabirshrestha/tv.vim
-
comment
Comment #39857238
There is https://ribir.org/ . Currently it only supports native desktop apps on Linux/mac/windows but they have plans for WASM/web/mobile.
-
comment
Comment #39763354
I did the same with my blog which is written in rust https://github.com/prabirshrestha/rblog . While it could be static I wanted it to be server. But I don't think rust is the reas…
-
comment
Comment #38973465
Looking forward to the WASM integration. Being able to use plain filesystem such as nextcloud and able to run it there would be great. I have been trying to get juypterlite wasm in…
-
comment
Comment #38732436
Was surprised that rust didn’t have vfs libraries. Created my own async-vfs crate but now using opendal for a Nextcloud alternative that I have been working in rust.
-
comment
Comment #37169521
My go to these days has been https://github.com/hrsh7th/vim-vsnip . It is compatible with LSP and VSCode snippet format. Since it is in pure VimScript you don’t need to battle conf…
-
comment
Comment #37114826
Been using this for arch https://github.com/prabirshrestha/simple-arch-installer and server https://github.com/prabirshrestha/simple-ubuntu-installer with remote ssh unlock for zfs…
-
comment
Comment #36951467
Over the years I have scripted my arch linux setup. https://github.com/prabirshrestha/simple-arch-installer
- story
- story
- story
-
comment
Comment #26681916
Microsoft Power Apps | Senior Software Engineer | Bellevue, WA | Full-time We are looking to hire a Senior Software Engineer with strong expertise in front end. We are passionate a…
-
comment
Comment #26656645
I have been able to completely replace tmux with wezterm on Linux and Mac and love it. It even works on Windows and have been able to port tmux bindings . https://github.com/prabir…
-
comment
Comment #20900876
DWM port windows is what I use daily. https://github.com/prabirshrestha/dwm-win32-6
- story
-
comment
Comment #19316392
I use dwm-win32 works great. You can find the binaries from release tab. https://github.com/prabirshrestha/dwm-win32 It is based of http://www.brain-dump.org/projects/dwm-win32/ wi…
-
comment
Comment #13423517
nvim-langserver-shim internally uses an older version of https://github.com/prabirshrestha/vim-lsp I'm hoping in couple of weeks vim-lsp will be stable and so that I can start cont…
- story
- story
-
comment
Comment #11141628
here are some related links: https://groups.google.com/d/msg/vim_dev/qtw5LdCrHJQ/uDhLZslb... https://github.com/vim/vim/commit/38a55639d603823efcf2d2fdf5...
-
story
Vim now supports job and channels
vim now supports job and channels function! Handler(ch, msg) echom a:msg endfunction let job = job_start('cmd /c dir /s/b c:', { 'callback': 'Handler' })
- story
- story
- story