Thomas Stringer (@tr_stringer) 's Twitter Profile
Thomas Stringer

@tr_stringer

Staff Software Engineer 💻 surfing 🏄‍♂️ snowboarding 🏂 classical piano 🎹 and Boston sports 🏀 🏒 ⚾️ 🏈 My tweets are my own.

ID: 372987579

linkhttp://trstringer.com calendar_today13-09-2011 19:52:04

16,16K Tweet

1,1K Takipçi

343 Takip Edilen

Thomas Stringer (@tr_stringer) 's Twitter Profile Photo

Question for other Go programmers that use neovim. Does it make sense to use vim-go even if using gopls through nvim-lspconfig? I'm still missing things like format on save and things like GoRename, GoReferrers etc. // John McBride Fatih Arslan

Thomas Stringer (@tr_stringer) 's Twitter Profile Photo

I just learned something in Vim that I didn't realize I've needed for decades... Searching between two marks (instead of the whole buffer). `/\%>'amy-search-string\%<'b` where "a" is the start mark and "b" is the end mark. So powerful!

Thomas Stringer (@tr_stringer) 's Twitter Profile Photo

Next personal dev project I start I’m skipping bash scripting for builds and project handling and just going to go straight to Python. Or Go but probably Python

The Linux Foundation (@linuxfoundation) 's Twitter Profile Photo

We are excited to announce the launch of Valkey, an open source alternative to the Redis in-memory, NoSQL data store. Hosted by the Linux Foundation, Valkey will continue development of an open source, in-memory data store. Announcement: hubs.la/Q02r37F60 #valkey

We are excited to announce the launch of Valkey, an open source alternative to the Redis in-memory, NoSQL data store. Hosted by the Linux Foundation, Valkey will continue development of an open source, in-memory data store.  

Announcement: hubs.la/Q02r37F60 #valkey
Thomas Stringer (@tr_stringer) 's Twitter Profile Photo

Kubernetes node marked NotReady? But... why? I blogged about what goes into node readiness checks trstringer.com/kubernetes-nod… #kubernetes

Thomas Stringer (@tr_stringer) 's Twitter Profile Photo

I had been a Vim user for a *very* long time. I'm about 2 months into a switch to Neovim and it's a world of difference on so many levels. Particularly, I just started writing my first plugin. It's such a great experience using Lua. I never had an interest in Vimscript

Thomas Stringer (@tr_stringer) 's Twitter Profile Photo

I wrote my first Neovim plugin! It allows me to connect to a postgres database and run queries: trstringer.com/postgresql-neo… Lua is a lot of fun and a great experience to use with extending nvim! #vim #neovim #postgres #postgresql

Thomas Stringer (@tr_stringer) 's Twitter Profile Photo

It's never a fun day when you can't boot up your machine because of a bug in initramfs, but it gave me the opportunity to document how to recovery the disk and fix the issue! trstringer.com/linux-recovery… #linux #debian

Thomas Stringer (@tr_stringer) 's Twitter Profile Photo

I wanted automatic session save/reopen in Neovim, and a few Lua lines and shell function later and I got it! trstringer.com/neovim-auto-re…