What is the best place to share your .ST files?

The TL;DR is the title.

So, say I just created a new class and I filed it out... now I want to share it with the Smalltalk people... What is the best place to post it? It could be a website, a forum or a discord server.

reddit.com
u/Old-Ad-9964 — 8 days ago

Despite me being a newbie, I actually learned something about Smalltalk/Squeak!

The source code is on the image and to create your own "Sound"(?) morph:

| myMorph | "this creates the object"
myMorph := SketchMorph fromFile: '/path/to/any.png'. "the object becomes a SketchMorph"
myMorph on: #mouseUp send: #value to: [(SampledSound fromWaveFileNamed: '/path/to/any.wav') play]. "when clicked, it would play a wave file"
anyMorph openInWorld.  "this summons the object into the world."

Have fun!

u/Old-Ad-9964 — 16 days ago
▲ 62 r/lucario

Probably the most demented thing that r/lucario will ever see.

Made with a pirated copy of adobe premiere pro cc 2015 of course!

u/Old-Ad-9964 — 21 days ago

Uh, yeah. I created a Object Show OC because yes.

You can already guess the name of this guy but if not... it's "Lucarionite" and if you're insane, Lucarionite-y or Lucarionity

and if he was in a Object Show... I'd probably name it
"That One Object Show That Everyone Made"
or TOOSTEM (pronounced "Toast 'em")

u/Old-Ad-9964 — 23 days ago

TIL that the Xbox 360 power brick has a fan inside!

So just today, I learned that the Xbox 360 power brick has a fan inside of it.

It all began when I saw youtube short titled "Xbox ones Power Supply Has a Cooling Fan" which made me wonder if the Xbox 360's power brick also has it... Turns out, it does.

reddit.com
u/Old-Ad-9964 — 2 months ago