Comments for Entitled Opinions https://ravispeaks.wordpress.com My reflections on technology, music, life in general and myself in particular. Thu, 30 Jul 2020 04:32:22 +0000 hourly 1 http://wordpress.com/ Comment on Gluster AFR: The Complete Guide (Part 3) by David Spisla https://ravispeaks.wordpress.com/2019/05/14/gluster-afr-the-complete-guide-part-3/#comment-415 Wed, 19 Jun 2019 09:00:57 +0000 http://ravispeaks.wordpress.com/?p=383#comment-415 @itisravi
What do you think about hat issue with the SHD?
https://lists.gluster.org/pipermail/gluster-users/2019-June/036690.html

]]>
Comment on Gluster AFR: The Complete Guide (Part 3) by itisravi https://ravispeaks.wordpress.com/2019/05/14/gluster-afr-the-complete-guide-part-3/#comment-413 Thu, 30 May 2019 13:44:38 +0000 http://ravispeaks.wordpress.com/?p=383#comment-413 Thanks Alan! I have corrected the typo. 🙂

]]>
Comment on Gluster AFR: The Complete Guide (Part 3) by Alan Orth https://ravispeaks.wordpress.com/2019/05/14/gluster-afr-the-complete-guide-part-3/#comment-412 Thu, 30 May 2019 08:00:49 +0000 http://ravispeaks.wordpress.com/?p=383#comment-412 Great resource. There’s a typo in the client log level volume option. It should be:

$ gluster volume set $volname client-log-level $LEVEL

]]>
Comment on DIY Omegle Chat Bot! by Abhishek Bamotra https://ravispeaks.wordpress.com/2009/09/16/diy-omegle-chat-bot/#comment-287 Fri, 04 Aug 2017 09:16:21 +0000 http://ravispeaks.wordpress.com/?p=118#comment-287 Haha! you have done it in really easy and convenient way. I would love to include your work in my blog post. Omegle bot

]]>
Comment on DIY Omegle Chat Bot! by John https://ravispeaks.wordpress.com/2009/09/16/diy-omegle-chat-bot/#comment-191 Wed, 01 Jul 2015 20:03:35 +0000 http://ravispeaks.wordpress.com/?p=118#comment-191 In reply to Robin.

It needs python 2 not 3

]]>
Comment on DIY Omegle Chat Bot! by Hunter Burnette https://ravispeaks.wordpress.com/2009/09/16/diy-omegle-chat-bot/#comment-139 Tue, 06 May 2014 14:53:26 +0000 http://ravispeaks.wordpress.com/?p=118#comment-139 Nobody likes fucking bots! I keep on running into this bot that keeps saying they like licking pokemon feet!

]]>
Comment on DIY Omegle Chat Bot! by Muuke https://ravispeaks.wordpress.com/2009/09/16/diy-omegle-chat-bot/#comment-86 Tue, 24 Jul 2012 01:27:44 +0000 http://ravispeaks.wordpress.com/?p=118#comment-86 Can someone give me an exe or something? I don’t understand how to use it but it is hillarious!

]]>
Comment on DIY Omegle Chat Bot! by novusophia https://ravispeaks.wordpress.com/2009/09/16/diy-omegle-chat-bot/#comment-85 Tue, 12 Jun 2012 09:59:37 +0000 http://ravispeaks.wordpress.com/?p=118#comment-85 …Is it me or are people missing the obvious thing : The Turing Machine Test, supposed to demonstrate if a program has near-human intellect, resolves on testing if a program can fool a human being into believing it is another human being… ( of course it’s supposed to be tested on several people).
I’d say this chat log was a most definit succes, now if you happen to convince every person who chats with your bot…well, You’ll become famous for creating the first AI machine ( assuming people in the AI business still think the Turing Machine Test is the one they have to beat to make something intelligent XD).

Of course, the fact that I’ve managed to trick people into believing I was the bot is…a counter-argument… against the turing test having any validity 🙂

Thanks for the bot, personally I’m trying to make a script to get the IP of any person I video-chat with (it’s a pain finding it in Wireshark, especially since my network has an extraordinary amount of trash ( as “anything I don’t care about” stuff) traffic flowing back and forth.

]]>
Comment on DIY Omegle Chat Bot! by Some Cool Dude https://ravispeaks.wordpress.com/2009/09/16/diy-omegle-chat-bot/#comment-81 Sat, 24 Mar 2012 09:34:07 +0000 http://ravispeaks.wordpress.com/?p=118#comment-81 If anyone is still having trouble on making this Python Omeglebot working in 2012, check out my YouTube video and read through the description: http://www.youtube.com/watch?v=cM3aZh60jWc

You are also welcome to view my other videos. Thanks.

]]>
Comment on DIY Omegle Chat Bot! by guest https://ravispeaks.wordpress.com/2009/09/16/diy-omegle-chat-bot/#comment-78 Fri, 20 Jan 2012 00:12:46 +0000 http://ravispeaks.wordpress.com/?p=118#comment-78 I get an error after a few lines of chat saying WARNING: maximum recursion depth exceeded (input=’CATCHALL’)

msgReq = url.urlopen(‘http://promenade.omegle.com/send’, ‘&msg=’+msg+’&id=’+id)
File “D:\Python27\lib\urllib2.py”, line 126, in urlopen
return _opener.open(url, data, timeout)
File “D:\Python27\lib\urllib2.py”, line 400, in open
response = meth(req, response)
File “D:\Python27\lib\urllib2.py”, line 513, in http_response
‘http’, request, response, code, msg, hdrs)
File “D:\Python27\lib\urllib2.py”, line 438, in error
return self._call_chain(*args)
File “D:\Python27\lib\urllib2.py”, line 372, in _call_chain
result = func(*args)
File “D:\Python27\lib\urllib2.py”, line 521, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 400: Bad Request

]]>