shacharz
|
4 years ago
|
on: Arc – A P2P CDN that runs in the browser
Internal sources say Peer5 were not acqui-hired ;)
But we took a very different direction than this or PeerCDN
shacharz
|
6 years ago
|
on: Route Leak Impacting Cloudflare
Is the specific IP range of the leak known ?
shacharz
|
6 years ago
|
on: Route Leak Impacting Cloudflare
Right now we're seeing issues in the following ASNs:
9,541 .
59,257 .
38,264 .
132,165 .
23,888 .
55,714 .
45,773 .
45,669 .
9,260 .
58,895 .
17,557 .
38,547 .
38,193 .
135,407 .
23,966 .
7,590 .
136,525 .
shacharz
|
6 years ago
|
on: Route Leak Impacting Cloudflare
Hi Shachar from Peer5 here, we're operating a MultiCDN.
Cloudflare is actually one of the best performing CDNs.
All CDNs encounter issues small to big - that's why using multiple providers and intelligently routing between them is critical for high resilience.
shacharz
|
7 years ago
|
on: Microsoft is building a Chromium browser to replace Edge on Windows 10
Anyone has more details, regarding the roadmap and timeline?
shacharz
|
7 years ago
|
on: Did I just waste 3 years?
Shareware, Demo ?
shacharz
|
7 years ago
|
on: An entrepreneur says 32-hour weeks ‘killed work ethic’ at his startup
I think solving hard problems requires working hard. There are processes that happen while you sleep and dream that I don't know the explanation for, which really help you progress on an extremely difficult problem. In my experience those processes happen only when you're very focused on your problem, it occupies your thought 80% of your waking hours and it's the last thing on your mind before going to sleep.
I remember I saw a video on it from a more credible source than I, but I can't find it.
shacharz
|
7 years ago
|
on: A2Z: A computer designed and built from scratch. Custom CPU on FPGA (2017)
There's the great nand2tetris course [1] - teaches step by step how to build a computer from the simplest logical gates, using hdl, to building your own ALU, computer, and later on operating system, etc'.
[1] https://www.nand2tetris.org/
shacharz
|
7 years ago
|
on: Why you should not use Google Cloud
What really underlines this blog and thread is that as of the moment of writing this comment, there's no official answer from Google, or even a non official one from an employee. The feeling I get as a customer is that they just don't care.
shacharz
|
7 years ago
|
on: Avoid FIFA World Cup CDN Issues
If you're ok with lower resolution then you can lower it, if the service allows it.
Obviously remove anything that might use network.
shacharz
|
8 years ago
|
on: Ask HN: What is your favourite tech talk?
shacharz
|
8 years ago
|
on: No Causal Effect of Music Practice on Ability (2014) [pdf]
The article talks about music ability defined by them to be rhythm, melody, and pitch discrimination. Not the memorization of a musical piece.
shacharz
|
8 years ago
|
on: Apple Announces Full WebRTC Support in Safari 11
shacharz
|
8 years ago
|
on: Apple Announces Full WebRTC Support in Safari 11
Can you share a link please?
shacharz
|
8 years ago
|
on: Apple Announces Full WebRTC Support in Safari 11
What do you mean exactly by that?
You want to replace the contribution side (camera to server) by WebRTC or delivery side (server to screen)
or both?
Contribution: there are platforms who already uses WebRTC instead of rtmp to stream the live camera feed. You can use tokbox's apis for example.
Delivery: This is where it gets more tricky, the nice thing about http based streaming like HLS and DASH is that it's cacheable just like any other file served over http - making it extremely scalable and that's how most CDNs operate today.
Changing that part into WebRTC has it's benefits like low latency but has a huge degradation in scaling complexity because of the connection state oriented nature of WebRTC, there are companies trying to build that as well e.g: Red5
shacharz
|
8 years ago
|
on: Apple Announces Full WebRTC Support in Safari 11
That's the $1B question.
The obvious application is the video conferencing style hangouts, Skype (which are using WebRTC already).
The nice thing about having video conf capabilities in the browser is that you can embed it in any web page and start do interesting things with it - like interactive lectures.
Improved gaming networking is another vertical.
We've built Peer5 (W17) on top of WebRTC to create a P2P CDN for Video streaming
shacharz
|
8 years ago
|
on: Apple Announces Full WebRTC Support in Safari 11
AFAIK it was part of the IOS11 announcement, so I'm inferring it'll be part of it, but couldn't find written proof
shacharz
|
8 years ago
|
on: Apple Announces Full WebRTC Support in Safari 11
By Web Push you mean http2.0's push feature? If so then yes (
http://caniuse.com/#search=http%2F2).
AFAIK Service workers are still under consideration, and nothing was announced.
shacharz
|
8 years ago
|
on: WebRTC comes to the iPhone with iOS 11
anyone knows if it includes datachannels ?
shacharz
|
8 years ago
|
on: A virtual Fidget Spinner
So now someone should implement it with css only