Viewing profile — betamike
betamike
HN member- Joined
- Wed, Apr 07, 2010, 8:32 PM UTC
- HN karma
- 117
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About betamike
Recent public activity
-
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 …
-
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…
- story
-
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…
-
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…
-
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…
- comment
-
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,…
-
comment
Comment #25672513
Just a note for anyone checking it out, Simple Keyboard doesn't support spellcheck (which is why I use OpenBoard instead).
-
comment
Comment #24427005
Just for some additional search terms, seitan is a form of prepared Vital Wheat Gluten.
-
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…
-
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…
-
comment
Comment #4482381
When that option is enabled, audio will not continue to play in the background.
-
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.
-
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…