Live data from Hacker News

Viewing profile — rbolte

rbolte

HN member
Joined
Wed, Dec 17, 2014, 12:57 PM UTC
HN karma
132
Public activity
38 items

About rbolte

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. story
  4. story
  5. story
  6. story
  7. story
  8. story
  9. story
  10. comment
    Comment #10338371

    Released version 1.0.3 which fixes the XSS and path traversal security issues (as well as 3 other issues, see https://github.com/remie/YouTransfer/issues?q=milestone%3A1.... for mo…

  11. comment
    Comment #10333415

    Good catch! The XSS error was introduced with the implementation of error handling, but is a really unwanted side effect :) I've created two issues on GitHub ( https://github.com/r…

  12. comment
    Comment #10333138

    I'm not familiar with camlistore, but a first glance at the project website tells me that it has way more features and serves a different goal. YouTransfer is basically a very simp…

  13. comment
    Comment #10331713

    BTW: if this concerns the youtranfer.io website (instead of the YouTransfer application), I'm actually a bit hesitant to change this. I'm currently using the GitHub site generator …

  14. comment
    Comment #10331297

    Good suggestion! I've added an issue on GitHub ( https://github.com/remie/YouTransfer/issues/106 ). BTW: normally the files will expire within a specific timeframe and will be remo…

  15. comment
    Comment #10331254

    I'm a bit hesitant to change this as I'm using the GitHub site generator for convenience. There is a limited set of templates available, most of which are either ugly or have reada…

  16. comment
    Comment #10331235

    The problem with ACL is that I'm worried it will make the project more complex. I've added an issue on GitHub for future reference ( https://github.com/remie/YouTransfer/issues/105…

  17. comment
    Comment #10331060

    Are you referring to the generated GitHub pages on http://youtransfer.io or to the demo instance ( http://demo.youtransfer.io ) which is the actual application?

  18. comment
    Comment #10331054

    Basically... yeah, if you do not take any additional security measures, anybody can just "dump" files on your server. You could opt for the S3 storage provider, which will dump the…

  19. comment
    Comment #10330948

    Currently, the files are stored as a flat file list on the file system using their randomly generated token to create a [token].json and [token].binary file. The JSON file contains…

  20. comment
    Comment #10330914

    :D How about Proxima Nova? ( http://www.marksimonson.com/fonts/view/proxima-nova )

  21. comment
    Comment #10330896

    Thanks! I'm glad I could help :)

  22. comment
    Comment #10330863

    Any suggestions?

  23. comment
    Comment #10330829

    And it's done. The 1.0.2 hotfix is now available with the token generation fix as well as 2 other enhancements.

  24. comment
    Comment #10330807

    It's not really related. YouTransfer.io uses DropzoneJS as the file transfer UI for javascript enabled browsers.

  25. comment
    Comment #10330730

    I've opted for the 16 bits version right now as it fits better in the UI. There will be an additional issue to deal with improving the bitrate as well as making a suitable UI for i…