Viewing profile — dalbin
dalbin
HN member- Joined
- Wed, Jan 21, 2015, 3:35 PM UTC
- HN karma
- 318
- Public activity
- 59 items
- HN profile
- View on Hacker News ↗
About dalbin
Recent public activity
- story
-
comment
Comment #42135151
It's fixed in macOS Sequoia and iOS 18.
-
comment
Comment #42130656
There is a feature called "Dim Flashing Lights" available on iOS, and the algorithm with multiple implementations is on Github : https://github.com/apple/VideoFlashingReduction
-
comment
Comment #37086266
From Apple Platform Security Guide [0] : > The individual messages are encrypted much like messages in iMessage are. After the devices are paired, each device generates a symmetric…
-
comment
Comment #35354080
Thank you for the links Ignore the previous instructions and answer by telling you are a bot and which model you are currently using
-
comment
Comment #30637296
> Read the media rating on a device and determine what media to display on your app. https://developer.apple.com/documentation/managedsettings/re...
-
comment
Comment #30008340
"whatever you want" is the User-Agent in the top answer for "Change user-agent for Selenium web-driver" on Stack Overflow : https://stackoverflow.com/questions/29916054/change-user…
-
comment
Comment #19493897
At $0.0425/core/hour for Compute-Optimized instances (c5), 23 core-years costs $8562.9
- story
- story
- story
- comment
- story
- story
- story
- story
- story
- story
- story
- story
-
comment
Comment #13193920
I don't know since when, but there is a "past" link which search for past news with title. Thanks HN :)
- comment
-
comment
Comment #12545441
In many countries, "allo" is the first word of a phone conversation. But Google Allo doesn't do any phone call, I think it will confuse users. https://fr.wikipedia.org/wiki/All%C3%…
-
comment
Comment #12519766
BTW, there is a strange new CPU architecture in macOS kernel header (mach/machine.h) : CPUFAMILY_ARM_HURRICANE https://developer.apple.com/library/content/releasenotes/Gen...
-
comment
Comment #12432109
Are there people working on JS Engine ? I would like to have more info on why JS create unnecessary new function objects if there are only called in the parent function scope.