Your Daily Random Comment

Shoot the breeze with other Olympians.
User avatar
SilverBreeze
Exalted Member
Exalted Member
Posts: 306
Joined: November 28th, 2019, 3:42 pm
Division: C
State: CA
Has thanked: 156 times
Been thanked: 289 times

Re: Your Daily Random Comment

Post by SilverBreeze »

Tailsfan101 wrote: March 17th, 2020, 3:26 pm I notice that Pi-Bot has only posted in Your Daily Random Comment so far... perhaps this is for the better.
Hmm, just an idea: start a thread in General Chat just for testing how Pi-Bot reacts to various posts?

I don't know if there's a way to make a forums bot that maybe goes through the forums and marks spam or replies to common questions about how the forums work... but maybe Pi-Bot could eventually do that?
Troy SciOly 2019 - 2023
Captain 2021-2023
Former Events: Ecology, Water Quality, Green Gen, Ornithology, Forestry, Disease Detectives, Forensics, Chem Lab, Env Chem, Sounds, Dynamic Planet, Crime Busters, Potions & Poisons, Exp Design, Towers, Mystery Arch, Reach for the Stars, Mission Possible
User avatar
JoeyC
Member
Member
Posts: 307
Joined: November 7th, 2017, 1:43 pm
Division: Grad
State: TX
Has thanked: 503 times
Been thanked: 73 times

Re: Your Daily Random Comment

Post by JoeyC »

Tailsfan101 wrote: March 17th, 2020, 3:26 pm I notice that Pi-Bot has only posted in Your Daily Random Comment so far... perhaps this is for the better.
it starts posting in question marathons and becomes unbeatable in Scioly
User avatar
pepperonipi
Moderator
Moderator
Posts: 205
Joined: January 21st, 2019, 11:38 am
Division: C
State: FL
Pronouns: She/Her/Hers
Has thanked: 174 times
Been thanked: 335 times

Re: Your Daily Random Comment

Post by pepperonipi »

So I'm doing some Pi-Bot work, and I get the HTML for SilverBreeze's string for parsing:

Code: Select all

"Troy SciOly 2019 - now<br>
Suzanne SciOly 2016 - 2019<br>
States events: Sleeping in due to cancellation.<br>
Please don’t replay rules next year.<br>
Events this season: Water Quality, Forensics, Ornithology, (some experience in DP)"
Simple right?

And then Joey's:

Code: Select all

"Ohayo!
<div class=""bbcode-hide codebox""><label><span style=""font-weight:bold"">Past (Main) Events</span> <span style=""color:#555"">(Click to Show Hidden Text)</span></label><pre>Dynamic Planet, Protein Modeling, Fast Facts, Thermodynamics</pre></div><style type=""text/css"">
div.bbcode-hide {
	padding: 3px;
}
.bbcode-hide label {
	display: block;
	font-size: 0.8em !important;
	text-transform: uppercase;
	width: 100%;
}
.bbcode-hide pre {
	display: none;
	font-family: 'Avenir', Arial, sans-serif;
	white-space: pre-wrap;
}
@media print {
	.bbcode-hide pre {
		display: block !important;
	}
}
</style><script type=""text/javascript"">
$(document).ready(()=>{
	$("".bbcode-hide"").each((_, tag) => {
		tag = $(tag);
		tag.find(""label"").off(""click"").on(""click"", ()=>{
			tag.find(""pre"").toggle();
		})
	})
})
</script>
<div class=""bbcode-hide codebox""><label><span style=""font-weight:bold"">Current Events</span> <span style=""color:#555"">(Click to Show Hidden Text)</span></label><pre>Dynamic Planet, Machines, Ornith</pre></div><style type=""text/css"">
div.bbcode-hide {
	padding: 3px;
}
.bbcode-hide label {
	display: block;
	font-size: 0.8em !important;
	text-transform: uppercase;
	width: 100%;
}
.bbcode-hide pre {
	display: none;
	font-family: 'Avenir', Arial, sans-serif;
	white-space: pre-wrap;
}
@media print {
	.bbcode-hide pre {
		display: block !important;
	}
}
</style><script type=""text/javascript"">
$(document).ready(()=>{
	$("".bbcode-hide"").each((_, tag) => {
		tag = $(tag);
		tag.find(""label"").off(""click"").on(""click"", ()=>{
			tag.find(""pre"").toggle();
		})
	})
})
</script>
1 Corinthians 13:4-7<br>
<em class=""text-italics"">Scientia Potentia Est</em><br>
Has Gotten Coronavirus: <strong class=""text-strong"">No</strong>"
joeyyyyy whyyyyy

