Live data from Hacker News

Viewing profile — salmaanp

salmaanp

HN member
Joined
Thu, Jan 05, 2017, 3:30 AM UTC
HN karma
96
Public activity
48 items

About salmaanp

No profile information was provided.

Recent public activity

  1. comment
    Comment #37617040

    I would use this if there was an easy way to integrate it with plaid. (login once and keep data synced). This would be comparable to personal capital at that level.

  2. comment
    Comment #33627992

    if they were using mac, better way would just be to check /var/spool/cups and see if the file is present.

  3. comment
    Comment #30746795

    how would this work for custom applications? Say I have a C program which does openssl handshakes inside. How can we implement the same SSLKEYLOGFILE functionality in it

  4. comment
  5. story
    Ask HN: Is there a better PCAP analyzer than Wireshark?

    Wireshark is great, it has all the bell and whistles. The one thing that is severely lacking is the experience when analyzing a capture. You can only follow one tcp/udp stream at a…

  6. comment
    Comment #25039599

    another HTTP header that I recently came to know about is the "Expect" header. Basically used to send just the request without request body and send the body only after the server …

  7. comment
    Comment #24829557

    the UX with puzzles on chess.com is much better. The analysis after the game is also pretty cool. It did help me become better. (I'm a super noob) I would happily use lichess but t…

  8. comment
    Comment #24640975

    I just see encrypted DNS on the website. Is there more information somewhere else on how it avoids SNI blocks?

  9. comment
    Comment #24640953

    true, but don't underestimate them. They blocked entire twitch just because one streamer was streaming IPL (Cricket) on it.

  10. comment
    Comment #24634270

    with SNI based blocked, its almost there. The solution to that will be TLS1.3 ESNI or VPN. (but they can block VPN as well from SNI)

  11. comment
    Comment #23876246

    who deployed on a friday afternoon?

  12. comment
    Comment #23032943

    On the one hand its super convenient to have the ISP router. They can reboot it remotely and troubleshoot. On the other hand its fully locked down, I cant even change DNS. I don't …

  13. comment
    Comment #22926658

    Nice, it has some similarities to what I had done earlier. A reddit bot which reads articles and posts a summary in the comments. It lived entirely on the heroku using free dyno. D…

  14. comment
    Comment #22868558

    this sounds similar to SSL resumption

  15. comment
    Comment #22752382

    Cisco Umbrella | Software Engineer, Engineering Manager | San Jose, CA | Onsite Full-Time Cisco Umbrella is building a cloud based Secure Internet Gateway. The team building the Se…

  16. comment
    Comment #22670462

    Cisco Umbrella | Software Engineer, Engineering Manager | San Jose, CA | Onsite Full-Time Cisco Umbrella is building a cloud based Secure Internet Gateway. The team building the Se…

  17. comment
    Comment #21132841

    I see news about DNS every single day now!

  18. comment
  19. comment
    Comment #21013783

    opendns, duo, meraki, appdynamics?

  20. comment
    Comment #16166071

    Got it, thanks!

  21. comment
    Comment #16158499

    I think font size is ok, I will add an invisible scroll bar in case the text overflows in the title. Can you give me an example of what kind of color and when? Thanks for the feedb…

  22. comment
    Comment #16158483

    Oh thanks, this is great! I didnt know this was so easy to implement.

  23. comment
    Comment #16158470

    Great suggestions, thank you! I actually forgot to write the two column media query, so I guess thats why it looks bad on landscape mode in phones and tablets. The menu seems wonky…

  24. comment
    Comment #16158449

    Yeah good idea, saw that design on many sites but didnt know what it was called until now.

  25. comment
    Comment #16138972

    Its just a means of learning for me. Wanted to learn React and so got on implementing it on a project. I have looked at AMP and it's not hard to implement but that's not what I am …