Viewing profile — roman_zeyde
roman_zeyde
HN member- Joined
- Fri, Jan 06, 2017, 7:20 PM UTC
- HN karma
- 23
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About roman_zeyde
[ my public key: https://keybase.io/romanz; my proof: https://keybase.io/romanz/sigs/slD7kPlviwHCf6Fa1kSzhi_Ipk1SJZnVIKiJrsw7Rnc ]
Recent public activity
-
comment
Comment #17340808
Unfortunately, VoIP doesn't allow reliable OFDM communication... It's preferable to transmit and receive the audio as-is (without any compression).
-
comment
Comment #17336596
Thanks, great to hear :)
-
comment
Comment #17336335
QAM is using both carrier's amplitude and phase to encode information, so I/Q can be thought as [1]: I = amplitude*cos(phase) Q = amplitude*sin(phase) [1] http://whiteboard.ping.se…
-
comment
Comment #17336143
The original goal was transmitting ~10kB in a few seconds over an audio cable, so I didn't try to improve the transmission speed much further. I guess that adding error correction …
-
comment
Comment #17334379
Thanks a lot, I definitely agree :) I didn't try Google Nearby, since I was developing the modem to run on a desktop machine (but later I've created a simple Android app [1], suppo…
-
comment
Comment #17334154
Nice idea :) However, I'm not aware of any such protocol...
-
comment
Comment #17334151
No, I've used it only on my Linux machine. I guess it should also work on MacOS, since it depends on `numpy` [1] and `portaudio19-dev` [2] Debian packages (which should be installa…
-
comment
Comment #17334104
Thanks :)
-
comment
Comment #17334065
Both :) The initial use-case was performing air-gapped communication for signing Bitcoin transactions [1] on an offline machine. [1] https://github.com/spesmilo/electrum/pull/964
-
comment
Comment #17334030
Indeed, I am using OFDM [1], which uses several carriers, each modulated via QAM [2]. [1] https://en.wikipedia.org/wiki/Orthogonal_frequency-division_... [2] https://en.wikipedia.o…
-
comment
Comment #17333544
Thanks! Using an audio cable (for better SNR), I have managed to achieve and sustain 60kbps for long periods time - so 3MB file should take ~7 minutes to transmit.
-
comment
Comment #17333533
Currently, it does not - mainly because I've tried to use all available bandwidth (to increase the bit-rate). Please take a look at https://github.com/quiet/quiet-js for an ultraso…
-
comment
Comment #17333524
~3 meters is indeed quite a challenging scenario. I've tested it with the lowest bit-rate supported (1 kbps), but it doesn't work reliably. You can try my Android app [1] to reprod…
-
comment
Comment #17333365
Author here, thanks for posting this :) Would be happy to answer any question.
-
comment
Comment #14545447
I can suggest using TREZOR and Ledger Nano S hardware devices for common GnuPG operations, e.g. signatures and decryption. Please take a look at https://github.com/romanz/trezor-ag…