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/)RU
Posts
3
Comments
390
Joined
2 yr. ago

  • I've started to become 2) for some stupid reason.

    I use btrfs snapshots to backup my system, and it has the side cost of needing a bit extra space. This is absolutely fine.

    What is not fine however is free desktop/Nvidia flatpaks update. I get 10gb every week, and it keeps filling my disk with this stupid crap.

    Not only that I am both a rust programmer and blender artist, and it's the trinity of non deduped disk space filler

  • Easy choice

    Jump
  • Well until you are deep into trait/future/generic territory. Because then you'll go in big fuck (full type being in a separate file) not being correct somewhere in this shit.

    Don't get me wrong, I love rust. But those area really need some love

  • It's not that bad. It definitely helps in long functions.

    I'm an advocate for code commenting itself, but sometimes it's just better to comment on what you're doing, and in those cases it helps to over commentate.

    Instead of letting the reader interweave code reading and comment reading, I think it's better to do either. Either you go full self describing code, letting the reader parse it as code,m, or you abstract everything, making it more of an explanation of your reasoning, and abstract lines that may look too complicated.

    Not every comment needs to be useful, but I still write them to not have this switch between reasoning and thinking in code. It can also double as rubber duck debugging too!

  • Oh I'm not talking that it can't be trained well. That's not my point.

    Of course dogs can be trained to sniff drugs or find people, the gist of it is that they were trained for this behaviour, and might not understand it like we do.

    A good exemple is a study that research on cancer sniffing dogs had problems with false positives.

  • proud Rust developer

    Joke aside, everytime people gush over AI, I always have to remind them that AI is just a puppy that learnt how to maximise treats, and not actually understand shit. And this is a perfectly good example.