Skip Navigation
Nim programming language @lemmy.ml PMunch @lemmy.ml
Labelled exceptions for smoother error handling
0
Nim programming language @lemmy.ml PMunch @lemmy.ml
Teaching old C code new tricks with Nim

Article I wrote about getting a C library with poor error handling to behave well with Nim

0
The Nim Programming Language @lemmy.ml PMunch @lemmy.ml
Setting up a Nim server for dummies

Figured it was time to start posting my stuff on here as well, seeing how Reddit has fallen out of favour. Maybe someone has a Reddit alternative in Nim and just need a way to host it!

0
Which Tiling Window Managers do you like, and why?
  • I use i3, but to say that I like it is a bit overstated. It's fine, does what I expect the very basic of a tiling window manager to do. I used Nimdow for a while and it's pretty good, the default bar is way better than i3 (supports ANSI colour coding, mouse presses, etc.), but I could never quite get to grips with the tiling algorithm.

    I'm working on my own WM though, it's not tiling per-se, I choose to call in non-overlapping and I'm trying to solve my gripes with i3. Basically windows should not be forcefully expanded if they don't want to. Try open galculator under i3 and watch the horror. And when expanded the size should be split based on their initial sizes. So if I have Firefox open and want to do something in a quick terminal window the terminal won't get 1/2 of the screen. Firefox wanted more space than the terminal initially, so the terminal gets to take up a smaller share of the space.

  • 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/)PM
    PMunch @lemmy.ml
    Posts 3
    Comments 2