Live data from Hacker News

Comcast: Simulating shitty network connections so you can build better systems

github.com

1–10 of 87 posts

Re: Comcast: Simulating shitty network connections so you can build better systems

#7
post #5

Would something like this be DMCA'd or taken down because of the name? (Not that it is violating copyright by its contents)

I had that thought as well. From poking around various IP law sites, DMCA is purely for copyright infringement, and can possibly open you up to more liability if you try to use it for trademark claims (what this would be), see http://www.lexology.com/library/detail.aspx?g=13f9814f-b56e-... for an example.

If Comcast wanted to take this down, it would be through a trademark infringement claim.

(IANAL, etc, etc)

Re: Comcast: Simulating shitty network connections so you can build better systems

#8
I'm curious if anyone knows of tools like this that are more deterministic?

I'm in the process of writing a library at work that is basically implementing the CoAP protocol from the ground up and having something that I can script to force the same packets to be lost or delayed is something that I would find very useful for testing. I've been using Apple's network link conditioner, but when I do discover a problem, it can take a long time for the same scenario to happen again which makes testing the fix quite difficult.

I'm currently trying to think through how I'd write this to make the filters easy to setup [0], but if anyone knows of something that already exists, please let me know.

[0] https://github.com/Azdle/dolos

Re: Comcast: Simulating shitty network connections so you can build better systems

#9
post #5

Would something like this be DMCA'd or taken down because of the name? (Not that it is violating copyright by its contents)

The DMCA doesn't apply to trademarks. This probably wouldn't violate Comcast's trademark anyway, as they operate in different markets.
Post reply on HN