Live data from Hacker News

Viewing profile — pudquick

pudquick

HN member
Joined
Thu, Sep 10, 2009, 6:22 AM UTC
HN karma
999
Public activity
256 items

About pudquick

https://github.com/pudquick?tab=repositories

[ my public key: https://keybase.io/frogor; my proof: https://keybase.io/frogor/sigs/vbzsT82eX8xx51WUy-F6_i3YZucl0pVyQOFWrolI3Gw ]

Recent public activity

  1. comment
    Comment #46328744

    He's wrong, it's possible. It's just that root privileges alone is insufficient due to how the signing on LocalPolicy works on M series Macs https://support.apple.com/guide/securit…

  2. comment
    Comment #43730217

    I'm saying the primary gateway most iOS users are using for loading a QR code - the camera app - will not present a transition to load your URL in this situation Whether the result…

  3. comment
    Comment #43730091

    data: URI URLs aren't supported in it, it has nothing to do with the size / length of the QR code For example, this self-contained webpage: Hi! encoded is: data:text/html;base64,PG…

  4. comment
    Comment #38701669

    Runs buttery smooth on my M2 here in Safari on macOS 14.2.1 Tried them out in Chrome and they're mostly all the same though I do notice a slight jitter to the rendering in the smok…

  5. comment
    Comment #20919095

    In 2016, that laptop also came with System Integrity Protection - you couldn't change /usr/bin/python if you wanted to. And you still can't to this very day. Changing System-provid…

  6. comment
    Comment #20919018

    That being said - python 3 was released in 2008. A 12 year transition is pretty respectable.

  7. comment
    Comment #16983111

    Why does that make a difference? If it's a signed response, at some point there's another piece of code that checks that the signature is valid and returns a yes/no. I think the re…

  8. comment
    Comment #16546570

    Look at --timestamp in codesign here: https://developer.apple.com/legacy/library/documentation/Dar... By default, this is currently enabled, as noted here: https://stackoverflow.co…

  9. comment
    Comment #12655819

    I think Apple stopped loading the passphrases into the agent automatically. I think they're strictly only loaded from the keychain now, per connection, unless you explicitly use -A…

  10. comment
    Comment #12654821

    The next time you'd like to diagnose, you can reboot into Recovery and use "csrutil enable --without dtrace --without debug" and you should be able to avoid those issues.

  11. comment
    Comment #12654041

    This is different than in prior macOS versions. In prior versions, it was stored in Login keychain, which was not synchronized. Additionally, the items were visible in the security…

  12. comment
    Comment #11063322

    Possibly. It's not actually running two apps. There's an IL interpreter in the mix - it's simulating an app and what it would do based on the opcodes emitted by the compiler for th…

  13. comment
    Comment #10377712

    I would love to see this develop into a widely adopted standard. Apple uses a similar technology with their Airport Express devices for printer sharing, always been annoyed it was …

  14. comment
    Comment #10187493

    It's using third-party APIs for the .torrent content and search engines for content. But it doesn't even need that. You can use a .torrent or magnet URL from anywhere on the latest…

  15. comment
    Comment #10128192

    This makes me a little sad to learn that's the method involved. All the timelapse video now proves is that the drone was in the proper position to flash its light. Out of position …

  16. comment
    Comment #9782470

    Thanks :) I'll give it a whirl! EDIT: WOWOW Major difference! Definitely sticking with 3!! Thank you :D Extremely fast in comparison to 2.

  17. comment
    Comment #9782442

    Is the beta stable enough to use regularly?

  18. comment
    Comment #9782278

    Sorry for side-jacking this comment - but which version of Sublime, may I ask, and what OS? I'm using Sublime 2 on OS X and large files + regular expressions are generally a cause …

  19. comment
    Comment #9326471

    Nice strawman. Nowhere did I imply that. Everything I mentioned was webpage reading/viewing content that the publishers themselves announced across the world, hoping to get readers…

  20. comment
    Comment #9326404

    People are publishing content on the internet without putting it behind a login/password/restricted access. Not only are they publishing it, they're announcing its presence on soci…

  21. comment
    Comment #9167720

    For Windows 8, yes, it defaults to UEFI now, thankfully.

  22. comment
    Comment #9166339

    One piece that was not mentioned is the necessity of your UEFI / EFI implementation including integrated chipset driver support for talking to various devices (mass storage, USB, e…

  23. comment
    Comment #9136770

    This is the first comment in this discussion I've seen that is actually interesting and might provide an explanation. The Dropbox file status symbols are a -big hack-. Up until OS …

  24. comment
    Comment #9136732

    FYI - they do certificate pinning for their clients and won't let you proxy the HTTPS connections, last I checked. I'm not saying this as cause for alarm. Obviously if they were se…

  25. comment
    Comment #8675324

    Because while 8 characters of hexadecimal stored directly as themselves as individual bytes occupy 8 bytes, each pair of hexadecimal characters only encodes up to 1 byte of binary …