Live data from Hacker News

Viewing profile — excel2flow

excel2flow

HN member
Joined
Fri, May 02, 2014, 4:31 PM UTC
HN karma
48
Public activity
22 items

About excel2flow

No profile information was provided.

Recent public activity

  1. comment
    Comment #11933775

    Thanks for tip - I'll ask my doctor about it. Btw, I've already tried some noise generators for Android and I've observed strange effect - I have ringing only in the left ear so I …

  2. comment
    Comment #11933333

    I have it 24/7, nothing seems to help. It can be only masked by external noise. Alcohol doesn't help me to get temporal relief - it's even worse, louder. But by far the worst conse…

  3. comment
    Comment #11933049

    My tinnitus started with local anesthesia given by dentist. It caused spasm in jaw muscle which I had for almost a month - and as a side effect there was a tinnitus in left ear. Th…

  4. comment
    Comment #11631832

    Can prejudice be renamed to "statistical assessments"? :)

  5. comment
    Comment #11502930

    Yes, but that is denotation of inhabitants, the same way Pšonci is for Poles :)

  6. comment
    Comment #10641273

    There's barely anyone cheering even for "Lewiz Hamiltononbot". In current F1 the pilot is merely a ballast - the result is basically predetermined by technology. Also there's no ne…

  7. comment
    Comment #10623757

    https://en.wikipedia.org/wiki/Biological_immortality

  8. comment
    Comment #10367117

    Please can someone elaborate on claim: "… is pretty simple to convert into remote code execution"? Especially the "pretty simple" bit.

  9. comment
    Comment #10286751

    Too bad I didn't have this year ago, it would have saved me some work with http://excel2flow.asp2.cz/

  10. comment
    Comment #10178453

    https://en.wikipedia.org/wiki/List_of_audio_programming_lang... What's the selling point of this one?

  11. comment
    Comment #9652037

    Also US medical data exchange is built on S/MIME: http://www.directtrust.org/

  12. comment
    Comment #9651329

    Yes, thanks for correction.

  13. comment
    Comment #9651139

    Btw, does PGP support triple wrapping to prevent surreptitious forwarding? (S/MIME does - https://www.ietf.org/rfc/rfc2634.txt ) I really don't understand why it has been chosen ov…

  14. comment
    Comment #9476675

    http://www.pipeline.com/~hbaker1/sigplannotices/gigo-1997-04...

  15. comment
    Comment #9476513

    Could have abstract interpretation ( http://www.astree.ens.fr/ ) or some other formal method prevented it?

  16. comment
    Comment #9243599

    Yeah, right. But any CRL smaller then 64 KB can be distributed this way. So it would be CA's responsibility to keep them small, otherwise they would pay for the full traffic. "The …

  17. comment
    Comment #9243276

    Btw, is there any reason why CRLs are not widely published via DNS ( https://tools.ietf.org/html/rfc4398 )? It would lower the costs associated with distribution of CRLs...

  18. comment
    Comment #9004648

    For that matter, I don't know what I would do without BouncyCastle: https://www.bouncycastle.org/donate/index.cgi This article made me think about donating.

  19. comment
    Comment #8137303

    Thanks for testing! ";" is delimiter for function arguments in czech version of Excel (because "," is decimal delimiter). Parser tries to guess if you're using czech or english ver…

  20. comment
    Comment #8136013

    I had some trouble reading nested IF functions, so I wrote a piece of code which translates them into flowcharts: http://excel2flow.asp2.cz/ (weekend project)

  21. story
  22. story
    Excel formula to flowchart

    Tries to parse Excel formula which contains IF, OR, AND, etc. Then it constructs flowchart and merges identical subgraphs. Flowchart is then rendered by Graphviz. A weekend project…