Live data from Hacker News

Viewing profile — cherryblossom00

cherryblossom00

HN member
Joined
Fri, Apr 09, 2021, 6:27 AM UTC
HN karma
30
Public activity
8 items

About cherryblossom00

This is an OpenPGP proof that connects my OpenPGP key to this Hackernews account. For details check out https://docs.keyoxide.org/advanced/openpgp-proofs/

[Verifying my OpenPGP key: openpgp4fpr:D5A75F4998534FB47C839A9D03B34648D6DEB639]

Recent public activity

  1. 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.’

  2. 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’.

  3. story
  4. 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…

  5. comment
    Comment #30032496

    More discussion on r/rust: https://www.reddit.com/r/rust/comments/s9az4y/you_canturn_of...

  6. story
  7. 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…

  8. 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…