"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearNI
Nim programming language PMunch 11 months ago 100%
Labelled exceptions for smoother error handling https://peterme.net/labelled-exceptions-for-smoother-error-handling.html
2
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearNI
Nim programming language PMunch 1 year ago 80%
Teaching old C code new tricks with Nim https://peterme.net/teaching-old-c-code-new-tricks-with-nim.html

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

3
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearNI
The Nim Programming Language PMunch 1 year ago 100%
Setting up a Nim server for dummies https://peterme.net/setting-up-a-nim-server-for-dummies.html

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!

2
0
linux Linux Which Tiling Window Managers do you like, and why?
Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearPM
    PMunch
    1 year ago 100%

    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.

    4
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearPM
    PMunch
    1 year ago 100%

    Oh no, of all my articles you pick my least favourite to showcase!

    Just kidding(sorta), great list of resources you have there

    1
  • technology Technology AI-Controlled Drone Goes Rogue, 'Kills' Human Operator in USAF Simulated Test
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearPM
    PMunch
    1 year ago 100%

    Interesting to see, you'd think this would be the #1 safeguard you add. It's even the main trope of AI stories like the paperclip machine that if a poorly incentivised AI goes wild it would do stuff like this.

    7