Search found 1556 matches

by Chris
Tue Nov 28, 2017 10:08 pm
Forum: Beginner Help and Support
Topic: MYSQL Two Tables Join Issue
Replies: -1
Views: 7179

Re: MYSQL Two Tables Join Issue

I would highly recommend using a good ORM pattern like active record or something of the sort. You will get really complicated joins and a lot of duplicate SQL queries, which can be easily solved using a good ORM. My personal favorite is the native Kohana ORM, Yii's CActiveRecord is also a nice clas...
by Chris
Tue Nov 28, 2017 10:05 pm
Forum: Beginner Help and Support
Topic: Chat System
Replies: -1
Views: 7503

Re: Chat System

Does Ratchet use a different execution engine? Because the code looks more like a PHP-styled version of node. Not sure, but it does not depend on zeromq, I haven't delved that deep into the code of ratchet. I guess they have rewritten the socket logic straight in PHP so it no longer requires the C ...
by Chris
Fri Nov 24, 2017 11:01 pm
Forum: Beginner Help and Support
Topic: Chat System
Replies: -1
Views: 7503

Re: Chat System

First PHP socket I ever made was with zero mq, which came with some major encoding issues between JavaScript sockets. Ratchet is a good solution. But you can always resort to zero mq with any language, just bind to the library.
by Chris
Sun Nov 19, 2017 9:19 pm
Forum: Off-Topic
Topic: A shift in awareness
Replies: -1
Views: 7033

Re: A shift in awareness

And the earth is in the shape of a donut.
by Chris
Sun Nov 19, 2017 1:21 pm
Forum: Off-Topic
Topic: A shift in awareness
Replies: -1
Views: 7033

Re: A shift in awareness

The reason AI made bitcoin could be, so it could sell the idea of the blockhain to people who will connect more hardware and add to its processing power. As bitcoin is also a form of AI, to help the AI to expand, and while it's at it, take control over money. It's like what came first, the chicken o...
by Chris
Sat Nov 18, 2017 10:40 pm
Forum: Off-Topic
Topic: A shift in awareness
Replies: -1
Views: 7033

Re: A shift in awareness

The reality seems weirder. The block chain was created by AI. Read the source code. My hypotheses, some of it seems to have been reverse engineered at some stage, and someone has made sense of it.

PS: https://www.youtube.com/watch?v=pFC6unmgYFI
by Chris
Fri Nov 17, 2017 10:54 pm
Forum: Off-Topic
Topic: A shift in awareness
Replies: -1
Views: 7033

Re: A shift in awareness

https://www.youtube.com/watch?v=mpzZ7C5FsnU

I guess it could make sense, as it's trying to calculate every possibility based on the set amount of characters we give it?

https://github.com/bitcoin/bitcoin/tree/master/src
by Chris
Wed Nov 15, 2017 6:31 pm
Forum: Off-Topic
Topic: A shift in awareness
Replies: -1
Views: 7033

Re: A shift in awareness

Capitalism. The sooner AI replaces labor, the sooner money becomes redundant, the sooner we can move onto new problems. If they complain, tell the tax office you paid VAT/GST/Goods tax on the material you use to create your energy. And if you were to use your energy to mine crypto currency, what wou...
by Chris
Wed Nov 15, 2017 1:02 pm
Forum: Beginner Help and Support
Topic: Chat System
Replies: -1
Views: 7503

Re: Chat System

Of course there is such thing as a standard chat system, otherwise you would not be able describe it the way you did. What you want to know is will it do the extras you want, that would generally require custom logic, and in that case it is no longer a standard chat system. Chat systems are very eas...
by Chris
Wed Nov 15, 2017 8:25 am
Forum: Off-Topic
Topic: Do you create your own reality?
Replies: -1
Views: 2199

Re: Do you create your own reality?

Defining constraints is nothing else than what is required for humans to understand things. In other words creating boarders or defining boxes or words. At the end of the day, because the universe is infinite, there really is no constraint. And I'm not saying you necessarily have to be alive to be a...

Go to advanced search