jeffalo's wall

← back to profile

nebulous:

(wasteof2) the scrollbar on codeblocks looks very weird (and confusing). The colors should be switched because the background color being the scrollbar thumb gives the feeling that the scrollbar thumb is the scrollbar rail and vice versa

6/17/2022, 6:22:12 PM
jeffalo:

light mode or dark mode?

6/19/2022, 6:54:39 AM
nebulous:

dark mode

6/19/2022, 9:01:00 AM
grippins:

hey epic programmer guy can I have verification badge please

6/17/2022, 6:20:52 PM
oren:

Vouch

6/19/2022, 12:26:05 AM
grippins:

Thanks

6/19/2022, 7:56:53 PM
nebulous:

Google search messes up

Favicon stretches on google images - > https://u.cubeupload.com/lankysback/iW7kAe.jpg

Links are messed up ( don't know if you control that ) - > https://u.cubeupload.com/lankysback/kNdBbs.jpg

6/17/2022, 6:18:34 PM
jeffalo:

it sucks that google assumes all favicons are square. maybe it'll be better with the beta

6/17/2022, 6:21:47 PM
nebulous:

Wasteof3 mobile - > clicking on a page does not show a loading bar or anything, it just makes it seem like it freezes for a moment

6/17/2022, 6:11:16 PM
jeffalo:

sveltekit doesn't have a way to do it yet

6/17/2022, 6:22:13 PM
skylar:

you should add an award if a person follows a pacific amount

6/17/2022, 5:08:52 PM
nebulous:

Welcome back!

6/17/2022, 8:09:22 AM
jeffalo:

thank you!

6/17/2022, 2:55:40 PM
thevision:

can this account be on beta (its ran by @ee btw)

6/13/2022, 8:52:55 PM
grippins:

They are on vacation.

6/14/2022, 6:03:19 PM
thevision:

wait what the

i’m a beta user

6/17/2022, 4:12:22 PM
grippins:

That's because there's someone online who has moderator, so they can give you beta stuff I guess.

6/17/2022, 4:27:06 PM
nebulous:

jeffalo came back 2 hours ago. I doubt moderates can assign badges

6/17/2022, 5:03:17 PM
grippins:

Oh my bad

6/17/2022, 5:05:54 PM
thevision:

admins can give you verified and stuff, its in the admin panel

6/18/2022, 1:53:17 PM
thevision:

also, jeffalo’s a he btw

6/17/2022, 4:19:10 PM
nebulous:

whenever i click on a link, on a post, it shows me the post and not the actual link

same happening for usernames

6/13/2022, 4:11:59 PM
misapuding:

Please add the chat to beta too (+maybe to the navbar)

6/12/2022, 12:15:29 PM
quantum-codes:

Support

6/17/2022, 2:52:14 PM
jeffalo:

will do!

6/17/2022, 2:55:53 PM
mrseeks:

459 followers

6/12/2022, 11:05:15 AM
misapuding:

beta.wasteof.money gives a 504 gateway timeout :(

6/12/2022, 8:56:20 AM
misapuding:

It´s back up now yassss

6/12/2022, 11:44:22 AM
applewatchuser:

Thoughts on Shovel Knight?

6/11/2022, 8:41:35 PM
misapuding:

O_O u online

6/11/2022, 8:19:22 PM
misapuding:

Also pleaseeeee give us a sneak peek of the admin panel

6/11/2022, 8:19:40 PM
wynd:

maybe a way to do pingless mentions, like \@wynd or something does ‮dnyw@

6/11/2022, 6:38:18 PM
wynd:

wait lemme elaborate, more like \@wynd, but it doesn’t show the `\` the linking is actually important. ( \@jeffalo does work to not ping though, just the \ looks strange )

6/11/2022, 6:43:00 PM
wynd:

oh and other idea: maybe like a discord style ping, where you do <@userid> and it works for people who change their username

6/11/2022, 6:49:27 PM
jeffalo:

hmm good idea

6/11/2022, 8:18:58 PM
mrseeks:

What exactly do i need to change about my bot to fit the guidelines?

6/11/2022, 6:23:56 PM
nebulous:

i have enabled the command “shutdown” for user jeffalo which will practically make the bot stop responding to ANY command until i re-enable it manually

6/11/2022, 8:16:25 PM
jeffalo:

im not entirely sure how it is now, but basically:

there might be other stuff from the full rules list that i am forgetting, but those two are the most important.

6/11/2022, 8:22:05 PM
mrseeks:

So the polling thing i did in a rush, it's going to be removed and replaced with a socket.io message listener in a day or so (if that's okay — if not, shut down the bot by running “!shutdown” on @lankybox01/wall)

And the bot will never ever send any actual posts or comments, it will only reply to comments on walls.

And i am going to change the prefix to @mrseeks

thank you

6/11/2022, 8:29:40 PM
jeffalo:

sounds good! i think the socket.io part could be a bit confusing/difficult at first, but it will definitely also result in the bot being much faster than polling.

6/11/2022, 8:32:23 PM
mrseeks:

wait does that mean another admin must've verified me?

6/11/2022, 8:33:11 PM
jeffalo:

probably mis-click when banning you.

btw heres some code to connect to socket.io

// io would be from socket.io-client
const socket = io("https://api.wasteof.money", {
  auth: {
    token: "abcdefg this is my token abcdefg",
  },
});

socket.on('updateMessageCount', (newCount)=>{
  // check if the count is higher
  // get the most recent unread messages
  // for all the most recent messages, act upon comment_mentions/wall_comment_mentions
  // you might even want to mark messages as read once they've been acted upon. thats up to you though
})
6/11/2022, 8:37:37 PM
nebulous:

thank you

6/11/2022, 8:39:45 PM
mrseeks:

where do i get my token

6/12/2022, 10:57:04 AM
silly:

It’s in cookies, are you on android or iPhone?

6/12/2022, 11:05:27 AM
mrseeks:

I'm on mobile

6/12/2022, 11:07:06 AM
silly:

Android or iPhone?

6/12/2022, 11:07:52 AM
mrseeks:

why

6/12/2022, 11:08:44 AM
silly:

Then I can help you get your token (actually just give me your https://www.whatismybrowser.com link so I can see exactly what browser you have)

6/12/2022, 11:10:35 AM
mrseeks:

no

6/12/2022, 11:12:57 AM
silly:

Sorry, tried to help 🤷

6/12/2022, 11:14:01 AM
wynd:
POST https://api.wasteof.money/session
Content-Type: “application/json”

{ username: “USERNAME“, password: “PASSWORD“ }
6/13/2022, 1:01:18 PM