[ / / / / / / / / / / / / / ] [ dir / asmr / chaos / htg / imas / newbrit / sonyeon / strek / vore ]

/bane/ - Baneposting

The Fire Rises
Name
Email
Subject
Comment *
File
Flag *
* = required field[▶ Show post options & limits]
Confused? See the FAQ.
Embed
(replaces files and can be used instead)
Oekaki
Show oekaki applet
(replaces files and can be used instead)
Options
dicesidesmodifier
Password (For file and post deletion.)

Allowed file types:jpg, jpeg, gif, png, webm, mp4, swf, pdf
Max filesize is 12 MB.
Max image dimensions are 10000 x 10000.
You may upload 5 per post.


Bane?

File: 9a45075ddc12c3e⋯.png (7.16 KB, 676x318, 338:159, 0.png)

File: 8f38d422a3f553e⋯.png (7.74 KB, 668x310, 334:155, 1.png)

File: 493dd0b0eb4ea2b⋯.png (3.2 KB, 625x207, 625:207, 2.png)

 No.136239

>write a random "sentence" generator

>feed it the plane scene script

>receive cryptic baneposting

just for you

 No.136240

File: 4884c3dbb0f9933⋯.png (3.98 KB, 446x374, 223:187, CIA MAN.png)

oh fuck now it's singing


 No.136241

File: c75b2f678173faa⋯.png (1.59 KB, 364x92, 91:23, PAVEL NO.png)

CIA what are you doing


 No.136242

File: 2beee6b698ca306⋯.png (6.09 KB, 520x382, 260:191, he wasn't with nothing.png)

File: 57badf5e09d622e⋯.png (4.8 KB, 638x380, 319:190, enumerated.png)

Starting to clean it up a little.

First one to talk gets to decide the next step of my master plan!


 No.136243

>>136239

Share the random sentence generator pls


 No.136245

File: 7800e817b0378cd⋯.png (10.82 KB, 668x738, 334:369, links.png)

>>136243

For you. Right now it's capable of forming semi-coherent phrases.

It can learn from your input, or from a text file. Text files are loaded using the LOAD: command followed by the filename.

The END command quits the program.

This program is licensed to you under the BPL (Bane Posting License)

You have the right to run it, modify it, and study how it works.

You also have the right to redistribute it in binary and source form, but only to people whose head temperature does not exceed the usual limit.

Binary here, source below https://a.pomf.cat/ckvkbz.7z

Binary requires .NET 3.5


using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace fgsfds {


class Program {


static readonly string[] limiters = new string[] {
"." , " " , "!" , "?" , "\n","\t" ,"(",")","&","-","=","+","/","\\",","
};

static Dictionary<string,string> links = new Dictionary<string , string>();

static List<string> wordsKnown = new List<string>();

static void Dissect( string input ) {
string last = string.Empty;

string[] splits = input.Split( limiters , StringSplitOptions.RemoveEmptyEntries );

foreach ( string str in splits ) {



if ( !links.ContainsKey( last ) & last != string.Empty ) {
links.Add( last , str );
Console.WriteLine( last + " -> " + str );
}
last = str;

string str2 = str;

// add only if not present, keep track of frequency separately

foreach ( string lim in limiters ) {
str2 = str2.Replace( lim , "" );
}

str2 = str2.ToLowerInvariant();

if ( string.IsNullOrEmpty( str2 ) || wordsKnown.Contains( str2 ) ) { continue; }
wordsKnown.Add( str2 );
Console.WriteLine( str2 );
}
}



static string Babble() {
if ( wordsKnown.Count < 2 ) {
return "...";
}

Random r = new Random();
StringBuilder stb = new StringBuilder();

int count = Math.Min( wordsKnown.Count - 1 , r.Next( 16 ) + 2 );

const char space = ' ';

int z = r.Next( wordsKnown.Count - 1 );

string roll = wordsKnown[z];

//string initWord = roll;

string lastWord = roll;
for ( int i = 0 ; i < count ; i++ ) {

if ( links.ContainsKey( lastWord ) & r.Next( 4 ) != 1 ) {
roll = links[lastWord];
} else {
z = r.Next( wordsKnown.Count - 1 );
roll = wordsKnown[z];
}

if ( lastWord == roll ) {
continue;
}

lastWord = roll;

stb.Append( space + roll );
}
stb.Append( '.' ); // polite shitposting

return stb.ToString();
}

static void Main( string[] args ) {

while ( true ) {

string str;


Console.ForegroundColor = ConsoleColor.Cyan;
str = Console.ReadLine();


if ( str == "END" ) { break; }

if ( str.StartsWith( "LOAD" ) ) {
string filename = str.Split( ':' )[1];
if ( System.IO.File.Exists( filename ) ) {
Dissect( System.IO.File.ReadAllText( filename ) );
continue;
}
}

//Echo
//Console.WriteLine( str );

// Devour the input
Dissect( str );
Console.ForegroundColor = ConsoleColor.Magenta;
// Say something
Console.WriteLine( Babble() );

}


}
}
}



 No.136258

>dr pavel im handgun

>dr pavel…im CIA man

>dr pavel im CIA

What did CIA mean by this?

Is he traumatized after surviving the plane scene?


 No.136262

>>136258

>dr pavel im handgun

Compare with Matthew 10:34:

>i came not to bring peace, but to bring a sword

This indeed confirms that CIA is a metaphor for Jesus. This has many parallels in the plane scene, most prominent where he sacrifices his life as the plane crashes, so as not to abandon his men. Many Biblical scholars, deriving parallels with many other verses, believe that this verse actually refers to bringing about an ideological division or conflict, which is indeed the central theme of TDKR.

>dr pavel…im CIA man

>dr pavel im CIA

This indeed reveals more than what a cursory glance might reveal. It shows CIA's unwavering loyalty and dedication to duty and his Agency, that even after going throught the plane crash, and ending up traumatised, he still considers himself first and foremost an agent of CIA.

Also, the fact that he survived, or more accurately came back to life after the unsurvivable crash, is another Christ symbolism further affirming my theory.

It's little details such as this that reveal themselves after collectively viewing and analysing the scene for thousands, perhaps even millions of times that give Nolan a well-deserved

BRAVO


 No.136268

>>136262

Bravo indeed


 No.136271

>>136239

cabin,

W H Y

H

Y




[Return][Go to top][Catalog][Nerve Center][Post a Reply]
Delete Post [ ]
[]
[ / / / / / / / / / / / / / ] [ dir / asmr / chaos / htg / imas / newbrit / sonyeon / strek / vore ]