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

#5376 2012-06-05 11:47:08

chanmanpartyman
Scratcher
Registered: 2011-05-30
Posts: 500+

Re: BYOB 3 - Discussion Thread

MathWizz wrote:

roijac wrote:

Hardmath123 wrote:

I like the second.  smile

+1  smile

I'd pick the second if it weren't so aliased.

+1 It should be zoomed and then redrawn or feathered by a slight tap of blur.

Offline

 

#5377 2012-06-05 17:06:07

bharvey
Scratcher
Registered: 2008-08-10
Posts: 1000+

Re: BYOB 3 - Discussion Thread

Hardmath123 wrote:

Hey, Bharvey, about the quines, didn't you write this one?

If you say so...

Also, this ought to work, but doesn't:

Code:

((lambda (a) 
   (lambda () (a a))) 
 (lambda (a) 
   (lambda () (a a))))

Do you mean ((lambda (a) (a a)) (lambda (a) (a a)))?  That's the classic self-evaluating expression.  But it doesn't print as itself, because a procedure isn't a lambda expression.  I think the same is true of your version except that it isn't even self-evaluating; it returns (lambda () ...) because that's the body of the first lambda.

To get something that prints as itself, you have to assemble a list:

Code:

((lambda (a) (list a (list 'quote a))
 '(lambda (a) (list 'quote a)))

or something like that.  Just got off an airplane; too tired to try it.  smile

EDIT:  why don't they disable the old Scratch block feature already???

Last edited by bharvey (2012-06-05 17:12:47)


http://cs.berkeley.edu/~bh/sig5.png

Offline

 

#5378 2012-06-05 17:11:30

bharvey
Scratcher
Registered: 2008-08-10
Posts: 1000+

Re: BYOB 3 - Discussion Thread

dreamod wrote:

I love BYOB.

Thanks!  Your first class images sound cool; we're (eventually) going to do that in Snap!, although our plan is to use costumes (which are already basically images) and make them first class, so you can ask for a sprite's wardrobe and get a list of actual costumes, instead of a list of names of costumes.  And costumes will respond to ITEM_OF_, so you can get to the pixels, which will allow Photoshop-plugin-like (or Scratch-graphics-effects-like) custom blocks.

But, yeah, I don't think we're adding new features to the old BYOB.  Enjoy.


http://cs.berkeley.edu/~bh/sig5.png

Offline

 

#5379 2012-06-05 17:13:53

bharvey
Scratcher
Registered: 2008-08-10
Posts: 1000+

Re: BYOB 3 - Discussion Thread

joefarebrother wrote:

I'm going to use broadcast as goto.

Ah.  Well, let us know when it's done!


http://cs.berkeley.edu/~bh/sig5.png

Offline

 

#5380 2012-06-05 17:15:27

bharvey
Scratcher
Registered: 2008-08-10
Posts: 1000+

Re: BYOB 3 - Discussion Thread

chanmanpartyman wrote:

It should be zoomed and then redrawn or feathered by a slight tap of blur.

I just opened Alonzo in Photoshop, cropped out a square, and then resized it down to 16x16.  All you critics who are better at Photoshop than I am (which wouldn't be hard, I grant you), feel free to redo it!

Last edited by bharvey (2012-06-06 10:19:25)


http://cs.berkeley.edu/~bh/sig5.png

Offline

 

#5381 2012-06-06 11:18:03

roijac
Scratcher
Registered: 2010-01-19
Posts: 1000+

Re: BYOB 3 - Discussion Thread

bharvey wrote:

chanmanpartyman wrote:

It should be zoomed and then redrawn or feathered by a slight tap of blur.

I just opened Alonzo in Photoshop, cropped out a square, and then resized it down to 16x16.  All you critics who are better at Photoshop than I am (which wouldn't be hard, I grant you), feel free to redo it!

http://i.imgur.com/sgWQ2.png
don't forget to say thanks  tongue

Offline

 

#5382 2012-06-06 11:26:49

scimonster
Community Moderator
Registered: 2010-06-13
Posts: 1000+

Re: BYOB 3 - Discussion Thread

roijac wrote:

bharvey wrote:

chanmanpartyman wrote:

It should be zoomed and then redrawn or feathered by a slight tap of blur.

I just opened Alonzo in Photoshop, cropped out a square, and then resized it down to 16x16.  All you critics who are better at Photoshop than I am (which wouldn't be hard, I grant you), feel free to redo it!

http://i.imgur.com/sgWQ2.png
don't forget to say thanks  tongue

Picky guy wrote:

Where's the transparency?

xP

Offline

 

#5383 2012-06-06 11:33:47

roijac
Scratcher
Registered: 2010-01-19
Posts: 1000+

Re: BYOB 3 - Discussion Thread

here it is http://i.imgur.com/OfQwH.png

Offline

 

#5384 2012-06-06 12:12:56

MathWizz
Scratcher
Registered: 2009-08-31
Posts: 1000+

Re: BYOB 3 - Discussion Thread

roijac wrote:

here it is http://i.imgur.com/OfQwH.png

Why is the lower left point so... pointy?  tongue


http://block.site90.net/scratch.mit/text.php?size=30&text=%20A%20signature!&color=333333

Offline

 

#5385 2012-06-06 14:01:28

bharvey
Scratcher
Registered: 2008-08-10
Posts: 1000+

Re: BYOB 3 - Discussion Thread

roijac wrote:

don't forget to say thanks  tongue

Do I ever?  Thanks!

I like the non-transparent version better b/c the transparent one has white pixels here and there that look terrible on a black background.  I infer that your browser isn't set to white on black like mine.  smile


http://cs.berkeley.edu/~bh/sig5.png

Offline

 

#5386 2012-06-06 14:12:44

roijac
Scratcher
Registered: 2010-01-19
Posts: 1000+

Re: BYOB 3 - Discussion Thread

bharvey wrote:

roijac wrote:

don't forget to say thanks  tongue

Do I ever?  Thanks!

I like the non-transparent version better b/c the transparent one has white pixels here and there that look terrible on a black background.  I infer that your browser isn't set to white on black like mine.  smile

no, it isn't  smile

Offline

 

#5387 2012-06-06 14:52:10

MathWizz
Scratcher
Registered: 2009-08-31
Posts: 1000+

Re: BYOB 3 - Discussion Thread

http://img69.imageshack.us/img69/886/imageam.png

?
big_smile


http://block.site90.net/scratch.mit/text.php?size=30&text=%20A%20signature!&color=333333

Offline

 

#5388 2012-06-06 16:45:59

bharvey
Scratcher
Registered: 2008-08-10
Posts: 1000+

Re: BYOB 3 - Discussion Thread

Ah, very nice.  Now we can make an animated gif that alternates between it and my cropped-Snap-logo one. And once in a while it flashes Jens's picture.  tongue


http://cs.berkeley.edu/~bh/sig5.png

Offline

 

#5389 2012-06-06 16:52:01

MathWizz
Scratcher
Registered: 2009-08-31
Posts: 1000+

Re: BYOB 3 - Discussion Thread

...


http://block.site90.net/scratch.mit/text.php?size=30&text=%20A%20signature!&color=333333

Offline

 

#5390 2012-06-07 08:48:44

fullmoon
Retired Community Moderator
Registered: 2007-06-04
Posts: 1000+

Re: BYOB 3 - Discussion Thread

bharvey wrote:

Ah, very nice.  Now we can make an animated gif that alternates between it and my cropped-Snap-logo one. And once in a while it flashes Jens's picture.  tongue

Your wish is granted.
http://i.imgur.com/Wu3kZ.gif


http://i302.photobucket.com/albums/nn100/fullmoon32/wow.jpg

Offline

 

#5391 2012-06-07 08:54:45

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

Re: BYOB 3 - Discussion Thread

fullmoon wrote:

bharvey wrote:

Ah, very nice.  Now we can make an animated gif that alternates between it and my cropped-Snap-logo one. And once in a while it flashes Jens's picture.  tongue

Your wish is granted.
http://i.imgur.com/Wu3kZ.gif

lol


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

Offline

 

#5392 2012-06-07 09:48:27

MathWizz
Scratcher
Registered: 2009-08-31
Posts: 1000+

Re: BYOB 3 - Discussion Thread

Dang it. You beat me to it. Lol


http://block.site90.net/scratch.mit/text.php?size=30&text=%20A%20signature!&color=333333

Offline

 

#5393 2012-06-07 10:09:26

scimonster
Community Moderator
Registered: 2010-06-13
Posts: 1000+

Re: BYOB 3 - Discussion Thread

fullmoon wrote:

bharvey wrote:

Ah, very nice.  Now we can make an animated gif that alternates between it and my cropped-Snap-logo one. And once in a while it flashes Jens's picture.  tongue

Your wish is granted.
http://i.imgur.com/Wu3kZ.gif

That's great.  tongue

Offline

 

#5394 2012-06-07 10:52:26

bharvey
Scratcher
Registered: 2008-08-10
Posts: 1000+

Re: BYOB 3 - Discussion Thread

fullmoon wrote:

Your wish is granted.

Thanks!  That's awesome.

EDIT: Installed!  (Now all we need is the software and the documentation...)

Last edited by bharvey (2012-06-07 11:02:11)


http://cs.berkeley.edu/~bh/sig5.png

Offline

 

#5395 2012-06-07 11:24:05

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

Re: BYOB 3 - Discussion Thread

big_smile  I thought you were joking...


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

Offline

 

#5396 2012-06-07 13:54:16

Jens
Scratcher
Registered: 2007-06-04
Posts: 1000+

Re: BYOB 3 - Discussion Thread

Haha, you guys are fantastic! LOL, thx for the favicon and hi from back home


Jens Mönig

Offline

 

#5397 2012-06-07 13:59:21

bharvey
Scratcher
Registered: 2008-08-10
Posts: 1000+

Re: BYOB 3 - Discussion Thread

Hardmath123 wrote:

big_smile  I thought you were joking...

You were the one who asked for a favicon in the first place!


http://cs.berkeley.edu/~bh/sig5.png

Offline

 

#5398 2012-06-07 14:27:16

scimonster
Community Moderator
Registered: 2010-06-13
Posts: 1000+

Re: BYOB 3 - Discussion Thread

bharvey wrote:

Hardmath123 wrote:

big_smile  I thought you were joking...

You were the one who asked for a favicon in the first place!

About the GIF.  tongue

Offline

 

#5399 2012-06-07 14:41:53

MathWizz
Scratcher
Registered: 2009-08-31
Posts: 1000+

Re: BYOB 3 - Discussion Thread

I think we should get some more reality in this thread.  tongue


http://block.site90.net/scratch.mit/text.php?size=30&text=%20A%20signature!&color=333333

Offline

 

#5400 2012-06-07 15:28:05

bharvey
Scratcher
Registered: 2008-08-10
Posts: 1000+

Re: BYOB 3 - Discussion Thread

MathWizz wrote:

I think we should get some more reality in this thread.

Don't worry, now that Jens is back from vacation, things will start happening again.  (We got the favicon done just in time!)


http://cs.berkeley.edu/~bh/sig5.png

Offline

 

Board footer