Live data from Hacker News

Viewing profile — suixo

suixo

HN member
Joined
Sat, Nov 01, 2014, 9:02 PM UTC
HN karma
100
Public activity
36 items

About suixo

Random guy. Fullstack dev. Security-minded, like to hack things. "But how does it work inside?".

I love to explore and discover.

[ my public key: https://keybase.io/mickaelbergem; my proof: https://keybase.io/mickaelbergem/sigs/zZA5mallYrvbDHa_5nuvAU_03EralP0tbjJ8MUG0dls ]

Recent public activity

  1. comment
    Comment #24143749

    This reminds me of something similar I did about 5 years ago: https://blog.securem.eu/projects/2015/03/08/flooding-the-phi... One important thing is to report the phishing attempt,…

  2. story
  3. story
  4. comment
    Comment #22580497

    Have you heard of Toggl? It's a time tracker that integrates with your browser and let you click click click on Google Agenda meetings, JIRA tasks, GitHub PRs and hopefully most of…

  5. comment
    Comment #22150340

    Keep in mind that those 5 million people did not submit their fingerprint on this website, so they are not "known" by this tool.

  6. story
  7. comment
    Comment #21982247

    Last part of this comment made me laugh, trying to imagine someone shouting over Slack "PATCH YOUR BRIDGE, NOW!!"

  8. story
  9. comment
    Comment #21081815

    I love the "check if integer addition will overflow" in Python: def adding_will_overflow(x, y): return False I have no idea if it's actually true but I find that funny.

  10. story
  11. story
  12. story
  13. story
  14. story
  15. story
  16. comment
    Comment #17915939

    Awesome analysis, quite instructive. I am even considering adding it to my server performance tool, as a frontend performance metric, since I guess it could be easily automated. Im…

  17. comment
    Comment #17616192

    In the original U2F spec, I think there was an "answer" to this revocation issue: "enroll a second device for every origin, and keep this one in a safe". This way you can still con…

  18. story
  19. story
  20. story
  21. comment
    Comment #16868410

    OP here. Thanks to all your rich comments, I have updated the post with the final conclusion: GitHub is gradually (and silently) deploying HTTPS to custom-domains websites hosted o…

  22. comment
    Comment #16867999

    Thanks for the detailed post. The rogue word seems to be a bit too strong, as I totally understand how GitHub generated the cert thanks to Let's Encrypt. The surprising bit is that…

  23. comment
    Comment #16866808

    Thank you! This approves the gradual release thesis, although I am surprised that no communication was made by GitHub.

  24. comment
    Comment #16866677

    There is no huge problem, just an interrogation over how this happened since the UI doesn't allow it and the documentation states this is not possible.

  25. comment
    Comment #16866570

    Actually this was exactly what happened and surprised me. I was moving my blog out of GitHub Pages to a self-hosted solution, and it's only after switching DNS and generating the c…