Live data from Hacker News

Viewing profile — nbraud

nbraud

HN member
Joined
Fri, Sep 02, 2016, 12:32 PM UTC
HN karma
34
Public activity
25 items

About nbraud

[ my public key: https://keybase.io/nicoo; my proof: https://keybase.io/nicoo/sigs/J4jAR9HiRo4CGalrT9EEtJruavKK6fLjQcaCOXATv-g ]

Recent public activity

  1. comment
    Comment #23593093

    A bunch of different things, few of which I got actual traction on, in true ADHD form (though some of that was being unable to go to the local hackerspace, for hardware work) One t…

  2. comment
    Comment #17784463

    You mentioned the firmware is open, but I couldn't find it anywhere. Could you post a link, ideally to the Git repository where it's developed?

  3. comment
    Comment #17784440

    Regarding password storage with GPG, there is pass(1) ( https://passwordstore.org ) which is a wrapper around Git and GnuPG, and there are a number of front-ends for it. :)

  4. comment
    Comment #14135389

    I am involved in a non-profit that operates Tor exit nodes for a while ( https://nos-oignons.net ), and before then I was running exit nodes on my own. The main benefit of setting …

  5. comment
    Comment #13598497

    I'm not sure MX records would work without either modifying SMTP servers or using Tor in transparent proxy mode. Postfix, for instance, has [transport maps]( http://www.postfix.org…

  6. comment
    Comment #13598409

    > Google can monetize your information much easier than an ISP. More to the point: Google is a more central actor, who gets to see the data of far more users, than your ISP ever wi…

  7. comment
    Comment #13598384

    > people in most places around the world already have slow connections - sharing that with others would be the last thing they'd want to do You seem to misunderstand how Tor works.…

  8. comment
    Comment #12434511

    Ah, ok, you were referring to the DoS vector. Yes, a simultaneous seizure of the DirAuth would do that, breaking Tor relays and clients until the software is updated (the list is i…

  9. comment
  10. comment
    Comment #12430627

    The takeaway was indeed that they could deanonymise individual users, but they couldn't target it and it required significant amounts of human effort (i.e. it did not scale). AFAIK…

  11. comment
    Comment #12430605

    There is automated tooling out there that is used to detect misbehaving exits, like ExitMap: https://gitweb.torproject.org/user/phw/exitmap.git/

  12. comment
    Comment #12430599

    > The more people are aware that plaintext over Tor is a really, really bad idea [1], the more people will use end-to-end encryption. Yes, but how does your collecting logs impact …

  13. comment
    Comment #12430570

    The Reduced Exit Policy goes in that direction: https://trac.torproject.org/projects/tor/wiki/doc/ReducedExi... It's basically a documented exit policy (i.e. the configuration stat…

  14. comment
    Comment #12430560

    The guy was convicted for literally saying in a public chat room “if you want to host child porn, you can do it on a Tor onion service”, IIRC. That's very much not them getting con…

  15. comment
    Comment #12430551

    > The problem is more like that tor relies on a few directory authorities and the only protection they have is geographic distribution and the public outcry should a set of nation …

  16. comment
    Comment #12430532

    They indeed are.

  17. comment
    Comment #12430529

    For IM: http://nicolas.braud-santoni.eu/otr.asc For email: https://sks-keyservers.net/pks/lookup?op=vindex&fingerprint=...

  18. comment
    Comment #12430512

    > But then again, a lot of people do use Tor to do stupid shit like DDoS or run C&C for botnets. Misinformed at best: you wouldn't want to DDoS anything over Tor, because 1) the na…

  19. comment
    Comment #12427185

    Well, one single person running 1000 exit nodes would be potentially armful. Same for 1000 exit nodes running on the same network. That's why it's not very practical to simply writ…

  20. comment
    Comment #12427162

    Yes: a number of non-profits exist, who operate high-bandwidth Tor exit nodes. In Europe and North America, many of them partnered with the German TorServers.net: https://www.torse…

  21. comment
    Comment #12427083

    Also, remember that the NSA has had that kind of capabilities for a while, yet what came out of the Snowden leaks was “Tor stinks” (read: “We don't know how to break it in any prac…

  22. comment
    Comment #12412982

    The point is not that the DB schema will evolve sanely, nothing can guarantee that (nor with JSON). The point is that the schema is explicit: worst case, I can go look it up, and I…

  23. comment
    Comment #12412641

    That's FUD and untrue. The first thing you see in Tor Browser is a tab explaining that you got properly connected to Tor, but that Tor in itself is not a complete solution to onlin…

  24. comment
    Comment #12412634

    Assuming the server uses SNI, the domain name requested by the client is also sent in plaintext. Also, it's exposed anyway in DNS queries.

  25. comment
    Comment #12412601

    There are several reasons you want this, relating to security, privacy and “politics” (in the wider sense). Regarding security, using HTTPS (along with the right measures on extern…