3xiondev beta

i write code and build electronics badly

wall

posts

3xiondev — 9/15/2023, 5:10:53 PM

i was playing on an xbox party with my friends when people from his Rust clan joined, and they started being jerks to me, so i used wireshark to capture their IPs. now, they don’t know how IP addresses work, and I would bet they don’t know what IP stands for, so when I told them their IPs they freaked out and left. made me happy, because I know that having your IP captured is not dangerous unless it is distributed online, where it can be DDoSed by some asshole with LOIC.

♥ 0 ↩ 0 💬 0 comments
3xiondev — 9/15/2023, 4:53:55 PM

@radi8 how do you get a wasteof auth token for use with the API? sorry if this is a dumb question, i’ve never really worked with APIs before

♥ 1 ↩ 0 💬 22 comments
3xiondev — 9/15/2023, 2:40:57 PM

I wrote a python script that convinces my friends that i hacked their snapchat account

↩ repost
owl — 9/15/2023, 12:29:23 PM

i wrote a python script when i was learning python to do the percent of numbers cuz i was bored

↩ repost
radi8 — 9/14/2023, 10:11:16 PM

I wrote a python script to download the unicode emoji list and extract every single emoji, not the name or anything.

original post deleted
♥ 6 ↩ 2 💬 0 comments
♥ 4 ↩ 1 💬 0 comments
♥ 1 ↩ 0 💬 0 comments
3xiondev — 9/15/2023, 2:32:06 PM

follow @tanay_mishra he is good person that i know irl

♥ 0 ↩ 0 💬 1 comment
3xiondev — 9/15/2023, 2:12:35 PM

@jeffalo this is a very yummy accent color system (beta.wasteof.money)

♥ 1 ↩ 0 💬 0 comments
3xiondev — 9/15/2023, 11:04:18 AM

gewd moarnin

♥ 1 ↩ 0 💬 0 comments
3xiondev — 9/15/2023, 3:39:48 AM

it’s 11:40 at night, i’m exhausted, seems like a great time to play tom clancy’s rainbow six siege

♥ 0 ↩ 0 💬 0 comments
3xiondev — 9/15/2023, 3:35:50 AM

it begins…

https://www.wesh.com/article/florida-excavator-walmart/45100498

↩ repost
radi8 — 11/11/2021, 3:36:16 PM

Protip:

To make your day more dramatic, post a random news story with the title, “It begins.“

♥ 32 ↩ 5 💬 11 comments
♥ 0 ↩ 0 💬 0 comments
3xiondev — 9/15/2023, 2:35:04 AM

kids at my school be like: how do you type so fast?

bitch i don’t go outside, that’s how

♥ 0 ↩ 0 💬 0 comments
3xiondev — 9/15/2023, 2:30:09 AM

hey @jeffalo what do i have to do to become a beta tester

♥ 3 ↩ 1 💬 3 comments
3xiondev — 9/15/2023, 2:26:57 AM

oh no i forgot to be gay today

guess i’ll have to be double gay tomorrow ;-)

♥ 1 ↩ 0 💬 0 comments
3xiondev — 9/15/2023, 1:48:13 AM

not everyone will be with me on this, but hear me out.

ChatGPT is actually fire when it comes to normal conversation.

Today I decided to run a little experiment, and I asked it to have an intelligent debate about the fading relevance of Walton generators and other high voltage converters. To my surprise, it produced an exceedingly impressive counterargument and actually managed to prove me wrong. This was not anticipated, as I’ve never seen CGPT win in a debate about a legitimate topic. In fact, I was so impressed (and interested) that I debated various topics with it…16 more times. It won most of them. Needless to say, I was very impressed at its skill at normal conversation. I just want to put this out there: if you ever want to just talk to something, ChatGPT is a great alternative to real people, as it will generally always know what you’re talking about.

♥ 1 ↩ 0 💬 0 comments
3xiondev — 9/14/2023, 2:42:54 PM

Okay, serious code time now. I’m working on another game in my free time, and I need some help.

times_opened = parseInt(localStorage.getItem('times opened')) // loads the repl count, and places it on the screen// document.getElementById('counter').innerHTML = 'Repls: ' + repls function sleep (milliseconds) { const date = Date.now() let currentDate = null do { currentDate = Date.now() } while (currentDate - date < milliseconds) } if (times_opened = '') { repls = parseInt(0) parseInt(localStorage.setItem('times opened', parseInt(1))) } function changethiswhenworkingonstorage () { repls = parseInt(localStorage.getItem('replcount')) document.getElementById('counter').innerHTML = 'Repls: ' + repls }

This looks to me like code for a local storage system. I was not the one who wrote this; I had some people working with me on it a while back, but they are gone now and they just left this in this state. The game is a remake of cookie clicker with the theme of Replit.com, programmed from scratch with no engine.

I’ll define the variables here:

repls: the amount of “points” the player has; the equivalent to cookies in CC

“counter”: the display that shows the amount of repls one has.

replcount: unused variable

♥ 0 ↩ 0 💬 0 comments
3xiondev — 9/14/2023, 11:00:37 AM

I have taken down the backrooms game for the moment so that i can release 1.4 safely! game will be back in a little while. will post an update when game is back up. (the game is still on my replit, but you are unable to play it. i did this because i cant afford deployments on replit.)

♥ 1 ↩ 0 💬 0 comments
3xiondev — 9/14/2023, 10:55:06 AM

goooooood morning

♥ 1 ↩ 0 💬 0 comments