Can I ask a totally stupid off topic question?

lazyt

  • Code Idiot
  • I still haven't managed to break anything. But not for lack of trying:-) :-) :-)
  • Posts: 40
Can I ask a totally stupid off topic question?
« on May 8th, 2012, 06:38 PM »
I mean it's like idiot level probably. But how does Tapatalk work? Are the messages going through their servers or does the app do the transformation off of your server?

Or (most likley answer) am I just the idiot I feel like and it's obvious?

Arantor

  • As powerful as possible, as complex as necessary.
  • Posts: 14,278
Re: Can I ask a totally stupid off topic question?
« Reply #1, on May 8th, 2012, 07:05 PM »
It's not obvious, no.

What happens is that the Tapatalk code is adjoined to the forum and the app specifically contacts the extra code, rather than contacting the normal main forum code. It's a bit more complicated than that, but that's the nuts and bolts of it.

The fact that you can only find a forum through their site is mostly to get round a rule in one of the app stores' rules (probably Apple's)
When we unite against a common enemy that attacks our ethos, it nurtures group solidarity. Trolls are sensational, yes, but we keep everyone honest. | Game Memorial

lazyt

  • Code Idiot
  • I still haven't managed to break anything. But not for lack of trying:-) :-) :-)
  • Posts: 40
Re: Can I ask a totally stupid off topic question?
« Reply #2, on May 8th, 2012, 07:15 PM »
Thanks Arantor, that question has been driving me crazy forever. I've tried searching for the answer and even got curious enough to look at the code hoping something would jump out that my tired old brain could understand. Unfortunately it was all gibberish to me. I really need to try and learn some of these new fangled languages.

Arantor

  • As powerful as possible, as complex as necessary.
  • Posts: 14,278

lazyt

  • Code Idiot
  • I still haven't managed to break anything. But not for lack of trying:-) :-) :-)
  • Posts: 40
Re: Can I ask a totally stupid off topic question?
« Reply #4, on May 8th, 2012, 07:36 PM »
The last time I worked around code was Pascal. If you include shell stuff I've played with it a little but the Pascal was back god almost 40 years ago. I got away from computers for years. Everything I knew about it is about as useful as my training in vacuum tubes is.

Arantor

  • As powerful as possible, as complex as necessary.
  • Posts: 14,278
Re: Can I ask a totally stupid off topic question?
« Reply #5, on May 8th, 2012, 08:19 PM »
I suspect it isn't, actually. Take Nao, for example... before he worked with Aeva and SMF, he worked on Kyodai Mahjongg which IIRC was written in Delphi - which is just another iteration of Pascal.

I think, though, if you look you'll find a lot of similar concepts in PHP, it's derived from C and a *lot* of languages have similarities.

lazyt

  • Code Idiot
  • I still haven't managed to break anything. But not for lack of trying:-) :-) :-)
  • Posts: 40

Arantor

  • As powerful as possible, as complex as necessary.
  • Posts: 14,278