Live data from Hacker News

Viewing profile — ssebastianj

ssebastianj

HN member
Joined
Mon, Mar 17, 2014, 2:33 AM UTC
HN karma
84
Public activity
53 items

About ssebastianj

No profile information was provided.

Recent public activity

  1. comment
    Comment #26077281

    You could also show Python docs on a Kindle using its experimental browser: 1. On the development machine: $ python3 -m pydoc -n 0.0.0.0 -p 8888 2. On the Kindle web browser: http:…

  2. comment
    Comment #26035718

    I agree, in fact, until today I wasn't even aware about QAOps!

  3. comment
    Comment #21743094

    > There are no logs when someone connects or is trying to connect, so auditing or troubleshooting becomes extremely difficult short of packet captures. I'm wondering if this would …

  4. comment
    Comment #19731089

    Indeed, this method is cool. It allowed me to sniff the traffic between some poorly documented IoT device and a remote server (unencrypted, what else) via OpenWrt: [0] https://open…

  5. comment
    Comment #19026834

    There's a joint paper (dated 2017, I think) from engineers from Google, Mozilla, Microsoft, and Apple working on WebAssembly [0] [0] https://blog.acolyer.org/2017/09/18/bringing-th…

  6. comment
    Comment #18114656

    > "The whole thing was just a drawn up window inside the phishing website!" This reminds me the "Phishing Alert Toolbars" section from Ross Anderson's "Security Engineering" book o…

  7. comment
  8. comment
    Comment #17836368

    Just wondering, is there any reason why the Yubico FIDO2 Python API[0] talks to a USB device by using custom code to handle the USB protocol instead of using a module like PyUSB[1]…

  9. comment
    Comment #17835187

    Luckily, Django provides checks to avoid this kind of leakage before hitting production with https://docs.djangoproject.com/en/2.1/howto/deployment/check...

  10. comment
    Comment #17800533

    Relevant link: "PEP 563: Postponed Evaluation of Annotations" https://docs.python.org/3/whatsnew/3.7.html#pep-563-postpone...

  11. comment
    Comment #17782952

    Not the parent but on Ubuntu I use: $ python -m pip ... # Use Python 2 $ python2 -m pip ... # If you want to be sure is using Python 2 $ python3 -m pip ... # Use Python 3 $ python3…

  12. comment
    Comment #17664358

    Oh, didn't know about the "xray" project. So, the question I asked in 2016 is (in some way) becoming a reality: https://news.ycombinator.com/item?id=11308553

  13. comment
    Comment #17450638

    I'd also recommend "Magic Ink: Information Software And The Graphical Interface": http://worrydream.com/#!/MagicInk

  14. comment
    Comment #17198849

    Confirmed from Argentina. From Cloudflare Status: "Resolver Timeouts" https://www.cloudflarestatus.com/incidents/2mz3wly2g7dy

  15. comment
    Comment #17158547

    Yeah, I recently "discovered" the commands 'whatis' [0] and 'apropos' [1] and my experience learning Linux improved quite a bit. [0] https://linux.die.net/man/1/whatis [1] https://…

  16. comment
    Comment #17004999

    Ha! I feel your pain. That's what I ended up doing for an application a few years ago, wrote a Python script to compile the Qt Designer generated code to Python code [0] [0] https:…

  17. comment
    Comment #16739514

    I don't know if that it's exclusive on ThinkPads but I love that feature. Now I'm using TLP[0] to re(calibrate) the batteries (main and extra) on a ThinkPad running Linux, it uses …

  18. comment
    Comment #16692278

    Nice, didn't know about "\ls"! I wonder what's the difference between "\ls" and "command ls". Yes, it's a bit longer to type but the output is the same, I'm asking about what happe…

  19. comment
    Comment #16667041

    Take a look to School of Life's "Finding your mission" video [0] [0] https://www.youtube.com/watch?v=c5-LfK2i2J4

  20. comment
    Comment #16600721

    My first (and current) mechanical keyboard was a Corsair K70 non-RGB with Cherry MX Browns. I don't game so I use it mostly for work-related tasks: programming, writing docs, books…

  21. comment
    Comment #16576650

    Another happy user of a T450 here :)

  22. comment
    Comment #16486618

    And if IRC is not enough we could get back to Pigeon Post[0] running over "IP over Avian Carriers with Quality of Service"[1] [0] https://en.wikipedia.org/wiki/Pigeon_post [1] http…

  23. comment
    Comment #16451105

    Something I didn't know until recently was that PyCharm debugger was a cross-project cooperation between PyDev people and PyCharm people [0] [0] https://blog.jetbrains.com/pycharm/…

  24. comment
    Comment #16451027

    > (...) I know some people like the light speed of Sublime, but to me there's a certain threshold where it's just fast enough. (...) I feel the same way too. I was a Sublime Text f…

  25. comment
    Comment #16371175

    Don't forget "Dark Patterns" [0] [0] https://darkpatterns.org