This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#26 2012-08-21 06:11:19

Hardmath123
Scratcher
Registered: 2010-02-19
Posts: 1000+

Re: Got myself into a virtual pickle.

Paddle2See wrote:

I suggest you talk to previous participants as much as possible and get a feeling for what they found most useful during the competition - then cram on those items and hope for the best.

Good idea! I have last year's winner's email address; I'll ask him.  smile

P.S. I'm not sure of how this fits better in MaC than RaP... I haven't been on the mic forums much. Sorry.

Last edited by Hardmath123 (2012-08-21 06:12:08)


Hardmaths-MacBook-Pro:~ Hardmath$ sudo make $(whoami) a sandwich

Offline

 

#27 2012-08-21 08:49:51

scratchisthebest
Scratcher
Registered: 2009-02-08
Posts: 500+

Re: Got myself into a virtual pickle.

Paddle2See wrote:

I'll move it to MaC for now.

But you're playing in a contest...?
_____

Yeah, google stuff. And for assembling a computer, I agree with 16Skittles: just put stuff together that fits. I read a instructions book, and it seems idiot proof  tongue

ISBN 978-1-449-38824-9 "Building the Perfect PC"

Last edited by scratchisthebest (2012-08-21 08:50:02)


bye 1.4, we all loved you. but we all outgrew the site. 2.0 is a welcome change.
http://scratch.mit.edu/img/Pico3-med.pnghttp://scratch.mit.edu/img/Pico3-med.pnghttp://scratch.mit.edu/img/Pico3-med.pnghttp://scratch.mit.edu/img/Pico3-med.pnghttp://scratch.mit.edu/img/Pico3-med.png

Offline

 

#28 2012-08-21 09:43:06

Servine
Scratcher
Registered: 2011-03-19
Posts: 1000+

Re: Got myself into a virtual pickle.

That seems TOOUUGGHHH.


http://bluetetrarpg.x10.mx/usercard/?name=Servine

Offline

 

#29 2012-08-21 10:02:33

Hardmath123
Scratcher
Registered: 2010-02-19
Posts: 1000+

Re: Got myself into a virtual pickle.

scratchisthebest wrote:

Paddle2See wrote:

I'll move it to MaC for now.

But you're playing in a contest...?
_____

Yeah, google stuff. And for assembling a computer, I agree with 16Skittles: just put stuff together that fits. I read a instructions book, and it seems idiot proof  tongue

ISBN 978-1-449-38824-9 "Building the Perfect PC"

"Make the most idiot-proof product you can and someone will make a better idiot."


Hardmaths-MacBook-Pro:~ Hardmath$ sudo make $(whoami) a sandwich

Offline

 

#30 2012-08-21 10:06:13

rsakoor
Scratcher
Registered: 2012-07-04
Posts: 43

Re: Got myself into a virtual pickle.

I've got a question for you, its not about you but its about scratch: On the operator selections, one of them is something=something. I've seen scratchers put 'if a variable=1 then show, if variable=0 then hide'. My question is what does the zero and the 1 mean?

Hardmath- help me please, i've been asking since about a couple of weeks and I still have no answer!!!

Offline

 

#31 2012-08-21 10:24:47

Hardmath123
Scratcher
Registered: 2010-02-19
Posts: 1000+

Re: Got myself into a virtual pickle.

You should ask this on your own forum topic; don't be afraid to make your own topics!  smile

Regarding your question; I'm sure the variable contains 0 or 1, and is used basically as a switch. For example:

when [die]
set [dead?] to (1)

when flag clicked
forever if <dead? = 1>
say [game over]


Hardmaths-MacBook-Pro:~ Hardmath$ sudo make $(whoami) a sandwich

Offline

 

#32 2012-08-21 10:32:32

rsakoor
Scratcher
Registered: 2012-07-04
Posts: 43

Re: Got myself into a virtual pickle.

Hardmath123 wrote:

You should ask this on your own forum topic; don't be afraid to make your own topics!  smile

Regarding your question; I'm sure the variable contains 0 or 1, and is used basically as a switch. For example:

when [die]
set [dead?] to (1)

when flag clicked
forever if <dead? = 1>
say [game over]

Thanks--- I read about you in this forum---- You'll be fine.... I wish you good luck whenever it is.... I needed this info for my extremely slow developing scratch game.... I'm onto making the actual game.... As far as making own topic, I forgot about it, I'll remember next time... Let me tell you, I will put your name in credits as well with other scratchers that have helped me...Wish me luck for completing my game

Offline

 

#33 2012-08-21 10:36:41

Hardmath123
Scratcher
Registered: 2010-02-19
Posts: 1000+

Re: Got myself into a virtual pickle.

rsakoor wrote:

Hardmath123 wrote:

You should ask this on your own forum topic; don't be afraid to make your own topics!  smile

Regarding your question; I'm sure the variable contains 0 or 1, and is used basically as a switch. For example:

when [die]
set [dead?] to (1)

when flag clicked
forever if <dead? = 1>
say [game over]

