Live data from Hacker News

Viewing profile — imran3740

imran3740

HN member
Joined
Sun, Mar 05, 2017, 7:40 PM UTC
HN karma
469
Public activity
54 items

About imran3740

[ my public key: https://keybase.io/i077; my proof: https://keybase.io/i077/sigs/lYSIMCSbGowDcOsIJWEcfIKgk5ezvh3RPQkvs3TXsME ]

Recent public activity

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

  2. story
  3. comment
    Comment #26525457

    The $10/mo is for a subscription to Setapp, which bundles a bunch of apps into one subscription service.

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

  9. story
  10. 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…

  11. comment
    Comment #20275911

    It's essentially encrypted text, which Git handles just fine.

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

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

  14. 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.

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

  16. story
  17. story
  18. comment
    Comment #20134423

    Zvi Mowshowitz put the concept of "slack" well: https://thezvi.wordpress.com/2017/09/30/slack/

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

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

  21. story
  22. story
  23. 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…

  24. comment
    Comment #17696752

    Relevant article from the socialist Current Affairs magazine: https://www.currentaffairs.org/2018/01/everyones-a-leftist-o...

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