Live data from Hacker News

Viewing profile — piranna

piranna

HN member
Joined
Sat, Jan 26, 2013, 10:35 AM UTC
HN karma
23
Public activity
18 items

About piranna

http://pirannafs.blogspot.com.es/

Recent public activity

  1. comment
    Comment #10607038

    It's one of the tasks of my bachelor thesis, let's see how it goes! :-)

  2. comment
    Comment #10607036

    There are no SystemD, ssh server, udev... all these little bits that consume CPU cycles and RAM. In NodeOS Node.js runs directly on top of the Linux kernel, no more.

  3. comment
    Comment #10607033

    hyper.sh seems to be a Docker images manager, isn't it? When running NodeOS on Docker or vagga (another LXC container mechanism) it boot instantly, and on QEmu or real hardware it …

  4. comment
    Comment #10594360

    https://news.ycombinator.com/item?id=10594350 And here you have it now :-) Thank you! :-D

  5. comment
    Comment #10594357

    Yesterday November 18th it has been released NodeOS 1.0-RC1, a Linux-based operating system build on top of Node.js as userspace and mostly intended for cloud servers and embeded s…

  6. story
  7. comment
    Comment #10594329

    Thanks for the advice, I didn't published anything before on HackerNews :-)

  8. story
    NodeOS 1.0-RC1

    Today November 18th it has been released NodeOS 1.0-RC1, a Linux-based operating system build on top of Node.js as userspace and mostly intended for cloud servers and embeded syste…

  9. comment
    Comment #5828860

    This is what I was using for :-) Do you know some of them? I know there are several ones, but only was able to use Jappix.net, and they have closed it some weeks ago... :-(

  10. comment
    Comment #5828828

    Thank you :-) Yes, it's a same there's no way to do connections based on IP at this moment... It was discussed some time ago on the W3C WebRTC mail list but don't know where it wen…

  11. comment
    Comment #5824472

    That's not totally true. It's true that WebRTC currently needs a handshake server and that SDPs are a sh*t, but on ShareIt! ( http://shareit.es ), my own WebRTC P2P filesharing app…

  12. comment
    Comment #5130101

    I don't know how Gnutella works, but it's good to know! :-) EDIT: Ok, I have just read about Gnutella design on wikipedia and although in the past I didn't understand anything (I n…

  13. comment
    Comment #5121652

    Chrome v26 has native DataChannels, but I didn't have time to update my polyfill and also it gave me problem the last time I tried it, so I'm waiting until it gets out of Canary. Y…

  14. comment
    Comment #5121636

    Currently I'm using PubNub as a "pool of peers", where a new peer connect and send a "presence" message that's listened by the previous peers, that then send a SDP offer to that ne…

  15. comment
    Comment #5121587

    WHAT?!?!?!?!! It's the first news I have about that, I don't know to be happy about it or angry about nobody told me... :-P

  16. comment
    Comment #5121576

    You are true. DataChannels are encripted by spec, and WebSockets are also being cyphered. I've taken security and anonimity as far as I could (I'm not a security nor frontend guy..…

  17. comment
    Comment #5121571

    I worked REALLY HARD to make it all statil HTML and Javascript, and I'm still working hard to remove the handshake servers... Any help here will be greatly welcome :-)

  18. comment
    Comment #5119991

    It's based on code from my ShareIt! project ( http://github.com/piranna/ShareIt ) and both are interoperable thanks to my WebP2P protocol :-)