Live data from Hacker News

Viewing profile — moloch

moloch

HN member
Joined
Fri, Dec 16, 2011, 1:59 PM UTC
HN karma
289
Public activity
72 items

About moloch

[ my public key: https://keybase.io/moloch; my proof: https://keybase.io/moloch/sigs/fTjH7v0drtEtO5GkBwQk1HrndrW69IOMtmaXzdJ8Y0o ]

Recent public activity

  1. story
  2. comment
    Comment #40458361

    Say they introduce a bug, that deletes every file on your machine.

  3. comment
    Comment #31260514

    No, they don't have access to the Wireguard keys and everything is point-to-point. They'd have to push a backdoored software update to gain access (and this is a threat with any ve…

  4. story
  5. comment
    Comment #30773323

    Yeap, I think the Xbox 360 was the first (or one of the first) to implement this protection back in 2005 - https://www.youtube.com/watch?v=uxjpmc8ZIxM

  6. comment
    Comment #30443751

    No, unless combined with WebUSB trickery, and such an attack has been possible in the past. However, browsers currently implement blocklists of HIDs and other USB types from workin…

  7. comment
    Comment #23964519

    Python has had named arguments for a long time (since v1.4), which is arguably more widespread than PHP or Swift.

  8. comment
    Comment #23641890

    None of your cited examples are "secure," they're the very definition of "security by obscurity," which is to say insecure. https://en.wikipedia.org/wiki/Kerckhoffs%27s_principle

  9. comment
    Comment #22046597

    If anyone is interested in Electron application security, I wrote a guide that explains the methodology behind some of the choices the author here has taken and even goes a bit fur…

  10. comment
    Comment #21702263

    I've used nsshell to great effect on multiple projects, highly recommend it (but an encrypted option would be great rook). I've also written a more heavy handed asymmetrically encr…

  11. comment
    Comment #20890600

    Always hack with a safety shell!

  12. comment
    Comment #20667942

    The conference did _not_ accept the talk, they paid the conference so that they could give the talk.

  13. story
  14. comment
    Comment #20275149

    Using 2Mb with MSVC instead of 1Kb with MASM. Such a wasteful world.

  15. comment
    Comment #20109053

    I think their main mistake was requiring a user to change their password to upgrade the hash instead of upgrading the hash on the next user login.

  16. comment
    Comment #16541779

    Steam VR/Vive has "AAA" non-exclusive titles.

  17. story
  18. comment
    Comment #13951011

    Is that enabled by default in 4? I use and identical AOT build process with 2.4 and 4 (ng-cli) and there's no problems building with 2.4

  19. comment
    Comment #13947320

    Lol, if only the real world were that simple. I have an Angular 2.4 project that when updated to 4.0.0 produces about 300+ build time errors (guess you can't access `private` membe…

  20. story
  21. comment
    Comment #12778173

    This is bad but not horrible, especially in the example given leaking the reset token to Cloudfront. The application is loading JavaScript from the Cloudfront origin, so that origi…

  22. comment
    Comment #12585234

    SVG should only be executing in a null origin if it is not blocked by the CSP.

  23. comment
    Comment #12559465

    Well TypeScript is sort of "optionally typed" (variables can have a type of `any`) it's also superset of JavaScript so any valid js is valid ts.

  24. comment
    Comment #12535186

    Ubuntu also has LTS releases for this exact reason.

  25. comment
    Comment #12243413

    I really want the GPU performance, my mid-2014 MBP can only output to a 4k monitor @30hz