Viewing profile — imran3740
imran3740
HN member- Joined
- Sun, Mar 05, 2017, 7:40 PM UTC
- HN karma
- 469
- Public activity
- 54 items
- HN profile
- View on Hacker News ↗
About imran3740
Recent public activity
-
story
Show HN: Monte Carlo simulator for March Madness bracket pools
For those of you with March Madness brackets (specifically on ESPN), my friend and I made a site that simulates the tournament thousands of times to show you: - every bracket's cha…
- story
-
comment
Comment #26525457
The $10/mo is for a subscription to Setapp, which bundles a bunch of apps into one subscription service.
- story
- story
- story
- story
-
comment
Comment #24065621
I'd also recommend Neovim[0], a community-led fork of Vim. One of the focuses of Neovim is exposing an API that lets other apps embed a headless instance in their UIs. This lets yo…
- story
-
comment
Comment #20825194
I feel like the keyboard issue is the prime example of why companies shouldn't have monopolies on who runs their OS. Sure on the one hand, they control everything and when things w…
-
comment
Comment #20275911
It's essentially encrypted text, which Git handles just fine.
-
comment
Comment #20275900
I actually do this with the subkeys I put on my Yubikey, and thanks to the NFC capability, I can use it on Android. I've been wanting to switch to a Yubikey with USB-C, since both …
-
comment
Comment #20275425
I use pass[0], which is essentially just a wrapper on top of Git and GPG. All your secrets are stored in text files that are then encrypted by your GPG key, which is then tracked i…
-
comment
Comment #20213912
Same with Notion. If you read their privacy policy, data is not stored encrypted at rest, so I wouldn't view them as privacy-friendly.
-
comment
Comment #20202778
> Press a button and the screen would push back and/or buzz What do you mean by "press"? "Pressing" a button (ie. pressing down on it) requires a bit more force than just touching …
- story
- story
-
comment
Comment #20134423
Zvi Mowshowitz put the concept of "slack" well: https://thezvi.wordpress.com/2017/09/30/slack/
-
comment
Comment #20134395
No, this does not preserve the history of the repo, just gives a single commit with the existing files. You might also think of this as cloning, then squashing down the entire hist…
-
comment
Comment #20043592
I find it funny that Apple themselves mentions that for "Reader" apps users can make purchases outside of the iOS environment, but developers are expressly forbidden from even ment…
- story
- story
-
comment
Comment #18378276
What about a physical killswitch goes against Apple's design? The iPhone has always had a ringer/vibrate switch on its side since it was introduced. Obviously it doesn't do anythin…
-
comment
Comment #17696752
Relevant article from the socialist Current Affairs magazine: https://www.currentaffairs.org/2018/01/everyones-a-leftist-o...
-
comment
Comment #17676848
Just checked, calc fails at 11^0.41703 (curiously not at 41703, but 41704, maybe a floating point thing). Maybe it changes base to e and uses the Taylor series for e^x, but fails i…