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
r3d5un @lemmy.ml
Posts 2
Comments 7
Which programming languages do you use?
  • The "correctness" of my code would probably the greatest single difference I've noticed in my own habits.

    For example, I've become very strict with myself about using type hints and relying on appeasing type checkers and such. The way I structure my projects has changed, where I separate functionality from data to a larger degree, mimicking struct and impl where it makes sense to do so. I've pretty much stopped using dict, and rely on dataclasses instead when writing Python. I've given up on forcing everything to be OOP (even C#), which has made my code easier to read and maintain. There are probably other things as well, though I can't list them at the top of my head.

    Some of it is probably just good practice, a result of having matured after being exposed to new languages. Some of it probably wouldn't be considered pythonic or idiomatic, but I'm not sure I care anymore. My code is more reliable (and often faster), and that's what matter in the end.

  • Disappointed in my first flex nib.
  • I've tried to use 2-3 flex nibs since I got sucked into this hobby, but so far, only the Pilot Falcon with the soft fine nib has lived up to (an exceeded) my expectations. It's not truly a flex nib, and it's fairly expensive, but it's such a nice writer with decent line variation. It's one of the pens that I have permanently inked up.

  • how did you get into fountain pens?
  • I learned to write Blackletter calligraphy in middle school, and it kindled an interest in writing instruments at the same time. The interest remained even as I grew up, and I now that I earn my own money, I have a steadily growing collection of fountain pens.

    Sadly, I haven't maintained by Blackletter skills, but have started to dabble in Spencerian...

  • Which distro has the best GUI in your opinion?
  • I've been enjoying Gnome using [email protected]. It's not perfect, but good enough. The preinstalled tiling extension also makes using a full DE bearable without spending hours customizing a WM.

    I'm looking forward to trying out Cosmic, which I have high hopes for.

  • Fireship: Java is mounting a huge comeback

    1
    Which programming languages do you use?
  • Python and C# for the most part. I'm also putting serious effort towards learning Rust, but I likely won't be able to use it at work. It's a good learning experience, and I can tell that my code after learning basic Rust in C# and Python is better than before.

  • General Programming Discussion @lemmy.ml r3d5un @lemmy.ml

    Visual Studio Code is Designed to Fracture

    ghuntley.com Visual Studio Code is designed to fracture

    I used to think GitHub Codespaces would help popularise Gitpod but now realize it is the other way around. Gitpod is currently permitted to exist in the Visual Studio Code ecosystem to popularise GitHub Codespaces, and Microsoft can step in at any moment to create legal crises that strategically div...

    Visual Studio Code is designed to fracture
    0