Hacker Newsnew | past | comments | ask | show | jobs | submit | hiichbindermax's commentslogin


Have you checked the Internet Archive?

https://archive.org/details/der_zauberberg_hsp/


Thanks, I should have just linked that directly.


That's not the same package. You should try sqlit-tui


Yes, for uvx you need to do "uvx --from sqlit-tui sqlit"


Ah, thanks. This worked great. I was fooled by the package name.


Nitpick about 9.3 Short Circuit Evaluation: both things evaluate differently if you have empty strings. The if-else clause treats empty strings as valid while the or operator will treat them equivalent with None.


Similarly with 9.2, assignment using a walrus operator will also fail if the value is 0 (or anything falsy: https://docs.python.org/3/library/stdtypes.html#truth-value-...)


You can use `if (response := get_user_input()) is not None` if that's important. IME, empty strings and None would be treated the same way.


I love this kind of puzzle! How long does it take you to make one?



You can get these with the composition keys. Shift+AltGr = ˇ and then hit the letter to compose them


I use the version from the github page. They are updated much faster. So when I realized something broke there is usually already a fixed version up on github.


And the GitHub version warn when there is a new version


You could try out Rectangle [1]. Other alternatives would be magnet (paid) or veeer (free).

[1]: https://github.com/rxhanson/Rectangle


Delete your cookies for medium. Then you should be able to read it. Or don't allow cookies for medium in the first place.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: