Viewing profile — szimek
szimek
HN member- Joined
- Thu, May 17, 2012, 7:48 PM UTC
- HN karma
- 195
- Public activity
- 26 items
- HN profile
- View on Hacker News ↗
About szimek
Recent public activity
-
comment
Comment #23403645
Hi! ShareDrop author here. Thanks for the suggestion - I've updated it in the repo description and in README file.
-
comment
Comment #23403600
Hi! ShareDrop author here. It doesn't use any TURN servers and that's why it doesn't work if one is required.
-
comment
Comment #21457470
ShareDrop author here. It's really great that people are still using it, after almost 6 years since the release! It was first announced here on HN: https://news.ycombinator.com/ite…
-
comment
Comment #12895680
Does everything really work? I've got a car with Android Auto, but I need to pay a small fee to actually enable it (because why not :/) and I'm not sure if it makes sense to pay fo…
-
comment
Comment #12685349
Recently I got annoyed how hard it is to use shrinkwrap in npm and started working on a npm wrapper that would make npm as easy to work with as Ruby Bundler by copying its workflow…
-
comment
Comment #12529599
I'm using idb.filesystem.js in https://www.sharedrop.io , so that only very small part of the transferred file is stored in memory, but then without asking users for permission (i.…
-
comment
Comment #11348530
In the sign-up form they state that "Note that each audio request is limited to 2 minutes in length." Does anyone know what "audio request" is? Does it mean that it's limited to 2 …
-
comment
Comment #8953021
I've been using it for almost a year on sharedrop.io (p2p file transfer app) to distinguish peers in the same local network. The code I'm using for finding local IP comes from http…
- story
-
comment
Comment #7473431
Originally, we used socket.io for presence management and PeerJS library ( http://peerjs.com ), which uses its own websocket server, for WebRTC signaling. We had 2 websocket server…
-
comment
Comment #7472430
Yeah, it probably could. I think that https://www.sharefest.me/ has faster transfer speeds, especially that it allows you to download the same file from more than one peer.
-
comment
Comment #7471410
I think I've figured out why it asked for Flash. I forgot to remove socket.io related files that we were using before switching to Firebase.
-
comment
Comment #7470194
Yes it is :)
-
comment
Comment #7470168
It seems so. I was a bit surprised myself, but this data is taken from the info that browsers send to each other to determine the best path for P2P connection. The actual code for …
-
comment
Comment #7469904
I think it worked since 32. The current stable Chrome version is 33.
-
comment
Comment #7469284
Sure. WebRTC allows you to send any data, audio and video directly between peers. Though to be honest there are much easier ways to create text chat.
-
comment
Comment #7469025
Pretty cool. It does upload the files to S3 though, right? ShareDrop in theory should be much faster (especially on local network) and more secure, as it sends files directly betwe…
-
comment
Comment #7468993
Hopefully, we'll add sending files between networks pretty soon as well. However, it's already possible with similar WebRTC based services like https://www.sharefest.me/ or https:/…
-
comment
Comment #7468919
It depends on what you mean by "mobile" :) It works between Chrome on Android and desktop. Unfortunately, Safari (neither desktop nor mobile) doesn't support WebRTC.
-
comment
Comment #7468827
No idea why it asked for Flash. At this moment the app works only in Chrome and Opera, because Firefox doesn't support HTML5 FileSystem API. There's a polyfill for that, but we had…
-
comment
Comment #7468516
Sure, we mention it even in the README ( https://github.com/cowbell/sharedrop/blob/master/README.md ). There's probably a workaround if you have a phone with internet access - you …
- story
-
comment
Comment #6846900
:) Well, it's open source, so you can check what it does and even run it locally without internet connection if you really want. Good idea though, I'll have to add form for credit …
-
comment
Comment #6844043
Brush, fur and neighbor points look really cool. Using Bézier curves, but with variable width, can give nice "handwritten" feel to it - http://szimek.github.io/signature_pad (works…
-
comment
Comment #6721931
Thanks for the tip. Really cool idea with the publicly available server - I assumed that some HTML slide frameworks might have e.g. SocketIO plugins, but didn't expect them to have…