Live data from Hacker News

Viewing profile — thr0w4w4y1337

thr0w4w4y1337

HN member
Joined
Thu, Jan 04, 2024, 3:32 PM UTC
HN karma
18
Public activity
15 items

About thr0w4w4y1337

No profile information was provided.

Recent public activity

  1. comment
    Comment #48635284

    Caught this one on may 10th, read last 3 sentences: https://imgur.com/a/oTr5Pcc > You've provided the current rewritten thinking and the guidelines, but I don't see the "next think…

  2. comment
    Comment #48296838

    Github does not have a CEO

  3. comment
    Comment #47502879

    To slightly rephrase a citation from Demobbed (2000) [1]: The kernel is not just open source, it's a very fast-moving codebase. That's how we win all wars against AI-authored explo…

  4. comment
    Comment #47306222

    I've built a generic PKCS#11 interface to the Apple's Secure Enclave[1] Primarily to use in conjunction with OpenVPN. Like secretive or /usr/lib/ssh-keychain.dylib[2], but not just…

  5. comment
    Comment #47021633

    > Something was lost by Arch becoming stable and not breaking regularly ...a smooth sea never made a skilled sailor

  6. comment
    Comment #46261434

    awnumar/memguard[1] exists and does even more 1) allocations via memguard bypass gc entirely 2) they are encrypted at all times when not unsealed 3) pages are mprotected to prevent…

  7. comment
    Comment #45781244

    LlamaLab's Automate has a non-root privileged service via network adb service. Would it be possible to simplify app installation via adb the same way? An app that reads apk, sends …

  8. comment
    Comment #45403168

    Sequence does not cut it, since the op mentioned int indexed dictionaries. But yeah.

  9. comment
    Comment #45403103

    from typing import Protocol, TypeVar T_co = TypeVar("T_co", covariant=True) class Indexable(Protocol[T_co]): def __getitem__(self, i: int) -> T_co: ... def f(x: Indexable[str]) -> …

  10. comment
    Comment #45240576

    1) To quote myself: "I'm not saying email self hosting should not be done, I just say a bit of planning should be done". I self host my email. I just meant it is not "just rent a V…

  11. comment
    Comment #45229827

    So, now you have to worry about your VPS/Internet provider deplatforming you. Or about your domain name being seized. And spam filtration, backups, redundancy... I'm not saying ema…

  12. comment
    Comment #44229408

    There is - and was featured here a couple of times. atuin dot sh. But it uses sqlite under the hood afaik

  13. story
  14. comment
    Comment #38868184

    What may be the implications of a breach like this?

  15. story