Viewing profile — jayrhynas
jayrhynas
HN member- Joined
- Fri, Feb 08, 2013, 10:29 PM UTC
- HN karma
- 353
- Public activity
- 104 items
- HN profile
- View on Hacker News ↗
About jayrhynas
Recent public activity
-
comment
Comment #45476224
It's definitely a blurry line, this `run` tool invokes your Swift file with `swift file.swift` which runs it in immediate mode. Technically it is compiling your code to memory and …
-
comment
Comment #45283928
CTRL-Labs themselves acquired the wristband tech from North/Thalmic, who pivoted into smart glasses for a few years before being acquired by Google. > In an interesting twist, CTRL…
-
comment
Comment #45138315
I don't really see what advantage typed throws are giving him in this article, since he just wraps arbitrary errors and then uses his lookup function - isn't that basically the sam…
-
comment
Comment #45019748
I was going to point that out too until I realized that the author updated the article based on the parent comment! https://news.ycombinator.com/item?id=45013291
-
comment
Comment #35559594
> We say "trurel". As if there was an 'e' between the r and l at the end. From https://curl.se/trurl/
-
comment
Comment #34724906
I used to "collect" icon sets, even though I only ever used about 1% of them
-
comment
Comment #33884895
They introduced 15% for apps < $1M/year two years ago.
-
comment
Comment #33524161
It looks like you could add ntfy.sh as a backend for dschep/ntfy, but just imagine trying to document that!
-
comment
Comment #33518886
I don't think ntfy.sh does that, but are you talking about https://github.com/dschep/ntfy ?
-
comment
Comment #30627194
As far as I understand it, this is allowing TS types to be valid JS syntax that are just ignored by vanilla JS engines. So it is intentionally identical to TS, it just won’t have a…
-
comment
Comment #24292757
Not quite. If you offer 3rd party logins you must also offer SIWA, but if you only have email/password you don’t have to. https://developer.apple.com/app-store/review/guidelines/#s…
-
comment
Comment #24202964
Swift calls it trailing closure syntax
-
comment
Comment #24082312
This doesn't work globally like the other shortcuts, but Ctrl+left/right will move the cursor to word boundaries in camelCasedWords, which is great for programming. I quickly teste…
-
comment
Comment #23468991
Apparently they're "completely optional"[1] but they chose to use them in all the examples ¯\_(ツ)_/¯ [1]: https://marcobambini.github.io/gravity/#/syntax
-
comment
Comment #23082398
> Developers are encouraged to download the Apple Developer app where additional WWDC20 program information — including keynote and Platforms State of the Union details, session an…
-
comment
Comment #22702198
There are two identifiers: Identifier for Advertisers (IDFA) and Identifier for Vendors (IDFV). IDFA is the same across all apps on a device. However, it can be reset by the user o…
-
comment
Comment #22678505
"we are working closely with Apple to fill the remaining gaps" - definitely sounds like it. I think Apple has made the right call tightening security around kernel extensions but I…
-
comment
Comment #22305012
They recently released it on macOS (via a Catalyst port of the iPad app)
-
comment
Comment #22305004
Quick note about your functional examples - there's already a built-in version of `take` called `prefix` available on all Sequence types.
- comment
-
comment
Comment #22228603
I think the point he's trying to make is that the CK implementation of the APIs common to CK and SC may (or may not) make use of the secure enclave, and that's one reason to have d…
-
comment
Comment #22191457
This is kind of the opposite. With Selective Sync, the file exists on Dropbox.com and 0 or more client devices, and each device can choose whether or not to sync the file. The new …
-
comment
Comment #22016296
This [1] seems to be the "head pointer", and I assume it would conflict when merging. In fact, would it not conflict on every merge even if unrelated code was changed, since it has…
-
comment
Comment #21545433
I think it's A=5 D=1 G=2 O=0 102 x 51 = 5202
-
comment
Comment #21291301
You can also hide all the desktop icons with a defaults setting: defaults write com.apple.finder CreateDesktop false