Viewing profile — fab23
fab23
HN member- Joined
- Sat, Jan 02, 2021, 8:38 PM UTC
- HN karma
- 7
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About fab23
No profile information was provided.
Recent public activity
- story
-
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…
-
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/
-
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…
-
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.
-
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…
-
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…
-
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…