Wishing there was a way to compile “self contained” binaries with luvit. It seems that you still need to have libs like luvit in your path to run the binary when you compile your projects.
Mar 19, 2021 10:50 UTCHad a great time at the virtual indieweb meetup! Very cool to see what everyone was working on!
Mar 17, 2021 22:20 UTCMaking the switch from alacritty to kitty and it’s really great to have the multiplexer built into the terminal!
Mar 16, 2021 13:52 UTCA quick overview on how to handle async processes in luv in Neovim
Mar 16, 2021Wondering if there are any guides out there for using lua for build scripting. Seems like it would be faster than spinning up a nodevm, easier to read and reason about that monster bash scripts, and less maintenance than a project written in something like Go or Rust.
Mar 15, 2021 10:30 UTCBeen reading Catherine Liuβs excellent book, Virtue Hoarders and it captures a lot of my own sentiment about politics and culture in a fast paced and exciting style.
Mar 14, 2021 15:16 UTCThinking about the best way to integrate my existing tiddlywiki into my current website… Converting everything is a ton of work :(
Mar 13, 2021 18:45 UTCI wonder what a bookclub over micropub/sub might look like, or how xanadu like inclusions could be implemented on the indieweb.
Mar 13, 2021 15:46 UTCI’ve enjoyed using Hugo to build out my personal website. It makes it so easy to just focus on the fun stuff without worrying about all the tooling you need to generate really great static sites. It’s also super fast!
Mar 13, 2021 12:23 UTCgreat articles about how to improve your vim usage.
explains technologies such as tcp, non-blocking async io, cuncurrent databases, etc. in great detail and using Rust
a video series showing how SerenityOS gets built. Useful for learning about systems programming.