@3xiondev

i write code and build electronics badly
Wall

yay funny about me post for adhd man

My name is Nolan

He/Him

Me am like to code (https://github.com/3xiondev/)

Electronics hobbyist

Arteest (deviantart.com/3xionDeviant/)

Graffic design or whatever it’s called

Men and women are both as attractive as each other, at least to me

For any questions, comments or concerns, please send an email to [email protected]. No, I’m not joking, this is my real email.

Website: https://3xiondev.vercel.app/ (i’m broke okay i can’t afford 3xion.dev)

Scratch: https://scratch.mit.edu/users/3xiondev/ (Moved from https://scratch.mit.edu/users/---Necro---/)

Atheist but I won’t push it in your face if you don’t push religion in mine

I draw ridiculous chemicals sometimes so you’ll occasionally see me on r/cursedchemistry, but you need to have taken a chemistry course to understand the full cursedness of the images

Aug 31, 2023, 4:16 AM
1 0 4

sql is pretty cool idk why I didn’t try it earlier

yesterday
1 0 0

so about this

i kinda got sidetracked and built an induction heater instead

fuck it i’m building a Tesla coil

2 days ago
3 0 1

I love alpine.js so much oh my god

3 days ago
1 0 0

why do things take so long to dns populate nowadays

like my friend and I were sitting for around 30 minutes last night waiting for a joke domain to populate on 8.8.8.8 and it was taking foreverrr

@jeffalo what server do you use to host wasteof? I need to buy myself a home server and I want some recommendations.

ykw i’m gonna host a matrix home server so I can use it at school

people ask why I don’t like AI.

this. this is why I don’t like AI. not because I think it’s a danger to humanity, not because i’m just jumping on the bandwagon, but because it removes creativity.

yes, I got the memo that scratch won’t be adding generative projects.

but in general, I despise most generative AI platforms. they take away creativity from real artists and writers and the such, and they allow for the spread of misinformation much easier than before. the only type of generative AI that I’m fine with is the assistive AI that comes with some art programs, but only because they don’t generate pieces, they help the artist make pieces. at least it retains some of the originality and creativity.

and don’t even get me started on the people who get paid to “write prompts” for AI. It’s the stupidest, most low-effort job I’ve ever heard of.

(edit: i’m also okay with platforms like ChatGPT because they’re really just demonstrating what their model can do. they’re not trying to market it as a generative AI to solve all problems, they’re just trying to show people what they made.)

luckily it seems Scratch isn’t interested in adding script generation with AI

looks like 4.0 will probably just add different AI powered blocks/plugins, (edit: improved facial recognition, has been a feature since 2021) facial recognition being one of them on Scratch Lab, as well as body tracking and object detection

https://lab.scratch.mit.edu/face

https://raise.mit.edu/research-projects/creativity-with-scratch-and-ai/

https://resources.scratch.mit.edu/www/lessons/en/ScratchLearningResource_ScratchAILesson.pdf

Yay! New scratch upda—

AI? Really? AI? They want to inspire creativity and they are including AI? How on earth will AI help kids create? If anything, it will stop the learning process because, instead of creating art or code that is creative and requires skill, kids will just write a prompt.

in case you missed it

a new position on the scratch foundation’s website went up recently, and the job description confirms that scratch 4.0 is in development. says it’ll feature a “re-imagined online community and creative ai”… whatever that means

no word of a release date, but that’s understandable. i’m actually kind of excited for this, i feel like scratch’s online community hasn’t been working super well recently so hopefully this’ll fix some of those issues. as for the ai thing… please no. so many things can go wrong with that…

https://static1.squarespace.com/static/59371b611e5b6cbaaa211ff9/t/67211c6ce386eb15e68bc5bb/1730223212541/Senior+Back-End+Engineer.pdf

Nov 4, 2024, 4:09 PM
14 1 11
Nov 4, 2024, 6:13 PM
10 1 1
Nov 5, 2024, 11:52 AM
5 0 2

fuck it i’m building a Tesla coil

happe halowen

I think my final grades for this quarter are cooked

just another day writing the ugliest fucking url encoding program i’ve ever seen in lua

i think my other friend and I are going to write a modified version of Javascript called Gabrielscript where every statement is formatted like this

HELP I FOUND THIS IN MY FRIEND’S CODE I DON’T KNOW WHAT TO DO WITH HIM

while (price != 0); {price-25 = quarter++}
   while (price != 0 && price<=1); {price-1 && penny++}    
   while (price != 0 && price<=25); {price-10 && dime++}
   while (price != 0 && price<=5); {price-5 && nickel++}

guys I found the best way to print hello world

test = {"H", "e", "l", "l", "o", " ", "w", "o", "r", "l", "d"}
for i = 1, 11, 1 do
    if i == 1 then
        char1 = test[i]
    end
    if i == 2 then
        char2 = test[i]
    end
    if i == 3 then
        char3 = test[i]
    end
    if i == 4 then
        char4 = test[i]
    end
    if i == 5 then
        char5 = test[i]
    end
    if i == 6 then
        char6 = test[i]
    end
    if i == 7 then
        char7 = test[i]
    end
    if i == 8 then
        char8 = test[i]
    end
    if i == 9 then
        char9 = test[i]
    end
    if i == 10 then
        char10 = test[i]
    end
    if i == 11 then
        char11 = test[i]
    end
end
print(char1..char2..char3..char4..char5..char6..char7..char8..char9..char10..char11)