HN user

satbyy

139 karma
Posts5
Comments42
View on HN

Conversely, Python's PEP394 explicitly discourages `/usr/bin/env python`, so there's that. (I know why the PEP says so, just pointing out that it differs from Nix style)

I've been using GNU Stow as a pseudo "package manager." Let's me install multiple versions of a software. And I simply delete the directory when I don't need it anymore.

Seems it is paywalled. I know that it will open up in a less than a week, but do you have subscriber link (because I'm curious to read) ?

Not really. He means that govt cannot force every citizen to undergo iris scan etc. for obtaining Aadhar card. I would like to get Aadhar without iris scan (and am willing to let go of secondary benefits like LPG subssidy etc). Such an option doesn't exist as of today. I, as an individual, will exercise my right to privacy by deciding whether to give my biometrics or not. Govt should not decide on my behalf.

You're just renting them.

It's not renting really. If I rent a physical book (or house, etc), I have exclusive access to it. Nobody else can possess it. It's for this privilege that I'm paying. Obviously, this is not true of ebooks because 'X' persons can "rent" at the same time.

You're just licensing them. You're just paying for a license which can be revoked at Amazon's whim.

Rust vs. Go 10 years ago

Given how demanding ESR is with regards to 10+ years stability, Nim hasn't even reached 1.0 yet. I love Nim and your contribution to the Nim ecosystem, but yeah, convincing ESR with 0.16.0 isn't happening.

ZWJ and ZWNJ are also common in Indic scripts. It's basically used to control the appearance of glyphs, for example half-forms and consonant clusters (क्‍ष vs क्ष, both are kṣa). As usual, wikipedia has good examples. The Unicode Standard also contains details about these.

ZW[N]J as a standalone character or at the beginning of a word is very unusual on a day-to-day basis, so it's understandable that Twitter fails to recognize this pattern.

¹ https://en.wikipedia.org/wiki/ZWJ

² https://en.wikipedia.org/wiki/ZWNJ

DNS-over-HTTPS 10 years ago

Not just HTTP but you can TCP-over-DNS:

    apt-get install dns2tcp
Pretty easy to use too (though development seems to have stopped)

Not denying that. Lua by itself is easy. The thing is, to compile Zile, you need to first x-compile Lua, then x-compile luarocks, install the necessary Lua packages, then continue with x-compiling zile.

Comparatively, I've found that x-compiling vanilla emacs `--without-x` is often more easier and faster.

X-compiling Mg is more or less "gcc *.c" which is very straight-forward.