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/)PM
Posts
4
Comments
511
Joined
2 yr. ago

  • From an ATM maybe, the actual bank offices don't have cash. But the question is, what would I do with the cash, only a few stores like big chain grocery stores accept cash nowadays in Sweden. Small stores and cafés etc almost never accept cash as payment. Even beggars outside on the street often have a QR-code for their mobile app transfer because so few people carry actual money.

  • I had to convince people to let me on board a plane because my name contain a swedish letter (å). Their computer system translated it into "aa", which then didn't match my passport.

  • And after you have learned Linux, download any distro that lets you work on your projects with the least hassle and get work done without fiddling around in every aspect of the OS. At least that's what I've observed among older users who see the OS as a tool and not a hobby in itself.

  • Where I work, the fax was a way to ensure that information could be sent in multiple ways, if one way would fail. In the medical field (at least where I live) we must have systems with backup systems in a few layers. We have a nice digital medical chart system, and I still have to print out many things and put in a binder that no one ever reads. Because the internet could stop working, or electricity could fail. We even have routines for which types of pen and paper can be used if we need to write things by hand while electricity is gone.

  • The torso is a tricky concept, there's no good anatomical definition that makes sense. Is the pelvis included? The whole axial skeleton? Everyone knows the general idea of where the torso is, but it's hard to define with precision.

  • In an ideal world, dodging questions would lead to decreased popularity. Politicians should feel that if they give bullshit answers, they will not get elected. To get there, we must actually demand, reward, and punish with the power we have, our votes. Of course, one person doing it makes no difference. We need to convince others that this is important.

  • The same arguments about learning vi/vim/neovim holds for ed. It's not intuitive, you need to get used to it, you need to learn, etc. People choose not to learn vim for the same reason vim users don't want to learn ed.

  • It's a text editor. It all began with the ed editor, which is very simple and does one thing, it edits files. Then someone extended it into the ex editor. Then someone added a new feature: being able to visually see the file you're editing, which became vi, the visual editor. Then someone improved that, into vim. What began as an editor where you needed to be fluent in regular expressions but otherwise was simple, is now a very complex editor, moving the functionality of the old UNIX tools into the editor itself.