Live data from Hacker News

Viewing profile — dalbin

dalbin

HN member
Joined
Wed, Jan 21, 2015, 3:35 PM UTC
HN karma
318
Public activity
59 items

About dalbin

[ my public key: https://keybase.io/dalbin; my proof: https://keybase.io/dalbin/sigs/a9Tqkf1tEzfdMEeTI1P6Zk653Qjt2gk-OutTi4v34sg ]

Recent public activity

  1. story
  2. comment
    Comment #42135151

    It's fixed in macOS Sequoia and iOS 18.

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

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

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

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

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

  8. comment
    Comment #19493897

    At $0.0425/core/hour for Compute-Optimized instances (c5), 23 core-years costs $8562.9

  9. story
  10. story
  11. story
  12. comment
  13. story
  14. story
  15. story
  16. story
  17. story
  18. story
  19. story
  20. story
  21. comment
    Comment #13193920

    I don't know since when, but there is a "past" link which search for past news with title. Thanks HN :)

  22. comment
  23. 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%…

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

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