Thanks--- I read about you in this forum---- You'll be fine.... I wish you good luck whenever it is.... I needed this info for my extremely slow developing scratch game.... I'm onto making the actual game.... As far as making own topic, I forgot about it, I'll remember next time... Let me tell you, I will put your name in credits as well with other scratchers that have helped me...Wish me luck for completing my game

Good luck, and thanks!

[/offtopic]


Hardmaths-MacBook-Pro:~ Hardmath$ sudo make $(whoami) a sandwich

Offline

 

#34 2012-08-21 12:04:23

cocoanut
Scratcher
Registered: 2007-07-10
Posts: 1000+

Re: Got myself into a virtual pickle.

These aren't very hard tasks to accomplish, excluding the last one. Don't really know much about Apache, storing information like that, or anything.

I'm assuming you mean building a computer instead of building a CPU, as generally CPUs are made professionally and available for consumer purchase. A single person learning and acquiring the components for building a CPU would be insanely difficult.

Anyway, building a computer from parts is really, really easy. If you can build with, like, legos, you can build a computer. Basically, you need to know the components that you need, and what's connected to what. Essentially, what you'd need is the

(keep in mind this info is not specific about how these things work)
Case, for holding stuff together and keeping it protected, ventilation, etc
Power supply, for giving power to your other components
Motherboard, which is the "hub" for the other parts
CPU, processes data
Memory, deals with stuff that's currently going on with computer
GPU, or video card, not essential if there's integrated video on the motherboard
Storage drive, for dealing with stored stuff, either a hard drive or solid state drive
An optical drive for booting the OS

Very nice tutorial from Newegg here on putting this all together. Bear in mind this takes a few hours. I used this for help when building my own PC, the one I'm still using now. http://www.scratch.mit.edu/ext/youtube/?v=lPIXAtNGGCw (this is just part 1)

Things to remember:

Beware of static from your body, you don't want to fry your parts
Make sure to use the motherboard standoffs to keep it off the side of your case
Be careful with the CPU, DON'T bend any pins
Don't force anything


The virus is very easy. What you mean by a replication virus is you just need to have a program open itself, correct? Two seconds of Google can solve that. Also, StackOverflow is a very good site for learning about programming. Basically, you're just want to build a program that opens itself. Once it opens itself, it'll open itself again. It repeats this until your computer is frozen.

That's all the help I can offer. Good luck.

Last edited by cocoanut (2012-08-21 12:05:07)


http://i42.tinypic.com/20gyvif.jpgPlease leave a message at the beep.
Steam: Hellephant

Offline

 

#35 2012-08-21 16:17:19

JH1010
Scratcher
Registered: 2012-05-31
Posts: 1000+

Re: Got myself into a virtual pickle.

I learned Python in a day and comparing me to HardMath is like comparing an ape to a brain sergeon. I am pretty sure s/he will pick it up immediately.

Offline

 

#36 2012-08-21 21:55:34

Hardmath123
Scratcher
Registered: 2010-02-19
Posts: 1000+

Re: Got myself into a virtual pickle.

cocoanut wrote:

These aren't very hard tasks to accomplish, excluding the last one. Don't really know much about Apache, storing information like that, or anything.

...

That's all the help I can offer. Good luck.

Thanks a ton! I've gotta bookmark this thread to refer to there.  smile


Hardmaths-MacBook-Pro:~ Hardmath$ sudo make $(whoami) a sandwich

Offline

 

#37 2012-08-23 07:08:09

Hardmath123
Scratcher
Registered: 2010-02-19
Posts: 1000+

Re: Got myself into a virtual pickle.

Arrgh! It's on Monday. You know the worst bit? I was just told my team consists of me and some senior girl with barely any coding knowledge.  sad


Hardmaths-MacBook-Pro:~ Hardmath$ sudo make $(whoami) a sandwich

Offline

 

#38 2012-08-23 07:15:41

jontmy00
Scratcher
Registered: 2011-11-28
Posts: 1000+

Re: Got myself into a virtual pickle.

Hardmath123 wrote:

Arrgh! It's on Monday. You know the worst bit? I was just told my team consists of me and some senior girl with barely any coding knowledge.  sad

I can't help, but I wish you good luck!


FOR ALL THE NEWS ON UPDATES FOR SIMPLISTICRAFT, CLICK HERE.

Offline

 

#39 2012-08-23 07:24:37

BirdByte
Scratcher
Registered: 2012-07-07
Posts: 1000+

Re: Got myself into a virtual pickle.

Don't worry, chances are that the other teams are in the same pickle.


http://i50.tinypic.com/312u714.jpg

Offline

 

#40 2012-08-23 08:10:33

Hardmath123
Scratcher
Registered: 2010-02-19
Posts: 1000+

Re: Got myself into a virtual pickle.

BirdByte wrote:

Don't worry, chances are that the other teams are in the same pickle.

I never thought of that... thanks!


Hardmaths-MacBook-Pro:~ Hardmath$ sudo make $(whoami) a sandwich

Offline

 

