Viewing profile — cherryblossom00
cherryblossom00
HN member- Joined
- Fri, Apr 09, 2021, 6:27 AM UTC
- HN karma
- 30
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About cherryblossom00
[Verifying my OpenPGP key: openpgp4fpr:D5A75F4998534FB47C839A9D03B34648D6DEB639]
Recent public activity
-
comment
Comment #32735881
‘No server is currently available to service your request. Sorry about that. Please try refreshing and contact us if the problem persists.’
-
comment
Comment #32600401
I use VPNs to access region-restricted content (mostly to pretend I’m in the USA) and not for the privacy aspects, so VPNs aren’t really a ‘scam’.
- story
-
comment
Comment #30066933
I don't understand what's wrong with the Nix language. Sure, the space-delimited lists can get a little annoying, but other than that it's minimalistic enough to use a configuratio…
-
comment
Comment #30032496
More discussion on r/rust: https://www.reddit.com/r/rust/comments/s9az4y/you_canturn_of...
- story
-
comment
Comment #30020124
This reminds me of Swift/Xcode's documentation comments: /// Does something. /// /// - Parameters: /// - bar: A description for bar. /// - baz: A description for baz. /// /// - Ret…
-
comment
Comment #30008390
I find string enums useful when I want nominal typing. However, I do think that it is a little confusing when most of the type system is structural, except for string enums. What c…