Live data from Hacker News

Viewing profile — tomfitz

tomfitz

HN member
Joined
Thu, Aug 01, 2013, 5:26 PM UTC
HN karma
159
Public activity
54 items

About tomfitz

No profile information was provided.

Recent public activity

  1. comment
    Comment #15895050

    That's a neat visualisation. n^2 = sum(1..n) - sum(1..n-1) = 2 sum(1..n-1) + n => n^2 - n = 2 sum(1..n-1) => n(n-1) = 2*sum(1..n-1) => sum(1..n-1) = n(n-1)/2 And you can rewrite th…

  2. comment
    Comment #15607563

    https://www.haproxy.com/blog/dns-service-discovery-haproxy/ (which is a link on the OP) says TTL on SRV records "is ignored by HAProxy as HAProxy maintains its own expiry data whic…

  3. comment
    Comment #15439663

    The author has a few well written pieces. These two are hilarious: https://robertheaton.com/2014/10/25/tales-from-a-san-francis... https://robertheaton.com/2014/07/14/getting-nothi…

  4. story
  5. comment
    Comment #15307988

    https://en.wikipedia.org/wiki/2017#August

  6. comment
    Comment #15051160

    Pressing "Erase browsing history" in the Android persistent notification bar seems to do this.

  7. comment
    Comment #15046277

    U2F keys are linked to the associated domain (e.g. google.com or dropbox.com), so your U2F would not present your google.com key to a U2F prompt on googlehax.com This stops the pro…

  8. comment
    Comment #15044173

    Use TOTP as a fallback. You might argue "well why bother with U2F, if you are going to set up TOTP anyway", to which I respond that using U2F is still a net win, because for the ti…

  9. comment
    Comment #15034655

    I just tried deactivating, and upon logging in to Messenger (which works) it logged me into Messenger, but not FB. Sweet!

  10. comment
    Comment #14947098

    https://en.wikipedia.org/wiki/Stellar_(payment_network) is a decentralized currency that already isn't the "ecological disaster" that Bitcoin is.

  11. comment
    Comment #14900061

    > First, pointing out that there are harms and she's aware of them, despite not addressing them, because she refuses to disclose her communications. Though I'm skeptical of how muc…

  12. comment
    Comment #14899524

    This is the argument raised by security experts in http://dspace.mit.edu/bitstream/handle/1721.1/97690/MIT-CSAI... , which I'm not qualified to disagree with. It seems strong! Even…

  13. comment
    Comment #14899466

    > I think GP's point is the warrant isn't needed. GP? > Whether [...] you are simply pointing out that those in authority have a default duty/right to an individual's private conve…

  14. comment
    Comment #14899436

    > She wants to institute pervasive spying (targeted spying can be achieved by individually planting hardware backdoors, or simply recording the suspect entering their password). I …

  15. comment
    Comment #14899302

    I'm not sure of the relevance of this to jstanley's argument, nor my rebuttal.

  16. comment
    Comment #14899290

    Is the home secretary using that argument? We ought to use strong arguments. This thread's arguments aren't strong.

  17. comment
    Comment #14899063

    Are you law enforcement with a warrant?

  18. comment
    Comment #14880364

    https://github.com/technomancy/better-defaults aims to be "a small number of better defaults for Emacs". I use it, though I'm not a heavy emacs user.

  19. comment
    Comment #14775412

    Same in other parts of Europe, Australia, and New Zealand

  20. comment
    Comment #14642133

    I do this, which helps a lot. I still find myself mindlessly browsing during "downtime", however.

  21. comment
    Comment #14618929

    https://github.com/cjdelisle/cjdns/blob/master/doc/Whitepape...

  22. comment
    Comment #14617021

    CJDNS is a self-organising IP address allocation and routing layer. A node's public key acts as its IPv6 address, and routing uses a DHT of those nodes. This style of network has t…

  23. comment
    Comment #14602405

    Oops. Just realised my comment contains a mistake. casync does not act as a server. Its on-disk representation and client behaviour is designed in such a way that the server need o…

  24. comment
    Comment #14600507

    SHA-256 seems to score well on https://www.cryptopp.com/benchmarks.html .

  25. comment
    Comment #14600493

    Great. The chunked model (inspired by Borgbackup/Tarsnap) seems preferable to Docker layering, and diff-based approaches. As far as I can tell, the advantages compared to Borgbacku…