@dreamsmp_luck bro why are people arguing in bad handwriting
Posts made by jeffreyrb03-gmail
-
RE: Simple platformer with enemy
-
can my project be restored?
I was coding in a project, and now it doesn’t want to load or work anymore, and CreatiCode crashes the second i attempt to load the project.https://play.creaticode.com/projects/67fb076790fe4ee2d3bf1a8b
i cannot unprivate it unfortunately -
RE: Recommend Games To Make!
@mr-gentlehands thx for understanding, I also encourage you to edit the picture and scribble over her visible nibples. Soon, cause I don’t wanna be a je.rk and delete it right away, but I’ll let you take care of it
-
Chatbot self-censorship
weirdly, it self censored “same-sex” but then didn’t censor “sexual orientation”. -
RE: Recommend Games To Make!
@mr-gentlehands dude why would you post that stuff here, specifcally the “im a minor btw” with a freaky ai, and the picture of AI ariana grande with her nipples very visible through her shirt? I’m not even gonna get into the fact that it’s AI slop, but why are you sharing gooner content on a public forum at 11 years old?!?!
I can’t be talking since I’ve viewed inappropriate things since age 6, but this is a public forum, and you know predators could potentially view what you say, make a new user, pretend to be a child, become your friend, and then potentially manipulate you into doing horrible things, to a point of no return?
It’s scary, yet you’re throwing yourself right in it by showing that you have knowledge on the subject, making you more vulnerable to online pedos. You know ppl can lie about age right?
I also have to say, I will not support AI slop content on this forum. Support real, human artists instead of a soulless image generator. ChatGPT is ok to use in my book, but AI can’t & shouldn’t make art. Because alot of people don’t care about this, alot of artists get their job stolen by AI. You shouldn’t support this. AIs work like this: AI (specifically ChatGPT and similar ones) isn’t a brain. It’s a program. It is code that can run inside an app. It isn’t exactly a bunch of wires and computer parts, just a ton of stolen text, Wikipedia/Reddit pages, many stolen images, etc. Many artists who upload their art online with a license (that free and easy to do btw) are protected against things like someone reuploading the art and saying its their own, someone using it in a mean way (companies do this with their logos). However, to train image AIs, they just ignored all that and stole images anyways. And it’s hard to sue against that because the images get turned into just incomprehensible numbers (model weights) because AIs need tons of optimization for speed. So think about it: do you wanna support this evil? or will you oppose it? All ChatGPT and AI can do is steal and recreate.
-
RE: A new animation
@mr-gentlehands sorry but i got stuff to do, i have sports and my parents just made me go outside and get sweaty right after I showered, now in the car. I’ll try though
-
RE: A new animation
@mr-gentlehands sorry i can join later, not now. Also why use a school Chromebook for that?
-
RE: A new animation
@jeffreyrb03-gmail i might be able to join today anyways, I have some CreatiCode knowledge I can pass down to you that literally nobody else knows but me
-
RE: A new animation
@mr-gentlehands said in A new animation:
@jeffreyrb03-gmail I know so, but I’m talking about between me and Jaldolf. we have our own calls everyday to yap about stuff
Oh nvm
-
RE: A new animation
@mr-gentlehands you’re potentially endangering yourself and others, like what if some random 50 year old dude shows his junk on your calls?
-
RE: A new animation
@mr-gentlehands creaticode said themselves they dont approve of the calls, and i think maybe you should stop them
-
RE: bug
@info-creaticode Sorry about that, I’ll stop messing around with it. I do have another project tho that crashed for reasons unrelated to this block, so I’ll provide the URL later and if it could be restored so I could edit it again, I’d appreciate it.
-
RE: bug
@jeffreyrb03-gmail also the child came back on a new account:https://forum.creaticode.com/user/mc-junior-comedian
-
bug
when i type
globalThis
into the calculate math expression block and then run the project, my entire project crashed and now i cant get it back -
RE: POST request block
@info-creaticode Makes sense, and I will try to keep that in mind when making more suggestions. If you guys need help, I would be glad to help out for free with any issues with code, whether it be frontend or backend. I do HTML, CSS, and JS everyday.
And I’m a bit rusty with PHP, but I know alot about NodeJS and Python, since I work with them alot. I could give some of your guy’s code a look or help to implement things on your queue, just say the word.
-
RE: A new technology we could possibly take advantage of
@info-creaticode You’re welcome, but I’ve considered these issues and tested them.
For one, I am using a school chromebook, and they don’t really differ much across schools except for rules, touchscreen, and sometimes specs like storage. This was when I booted up the AI:
It is suprisingly memory efficient because of the fact that it runs on the GPU. They run just fine and great on 8GB of RAM, which is what most enterprise/school chromebooks have.Also, I’m gonna say this, no offense, but if a chromebook can run CreatiCode, then it can absolutely run WebLLM. Memory usage with WebLLM tabs rarely go over a gigabyte for me, but that used to be pretty common with CreatiCode.
Second, I’ve tried to get these models to generate inappropriate content as a test and they won’t. That’s because these models are open-source ones from big companies like Meta and Microsoft (with Phi and Llama) on Huggingface, simply ported to the format that WebLLM supports. Even with prompts that enable it to do whatever, it chooses to stick strongly to its guidelines. Here’s an example, where it still did what I asked but not exactly:
The “adult themes” it was able to generate was a pretty cliche one of drinking beer in a bar.It would be hard to get this to generate inappropriate content because of that and a bit of its incompetence at some things, likely because I’m using a less powerful model (Llama-3.2-1B-Instruct-q4f16_1-MLC) for the sake of my computer and for faster load times.
So while both those points make sense, WebLLM and the built in model safeguards already handle them and if the device can’t support it, then using the normal ChatGPT API as a fallback works too. I think WebLLM is safer security/privacy-wise, like how it is all client side and running in the browser, so you don’t have to deal with data analytics on OpenAI’s backend or stuff like that. There’s also the fact that the models don’t change with WebLLM, so you won’t have to worry about some update ruining stuff (like how people have been mad about GPT-5 being a failure and many switching to Anthropic/Claude).
-
A new technology we could possibly take advantage of
I’ve discovered WebLLM recently and it’s impressive, running Llama-3.2-1B-Instruct-q4f16_1-MLC on a school chromebook with 8gb RAM with my custom HTML chat UI, here was my result:
Essentially, instead of running AIs on a backend or server, like with ChatGPT (which costs money), it runs it all on your device, or more accurately, inside your browser. The only downside is that some devices/browsers (like Safari) don’t support WebGPU, which I assume is an API that this library depends on. Another is that initializing these and/or talking to these could be slow or eat up your memory.
Maybe CreatiCode could add this? Here is the link to the NPM library: https://www.npmjs.com/package/@mlc-ai/web-llm
And the list of models is in the
prebuiltAppConfig
object of the module, so therefore accessed by loggingwebllm.prebuiltAppConfig
to the console. I’ve only been able to get it to work in <script> tags withtype=module
, so if you guys don’t use ES6 modular code, this might not work. If you need help, ill give it.This would be game changing, as we wouldn’t have to worry about chatting with it for too long and wasting credits or facing ratelimiting/ errors like “MAX LIMIT REACHED”, and it would all be done for free!
-
RE: POST request block
@info-creaticode said in POST request block:
So what would this block look like? What parameters should it take? Where would the results be stored?
it should allow to send more detailed HTTP requests (GET and POST) and allow all of the options and headers and whatnot.
https://forum.creaticode.com/topic/1255/feature-request-blocks-to-send-http-requests?_=1754798704902 was where i showed what the block could look like -
RE: POST request block
@info-creaticode i made a suggestion for POST a while ago, it can be used for good purposes and is also found in other scratch mods as well. It can be used to interact with APIs easier and do things that GET currently cant
-
RE: users that need to be banned
@info-creaticode they made another using their real face again https://forum.creaticode.com/user/stupidjuniorcomedian
-
RE: users that need to be banned
@info-creaticode you missed https://forum.creaticode.com/user/kingoftheworld and @Charmander and @StupidJunior (their new account)
-
users that need to be banned
https://forum.creaticode.com/user/betterucare-aec580d0 (seems like one of the old advertisement scam/spam remnants)
and also on the new accounts forum page:
all of the users in the red-circled areas are actually the same person. 2 of them show their real face in the pfp, and one of them contains their first name. To save server space, all these accounts should be purged.
-
RE: Problem solved guys
@jeffreyrb03-gmail now 0, I have cleared out all of his posts
-
RE: How to get score
@wollowtaff Someone has to reward you a point, I think either on your profile or on your projects
-
RE: Translation option
@wollowtaff also I apologize for the mean behavior of that user towards you, I cleared out all the nonsense from him so that you can ask your question without ridicule
-
RE: Translation option
@wollowtaff @info-creaticode just bringing attention to this incase it may have been forgotten
-
RE: Problem solved guys
@jeffreyrb03-gmail said in Problem solved guys:
@jeffreyrb03-gmail i got him down to 99 posts
now 51
-
RE: Problem solved guys
@jeffreyrb03-gmail saving this because this is actually hillarious:
-
RE: Problem solved guys
@jeffreyrb03-gmail said in Problem solved guys:
@jeffreyrb03-gmail oh gosh, i forgot https://forum.creaticode.com/user/sonic . He’s got 196 posts, i got this. I wish this place had a rollback button to undo everything someone did like in MediaWiki.
k, i got him down to 130 posts
-
RE: Folders
@jamesa-blackwell-57b383d3 Really sorry about that dude, I purged all the posts in this thread so we can start again. By the way, he wasn’t a mod. I am a mod. You’ll know who’s a mod and who’s not if they have the Mod Helper tag or if they are info-creaticode
-
RE: Problem solved guys
@jeffreyrb03-gmail oh gosh, i forgot https://forum.creaticode.com/user/sonic . He’s got 196 posts, i got this. I wish this place had a rollback button to undo everything someone did like in MediaWiki.
-
Problem solved guys
I deleted every single post from @Apple and all the Charmanders (https://forum.creaticode.com/search?term=charmander&in=users). That was all the same 9 year old kid. I did this because the kid made like 6 accounts, spammed, posted unrelated plushies, was rude, and endangered himself by showing pictures of his face, as well as revealing his age and full name. So yeah, there is no trace of him left, and if you ever replied to something he said, I deleted that too so that conversations make sense. Please do not engage with him anymore and just report anytime he posts to me. He should be easy to spot because he’s gave himself away every single time he made a new account.
-
RE: What's score?
@mr-gentlehands you can give people points on projects with a reason why youre giving the point, so somebody mustve given you a point
-
RE: Forum request: More reporting options
@mr-gentlehands Lol im sorry i gotta steal those phrases now
-
RE: Can I be a BFH perchance?
@mr-gentlehands lol i dont think Zenitsu would ever have that issue
-
RE: Can I be a BFH perchance?
@mr-gentlehands ohh yea the sound hashira
-
RE: Can I be a BFH perchance?
@tng I can’t accept admin requests, but it might not be needed for you to be an admin at the moment. Back then, I became an admin because I identified several issues with the site, including tracking down a lot of spam (remember Shrukin and Lily, the guys who were toxic and posted inappropriate stuff?) and then when I asked, I managed to completely wipe all the bad stuff off this platform.
Right now, the only issue is that Charmander/SonicPlushies kid who’s like 9 years old and makes several alts, but I can take care of him alone. I already purged everything from the tengen uzui guy.
You can always ping @ info-creaticode btw, I don’t have a special thing to talk to them. If you do need to speak with them privately, emailing them also works
-
RE: Can I be a BFH perchance?
@notjaldolfyt i did, now go into your settings and equip the BFH tag
-
RE: Coding Meeting!
@mr-gentlehands you should kick him out, he’s annoying and prolly isn’t gonna remember what youre telling him. Also btw, anytime Charmander (sonic plushies kid) posts, can you just send the link of the post to me so i can delete it? Im just deleting every single thing related to him