Live data from Hacker News

Tox: A simple, distributed, free, secure Skype replacement. Now alpha with A/V

news.ycombinator.com

81–90 of 147 posts

Re: Tox: A simple, distributed, free, secure Skype replacement. Now alpha with A/V

#81

Earlier quoted context omitted.

The website should be completely functional with JS disabled (and it is for me), what issues do you get? Note: I'm not in charge of the tox.im website, if it were up to me there would be no javascript at all.

Chromium w/ ScriptSafe installed: no text until I allow the primary domain's JS: http://imgur.com/6xOfCr0 http://imgur.com/E8WK98R

You should probably submit a bug report to ScriptSafe.

Re: Tox: A simple, distributed, free, secure Skype replacement. Now alpha with A/V

#84
post #62

What makes the main developer, irungentoo, qualified to write the Tox core?

Starting a new, blue water distributed encryption system in a non-safe language is odd at this point. The protocol is being _noodled_ through and the code is in C. This is the coding style https://github.com/irungentoo/toxcore/commit/84c28337d248bad... this is openssl all over again https://github.com/irungentoo/toxcore/commit/1d6c3934736c369...

I don't know what cargo cult coding style you want adhere to, but there is nothing wrong with the linked diff's.

It's quite readable and has yet to tangle itself in the ifdef mess that is openssl.

Re: Tox: A simple, distributed, free, secure Skype replacement. Now alpha with A/V

#85
post #72
post #61

Can you explain why tox is written in C over languages?

Knowing the typical Arch/Gentoo tiling WM 8px console font anime wallpaper mindset on /g/, "bloat".

You say it like it's not a sign of a good developer who minds all the details. Though I'll admit I use a 16px font.

Re: Tox: A simple, distributed, free, secure Skype replacement. Now alpha with A/V

#86
post #33

I guess you've settled on a name, pretty completely, but tox evokes all sorts of bad feelings like "Toxin", "Detox" - generally feelings associated with the idea of poison or of poisoning yourself. From a marketing perspective this might not be the least sinister name you could have chosen. I realize this comes out of 4chan and we make a point of not giving a shit about marketing but...

It's marketed to people, not corporations. If the name bothers you, it's not for you. Enjoy being tracked by everybody because you were too much of a baby to run something called "tox" out of fear of being poisoned.

Re: Tox: A simple, distributed, free, secure Skype replacement. Now alpha with A/V

#87
post #76
post #73

Earlier quoted context omitted.

C is far from a non-safe language; it's the language of choice for NASA systems that lives depend on after all. I'm not sure what you're trying to point out with those links. How is this related to openssl?

Because NASA has used C means this guy writes code for the shuttle? Read the code. Dig through the commit logs. This is the wrong choice on about every level. The best encryption won't save you when you have code like this. What did we not learn about OpenSSL?

the only thing I'm seeing from your posts is "I'm a fucking idiot who doesn't understand that C is safer than any interpreted pretend-you're-safe language"

Re: Tox: A simple, distributed, free, secure Skype replacement. Now alpha with A/V

#88

Earlier quoted context omitted.

But you don't have to actually know them. If they posted their Tox ID on 4chan, which happens all the time, and they accept my friend request, I would have their IP address, correct?

How else would you connect to them in decentralized fashion? Your IP address isn't really useful information anyway. Note that being friends in this context means the users have added each other.

You could implement onion routing. But yes, you are right the IP address is usually a useless piece of information.

Re: Tox: A simple, distributed, free, secure Skype replacement. Now alpha with A/V

#89

Earlier quoted context omitted.

No. They have to be friends with you.

But you don't have to actually know them. If they posted their Tox ID on 4chan, which happens all the time, and they accept my friend request, I would have their IP address, correct?

Ip addresses change. Sometimes they don't even work for P2P. Without ICE or something its hard to even know your public IP address programmatically. So often some kind of proxy or server is necessary for most people. True decentralized connections are a sketchy proposition.
Post reply on HN