Live data from Hacker News

Viewing profile — betamike

betamike

HN member
Joined
Wed, Apr 07, 2010, 8:32 PM UTC
HN karma
117
Public activity
15 items

About betamike

[ my public key: https://keybase.io/betamike; my proof: https://keybase.io/betamike/sigs/WH6jjvgJ6iRtAKwkayMdwMGpLxjvEQtb2os6yJavgWA ]

Recent public activity

  1. comment
    Comment #42150577

    This is what my last, 6 person, startup used, and it was really helpful. It lowered the barrier to having a quick discussion, since you could see if someone was at their "desk" or …

  2. comment
    Comment #39278686

    Author here, and yep! We eventually want to offer those kinds of enterprise features (SCIM, syncing group membership from Okta/other IdPs), so I kept that in mind throughout the pr…

  3. story
  4. comment
    Comment #38475279

    Just wanted to point out that disabling SIP is not required to use most of yabai's window management features. You do lose some features[0] but I've found the only ones I really ca…

  5. comment
    Comment #36620329

    I skimmed the paper, and it looks like they are looking for swearing _anywhere_ in the repos' code, not just comments. I would be curious to see the ratio of swearing in comments v…

  6. comment
    Comment #35962628

    I just saw this earlier this week: Proton just added Calendar search to the beta Android app[1], and it looks like they are working to bring it to other platforms. [1] https://prot…

  7. comment
  8. comment
    Comment #31266630

    Hah! This reminded me of a similar story: "In 1951, David A. Huffman and his MIT information theory classmates were given the choice of a term paper or a final exam. The professor,…

  9. comment
    Comment #25672513

    Just a note for anyone checking it out, Simple Keyboard doesn't support spellcheck (which is why I use OpenBoard instead).

  10. comment
    Comment #24427005

    Just for some additional search terms, seitan is a form of prepared Vital Wheat Gluten.

  11. comment
    Comment #8523498

    Another minor nitpick, here [1] you are using reflection. You can pretty easily convert it to a type switch [2], which is more idiomatic. [1] https://github.com/pravj/geo_pattern/b…

  12. comment
    Comment #7231630

    Very cool. If you have a recent enough version of Redis, you may want to move away from doing the lookup using KEYS and move to SCAN ( http://redis.io/commands/scan ). KEYS will wo…

  13. comment
    Comment #4482381

    When that option is enabled, audio will not continue to play in the background.

  14. comment
    Comment #3112414

    Alternatively you can go to Google+, right-click the search bar and select "Add As Search Engine..." You can then change the keyword to "+" or "plus", and do the same thing.

  15. comment
    Comment #2144513

    You can define a category within your implementation file (.m) and redeclare the property like this: @interface MyClass (PrivateMethods) @property(readwrite, retain) NSObject *myPr…