Live data from Hacker News

Viewing profile — j-f1

j-f1

HN member
Joined
Sun, Mar 22, 2020, 2:23 PM UTC
HN karma
18
Public activity
12 items

About j-f1

[ my public key: https://keybase.io/j_f; my proof: https://keybase.io/j_f/sigs/6ke47XvKKa_Sd1eIrmOP5HkyZbr9mglX40FEDVG_mAs ]

Recent public activity

  1. comment
    Comment #34353127

    I’m not sure about macOS, but on iOS you can install the App Store Connect app ( https://apps.apple.com/app/id1234793120 ) and then enable notifications for new reviews from there.…

  2. comment
    Comment #34352542

    There were a lot of changes made in the Swift 1–3 time frame as the team learned what it was like to write Swift at scale and developed a unique language style. That’s all done now…

  3. comment
    Comment #26917618

    Looks like someone figured out how to use Svelte inside of Observable a while ago — see https://observablehq.com/@ajbouh/svelte-experiments

  4. comment
    Comment #24561768

    There were security vulnerabilities a while ago that resulted from people being able to upload React-element-shaped JSON objects in certain places strings were supposed to go. IIRC…

  5. comment
    Comment #23215565

    For #1, check out JSON Feed ( https://jsonfeed.org/ ). It’s at least supported by Feedly, and it’s probably supported elsewhere too.

  6. comment
    Comment #23215535

    > that’s why some content authors, like Daring Fireball’s John Gruber, as an example, only provide their full RSS feed to paying subscribers This is false. I am not a paying subscr…

  7. comment
    Comment #22669983

    I’m guessing it’s the Dat Protocol → https://www.datprotocol.com

  8. comment
    Comment #22663250

    Fortunately, if you use Prettier to format your JSON files too, it’ll quote unquoted properties and remove trailing commas: https://prettier.io/playground/#N4Igxg9gdgLgprEAuEwA6UAE…

  9. comment
    Comment #22660015

    This is actually quite challenging because the template language allows you to insert template tags into any location in the template file, and while people usually put them in rea…

  10. comment
    Comment #22658443

    There’s https://github.com/jhipster/prettier-java , which expands Prettier to work with Java, but I’m not sure how complete or thoroughly-tested it is. It also requires that you ha…

  11. comment
    Comment #22658168

    This isn’t really possible due to Prettier’s design, unfortunately. It basically lays out each statement on one line until it gets to the maximum width, then tries a variety of way…

  12. comment
    Comment #22656053

    Isn’t this true of any client side site? If the client side JS has access to some information, it’s always possible for the server to inject custom JS that returns the data. Theore…