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/)ZI
Posts
0
Comments
219
Joined
2 yr. ago

  • Have you tried emacs with evil mode? It's a bit slow, not as slow as VS code or anything, but not really fast. But it's basically neovim but you get to use lisp to configure it instead of lua

  • Arm owner softbank wants more mulah, want line goes up.

    Qualcomm thinks this is not allowed in their license contract.

    Without having read the contract, I think Qualcomm has a strong case, seams arm wants this to be settled before court in December. Qualcomm also thinks they have a strong case, so they say let the courts begin.

    But it doesn't matter if it's an American court, because Qualcomm is American, softbank is Asian, arm is European. So, you have home turf advantage

  • You may very well be correct, but do you not think this person thinks (I hate putting the two following words next to each other) president trump will protect him? Of course the incontinent orangutan doesn't give a flying 🦆 if people who lick his 🍑 gets in trouble on his behalf

  • It was supposedly 15m, but I think that may be an exaggeration just like every thing else this broke ass sob I bragging about

    They also closed the whole restaurant so that only Republicans that were screened first could come to the restaurant.

    He took orders (I don't know if it was plural) in the drive through. The people filmed, and asked him to raise the minimum wage, but you know how he answers questions when hes on his adhd meds.

    It was a glorified photoshoot, I wonder if it cost extra money to be allowed the privilege to attend and maybe have his dandruff in your fries

  • I don't get this point of view, maybe I should because it sounds logical. But again sometimes I want to listen to harpsichords in E by Bach. And sometimes I want to listen to hallowed be thy name from iron maiden, sometimes I want to listen to a nightmare to remember by dream theater, and sometimes I want to listen to wrong side of heaven by ffdp.

    It's like the same logic that I love eatimg healthy home made delicious filipino food every day of the week, by my excellent cook of a wife. And yet occasionally I get a craving for a menu at burger King with a monster energy drink.

    It is as if there is redeemable factors in both

  • Yes, thankfully, working conditions, both at my employer and in the customers office were (are) very nice, so all I can do now is laugh at the situation in hindsight.

    In fact the worst part of working on this was that there were no deadlines, which makes every thing much harder with suspected adhd. Basically when things were working, and I wanted to make this better, I got new things to work on. But that is basically the customers perogative. I also like to pay for what I want and no more

  • I'll consede that his point in using docker was to avoid the "it works on my computer" problem. It was literally one of his talking points in his handover meeting. But that is not the problem docker is trying to solve, and not it's strength.

    Docker and similar container software makes many things very convenient, and has uses far outside it's originally intended usage.

    And in this situation, when want stable package versions, and simpler uniform setup. And you don't have stable package versions because docker doesn't provide reproducible builds (and he didn't do the work work srojdn that), and it is not a simpler setup when you want to use the hosts ssh agent with ssh inside docker, which require different steps for different distros, Mac and Idk if windows would have worked? And sharing your ssh agent into the docker image is not stable either even if you set it up, it isn't sure to work the next reboot. And can be every difficult in some Linux distros due to permissions, etc.

    Then I ended up putting it on a vm, that is already used for utilities. If I were to do it today, I would probsbly use nix, to actually run these programs that is very sensitive to program version changes in a stable reproducible environment that can run on any Linux distro, including in docker

    But the program had many more issues, like editing yaml files by catting them and piping them into tac and piping into sed and then into tac again... And before you say you could do that just with one sed command, sure, but the sane solution is to use yq. Let's just say that was the tip of the iceberg

    Oh and just have to note, claimed working features, but no way for that code the be executed, and when I actually tried to hook up this code, I can't believe its ever fully worked.