Live data from Hacker News

Viewing profile — fab23

fab23

HN member
Joined
Sat, Jan 02, 2021, 8:38 PM UTC
HN karma
7
Public activity
8 items

About fab23

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #44830115

    He has given his AWS account out of hands. I have read both his article in full. As I see it the issue is that he has given his account out of his own hands. But I guess he did not…

  3. comment
    Comment #36462941

    In Firefox use the RSSPreview [1] add-on to get the RSS feed rendering back. [1] https://addons.mozilla.org/en-US/firefox/addon/rsspreview/

  4. comment
    Comment #34292431

    I may have missed something and had the impression that this was a "new" feature for iPhone 14 Pro only. But as the linked support documents mention, it is available on iPhone 12 P…

  5. comment
    Comment #34291308

    It seems that not all iPhones do have this setting available. Not sure if this is related with the availability of RAW images, which is only supported on iPhone 14 Pro.

  6. comment
    Comment #34179697

    It does also matter where the plus signs are: $ i=0 $ echo $((++i)) 1 $ echo $((i++)) 1 $ echo $((++i)) 3 $ ((++i)) does add 1 before the command is run, and ((i++)) does add 1 aft…

  7. comment
    Comment #34109984

    I am using the RSSPreview [1] Addon in Firefox, which works for me also on Youtube. The addon brings back the nice RSS Icon in the URL Bar. You can also change to color back to ora…

  8. comment
    Comment #33420823

    Each system has a text file where I note down the steps I did to install and configure something new or also when doing major changes. Also the steps for less often routine jobs (l…