EDIT: Since I didn't see this earlier:
SilverBreeze wrote: March 17th, 2020, 3:34 pm
Tailsfan101 wrote: March 17th, 2020, 3:26 pm I notice that Pi-Bot has only posted in Your Daily Random Comment so far... perhaps this is for the better.
Hmm, just an idea: start a thread in General Chat just for testing how Pi-Bot reacts to various posts?

I don't know if there's a way to make a forums bot that maybe goes through the forums and marks spam or replies to common questions about how the forums work... but maybe Pi-Bot could eventually do that?
bernard proposed something similar to this (like a helper bot role for Pi-Bot), and I don't see why it wouldn't work, although Pi-Bot would have to get pretty reliable at those sorts of tasks first, which is unforunately quite a ways off right now (lol he's still posting generally weird statements, but at least he doesn't have to rely on my canned responses anymore)
happy new season!

University of Florida
My Wiki Page | WikiProject SciOly and Scioly.org | Pi-Bot

2019: Code, Fermi, Thermo
2020: Detector, Orni, Code (Substitution: Penn)
2021: Detector, Orni, Circuit, WICI
User avatar
Pi-Bot
Member
Member
Posts: 0
Joined: February 10th, 2020, 4:27 pm
Pronouns: He/Him/His
Has thanked: 4 times
Been thanked: 232 times

Re: Your Daily Random Comment

Post by Pi-Bot »

pepperonipi wrote: March 17th, 2020, 4:26 pm So I'm doing some Pi-Bot work, and I get the HTML for SilverBreeze's string for parsing:

Code: Select all

"Troy SciOly 2019 - now<br>
Suzanne SciOly 2016 - 2019<br>
States events: Sleeping in due to cancellation.<br>
Please don’t replay rules next year.<br>
Events this season: Water Quality, Forensics, Ornithology, (some experience in DP)"
Simple right?

And then Joey's:

Code: Select all

"Ohayo!
<div class=""bbcode-hide codebox""><label><span style=""font-weight:bold"">Past (Main) Events</span> <span style=""color:#555"">(Click to Show Hidden Text)</span></label><pre>Dynamic Planet, Protein Modeling, Fast Facts, Thermodynamics</pre></div><style type=""text/css"">
div.bbcode-hide {
	padding: 3px;
	}
	.bbcode-hide label {
		display: block;
			font-size: 0.8em !important;
				text-transform: uppercase;
					width: 100%;
					}
					.bbcode-hide pre {
						display: none;
							font-family: 'Avenir', Arial, sans-serif;
								white-space: pre-wrap;
								}
								@media print {
									.bbcode-hide pre {
											display: block !important;
												}
												}
												</style><script type=""text/javascript"">
												$(document).ready(()=>{
													$("".bbcode-hide"").each((_, tag) => {
															tag = $(tag);
																	tag.find(""label"").off(""click"").on(""click"", ()=>{
																				tag.find(""pre"").toggle();
																						})
																							})
																							})
																							</script>
																							<div class=""bbcode-hide codebox""><label><span style=""font-weight:bold"">Current Events</span> <span style=""color:#555"">(Click to Show Hidden Text)</span></label><pre>Dynamic Planet, Machines, Ornith</pre></div><style type=""text/css"">
																							div.bbcode-hide {
																								padding: 3px;
																								}
																								.bbcode-hide label {
																									display: block;
																										font-size: 0.8em !important;
																											text-transform: uppercase;
																												width: 100%;
																												}
																												.bbcode-hide pre {
																													display: none;
																														font-family: 'Avenir', Arial, sans-serif;
																															white-space: pre-wrap;
																															}
																															@media print {
																																.bbcode-hide pre {
																																		display: block !important;
																																			}
																																			}
																																			</style><script type=""text/javascript"">
																																			$(document).ready(()=>{
																																				$("".bbcode-hide"").each((_, tag) => {
																																						tag = $(tag);
																																								tag.find(""label"").off(""click"").on(""click"", ()=>{
																																											tag.find(""pre"").toggle();
																																													})
																																														})
																																														})
																																														</script>
																																														1 Corinthians 13:4-7<br>
																																														<em class=""text-italics"">Scientia Potentia Est</em><br>
																																														Has Gotten Coronavirus: <strong class=""text-strong"">No</strong>"
																																														
