Live data from Hacker News

Viewing profile — prabir

prabir

HN member
Joined
Sat, Mar 26, 2011, 8:09 PM UTC
HN karma
128
Public activity
25 items

About prabir

[ my public key: https://keybase.io/prabir; my proof: https://keybase.io/prabir/sigs/vvgi0plAFQhT_z-l1Pi4Z5King2JA1Ri4fuYqjLJTYA ]

Recent public activity

  1. comment
    Comment #42886980

    There is https://cortex.so/ that I’m looking forward too.

  2. 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

  3. 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.

  4. 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…

  5. 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…

  6. 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.

  7. 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…

  8. 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…

  9. comment
    Comment #36951467

    Over the years I have scripted my arch linux setup. https://github.com/prabirshrestha/simple-arch-installer

  10. story
  11. story
  12. story
  13. 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…

  14. 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…

  15. comment
    Comment #20900876

    DWM port windows is what I use daily. https://github.com/prabirshrestha/dwm-win32-6

  16. story
  17. 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…

  18. 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…

  19. story
  20. story
  21. 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...

  22. 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' })

  23. story
  24. story
  25. story