Live data from Hacker News

Viewing profile — firepacket

firepacket

HN member
Joined
Thu, Oct 23, 2014, 7:07 PM UTC
HN karma
7
Public activity
25 items

About firepacket

No profile information was provided.

Recent public activity

  1. comment
    Comment #29967805

    Why do you think they say that? Because they really want to help you? You believe that crap if you want, I'll do my own research. SOMEONE has to write it, otherwise where does it c…

  2. comment
    Comment #29967769

    It's a real conspiracy. Simple as that. Google proved they could beat spam around year 2000, but now suddenly they are now letting messages through with headers that a toddler coul…

  3. comment
    Comment #29798136

    My password manager works just like this! It just monitors shared folders and keeps everything in a compressed/32k encoded XML file that you can open with a text editor. It's 1 fil…

  4. comment
    Comment #29798066

    I believe the most popular password managers have been cracked already, that is why I did a LOT of research and built my own. It was not easy, but it was fun, and if anyone wants t…

  5. comment
    Comment #29797989

    This is a huge problem. How do we reliably be sure we are entering credentials in the right place? I am thinking we need to look at a bunch of different factors, but what?

  6. comment
    Comment #29797364

    I wrote my own with ridiculous Argon2 requirements (Takes 18 secs to open) combined with PKDF hybrid hashing system. (not chained) and strong AES256 CBC implementation with proper …

  7. comment
    Comment #8675944

    > Cox is far from alone in blowing off Rightscorp's notices, so it isn't clear why the Atlanta-based provider was chosen as the test case Not only has Cox has been the most vocal a…

  8. comment
    Comment #8675935

    Just for the record, if you want a new IP usually all you have to do is change the MAC address of your router and you'll get a new one.

  9. comment
    Comment #8646912

    You mean a super cookie? Not only would this violate tracking laws in some areas, but who would ever want to use such a thing?

  10. comment
    Comment #8646900

    I would think the courts would recognize a difference between advertising to the end user for the purpose of purchase/consumption, and advertising to 3rd parties as part of a compa…

  11. comment
    Comment #8646539

    +1 I'm confused as to why so many people are saying that FreeBSD doesn't autocomplete when it always has. Also want to add that csh comes stock with historical auto completion whic…

  12. comment
    Comment #8639674

    I doubt it's intentional. Most common validation regexs that your average web dev would use tend to reject the + character.

  13. comment
    Comment #8639667

    > Currently, POS counterfeit fraud is largely absorbed by card issuers. It's a lie. Why do you think so many stores ask to see ID? From what I've seen, the accepting merchant accou…

  14. comment
    Comment #8639630

    It's not even in the form of transaction fees. Fraudulent charges are withdrawn from the retailers. Even if it has already posted to the bank account, they will take it back. The C…

  15. comment
    Comment #8549796

    > He wrote nothing about whether he requires oxygen to live, but I'll wager with you he needs it. So you think understanding bitcoin applications is obvious as breathing oxygen? So…

  16. comment
    Comment #8549658

    > I think he very clearly understands all the applications. Really? And what are you basing that opinion off of exactly? The only applications he mentions in his post relate to tax…

  17. comment
    Comment #8549602

    I don't understand- how they are lying exactly? Don't they explicitly ask you if you want to backup your recovery key to the cloud? Is it really that hard to read prompts and chang…

  18. comment
    Comment #8549558

    > the police can get you online the way they usually get you -- by having an undercover police agent pretend to be the seller. Except this method doesn't work online because they c…

  19. comment
    Comment #8549470

    This was a painful read. He says he "doesn't want to be educated about bitcoin" because "he's heard all the arguments", while at the same time claiming it's a "terrible currency (o…

  20. comment
    Comment #8537143

    Your communications can still be tapped, your location can still be tracked through cell towers, and remote malware can still turn your phone into a persistent bug. I don't think t…

  21. comment
    Comment #8529876

    Assuming your are using SSL, what exactly is the attack vector for getting a "foothold into your javascript execution" besides hacking Coinbase itself? Also, any attacker who gains…

  22. comment
    Comment #8526084

    It looks like they are basing OneGet off of NuGet - their package manager for Visual Studio. It does handle dependencies and is actually quite good compared to other package manage…

  23. comment
    Comment #8526065

    They are using the same syntax as NuGet- the Visual Studio package manager console.

  24. comment
    Comment #8501236

    Thanks. Yes, I somewhat agree with your clarification. And to further your point, it appears this guy ( https://www.reddit.com/r/Bitcoin/comments/2k38ta/my_wallet_w... ) just got h…

  25. comment
    Comment #8500111

    Siphoning bitcoin transactions is not trivial. Transactions need to be signed by the holder of the private key to the inputs. A MITM attacker still does not have access to any keys…