summaryrefslogtreecommitdiff
path: root/slides/vortrag_gekürzt/aa.tex
blob: 9e7761c1b94b47d2c179a0a46ea566d2c47f6a3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
\documentclass{beamer}
\usepackage[ngerman]{babel}
\usepackage[utf8x]{inputenc}
%\usepackage{iwona}
\usepackage{palatino}
\usepackage{beamerthemesplit}
\usepackage{url}
\usepackage{listings}

\usetheme{Warsaw}
\usefonttheme{professionalfonts}

\title{\emph{\sc Omegle}}
\author{Yves Fischer}
\date{Montag 15. Juni 2009}

\newcommand{\simplesplit}[2][]{
\begin{columns}
  \begin{column}{5cm}
    #1
  \end{column}
  \begin{column}{5cm}
    #2
  \end{column}
\end{columns}
}

\begin{document}
\frame{\titlepage}

\section{Was ist Omegle}
\begin{frame}
  \textbf{Omegle}
  \begin{itemize}
  \item ... verbindet zwei Gesprächspartner zufällig
  \item ... ist ,,Web 2.0''. Setzt mit Ajax auf REST-Interface und
    JSON als Datenformat.
  \item ... ist \emph{nicht} primär eine Cybersex Plattform
  \item Hat angeblich je nach Zeit zwischen 2500 und 4000 Benutzer
  \end{itemize}
\end{frame}

  % \begin{frame}\frametitle{Omegle technisch betrachtet}
  %   asd
  % \end{frame}


  \section{Fun mit Omegle}
   \begin{frame}\frametitle{Re-Implementation der Omegle
       Plattform}
     \begin{itemize}
       \item Zum testen der eigenen ,,Omegle-Applikationen''
       \item ebenfalls mit python und twisted-Framework
       \item Zurzeit teils funktionsfähig. Weitere funktionen wie Malen oder Bildertausch geplant
       \end{itemize}
   \end{frame}

  \begin{frame}\frametitle{eigene Omegle Clients}
    \begin{itemize}
    \item einfacher Konsolenchat
    \item ncurses chat mit python-urwid
    \end{itemize}
  \end{frame}

   \begin{frame}\frametitle{Mitschneiden von Inhalten}
     grafik..
   \end{frame}

\begin{frame}[fragile]\frametitle{Training eines Bots} 
  \lstset{language=SQL} \tiny
  \begin{lstlisting}
SELECT message
  FROM omegle_messages 
 WHERE ( message ILIKE '%sex%'
      OR message ILIKE '%boob%'
      OR message ILIKE '%horny %'
      OR message ILIKE '%pussy %'
      OR message ILIKE '%ass %'
      OR message ILIKE '%naked%'
      OR message ILIKE '%fuck%'
      OR LENGTH(message) < 7 AND CAST(RANDOM()*10 as integer)=1)
   AND
      LENGTH(message) < 35 
   AND NOT ( message ILIKE '%www.%'
          OR message ILIKE '%http%'
          OR message ILIKE '%@%.%');
  \end{lstlisting}
\small
  \begin{itemize}
  \item Alle Nachrichten in denen die {\it Wörter} vorkommen und keine
    Adressen vorkommen.
  \item keine Nachrichten groesser 34 Zeichen ({\sc ASCII}-Art)
  \end{itemize}
\end{frame}

\begin{frame}[fragile]\frametitle{Unterhaltung}\tiny
  \begin{columns}
    \begin{column}{5cm}
\begin{verbatim}
 Megahal Connection confirmed
Stranger: dafaakep
 Megahal: I want to touch a boobie.
Stranger: you know what, so do i
 Megahal: I want to do sex with you.
Stranger: aah pillow
 Megahal: You know what, so do i.
Stranger: you know what, so do i
 Megahal: Do you want to do sex with a girl.
Stranger: i want to do sex with you
 Megahal: Want me to fuck you.
Stranger: fuck me with your pecker
 Megahal: Me want sex you have sex with me.
Stranger: /b/ have sex with everyone
 Megahal: And sex with everyone.
Stranger: everyone
 Megahal: And sex with everyone.
Stranger: and a little bit more sexy time now
 Megahal: Hey sexy sexy.
Stranger: im too sexy for my shirt
 Megahal: My hair just goes down to my boobs.
Stranger: my cock goes up to my boobs
\end{verbatim}
      \end{column}
      \begin{column}{5cm}
\begin{verbatim}
 Megahal: My hair just goes down to my boobs.
Stranger: charizard
 Megahal: Fuck the rest uk rule.
Stranger: haha thats not what yall were saying when we sunk your tea in boston
 Megahal: Not like sex.
ahalBot Megahal:Stranger is typing
Stranger: me fucking you 
 Megahal: You want to do sex with you.
Stranger: oh no much like sex
Stranger: sexy time 
 Megahal: Yes yes go sex time.
Stranger: i am doing sex with me
 Megahal: And sex with me.
 Megahal: Class of 450.
Stranger: would you like to suck my cock
 Megahal: You want to do sex with you.
Stranger: BEZERKER
 Megahal: One guy fucks you in the ass.
Stranger: i prefer one in the ass, one in the mouth
 Megahal: One guy fucks you in the mouth.
 Megahal disconnect
\end{verbatim}
      \end{column}
    \end{columns}
  \begin{itemize}
  \item Abbruch der Verbindung mit ,,Processing Failed''. Filter?
  \end{itemize}
\end{frame}

\frame{\frametitle{Auswertung}
  \begin{itemize}
    \item Asiaten brechen bei {\it sinnlosen} Bot-Aussagen eher nicht ab
    \item Die allgemein schlechten Englischkentnisse auf Omegle
      begünstigen den Einsatz der K.I.
    \item Megahal ist durchaus in der Lage seinen Partner einen ganzen
      Chat hinüber nicht aufzufallen
    \item Das trainieren von Megahal mit Begriffen aus Konversationen rund um Cybersex ist sinnvoll, wenn lange Konversationen gewünscht sind, da hier fehler des Bots nicht so stark ins Gewicht fallen
    \item Megahal ist nicht in der Lage ein Gesprächsverlauf zu analysieren sondern betrachet jeweils nur die letzte Aussage seines Gesprächspartners. Daher kommt er leicht al vom Thema ab.
  \end{itemize}
}

\section{Demonstration}
\frame{\frametitle{}
  \begin{center}\Huge Demonstration \end{center}
}

\begin{frame}\frametitle{Quellen}
  \begin{itemize}
  \item omegle \url{http://omegle.com}
  \item megahal \url{http://megahal.alioth.debian.org/}
  \item python-omegle tools \url{http://xapek.org/svn/common/omegle}
  \item Omegle Klon in python \url{http://xapek.org/svn/common/chat}
  \item Perl WWW::Omegle
    \url{http://search.cpan.org/~revmischa/WWW-Omegle-0.02/lib/WWW/Omegle.pm}
  \item Folien
    \url{http://xapek.org/svn/common/omegle/slides/slides.pdf}
  \end{itemize}
\end{frame}

\end{document}