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/)CH
Litanys @lem.cochrun.xyz
Posts 0
Comments 61
Not really sure whether S-expressions or Python indentation-based scoping get more hate...
  • But s-expressions give you power that other syntax doesn't. Data and code as one. Besides there is no other syntax than simply that so it becomes much easier to remember random extra things.

    Whitespace on the other hand, I hate with fiber of my being.

  • Why Software Engineers like Woodworking
  • Been remodeling a house that we just bought and this has been a my experience as well. I just enjoy making things. Software, home automations, wood, anything. The joy of building. I think that's what it is.

  • Which OS do you use for your homeserver?
  • Everything is declared, from packages to configuration, and then I can put it in a git repo locked to versions. If something breaks on updates, you have free rollbacks. Which means you can't screw up too much. Also it has almost all the software.

  • New programming language needed for KDE?
  • I have been building a Qt/KDE app in rust using that CXX-QT binding. It's pretty good, but definitely more of a headache to work through the binding than just directly with C++. That being said, I don't feel like I'm about to shoot myself in the foot with rust. Rust just protects and advises the best paths forward. Once KDAB solidifies the binding and perhaps makes it easy for others to create their own extra bindings, (which they don't want to maintain every class in QT so this is necessary) it'll be amazing.