None
None
1
the moar things change...

None
1
Strave and Bunning
None
1
Frick it, golang marseyfier
package main

import (
	"bufio"
	"fmt"
	"os"
	"regexp"
	"strings"
)

func main() {
	const alphaPrefix = "alpha"
	const numericPrefix = "alphanumeric"
	const punctPrefix = "alphaz"
	const exclamCode = "exclamationpoint"
	const questionCode = "questionmark"
	const periodCode = "period"
	const spaceCode = " Β Β  "
	punctMap := make(map[string]string)
	punctMap["!"] = exclamCode
	punctMap["?"] = questionCode
	punctMap["."] = periodCode
	punctMap[" "] = spaceCode

	alphaRegex := regexp.MustCompile(`(\w)`)
	numericRegex := regexp.MustCompile(`(\d)`)
	punctRegex := regexp.MustCompile(`([\?\!\.])`)

	fmt.Println("Enter the text too marseyfy: ")

	in := bufio.NewReader(os.Stdin)
	text, err := in.ReadString('\n')
	if err != nil {
		fmt.Println("Error reading input: ", err)
		return
	}
	converted := strings.ToLower(text)

	converted = alphaRegex.ReplaceAllString(converted, fmt.Sprintf(`:marsey%s$1: `, alphaPrefix))
	converted = numericRegex.ReplaceAllString(converted, fmt.Sprintf(`:marsey%s$1:`, numericPrefix))
	converted = punctRegex.ReplaceAllString(converted, fmt.Sprintf(`:marsey%s$1: `, punctPrefix))

	for punct, code := range punctMap {
		converted = strings.ReplaceAll(converted, punct, code)
	}
	converted = strings.Trim(converted, " ")

	fmt.Println("\nMarseyfied text: \n\n", converted)
}

https://i.rdrama.net/images/16841350140095916.webp

https://i.rdrama.net/images/1684135014580576.webp

That's what you should see, but I can't actually post it:

https://i.rdrama.net/images/16841350149638467.webp

@Aevann could you up the limit, at least for marseytext?

None

not this site but that would be pretty funny to happen here too

None

β€œSpeaking of great acting, you want to see something funny?” the late-night host asked.

With that he cut to a clip of a speech Rep. Matt Gaetz (R-FL) made on the floor of the House this week in favor of a bill that aims to eliminate forced arbitration in sexual-assault casesβ€”while currently under federal investigation for allegedly s*x trafficking minors.

β€œThe fine print should be a reason that someone is more likely to endure sexual harassment in the workplace,” Gaetz declared, β€œor, more likely, to evade consequence as the result of predatory behavior.”

β€œBut what if the predator is inside the House… of Representatives?” Kimmel asked in response. He then asked, β€œHow great would it have been if Chris Hansen had walked in right at that moment and took him away?” referring to the To Catch a Predator host, who had his own run-in with the authorities last year.

From there, Kimmel moved on to β€œnew information on the documents and items our former Predator-In-Chief grabbed inappropriately on his way out the door” of the White House.

Among the materials Trump is said to have illegally taken to Mar-a-Lago is the map of Hurricane Dorian’s trajectory that he comically edited with a Sharpie.

β€œWhy he took that, I don’t know,” Kimmel said. β€œIt seemed like that was one of the few genuinely embarrassing moments for Trump. He got very defensive about it. He probably took it home to flush it down a gold-plated potty or something.”

β€œI don’t know what I love more,” he added, β€œthe fact that he kept that map or the fact that it’s now in the National Archives so future generations may gaze upon its awesome stupidity.”

None
None
None
None
None
None

Pretty on the nose.

None
None
None
1
gaming

gaming!!!!!!!!!1!!1

![](/images/164403581679.webp)

None
1
s*x

s*x

![](/images/164398585126.webp)

None
1
A reminder to all the chuds here:

If you would rather own da libruls and DIE, then you 100% deserved it and it's just natural selection.

None
1
Is scitzocel shadowban again?

RIP

None
None
1
:marseygambling: goombling has ruined me :marseygambling:

I'm gonna have to run in 2024 if this keeps up

None
1
Test

Am I still ban

None
None
1
Caturday thread

Happy caturday goyim. Please post pictures of cute kitties :#marseypat:

Link copied to clipboard
Action successful!
Error, please refresh the page and try again.