Live data from Hacker News

Viewing profile — geographomics

geographomics

HN member
Joined
Sun, Aug 17, 2014, 6:31 PM UTC
HN karma
1,052
Public activity
351 items

About geographomics

25db6c1376d93247b27c430492fd49@gmail.com

Recent public activity

  1. comment
  2. comment
    Comment #11753337

    It is a security measure, as it involves authentication through the series of knocks. It's a weak security measure on its own, so you obviously wouldn't want to rely on port knocki…

  3. comment
    Comment #11753258

    Looks rather nice, reminiscent of drawing using Teletext (e.g. http://teletextart.co.uk/ , http://www.bbcbasic.co.uk/bbcwin/manual/bbcwinh.html ).

  4. comment
    Comment #11753213

    If the port knocking was obscuring an unauthenticated root shell then you would have a good point, but this is a defence in depth measure that adds to the security. It helps becaus…

  5. comment
    Comment #11727000

    Hopefully a lot better than the Linux kernel: http://www.cvedetails.com/product/47/Linux-Linux-Kernel.html...

  6. comment
    Comment #11726109

    https://en.wikipedia.org/wiki/Problem_of_induction

  7. story
  8. comment
    Comment #11639407

    You can uninstall it with an administrative Powershell using this command: Get-AppxPackage Microsoft.WindowsStore | Remove-AppxPackage Would this not continue to work?

  9. comment
    Comment #11481678

    > Unfortunately the QR code might be an improvement over Windows 8 and 8.1 if the QR code contains more detailed information. The QR code shown in the example screenshot is just a …

  10. comment
    Comment #11435552

    The USA has a lot of catching up to do with the rest of the world then. Six weeks paid leave is paltry compared to the vast majority of countries.

  11. story
  12. comment
    Comment #11377994

    Most of the commentary here so far is really quite tangential to the actual research done. Everyone commenting on this article should make sure they've read the study first, with p…

  13. comment
    Comment #11321649

    It does appear to be some encoding issue relating to the Unicode "→" (U+2192). Encoded with UTF-8, this is represented by the three bytes 0xE2 0x86 0x92. In the TeX EC encoding, th…

  14. comment
    Comment #11277733

    After the initial period of adaptation, I found it actually increased productivity. Perhaps it was just preventing already-established bad habits that arise from having the interne…

  15. comment
    Comment #11277432

    On the topic of work environment: in one job I worked at, we had the Internet machines completely separated from the work machines. If you needed to check something you had to phys…

  16. comment
    Comment #11273944

    Unsurprising that they've ceased to accept Bitcoin. The only significant use cases thus far have been ransomware and buying recreational drugs. And early adopters cashing out of th…

  17. comment
    Comment #11272525

    Only in the amount of effort one is willing to expend in doing so, and learning any necessary skills. It's only a happy accident that so many (relatively inexpensive) routers are e…

  18. comment
    Comment #11269749

    If you're buying a device to replace the stock firmware with something customised to your liking, then you're already in the hacker mindset, so having to tinker that little bit har…

  19. comment
    Comment #11268831

    Is this really that much of a problem? Circumventing the block sounds like it could be a rather interesting technical challenge.

  20. comment
    Comment #11255703

    In what ways is the BSD networking stack superior?

  21. story
  22. comment
    Comment #11248936

    There's no known API to read the UID out (there is one to use it, or the GID, or any other AES key: http://iphonedevwiki.net/index.php/IOCryptoAcceleratorFamily... ), no published …

  23. comment
  24. comment
    Comment #11248722

    You can't parallelise it like that, because the passcode check relies on an unreadable AES key (the UID) that is unique to that particular iPhone.

  25. comment
    Comment #11248597

    Interesting technique, but it doesn't remove the long interval between permitted passcode attempts - an equally important problem for brute-forcing. So the FBI would most likely st…