Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)HE
Posts
0
Comments
271
Joined
5 mo. ago

  • It was posted 3x to the Privacy@lemmy.ml community. Or at least it looks to me like 3 different accounts posted the same thing to this very community.

    I don't really care about how it works, I'm just tired of the chan-esque experience where I have to question my sanity because I see the same posts every day.

    Just because people that don't actually participate in a given community, thus not seeing the older posts, share the same article because they look for a community that fits and dump it there.

    Some subreddits had bots that detected and removed reposts and guided OP to the original post for them to add their discussion points.

  • I've just created an OBS audio capture device, then opened qpwgraph and put both mic's into it.

    It should do what you want, but I am not sure that will fix the problem. Give it a shot and let us know.

    I definitely recommend playing around with easyeffects a bit more as well.

  • Can rclone mount it transparently? I thought it is more like a one time copy / sync.

    What I mean by that is that the remote storage should look like a normal directory to the rest of the system and any reads and writes should go over the network directly to the remote without occupying local disk space.

    Also it seems to me that you have to write your credentials to the rclone config file, which I explicitly don't want.

    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.

  • I ran Linux with KDE on my phone for a while and it for sure needed EVEN MORE charging all the time even though most of the system is C, with a sprinkle of C++ and QT.

    But that is probably due to other inefficiencies and lack of optimization (which is fine, make it work first, optimize later)

  • I'm using the fattest of java (Kotlin) on the fattest of frameworks (Spring boot) and it is still decently fast on a 5 year old raspberry pi. I can hit precise 50 μs timings with it.

    Imagine doing it in fat python (as opposed to micropython) like all the hip kids.

  • They compile each benchmark solution as needed, following the CLBG guidelines, but they do not measure or report the energy consumed during the compilation step.

    Time to write our own paper with regex and compiler flags.