#41 2012-08-23 19:46:34

wolvesstar97
Scratcher
Registered: 2011-08-31
Posts: 1000+

Re: Got myself into a virtual pickle.

Woah. Sounds cool.

Well, as for making a CPU, maybe take apart an old one to learn the layout and just google the parts for descriptions and stuff...

For the imitation virus, make something that just deletes core files.


https://dl.dropbox.com/u/33551365/psyko.png

Offline

 

#42 2012-08-23 21:06:14

fire219
Scratcher
Registered: 2008-02-07
Posts: 1000+

Re: Got myself into a virtual pickle.

The building a PC part isn't too hard, it is just putting some parts together. Like what wolvesstar said, taking a look inside a computer is probably the best way to learn.

You just a LiveCD with Ubuntu (or any other linux distro) for the "boot linux" requirement.

No idea about how to make Windows do verbose boot.

A replication virus, would either open itself repeatedly (easy), or create copies of its file(s) (just as easy).

I don't remember if Ubuntu comes with apache (probably not), but it isn't hard to install (just download, install, run). Can't really help with how to make a social networking site, but it would take a while. If it was me, I would make it similar to twitter, it would be the easiest idea to replicate.



I hope some of what I said somehow helps you, but I doubt it.


http://bluetetrarpg.x10.mx/usercard/img.php?name=fire219

Offline

 

#43 2012-08-24 14:59:53

ohaiderstudios
Scratcher
Registered: 2010-10-31
Posts: 100+

Re: Got myself into a virtual pickle.

Actually, I would say that the social network in Python part would be the easiest  tongue .

You'll also need MySQLdb if you're planning on using MySQL, although it doesn't come with a normal python installation, I would hope they would give it to you. Otherwise, you'll need to download it.

The cgi module is your friend. Use it to parse form input.

One thing that Python doesn't have is sessions, which is a total bummer, however you can work with Cookies, although it might not be as secure (although using the cookie module and the shelve module might be possible to replicate sessions).

All of the above modules, minus MySQLdb, can be read up on at docs.python.org.

If you can use frameworks, then you'll probably want to use one that works with Apache. They'll make your life sooo much easier.

Just some thoughts from me, don't pay any attention to them, as they're probably not very good.  tongue

Last edited by ohaiderstudios (2012-08-24 15:13:10)


Fork Clamor on GitHub!

Offline

 

#44 2012-08-26 20:15:13

Hardmath123
Scratcher
Registered: 2010-02-19
Posts: 1000+

Re: Got myself into a virtual pickle.

It's today! I'm so excited! (and to be honest, nervous)  big_smile

Wish me luck, everyone.  smile

Last edited by Hardmath123 (2012-08-26 20:15:31)


Hardmaths-MacBook-Pro:~ Hardmath$ sudo make $(whoami) a sandwich

Offline

 

#45 2012-08-26 20:18:44

jvvg
Scratcher
Registered: 2008-03-26
Posts: 1000+

Re: Got myself into a virtual pickle.

Good luck!


http://tiny.cc/zwgbewhttp://tiny.cc/e1gbewhttp://tiny.cc/zygbewhttp://tiny.cc/izgbew
Goodbye, Scratch 1.4  sad                                                        Hello Scratch 2.0!  smile

Offline

 

#46 2012-08-26 20:31:44

majormax
Scratcher
Registered: 2008-04-06
Posts: 1000+

Re: Got myself into a virtual pickle.

Sounds awesome. Wish my school would do stuff like that.

Offline

 

#47 2012-08-26 20:42:01

Hardmath123
Scratcher
Registered: 2010-02-19
Posts: 1000+

Re: Got myself into a virtual pickle.

Thanks everyone!


Hardmaths-MacBook-Pro:~ Hardmath$ sudo make $(whoami) a sandwich

Offline

 

#48 2012-08-26 21:20:44

mythbusteranimator
Scratcher
Registered: 2012-02-28
Posts: 1000+

Re: Got myself into a virtual pickle.

Good luck!  smile


http://www.foxtrot.com/comics/2012-04-01-fdb37077.gif
clicky

Offline

 

#49 2012-08-27 05:45:43

nathanprocks
Scratcher
Registered: 2011-04-14
Posts: 1000+

Re: Got myself into a virtual pickle.

I once made a replication virus in batch as a joke. The batch file was converted to a .exe file so people can't see it. All it does is copies itself and the auto-run file to all drive letters and the Public Startup folder, then runs the SysInternals BSoD Screensaver. It is so funny when you plug in the USB drive into a computer or log in and get a fake BSoD lol. xD


http://carrot.cassiedragonandfriends.org/Scratch_Signature/randomsig.php
http://trinary.site40.net/images/scratchrank.php?username=nathanprocks&amp;display=small

Offline

 

#50 2012-08-27 06:08:29

northmeister
Scratcher
Registered: 2011-07-12
Posts: 1000+

Re: Got myself into a virtual pickle.

Did it go well?


http://i48.tinypic.com/5a25g5.png

Offline

 

Board footer