Viewing profile — geographomics
geographomics
HN member- Joined
- Sun, Aug 17, 2014, 6:31 PM UTC
- HN karma
- 1,052
- Public activity
- 351 items
- HN profile
- View on Hacker News ↗
About geographomics
Recent public activity
- comment
-
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…
-
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 ).
-
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…
-
comment
Comment #11727000
Hopefully a lot better than the Linux kernel: http://www.cvedetails.com/product/47/Linux-Linux-Kernel.html...
-
comment
Comment #11726109
https://en.wikipedia.org/wiki/Problem_of_induction
- story
-
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?
-
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 …
-
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.
- story
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
-
comment
Comment #11268831
Is this really that much of a problem? Circumventing the block sounds like it could be a rather interesting technical challenge.
-
comment
Comment #11255703
In what ways is the BSD networking stack superior?
- story
-
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 …
- comment
-
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.
-
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…