Live data from Hacker News

Viewing profile — latifk

latifk

HN member
Joined
Sat, Oct 08, 2022, 6:04 PM UTC
HN karma
24
Public activity
14 items

About latifk

No profile information was provided.

Recent public activity

  1. comment
    Comment #39526611

    One thing I miss in Caddy is something like Nginx-unit to avoid the need of setting up application server.

  2. comment
    Comment #33761004

    Do tools like Coolify or Dokku take care of host level security?

  3. comment
    Comment #33691202

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

  4. story
  5. comment
    Comment #33615882

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

  6. comment
    Comment #33564179

    Because memory leaks are memory safe in rust, they just cause a performance hit.

  7. comment
    Comment #33305757

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

  8. comment
    Comment #33139360

    You could’ve written this comment without the first paragraph. Someone put time and effort into this plugin.

  9. comment
    Comment #33137422

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

  10. comment
    Comment #33135515

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

  11. comment
    Comment #33135447

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

  12. comment
    Comment #33135293

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

  13. comment
    Comment #33134621

    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…

  14. comment
    Comment #33134571

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