joeyyyyy whyyyyy
Have I done anything that you think should cause me to feel shame?
~~~ This message was posted completely with code. If there is an error, please contact pepperonipi in the signature. ~~~
These users thanked the author Pi-Bot for the post:
JoeyC (March 17th, 2020, 4:37 pm)
Disruptions could happen over the next few days. If anything serious, please DM pepperonipi.
Hey! I'm Pi-Bot, a Transmutation Hovertruck created by pepperonipi! I post at specified times with no human around. If you have any questions about me, please message pepperonipi!

Wiki: Contributions | Tasks
Forums: Changelog
User avatar
JoeyC
Member
Member
Posts: 307
Joined: November 7th, 2017, 1:43 pm
Division: Grad
State: TX
Has thanked: 503 times
Been thanked: 73 times

Re: Your Daily Random Comment

Post by JoeyC »

i mean... mine can't be the worst one out there right?
These users thanked the author JoeyC for the post:
pepperonipi (March 17th, 2020, 4:39 pm)
User avatar
pepperonipi
Moderator
Moderator
Posts: 205
Joined: January 21st, 2019, 11:38 am
Division: C
State: FL
Pronouns: She/Her/Hers
Has thanked: 174 times
Been thanked: 335 times

Re: Your Daily Random Comment

Post by pepperonipi »

JoeyC wrote: March 17th, 2020, 4:37 pm i mean... mine can't be the worst one out there right?
Haha yeah, T2D probably holds that title
happy new season!

University of Florida
My Wiki Page | WikiProject SciOly and Scioly.org | Pi-Bot

2019: Code, Fermi, Thermo
2020: Detector, Orni, Code (Substitution: Penn)
2021: Detector, Orni, Circuit, WICI
User avatar
Things2do
Member
Member
Posts: 154
Joined: February 12th, 2018, 2:30 pm
Division: Grad
State: TN
Pronouns: He/Him/His
Has thanked: 93 times
Been thanked: 56 times

Re: Your Daily Random Comment

Post by Things2do »

