HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Strum355

no profile record

comments

Strum355
·2 anni fa·discuss
I feel like youre arguing a different point here. I agree with the other person that hooking a macOS machine to a non-HiDPI monitor makes for an awkward (Id call downright bad) font experience, due to them having removed subpixel anti aliasing a few versions ago. It was so jarring to me that I took closeup pictures of the pixels, and they were all rendered really badly on a 1440p screen, to a degree that you can't claim that typographers would disagree. https://news.ycombinator.com/item?id=17476873
Strum355
·3 anni fa·discuss
I personally prefer https://explain.dalibo.com over depesz's version, both from a visualization standpoint (I can more clearly see the hierarchy of operations) but also because I've had some not great experiences with depesz the individual. Great blog, but a really soured opinion of him.
Strum355
·3 anni fa·discuss
It's pretty much unmaintained, but it does still work!
Strum355
·4 anni fa·discuss
There are android apps specifically for this that can fetch from a git repo and you can input your GPG password, with autofill and all
Strum355
·4 anni fa·discuss
Still would not use V myself, its the prime example of overmarketing of impossible features, silencing of critics online etc
Strum355
·4 anni fa·discuss
> the excellent toolchain and numerous libraries

The same libraries that can be used from Kotlin?
Strum355
·4 anni fa·discuss
Probably more like `weaveworks/ignite`, which creates firecracker microvms from OCI images
Strum355
·4 anni fa·discuss
Nix and Docker share the same purpose in this context: declaring the dependencies needed for this environment. This can include shell scripts, system-level dependencies etc. If anything I would say Nix would be better here (logical middleground in filesystem separation between having access only to whats in the container vs having to juggle system-level dependency versions for the entire system), while also having better version pinning.