• 0 Posts
  • 146 Comments
Joined 4 months ago
cake
Cake day: February 15th, 2025

help-circle






    1. xpipe – I use it to SSH into any of my servers, cluster nodes or directly into docker containers without having to remember hostnames, IPs, users. It can also bring your useful scripts to said ssh session without “installing” them on the target device, which is great because you don’t have to set it up for every new server. Also the dev is a really nice guy.

    2. Portmaster + SPN – I use it to route each app through different VPN paths with multihop support and per app firewall rules. (e.g. one app via Denmark, another via a random country, third app no VPN, fourth app gets no internet at all etc.) It really gives you full control over the traffic. afaik there is no other all in one app like this.

    3. wdfs - It’s an old project that is patched by this random github user. It’s the only way I found to mount a webDAV storage cleanly into a directory from a bash script without fucking with my fstab or being root or giving specific privileges to my user. I mount it from a bash script because that way I can use KDE wallet to store the credentials instead of having a plain text file somewhere on my fs, the script waits until the wallet is unlocked, then reads the credentials from it and mounts the webDAV to a path in my home. That is more accessible to apps and other scripts (e.g. recent files) instead of doing it via Dolphin, which generates a random string in the path every time when opening network storage.


  • I’d love to not handhold, but where I worked that was not possible, because my task came from upper management and was to handhold juniors while guarding our production code from anything they did (which often didn’t meet company standards). The tasks the juniors were getting came from somebody else.

    But also, this is not really about the style (throwing into deep waters on one extreme, babysitting on the other, and everything in between) but rather that I experienced way better results from chatGPT for 50$ / month than from a junior who had under a year of experience and costs 3000-4000$ a month. Both require some degree of attention and time investment from seniors if you want to use the resulting code in prod.

    So the real goal is to pay them to get better than chatGPT and hope they stay at your company long enough to get a return out of that investment.

    If you just want junior-grade code, let your seniors deploy chatGPT for a much cheaper price.












  • You’ve worked with juniors before?

    Because in my experience I was constantly reading their unreadable code, then telling them why it’s wrong or bad or not fitting in a digestible manner and then waiting weeks for a refactor.

    Iterate that for a month. Mentoring them took way longer than it would have taken me to write it from scratch. Not that dissimilar to trying to using AI for where it sucks (larger, a tad more complex problems).

    It only makes sense if you look at it as an investment, because they will eventually improve.