Live data from Hacker News

Viewing profile — quantumtremor

quantumtremor

HN member
Joined
Tue, Apr 21, 2015, 7:35 AM UTC
HN karma
367
Public activity
55 items

About quantumtremor

No profile information was provided.

Recent public activity

  1. comment
    Comment #13302230

    It's not really any additional protection...how are you going to break a token? I've encountered this a few times on other sites, have to waste a few seconds messing around in my a…

  2. comment
    Comment #13295627

    These are all polynomial equations, so we can likely solve them by computing a Grobner basis over the set and using the Elimination Theorem.

  3. comment
    Comment #13141611

    Office 365?

  4. comment
    Comment #13133383

    I'm very glad people are speaking up about this. This is horrifying. Good job on stopping the process when you felt uncomfortable, we should all be doing this.

  5. comment
    Comment #13117653

    Definitely not. Here's a nice algorithm that will actually compute the embedding as well: https://en.wikipedia.org/wiki/Fáry's_theorem . However straight line embeddings by Fary's …

  6. comment
    Comment #13096347

    Although I don't know for sure, I believe Borges' short story The Zahir [0] refers to Tipu in his usual convoluted way. >In 1832, on the outskirts of Bhuj, Taylor heard the followi…

  7. comment
    Comment #13076209

    This is a great point, and I address it at the end of my post. The basic idea is that freedom shouldn't be limited to people who 1) have the technical knowledge to do all this and …

  8. comment
    Comment #13076167

    Yes, I agree that cheating should be curbed. But not at the expense of tracking every running application on a computer, or the exact location of interviewees. Videochat and on-sit…

  9. comment
    Comment #13076131

    My best guess is n^3:n^3-n, making the answer 60, but I have no idea what the real answer is.

  10. comment
    Comment #13076083

    Reiterating the questions posed at the end, To what extent should personal ethics play in deciding where a (software) engineer should work? What if the engineer has no other choice…

  11. story
  12. comment
    Comment #13004371

    In particular, a good challenge is the 2-state solution. Decrease the number of states to 2 and try figuring out the rules (toggle "Instructions") that make the 2-state Busy Beaver…

  13. story
  14. comment
    Comment #13001412

    Unfortunately Ras Bodik is no longer at Berkeley, so it's unlikely it'll be offered again.

  15. comment
    Comment #12997978

    Okay so to fix mine: create a circuit that decrypts a ciphertext using the private key, returning 1, 0, or Bottom depending if it's an encryption of spam marking or not, or not val…

  16. comment
    Comment #12997888

    What? With FHE the client just gets an additional encrypted metadata that is the encryption of whether the attached file is spam or not. No looping required, whereas your functiona…

  17. comment
    Comment #12997775

    The problem with functional encryption is as you say, you need to hand over the "function" somehow to the server (presumably they use machine learning and tools that aren't feasibl…

  18. comment
    Comment #12960443

    We know it can be written out as a haiku: https://xkcd.com/622/ !

  19. comment
    Comment #12960414

    I'm not a mathematician but I'd say no since trig functions inherently require a lot more math to formulate, whereas Euclid's proof follows from much simpler facts.

  20. story
  21. comment
    Comment #12844406

    I think you need some sort of input validation on the length/size of the text. Is the application just throwing everything away if it's too large?

  22. story
  23. comment
    Comment #12320061

    This is really great. A few thoughts -Did you have any trouble with the sockets library? -I saw you explicitly mentioned "plane_distance", so are you planning on adding Haversine d…

  24. comment
    Comment #12077393

    My first guess was RedHat. From skimming through https://www.redhat.com/en/services/training/all-courses-exam... , it seems all of the courses use open source software, that might …

  25. comment
    Comment #12059338

    So why not accept a lambda? I saw that http://stackoverflow.com/questions/334851/print-the-code-whi... gives you the source, though I'm not sure if it'll always work. This does wor…