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/)L
Posts
0
Comments
656
Joined
3 yr. ago

  • Personally I use flakes.

    On the work we use an abomination that creates flake.lock but then parses it and uses to pin versions, it took me a while to realise this is why setting a flake input to something local never seemed to have any effect, for instance

  • You look fab, and I hope you will go on wearing what you like.

    Regarding the effect camo has, I'm not 100% convinced. If it were pink or acid coloured ‘camo’ that's one thing, but just a regular one I can't disconnect from military in my mind. That of course will vary widely from person to person

  • Focus

    Jump
  • As they say, office is the pinnacle of productivity

  • Community publishing the configs sometimes confuses even more, because everyone does the same things differently, and some are deprecated, and some are experimental, and I was lost way more times than once while trying to make sense of it.

    I like Nix, and I use it on my Mac and in our production for cross-compiling a service, but man is it a pain to fix issues. That is beside the point that for some reason Nix behaves a bit different on my machine and on co-workers', and the only thing I wanted from it is to be absolutely reproducible

  • Probably, because camo is usually a sign of a military wannabe, and saying you like it is like admitting to being one.

    You may as well not be a military wannabe, but may make that impression nevertheless

  • Importance as in payment, probably

  • Maybe your company is a statistical outlier

  • I meant more like something akin to the great depression, but I get the point, if you have a buffer to wait out bad times you can enjoy some extra money for less price

  • What would happen if stock market dives?

  • About ⅖

  • If by promoted you mean required to do architect's but not qualified, nor paid for that

  • I think they want to replace Apple's magic trackpad, that one also has no buttons and even more expensive

  • I'm still using the old app, it may lack some new features, but it was already good enough

  • Wait, can't this presumed weapon of mass rustification coreutils clone be also re-published under GPL?

  • Well, one time it did help me when I knew the password but it didn't work

    Turns out the zip I made on Android didn't understand UTF8 as password, and translated non-ascii characters to some other codepage, or something like that

  • Rust

    Jump
  • Yeah, this whole meme just looks like ‘I hate Rust and don't want it anywhere’

    Of course, there is importance in trying it everywhere, because it shows where the language and ecosystem lacks and can evolve; but beside that, I think adoption by big companies wouldn't happen if it wasn't any good as some want to believe

  • Rust

    Jump
  • We had to use Nix to build Rust services and make containers of them. It works pretty well, except with Nix 2.29 and 2.30 where it is broken for some reason

  • Wait, so you say res_res?? gives more information than res_res.flatten()?, do you?

    I mean, this is a very trivial case and not best suited for flatten at all, but the information is lost in exactly the same way

  • This, it's not a thing that happens often, but there were a couple of times when flatten would've been handy

    This was also usually a result of a chain of and_then that could do with some flattening. This could've been rewritten as a separate function to make use of ?, but it seems to be a bigger trouble than use