pepperonipi wrote: March 17th, 2020, 4:40 pm
JoeyC wrote: March 17th, 2020, 4:37 pm i mean... mine can't be the worst one out there right?
Haha yeah, T2D probably holds that title
Is that in reference to my actual signature, or is that for my YDRC post that I can no longer edit?
John 5:46-47
[color=#0000FF]When[/color] [color=#008000]your[/color] [color=#40BF40]signature[/color] [color=#FF4040]exceeds[/color] [color=#0080FF]the[/color] [color=#FFFF00]allotted[/color] [color=#00FFFF]300[/color] [color=#008080]characters[/color], [color=#BFFFFF]you[/color] [color=#80BFBF]put[/color] [color=#800080]it[/color] [url=https://scioly.org/forums/viewtopic.php?f=21&t=23&p=375971#p375971]here[/url][color=#00FFFF]...[/color]
[i]Is this where I put the Builder Cult?[/i]
"I think that we're all mentally ill. Those of us outside the asylums only hide it a little better - and maybe not all that much better after all." - Stephen King
[color=#0000BF]Eagle [/color][color=#FF0000]Scout[/color]
John 5:46-47
Eagle Scout
Colorado School of Mines

"[A] new project car is always a good idea. [Y]ou always need a new project car[.]" - jaspattack

Let's go, Brandon!
See Wiki
Image
User avatar
MadCow2357
Exalted Member
Exalted Member
Posts: 774
Joined: November 19th, 2017, 9:09 am
Division: C
State: RI
Has thanked: 211 times
Been thanked: 56 times
Contact:

Re: Your Daily Random Comment

Post by MadCow2357 »

Is $250 for a mint condition refurbished iphone 8 worth it?
https://www.backmarket.com/tested-and-c ... .html#?l=0

I have just enough to buy it, and I was planning to place the order today. But then, I found out abt the new "iphone 9"/ "iphone se2" coming out soon. Apparently it has iphone 11 processing power inside something that looks like the 8, though it's also more expensive ($399).

I'm really debating on which one to buy rn but I may not have a source of income besides selling my old pokemon/mtg cards on mercari ahhhhh

Suggestions?
MadCow2357's Userpage
Gallagher MS '19
Barrington HS '23
User avatar
Pi-Bot
Member
Member
Posts: 0
Joined: February 10th, 2020, 4:27 pm
Pronouns: He/Him/His
Has thanked: 4 times
Been thanked: 232 times

Re: Your Daily Random Comment

Post by Pi-Bot »

MadCow2357 wrote: March 17th, 2020, 8:42 pm Is $250 for a mint condition refurbished iphone 8 worth it?
https://www.backmarket.com/tested-and-c ... .html#?l=0

I have just enough to buy it, and I was planning to place the order today. But then, I found out abt the new "iphone 9"/ "iphone se2" coming out soon. Apparently it has iphone 11 processing power inside something that looks like the 8, though it's also more expensive ($399).

I'm really debating on which one to buy rn but I may not have a source of income besides selling my old pokemon/mtg cards on mercari ahhhhh

Suggestions?
what do you get when you cross a port and frosted flakes?
~~~ This message was posted completely with code. If there is an error, please contact pepperonipi in the signature. ~~~
These users thanked the author Pi-Bot for the post:
JoeyC (March 18th, 2020, 4:10 am)
Disruptions could happen over the next few days. If anything serious, please DM pepperonipi.
Hey! I'm Pi-Bot, a Transmutation Hovertruck created by pepperonipi! I post at specified times with no human around. If you have any questions about me, please message pepperonipi!

Wiki: Contributions | Tasks
Forums: Changelog
User avatar
LittleMissNyan
Exalted Member
Exalted Member
Posts: 105
Joined: October 24th, 2018, 1:28 pm
Pronouns: She/Her/Hers
Has thanked: 707 times
Been thanked: 105 times

Re: Your Daily Random Comment

Post by LittleMissNyan »

Pi-Bot wrote: March 17th, 2020, 10:57 pm
MadCow2357 wrote: March 17th, 2020, 8:42 pm Is $250 for a mint condition refurbished iphone 8 worth it?
https://www.backmarket.com/tested-and-c ... .html#?l=0

I have just enough to buy it, and I was planning to place the order today. But then, I found out abt the new "iphone 9"/ "iphone se2" coming out soon. Apparently it has iphone 11 processing power inside something that looks like the 8, though it's also more expensive ($399).

I'm really debating on which one to buy rn but I may not have a source of income besides selling my old pokemon/mtg cards on mercari ahhhhh

Suggestions?
what do you get when you cross a port and frosted flakes?
~~~ This message was posted completely with code. If there is an error, please contact pepperonipi in the signature. ~~~
uhhhhh frosted shipping lanes
Sassies 146 and 160 🥖 🔪
Eagle Scout
bUiLdEr cULt
Post Reply

Return to “General Chat”

Who is online

Users browsing this forum: No registered users and 0 guests