HN user

kipari

123 karma

Homepage: https://christoffer.space

PGP: 5AF4 3E6F 8CA2 6E34

[ my public key: https://keybase.io/kipari; my proof: https://keybase.io/kipari/sigs/wGNGbi3NocDhvHUl2GkSCyPLo7WPi543p2nVVqAtixo ]

Posts0
Comments31
View on HN
No posts found.

From a Dane that finds multiple of these fonts gorgeous and highly appreciate the elaborate kern pairs: please consider patching the fonts with an ø. ;-)

GP is not fully correct. Under Danish tax rules unrealized gains are not taxed for standard stock investments. Taxation only happens when realizing gains or losses, except for special investment accounts like retirement savings or other account types that have well-defined special rules and clear limits on the amounts that you can put in them. For these special accounts, unrealized gains are taxed at their value at the end of every year.

Gitlab 13.9 5 years ago

I started out using Gitlab for my personal repos, but have switched to using bare Git repos on a VPS for the last few years. If you won't be collaborating with anyone else, nothing beats being able to just write:

   ssh $HOST git init --bare repo/foo
   git remote add origin $HOST:repo/foo
Fossil 6 years ago

I enjoy how well-crafted Fossil seems to be; just like SQLite, which a sibling comment also mentioned. I really want to use Fossil, but it would be way too hard for me to not have the index/staging area of Git. [1] For all the software that claims to be 'opinionated', Fossil really is that.

[1] https://fossil-scm.org/home/doc/trunk/www/gitusers.md

Metafont (1984) 6 years ago

For a more gentle introduction, check out 'The METAFONTbook', also by Donald E. Knuth. I think that it is still not available in a digital format, but your local CS-oriented library might have a physical copy.

I recently took up baking (as in bread) as a hobby. It brings me joy to produce something as well smelling and testing as bread. Cooking in general could also be a hobby. Going hiking could be a hobby. Just enjoying life and being mindful of the things around you might open up your mind for hobbies you didn’t even think existed. :-)

Slightly OT: BoJack Horseman hits the nail right on the head in so many aspects regarding human nature, social interactions, mental health etc. The characters are so deeply human in many capacities. The series manages to talk about some heavy topics in a comedic setting while not making it seem silly. Highly recommendable!

This seems like a better solution than what the author proposed. Another thought could be that the pop-ups would only be disabled for the spatial parts of the pop-up which have an interactive element located directly below.

I can see how the author finds this an issue, but I have to disagree with his proposed solution. Halving the width of the notification in the way shown would only work in the cases where the user is pressing buttons on the left or right sides of the notification. If the notification width was to be variable based on where it could be thought that the user would be pressing, the notification's would have a very inconsistent look.

It can be done with a bit of work using QEMU/libvirt. The Arch Linux wiki has a good guide for doing it. Not that it’s a pretty solution always…