Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
latifk
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
latifk
3y ago
One thing I miss in Caddy is something like Nginx-unit to avoid the need of setting up application server.
2.
▲
by
latifk
4y ago
Do tools like Coolify or Dokku take care of host level security?
3.
▲
by
latifk
4y ago
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 get lo
4.
▲
by
latifk
4y ago
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.
5.
▲
by
latifk
4y ago
Because memory leaks are memory safe in rust, they just cause a performance hit.
6.
▲
by
latifk
4y ago
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 Coolify/Dokku/CapRover han
7.
▲
by
latifk
4y ago
You could’ve written this comment without the first paragraph. Someone put time and effort into this plugin.
8.
▲
by
latifk
4y ago
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 n. Sure, that means
9.
▲
by
latifk
4y ago
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.
10.
▲
by
latifk
4y ago
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
11.
▲
by
latifk
4y ago
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 the built in targets (
12.
▲
by
latifk
4y ago
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 GUI” and get a long l
13.
▲
by
latifk
4y ago
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?