• 0 Posts
  • 97 Comments
Joined 1 year ago
cake
Cake day: June 28th, 2023

help-circle







  • It’s a waste of everyone’s time for sure. It’s just good business sense to make your customers happy though.

    As for typing speed perhaps ya lol. You could be faster. But I think the best approach here is using high quality locally run LLMs that don’t produce slop. For me I can count on one hand how many times I’ve had to correct things in the past month. It’s a mater of understanding how LLMs work and fine tuning. (Emphasis on the fine tuning)







  • Because in my experience some business clients feel offended or upset that you aren’t being formal with them. American businesses seem to care less I noticed but outside of the USA (particularly in Germany) I noticed that formality serves better. Also the LLM uses the thread history to add context. Stuff like “I know we agreed on meeting on Tuesday at last meeting but unfortunately I can’t do that…” this stuff matters to clients.

    I don’t offload because I don’t remember. I offload because it saves me time. Of course I read what is written before I send it out.






  • On Linux VA-API works really well for AMD video encoding. I have a small home server with an AMD Ryzen 5 5600G and my experience has been excellent.

    The only downside is that some companies decided hardware decoding violated some patent and disabled hardware encoding in the default va-api package. You just need to switch to the freeworld version of va-api and everything works well.


  • For me it’s less effort because everything that I want just works out of the box. The totally of my configuration is under 10 lines. I don’t want to have to mess with nested config files each dozens to hundred of lines long most of which I will not understand just to code.

    Also helix is different in that it uses the selection then action workflow. Vim is action then selection which is less nice for me.

    In helix if I want to delete a function I would do: ESC -> space -> f -> d

    Which means: Normal mode then lsp menu then next function then delete.

    In vim I would have to delete then select what to delete which I don’t like.