Live data from Hacker News

Viewing profile — dilyevsky

dilyevsky

HN member
Joined
Tue, Nov 07, 2017, 8:53 PM UTC
HN karma
6,420
Public activity
3,221 items

About dilyevsky

For professional inquiries: https://www.linkedin.com/in/dilyevsky/

Recent public activity

  1. comment
    Comment #49240589

    Agree on the equity, afaik it’s due to how eager European countries are to tax illiquid shares on exercise instead of on sale like in US. Even without the equity part i think most …

  2. comment
    Comment #49240076

    First of all it's not just SV - all of US sales is like this. Second, if you're talking about Europe - base/variable comps split may not be 50/50 but it's often the same OTE struct…

  3. comment
    Comment #49239821

    if i'm working for a company i sure hope they're sending their sales reps to a tropical paradise, and if they don't, i hope i don't own any equity.

  4. comment
    Comment #49233740

    Clearly ai written comment

  5. comment
    Comment #49191582

    That was exactly my process on this article and the rest. Often i actually scrap claude/chatgpt edit because it sounds so fake and rewrite it myself. And like i said elsewhere - di…

  6. comment
    Comment #49189843

    the soak tub in the kitchen was nice

  7. comment
    Comment #49189464

    I actually do get public cloud as well as running your own racks. There is room for both. Your startup is growing 100% every quarter but you're not sure if you have real PMF yet? Y…

  8. comment
    Comment #49186167

    This is a company blog. I run some paragraphs through ai to fix my dogshit sentence structure since english is not my first language (come to think of it, my russian has always bee…

  9. comment
    Comment #49185811

    Did anyone really expect OCI deal not to become, shall we say, less generous as they slowly creep up their market share? Anyone banking on OCI being cheaper provider is playing a g…

  10. comment
    Comment #49184833

    Im not entirely sure what the motivation was for replacing nghttp2 with oghttp2 - nghttp2 is probably the most used codec for http/2 - so probably not compliance. I think it was mo…

  11. comment
    Comment #49184664

    I did write it, the machine did all the react tho (with my help)

  12. story
  13. comment
    Comment #49178778

    the capex vs opex arugment would be persuasive if you couldn't lease servers. and obviously colo was always opex. basically the only time you'd get into serious capex was when you …

  14. comment
    Comment #49166128

    > Its addresses are MAC addresses, serial numbers burned into each card at the factory. oof Nice idea, but execution could be better - way too many factual errors. Actually, consid…

  15. comment
    Comment #49138821

    I met a number of really successful founders who came in just wanting to build a business and found a niche later (sometimes waaay later). I suspect majority of founders with “grea…

  16. comment
    Comment #49127740

    yes it's true, us court has ruled destructive scanning is required to make it "fair use" (ianal, etc etc) - https://www.ropesgray.com/en/insights/alerts/2025/06/from-bo...

  17. comment
    Comment #49126963

    author here, thanks! i tried putting both on the same plot in FIG 1 but it was kind of a mess... https://apoxy.dev/blog/netstack-bbrv3#behind-the-scenes has more of the thought pro…

  18. comment
    Comment #49088527

    The posters interpretation of why Envoy is using downstream on listener side and upstream on backend side is wrong. There's a formal definition in RFC 2616: upstream/downstream Ups…

  19. story
  20. comment
    Comment #49027821

    > security companies are going to comb over the weights and discover every hidden secret of the model is this even doable? it seems plausible the model can be order-66'ed without i…

  21. comment
    Comment #49027619

    A lot of software projects don't make money directly. Our company makes money. This would have cost thousands of dollars paid to a contractor previously with unclear results so yes…

  22. comment
    Comment #49026582

    Here is a TCP simulator I built using Fable 5 to reproduce BBR paper results: https://ccsim.apoxy.dev It took it ~4 hours to bang out initial version which was slightly broken then…

  23. comment
    Comment #49023748

    "do not fool yourself" proceeds to fool himself... if you are honest about your bias that's still fooling yourself if your conclusions are just demonstrably wrong.

  24. story
  25. story
    Show HN: BBRv3 for gVisor's netstack, visualized in the browser using WASM

    Hello HN, We’ve built a BBRv3 congestion control implementation for gVisor’s netstack (userspace Linux TCP/IP stack implementation in Go). As part of testing it I realized we can a…