Live data from Hacker News

Viewing profile — tOkeshu

tOkeshu

HN member
Joined
Fri, Oct 19, 2012, 1:34 PM UTC
HN karma
18
Public activity
11 items

About tOkeshu

http://monkeypatch.me

Recent public activity

  1. comment
    Comment #8557029

    Well it's called Remote Storage [1] but I guess we can't expect companies like Google, Apple, Amazon or DropBox to actually embrace that, isnt it? [1] http://remotestorage.io/

  2. comment
    Comment #8334359

    I generally find that using tuples of booleans this way is (sometimes) blurring the intent. Indeed, not only you have to keep in mind which boolean value correspond to which variab…

  3. comment
    Comment #7422555

    Some people try to address this issue in Europe and especially in France. I strongly recommend anyone interested to take a look at the DIY ISP project [1]. There is also a map [2] …

  4. comment
    Comment #6935316

    > This is a solved problem. There is strong technical obstacles but yes the problem is more or less solved in different ways. The point of Randall Munroe here is to emphasis the ga…

  5. comment
    Comment #6935250

    It is way more complicated than that. WebRTC is all great and shiny but there is strong obstacles to build correct data transfer applications on top of that: - You still need a ser…

  6. comment
    Comment #6935074

    Dropbox has a storage limit, requires an account and is non free software. The usage proposed here is a "no-strings" attached approach. Ideally you want something you can trust, he…

  7. comment
    Comment #6935028

    It's a really geeky approach. The 949 problem concerns a lot of persons who does not even know what a server is.

  8. comment
    Comment #6935020

    Do not forget that this solution is inherently mono-threaded and does not benefits from a proper concurrency model like node.js for example (which is also mono-threaded by "design"…

  9. comment
    Comment #4673675

    Yes Fountain Codes are definitively something I have to look at. Improving bandwidth usage and resuming downloads are part of the next improvements with https. For now Erlang have …

  10. comment
    Comment #4673637

    Theses files are examples files. You can find the same in the cowboy_examples repository[1] (Cowboy is the erlang server I use to build the application). I should remove these file…

  11. story