poppyrock2 beta

new account for the thousandth time, @pprck.

wall

posts

poppyrock2 — 5/27/2022, 11:27:05 PM

dude i just said the most based stuff in a rec room prison game

a buncha prisoners had guns so i went to the pa and said “the prisoners have guns. kill them, and take the guns before they grab them again.”

then some guy walked up to me and said “you are based. i like what you’re saying.”

i then offered a plate of multicolored slop from the cafeteria to all the prisoners with guns if they dropped their guns.

then my headset died

♥ 5 ↩ 0 💬 0 comments
poppyrock2 — 5/26/2022, 2:11:09 PM
demo post for demo video vor images why is this text so long ahhhh
♥ 1 ↩ 0 💬 0 comments
poppyrock2 — 5/26/2022, 2:00:15 PM
i got my account to post from wasteof.replit!
♥ 1 ↩ 0 💬 0 comments
poppyrock2 — 5/26/2022, 1:34:34 PM

idk why im reposting this post below but in wom2 my banner looks like crap

↩ repost
poppyrock2 — 5/25/2022, 11:47:48 PM

when wasteof3 comes out of beta, wasteof2’s domain should be like old.wasteof.money or 2.wasteof.money

♥ 4 ↩ 1 💬 0 comments
♥ 1 ↩ 0 💬 0 comments
poppyrock2 — 5/25/2022, 11:47:48 PM

when wasteof3 comes out of beta, wasteof2’s domain should be like old.wasteof.money or 2.wasteof.money

♥ 4 ↩ 1 💬 0 comments
poppyrock2 — 5/25/2022, 11:33:07 PM

tested images earlier

↩ repost
replit-test-open — 5/25/2022, 5:32:35 PM
testing images in wasteof.replit:
♥ 3 ↩ 1 💬 0 comments
♥ 2 ↩ 0 💬 0 comments
poppyrock2 — 5/25/2022, 5:41:30 PM

code for the current version of wasteof.replit. please feel free to steal (with credit)

// logo
console.log("                          __                   ___                         __  __  __   ")
console.log(" .--.--.--..---.-..-----.|  |_ .-----..-----..'  _|   .----..-----..-----.|  ||__||  |_ ")
console.log(" |  |  |  ||  _  ||__ --||   _||  -__||  _  ||   _|__ |   _||  -__||  _  ||  ||  ||   _|")
console.log(" |________||___._||_____||____||_____||_____||__| |__||__|  |_____||   __||__||__||____|")
console.log("                                                                   |__|                 ")
console.log("frontends? what are those?")
console.log("___________________________________")
console.log("")
console.log("Type anything to begin.")
console.log("")
var ans = prompt("")
console.clear()
console.log("Let's login first.")
console.log("")
var ans = prompt("Type your username. ")
const user = ans
var ans = prompt("Type your password. ")
const pass = ans
console.clear()
console.log("Okay, now that you have logged in, you need to select an action.")
console.log("(if you see no errors, it worked!)")
console.log("")
console.log("1| post")
console.log("")
var ans = prompt("Type 1-10 ")
// login
const WasteOfSession = require("wasteof-client")
let wasteof = new WasteOfSession(user, pass)
if (ans == 1){
  console.clear()
  var posttext = prompt("Post contents? (can be html or plain text) ")
  wasteof.login()
  .then(async function() {
  await wasteof.post(posttext, null)
  })
}
console.clear()
console.log("Done, check for errors. If there are any, you might have entered the wrong login credidentials. Rerun this repl to do another action.")

♥ 5 ↩ 0 💬 17 comments
poppyrock2 — 5/25/2022, 5:39:52 PM

my very efficient code to write out the wasteof.replit logo

// logo
console.log("                          __                   ___                         __  __  __   ")
console.log(" .--.--.--..---.-..-----.|  |_ .-----..-----..'  _|   .----..-----..-----.|  ||__||  |_ ")
console.log(" |  |  |  ||  _  ||__ --||   _||  -__||  _  ||   _|__ |   _||  -__||  _  ||  ||  ||   _|")
console.log(" |________||___._||_____||____||_____||_____||__| |__||__|  |_____||   __||__||__||____|")
console.log("                                                                   |__|                 ")
♥ 4 ↩ 0 💬 1 comment
poppyrock2 — 5/25/2022, 4:55:31 PM

YESSSSSSS

↩ repost
replit-test-open — 5/25/2022, 4:52:37 PM
if you see this message, WASTEOF.REPLIT IS WORKING!!!!
♥ 2 ↩ 1 💬 0 comments
♥ 3 ↩ 0 💬 18 comments
poppyrock2 — 5/25/2022, 3:18:14 PM

@jeffalo @fooooooolower WTF BRUV

♥ 3 ↩ 0 💬 7 comments
poppyrock2 — 5/25/2022, 2:10:06 PM

it’s coming together….

↩ repost
replit-test-open — 5/25/2022, 2:06:55 PM
demo text
♥ 3 ↩ 1 💬 0 comments
♥ 7 ↩ 1 💬 7 comments
poppyrock2 — 5/25/2022, 12:10:52 PM

@lankybox01 this better not be you wtf

♥ 4 ↩ 0 💬 10 comments
poppyrock2 — 5/25/2022, 12:02:58 PM

(another) Beta idea: HTML IFrame Embeds

What if you have just made a scratch game embed and want people to be able to play it, right here, in wasteof, without being redirected to other hosting websites?

Adding an IFrame would be pretty easy, since the posts are in html already.

The button could work like the image button, paste the embed code, and wasteof appends it to your post.

The problem:

Well, the issue with this whole thing is custom made embeds.

They could be made for malicious intent.

The easy fix for that is a button that is like the “there are more nested reposts, tap here to see them” button, but it would instead say, “this post contains embeds, tap here to see them (doing so is at your own risk)

The only reason to add this is user convenience. But that’s the whole point. Wasteof is supposed to be convenient.

@jeffalo

♥ 2 ↩ 1 💬 9 comments
poppyrock2 — 5/24/2022, 10:05:48 PM

making my own replit wasteof login interface (kinda like wasteof.code in replit)

↩ repost
replit-test7 — 5/24/2022, 10:04:53 PM
hello from replit (but this time in my own interface)
♥ 1 ↩ 1 💬 0 comments
♥ 5 ↩ 0 💬 0 comments
poppyrock2 — 5/24/2022, 12:07:51 AM

Im investing 2 million and expect to make my money back

↩ repost
music — 5/23/2022, 10:40:44 PM
Investors

Invest in wasteof Music today!

Repost this saying how much cold hard cash you will give me

All of the money goes towards this, trust me :)

oh and also, does anyone know a place I can buy cheese in bulk perchance?

♥ 9 ↩ 2 💬 3 comments
♥ 3 ↩ 0 💬 1 comment