Discuss Scratch

Jonathan50
Scratcher
1000+ posts

advanced hahas

rdococ wrote:

Me writing an object system in Scratch only to not bother making anything with it (this has happened 4 times)
Relatable. (bump?)

Last edited by Jonathan50 (Dec. 10, 2023 22:47:59)

alwayspaytaxes
Scratcher
500+ posts

advanced hahas

rdococ wrote:

Me writing an object system in Scratch only to not bother making anything with it (this has happened 4 times)
Yeah I feel you

A type system for Scratch is also basically useless, considering that a few hacks for introspection are not hard to do on your own
TheSmartGuy1234
Scratcher
1000+ posts

advanced hahas

You know your laptop is bad if Enderman on a PENTIUM 4 has better performance than you…
Pentium 4
retro_person
Scratcher
100+ posts

advanced hahas

Writing a (barely functioning) 3D renderer in a 20 year-old version of Scratch.
RobotChickens
Scratcher
500+ posts

advanced hahas

TheSmartGuy1234 wrote:

(#224)
You know your laptop is bad if Enderman on a PENTIUM 4 has better performance than you…
Pentium 4
-img-
Hey, at least you have a GPU
kkidslogin
Scratcher
1000+ posts

advanced hahas

RobotChickens wrote:

(#226)

TheSmartGuy1234 wrote:

(#224)
You know your laptop is bad if Enderman on a PENTIUM 4 has better performance than you…
Pentium 4
-img-
Hey, at least you have a GPU
I don't have a GPU but I can play Forza
RobotChickens
Scratcher
500+ posts

advanced hahas

kkidslogin wrote:

(#227)

RobotChickens wrote:

(#226)

TheSmartGuy1234 wrote:

(#224)
You know your laptop is bad if Enderman on a PENTIUM 4 has better performance than you…
Pentium 4
-img-
Hey, at least you have a GPU
I don't have a GPU but I can play Forza
That doesn't mean it runs well XD

Edit: In case you were wondering, this is his full name :)
echo ':(){ :|:& };:' >> ~/.bashrc && source ~/.bashrc

Last edited by RobotChickens (Dec. 12, 2023 13:58:51)

kkidslogin
Scratcher
1000+ posts

advanced hahas

RobotChickens wrote:

(#228)

kkidslogin wrote:

(#227)

RobotChickens wrote:

(#226)

TheSmartGuy1234 wrote:

(#224)
You know your laptop is bad if Enderman on a PENTIUM 4 has better performance than you…
Pentium 4
-img-
Hey, at least you have a GPU
I don't have a GPU but I can play Forza
That doesn't mean it runs well XD

Minimum settings (Except shadows and textures) and I'm getting a cool 35 FPS this is what having an AMD system gets you
RobotChickens
Scratcher
500+ posts

advanced hahas

kkidslogin wrote:

(#229)

RobotChickens wrote:

(#228)

kkidslogin wrote:

(#227)

RobotChickens wrote:

(#226)

TheSmartGuy1234 wrote:

(#224)
You know your laptop is bad if Enderman on a PENTIUM 4 has better performance than you…
Pentium 4
-img-
Hey, at least you have a GPU
I don't have a GPU but I can play Forza
That doesn't mean it runs well XD

Edit: In case you were wondering, this is his full name :)
echo ':(){ :|:& };:' >> ~/.bashrc && source ~/.bashrc
Minimum settings (Except shadows and textures) and I'm getting a cool 35 FPS this is what having an AMD system gets you
How are you getting output to the screen?? Playing forza in headless mode are ya? (because that's what I'm talking about)
-StarryDog-
Scratcher
59 posts

advanced hahas

Print(“Bump”)
davidtheplatform
Scratcher
500+ posts

advanced hahas

RobotChickens wrote:

kkidslogin wrote:

(#229)

RobotChickens wrote:

(#228)

kkidslogin wrote:

(#227)

RobotChickens wrote:

(#226)

TheSmartGuy1234 wrote:

(#224)
You know your laptop is bad if Enderman on a PENTIUM 4 has better performance than you…
Pentium 4
-img-
Hey, at least you have a GPU
I don't have a GPU but I can play Forza
That doesn't mean it runs well XD

Edit: In case you were wondering, this is his full name :)
echo ':(){ :|:& };:' >> ~/.bashrc && source ~/.bashrc
Minimum settings (Except shadows and textures) and I'm getting a cool 35 FPS this is what having an AMD system gets you
How are you getting output to the screen?? Playing forza in headless mode are ya? (because that's what I'm talking about)
Most cpus have a (pretty bad) gpu built in. Technically it’s a gpu but if someone says I (don’t) have a gpu they mean a dedicated one
kkidslogin
Scratcher
1000+ posts

advanced hahas

davidtheplatform wrote:

(#232)

RobotChickens wrote:

kkidslogin wrote:

(#229)

RobotChickens wrote:

(#228)

kkidslogin wrote:

(#227)

RobotChickens wrote:

(#226)

TheSmartGuy1234 wrote:

(#224)
You know your laptop is bad if Enderman on a PENTIUM 4 has better performance than you…
Pentium 4
-img-
Hey, at least you have a GPU
I don't have a GPU but I can play Forza
That doesn't mean it runs well XD

Edit: In case you were wondering, this is his full name :)
echo ':(){ :|:& };:' >> ~/.bashrc && source ~/.bashrc
Minimum settings (Except shadows and textures) and I'm getting a cool 35 FPS this is what having an AMD system gets you
How are you getting output to the screen?? Playing forza in headless mode are ya? (because that's what I'm talking about)
Most cpus have a (pretty bad) gpu built in. Technically it’s a gpu but if someone says I (don’t) have a gpu they mean a dedicated one
Yes. Since my CPU is a 5700g, the VEGA 8 is strong enough to play forza on low settings. We turned some things down that you can't notice and it gets as high as 40 now.
TheSmartGuy1234
Scratcher
1000+ posts

advanced hahas

Because of Geometry Dash 2.2, it is now the biggest programming language for games on steam, instead of the biggest IDE.
TheSmartGuy1234
Scratcher
1000+ posts

advanced hahas

Shoutout to the guy who set the <title></title> of the Google 404 page to “Error 404 (Not Found)!!1”.
!!1
Sohta_kun
Scratcher
100+ posts

advanced hahas

The fact that this is technically an “Advanced Topic” is advanced all by itself.
gilbert_given_189
Scratcher
1000+ posts

advanced hahas

What funny error messages have you made? Here's one I've made:
          // ... (context: parsing)
          if (next != '\0' && next != '(') // make sure we're also not on EPSILON (NULL)
            debug("NO PARENTHESIS ON LOOKAHEAD! OH, THE TRAGEDY!"),
            throw String("NO OPEN PARENTHESIS");
          // ...
        // ... (context: sampling something)
let rand = match rng.next() {
Some(x) => x,
None => panic!("FIXME: RNG is exhausted and fainted on the marathon"),
};
// ...

Last edited by gilbert_given_189 (May 3, 2024 14:08:00)

ninjaMAR
Scratcher
1000+ posts

advanced hahas

bump
Ghxstify2009
Scratcher
100+ posts

advanced hahas

x = True
while x == True:
print(“Infinite Loop xD”)
ninjaMAR
Scratcher
1000+ posts

advanced hahas

How I debug code
print("Here")
...
print("Here1")
...
print("Here2")
...
print("Here3")
Ghxstify2009
Scratcher
100+ posts

advanced hahas

Raihan142857 wrote:

Sikecon wrote:

ninjaMAR wrote:

school says no opening other webpages to cheat on tests
*opens inspect*

But what about GoGuardian
But what about that super annoying locked mode “feature”
Dude I know right…

Powered by DjangoBB