One thing I miss in Caddy is something like Nginx-unit to avoid the need of setting up application server.
Do tools like Coolify or Dokku take care of host level security?
What I like about ETL tools like Dagster and Prefect is that you get observability “for free”. You can set the granularity by deciding what is a task/job/flow/op and how they’re grouped together. And then in one UI you…
Well in that situation you can stash unstaged, reset, then pop. But that just reinforces the OP’s point. Not the most ergonomic or discoverable path for something that should be simple to do.
Because memory leaks are memory safe in rust, they just cause a performance hit.
The part that worries me about managing your own server is the security aspect, it's just a much larger surface area than just running a docker image on fly.io, for example. Do self-hosted PaaS like…
You could’ve written this comment without the first paragraph. Someone put time and effort into this plugin.
I am aware of “n”. You can be familiar with vim’s keybindings and still appreciate a different way to solve a problem. Something like Lightspeed lets you zone in on the specific character faster than repeatedly pressing…
I think / works well most cases, but is a bit annoying when you have several duplicate character sequences, so you end up having to type more and more of the sequence to discriminate.
You might benefit from targets.vim, it works well with your thought process. It adds a bunch of new really useful editing targets (which should be builtin imo). https://github.com/wellle/targets.vim
Built in targets should be preferred, sure, but there are plenty of situations not covered by those targets. In that case it’s quite handy to have a motion plugin at your disposal. Or otherwise use plugins that extend…
Neovim has a headless mode that lets you interact with it via a msgpack rpc. So it can act like an editing “backend”. There are plenty of GUI IDEs that use Neovim as their backends like Oni. You can just google “Neovim…
It looks interesting, but I already use Lightspeed (by the same author). Still not sure how this is an upgrade over that, even after reading the docs. Is there a more compelling argument for switching?
One thing I miss in Caddy is something like Nginx-unit to avoid the need of setting up application server.
Do tools like Coolify or Dokku take care of host level security?
What I like about ETL tools like Dagster and Prefect is that you get observability “for free”. You can set the granularity by deciding what is a task/job/flow/op and how they’re grouped together. And then in one UI you…
Well in that situation you can stash unstaged, reset, then pop. But that just reinforces the OP’s point. Not the most ergonomic or discoverable path for something that should be simple to do.
Because memory leaks are memory safe in rust, they just cause a performance hit.
The part that worries me about managing your own server is the security aspect, it's just a much larger surface area than just running a docker image on fly.io, for example. Do self-hosted PaaS like…
You could’ve written this comment without the first paragraph. Someone put time and effort into this plugin.
I am aware of “n”. You can be familiar with vim’s keybindings and still appreciate a different way to solve a problem. Something like Lightspeed lets you zone in on the specific character faster than repeatedly pressing…
I think / works well most cases, but is a bit annoying when you have several duplicate character sequences, so you end up having to type more and more of the sequence to discriminate.
You might benefit from targets.vim, it works well with your thought process. It adds a bunch of new really useful editing targets (which should be builtin imo). https://github.com/wellle/targets.vim
Built in targets should be preferred, sure, but there are plenty of situations not covered by those targets. In that case it’s quite handy to have a motion plugin at your disposal. Or otherwise use plugins that extend…
Neovim has a headless mode that lets you interact with it via a msgpack rpc. So it can act like an editing “backend”. There are plenty of GUI IDEs that use Neovim as their backends like Oni. You can just google “Neovim…
It looks interesting, but I already use Lightspeed (by the same author). Still not sure how this is an upgrade over that, even after reading the docs. Is there a more compelling argument for switching?