Live data from Hacker News

Viewing profile — ldemailly

ldemailly

HN member
Joined
Tue, Jul 21, 2015, 8:50 PM UTC
HN karma
15
Public activity
10 items

About ldemailly

No profile information was provided.

Recent public activity

  1. comment
    Comment #45351055

    Then what would you do? serial port? ssh? what is your terminal connected to if you don’t have an OS?

  2. comment
    Comment #45351040

    It doesn’t (look like a go layout) and that’s a good thing because pkg/ src/ etc aren’t good go directories.

  3. comment
  4. story
  5. comment
    Comment #14413040

    MQ shines in async calls/event delivery. gRPC / http2 / websockets / thrift is better for synchronous calls ?

  6. comment
    Comment #9927387

    My understanding iz ZMQ is a messaging/rpc mechanism while WDT is aimed at large data transfers (though it also works well with lots of small data as it's streaming) Also I don't k…

  7. comment
    Comment #9926186

    bittorrent is optimized for sending to many and across peers. for fastest data transfer the time it takes to read the data is the bottleneck once the network is optimized, so hashi…

  8. comment
    Comment #9925765

    Facebook internally use SDN which hashes source host/port destination host/port to pick paths. By using multiple connections on independent ports we do get multiple path utilized a…

  9. comment
    Comment #9925732

    http://udt.sourceforge.net/ is a solution using UDP but we decided that TCP with multiple flow was a better tradeoff for us (not to reinvent most of the window, congestion control,…

  10. comment