Live data from Hacker News

Viewing profile — eyakubovich

eyakubovich

HN member
Joined
Fri, Mar 29, 2013, 9:18 PM UTC
HN karma
44
Public activity
16 items

About eyakubovich

No profile information was provided.

Recent public activity

  1. comment
    Comment #35994235

    In my experience, the hardest part of developing with eBPF is dealing with the multiple kernel versions and configurations that the target machines may have. It's a challenge not o…

  2. story
  3. comment
    Comment #34984972

    100% agree. The reality is that updating a dependency always carries some risk and sometimes requires changes to code. Reducing the amount of upgrades that have to be done under a …

  4. comment
    Comment #34983494

    Great feedback. 1) We want to be cautious about changing a score that someone else assigned (CVSS) but we'd like to add our insight to inform of its impact. 2) Absolutely and we'd …

  5. comment
    Comment #34057171

    IIUC, Infisical uses end-to-end encryption. Does that change your attitude towards cloud-only options? I'm genuinely curios to understand how SaaS products can be made secure so pe…

  6. comment
    Comment #33757486

    Most backend services get an identity assigned to them by having a token tied to a service account. This accomplishes the same goal, just in a more secure way.

  7. comment
    Comment #33696632

    It's unclear when homomorphic encryption will be ready for prime time, especially at big tech scale. It's easier to give up the data under assurances of how exactly that data will …

  8. comment
    Comment #33441415

    Hi, the author of the blog post here. I wanted to point out two neat features of the Enclaver: (1) it solves the enclave image distribution problem by packaging the underlying encl…

  9. story
  10. comment
    Comment #18556971

    > Yes, those are the cases where it isn't possible to avoid forward declarations, so it's fine to use them? But my point was that it _is_ possible to avoid them by type-punning via…

  11. comment
    Comment #18556843

    I don't accept that any reasonable sized shop needs to subset C++ or insanity will prevail. Any particular slice of code needs to subset the language. You may have some perf sensit…

  12. comment
    Comment #18556727

    The trouble with "this is not the law" argument is that it's not clear how to make the judgement. The reviewer should be using the style guide during the review and should call out…

  13. story
  14. story
  15. comment
    Comment #8240598

    Correct, tinc is another example of a mesh overlay network. However tinc requires configuration files to be created on each host and then distributed to others. If machines are par…

  16. comment
    Comment #8240547

    If your hosts in different data centers share IP space (you're able to route between them) then you can use Rudder. Please note that the traffic is not currently encrypted so if th…