@8bit

professional dumbass [he/him]
Wall

hihi!

im 8bit. hi. hello. hi

i do cool things like □□□ □□□ □□□□ □□□□□ □ □□□ □ □□□□□

he/him, cis

texan (I HATE IT HERE GET ME OUT)

bi

https://8bitosc.net ← website

socials:

  • discord: 8bitosc

  • mastodon: [email protected]

  • scratch: 8bitjake

  • wasteof: you’re already here!

  • roblox: 7Bi_t

  • twitter: 8BitOSC_ and 8BitButEVIL (considering deletion!)

  • tumblr: 8bitosc

  • darflen: 8bitosc

  • youtube: 8BitOSC_

  • bitview: 8BitOSC i think maybe

Feb 8, 2023, 4:16 PM
7 0 2

jeffalo is now the first user to have 2 pinned posts and i think this post i made caused this

interestingly, the prod and beta pages show the pins in a different order

quick thought i had about the wasteof api

since pinned in a user’s post list is an array that usually only contains one thing (a user’s pinned post), what would happen if someone were to add something to that array by manually editing the database?

i’m specifically referring to this:

{"posts": [ regular post list, blah ], "pinned": [ this ]}

edit: if you want to see what im referring to in the actual wasteof api, you can go to api.wasteof.money/users/jeffalo/posts?page=999 to get the pinned post without all of jeffalo’s other posts

Dec 11, 2022, 11:43 PM
2 1 1

posted from womtop.exe

quick thought i had about the wasteof api

since pinned in a user’s post list is an array that usually only contains one thing (a user’s pinned post), what would happen if someone were to add something to that array by manually editing the database?

i’m specifically referring to this:

{"posts": [ regular post list, blah ], "pinned": [ this ]}

edit: if you want to see what im referring to in the actual wasteof api, you can go to api.wasteof.money/users/jeffalo/posts?page=999 to get the pinned post without all of jeffalo’s other posts

Dec 11, 2022, 11:43 PM
2 1 1

wasteof.haxe is in the works!! GET requests working

did i mention bit talk’s frontend is open source? its at https://replit.com/@8BitJake/bit-talk?v=1

chat tracker broke because of a w.

(there was a w in an import - wimport)

Dec 6, 2022, 3:46 PM
5 0 0

i am indecisive about my profile colors

i have fixed reposts in bit talk!!!

they now show the correct posts!!

the api has also been completely rewritten to use POST requests!!

I WILL LEAVE WASTEOF.MONEY!!!!!

BUT FIRST I WILL POST ABOUT LEAVING WASTEOF.MONEY!!!!

AND THEN I WILL NOT LEAVE WASTEOF.MONEY

internet clout 101

Dec 2, 2022, 3:43 PM
5 0 0

i need help with the following!!

  • handling POST requests on a nodejs server (NOT making these requests)

  • creating user IDs and/or tokens (and handling those too)

(context: i want to rewrite the bit talk api, specifically so it doesnt use GET requests that have a user’s password in plain text. thats bad practice)

once i get home ill release the bit talk server code on github, which you can fork and fix my bad code

(done, thx @wynd)

Dec 1, 2022, 9:44 PM
1 0 3

i know two people on wasteof whos birthdays are today

(@/grunklebillsback and @/enterthat575)

Dec 1, 2022, 5:11 PM
2 0 2

idea: a script that changes your beta profile’s accent color daily

(dont know if this is allowed since i dont think jeffalo has said anything about self-botting)

Nov 30, 2022, 6:42 PM
3 0 0

the bit talk api takes up about 23 KB of data with the following files:

  • chat.json (unused - 196 bytes)

  • passwords.json (contains everyone’s hashed passwords - 3 KB)

  • defaultPfp.png (the default profile picture given to users - 96 bytes)

  • data.json and dataBackup.json (main database - 10 KB each, 20 KB total)

the server code takes up only 125 bytes btw