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

#6501 2013-01-03 06:58:57

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

Re: BYOB 3 - Discussion Thread

nXIII wrote:

Hardmath123 wrote:

Would you change it if I wrote a Morphic local virtual keyboard for you? I think it won't be too hard, I can do it.  smile

I already did that.

So how come we still have the glitchy local keyboard? Jens, didn't you specifically want to escape local device-specific stuff?  hmm


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

Offline

 

#6502 2013-01-03 09:16:07

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

Re: BYOB 3 - Discussion Thread

Okay, once again, folks, I'm currently not looking for or accepting code contributions, wile all efforts go into moving Snap! 4.0 to beta and full release. There are - and always will be - issues to look after and features to add, but at this time it's all about shipping, not brainstorming for me. I'm fine with the way Snap! currently works on my iPad, which really is more of a gratuitous by-product of using HTML and JavaScript. Obviously, turning Snap! into a real, full-fledged mobile application requires profound design changes to the IDE and the whole GUI, something more like Catroid (look it up, it's cool!). But these things will come later on, maybe even after 4.1. I hope you all understand this and I do appreciate your feedback and contributions.


Jens Mönig

Offline

 

#6503 2013-01-03 12:58:11

shadow_7283
Scratcher
Registered: 2007-11-07
Posts: 1000+

Re: BYOB 3 - Discussion Thread

Jens wrote:

more like Catroid

Is that the result of App Inventor?

Offline

 

#6504 2013-01-03 13:10:00

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

Re: BYOB 3 - Discussion Thread

Digimath wrote:

I’m wondering if those humorless teachers would rather not be credited for the name change.

I thought about that, too.  But I figure that people who are already using BYOB are owed an explanation of the devolution of the name.  Hey, at least I didn't name names...  :-)


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

Offline

 

#6505 2013-01-03 13:12:22

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

Re: BYOB 3 - Discussion Thread

shadow_7283 wrote:

Is that the result of App Inventor?

No, Catroid is an independent project.  In App Inventor you do the actual programming on your computer, not directly on your phone.  The research goal of Catroid is to find ways around the severe lack of room on a phone screen.


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

Offline

 

#6506 2013-01-03 14:33:10

shadow_7283
Scratcher
Registered: 2007-11-07
Posts: 1000+

Re: BYOB 3 - Discussion Thread

bharvey wrote:

No, Catroid is an independent project.  In App Inventor you do the actual programming on your computer, not directly on your phone.  The research goal of Catroid is to find ways around the severe lack of room on a phone screen.

I read something a while back that the App Inventor project at Google had been discontinued and passed on to researchers at MIT for further development. I thought this might have been what it turned into.

Offline

 

#6507 2013-01-03 15:49:11

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

Re: BYOB 3 - Discussion Thread

shadow_7283 wrote:

I read something a while back that the App Inventor project at Google had been discontinued and passed on to researchers at MIT for further development. I thought this might have been what it turned into.

It's true that App Inventor moved to MIT (although that's a little misleading because Hal Abelson, an MIT professor, started App Inventor while on sabbatical at Google), but it's still App Inventor.

Catroid is developed at the Institute for Software Technology at Graz University of Technology in Austria.

P.S.  Nothing to do with this message, really, but Adobe CS6 finished downloading in the middle of the night, and I started the installer at 8:30 this morning, and it jumped up to 13% done right away and has been sitting at 13% done for four hours.  The estimated number of minutes to completion keeps growing; right now it's at 2231.  I hate Adobe.

Last edited by bharvey (2013-01-03 15:52:12)


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

Offline

 

#6508 2013-01-03 16:09:28

nXIII
Community Moderator
Registered: 2009-04-21
Posts: 1000+

Re: BYOB 3 - Discussion Thread

Hardmath123 wrote:

So how come we still have the glitchy local keyboard? Jens, didn't you specifically want to escape local device-specific stuff?  hmm

We have it because:
1) creating a morph as complex as the keyboard every time you focused an input field was prohibitively slow, and Jens didn't like the version which used a shared keyboard initialized at startup.
2) the iOS keyboard, when functioning correctly, is much better than any Morphic one ever could be.


nXIII

Offline

 

#6509 2013-01-03 16:25:44

thebriculator
Scratcher
Registered: 2011-07-11
Posts: 500+

Re: BYOB 3 - Discussion Thread

What logging in do right now?


.     http://tiny.cc/2cwgpw    http://tiny.cc/viwgpw    http://tiny.cc/iwwgpw

Offline

 

#6510 2013-01-03 16:43:53

shadow_7283
Scratcher
Registered: 2007-11-07
Posts: 1000+

Re: BYOB 3 - Discussion Thread

bharvey wrote:

Catroid is developed at the Institute for Software Technology at Graz University of Technology in Austria.

www.catroid.org wrote:

developed by the Lifelong Kindergarten Group at the MIT Media Lab

[/offtopic]

Last edited by shadow_7283 (2013-01-03 16:46:10)

Offline

 

#6511 2013-01-03 17:30:17

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

Re: BYOB 3 - Discussion Thread

shadow_7283 wrote:

www.catroid.org wrote:

developed by the Lifelong Kindergarten Group at the MIT Media Lab

[/offtopic]

www.catroid.org wrote:

Catroid is a visual programming language for Android devices that is inspired by the Scratch programming language for PCs, developed by the Lifelong Kindergarten Group at the MIT Media Lab.

The subject of "developed" in that sentence is Scratch!  If you click on the "Imprint" link at the bottom of the catroid.org site, you'll find the sentence I quoted.

Haven't you learned yet, Jack, that I'm never wrong?   tongue


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

Offline

 

#6512 2013-01-03 20:27:44

Digimath
Scratcher
Registered: 2007-07-07
Posts: 100+

Re: BYOB 3 - Discussion Thread

bharvey wrote:

A draft Snap 4.0 Manual is up for comments.

I had another thought.
You all know what it’s for and who it’s for but it might be helpful if the manual started out with an explanation of the intended audience (of the manual) and what need SNAP! is fullfilling.


I've updated my text adventure game.
Colossal Cave 150http://scratch.mit.edu/static/projects/Digimath/3003787_sm.png

Offline

 

#6513 2013-01-03 22:32:17

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

Re: BYOB 3 - Discussion Thread

Digimath wrote:

an explanation of the intended audience

Good idea.  I added "These added capabilities make it suitable for a serious introduction to computer science for high school or college students." to the first paragraph.

The audience for the manual is a tricky question.  Clearly not eight-year-olds, but maybe people who haven't used Scratch (hence Chapter 0) but also maybe computer science professors!  Ideally we'd have a wider range of documentation with more specific targets.  We do have the Berkeley course materials, which are way more detailed of course.  It's called a reference manual because you look things up in it, but I couldn't avoid some tutorial parts about things like continuations that nobody outside the programming languages research community has heard of.


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

Offline

 

#6514 2013-01-04 13:31:22

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

Re: BYOB 3 - Discussion Thread

@roijac:  I finally got Acrobat installed, and it says the manual PDF does have all the fonts embedded, so I don't know why it looks that way for you.  I tried to make a PDF/X (guaranteed to look the same on every output device) but Acrobat ran out of memory and died!  sad  (I only have four gigabytes of memory on my Mac...)


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

Offline

 

#6515 2013-01-04 23:01:42

shadow_7283
Scratcher
Registered: 2007-11-07
Posts: 1000+

Re: BYOB 3 - Discussion Thread

bharvey wrote:

Haven't you learned yet, Jack, that I'm never wrong?   tongue

Schooled in Computer Science, English, Math, Politics... I should know better.  wink

EDIT: Having difficulty reproducing the Baskerville issue. Adobe Reader, Chrome's PDF viewer, and the built in Win 8 app all display it correctly (probably because its included in Windows). What operating system are you on Roijac?

Last edited by shadow_7283 (2013-01-05 11:24:25)

Offline

 

#6516 2013-01-05 11:25:37

joefarebrother
Scratcher
Registered: 2011-04-08
Posts: 1000+

Re: BYOB 3 - Discussion Thread

Suggestion: A way to the user to provide their own block colors (and maybe even categories) for user-created data structures.

Also when we get first class pictures, a way to change the picture displayed in variable watchers/speech balloons for user created data structures.


My latest project is called http://tinyurl.com/d2m8hne! It has http://tinyurl.com/d395ygk views, http://tinyurl.com/cnasmt7 love-its, and http://tinyurl.com/bwjy8xs comments.
http://tinyurl.com/756anbk   http://tinyurl.com/iplaychess

Offline

 

#6517 2013-01-05 13:54:28

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

Re: BYOB 3 - Discussion Thread

joefarebrother wrote:

Suggestion: A way to the user to provide their own block colors (and maybe even categories) for user-created data structures.

I dunno.  There are only so many distinguishable colors, and we cut that space in half with zebra coloring.  I could imagine adding one or two colors that could be user-definable (in addition to the existing grey).

Also when we get first class pictures, a way to change the picture displayed in variable watchers/speech balloons for user created data structures.

I've always wanted this (see the original BYOB3 propaganda movie).  It doesn't depend on first class pictures; the representation would be a procedure that, when called with the datum, draws its representation.  My canonical use case is exact rationals, which would be represented internally as a list of two integers p and q, and would be drawn as a text string, p/q.

But of course this feature could be the poster boy for things that Jens doesn't want to hear about right now.  smile


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

Offline

 

#6518 2013-01-05 14:19:57

joefarebrother
Scratcher
Registered: 2011-04-08
Posts: 1000+

Re: BYOB 3 - Discussion Thread

bharvey wrote:

joefarebrother wrote:

Suggestion: A way to the user to provide their own block colours (and maybe even categories) for user-created data structures.

I dunno.  There are only so many distinguishable colors, and we cut that space in half with zebra coloring.  I could imagine adding one or two colors that could be user-definable (in addition to the existing grey).

Also when we get first class pictures, a way to change the picture displayed in variable watchers/speech balloons for user created data structures.

I've always wanted this (see the original BYOB3 propaganda movie).  It doesn't depend on first class pictures; the representation would be a procedure that, when called with the datum, draws its representation.  My canonical use case is exact rationals, which would be represented internally as a list of two integers p and q, and would be drawn as a text string, p/q.

But of course this feature could be the poster boy for things that Jens doesn't want to hear about right now.  smile

OK, but what if it drew outside of the boundary in which it should be displayed?

Also, what would you do if you wanted a display which, like lists, is scrollable and resizeable.


Another thing: we need a block to write text with the pen.


My latest project is called http://tinyurl.com/d2m8hne! It has http://tinyurl.com/d395ygk views, http://tinyurl.com/cnasmt7 love-its, and http://tinyurl.com/bwjy8xs comments.
http://tinyurl.com/756anbk   http://tinyurl.com/iplaychess

Offline

 

#6519 2013-01-05 15:40:42

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

Re: BYOB 3 - Discussion Thread

joefarebrother wrote:

OK, but what if it drew outside of the boundary in which it should be displayed?

If you think about how values are displayed now, you'll see that it's the other way around; the object draws itself and the surrounding boundary figures out how big to be in response to that.

I guess the way I'd implement it is to have an invisible stage on which the object could draw itself, then find the convex hull of what it draws and work with that to transfer the picture to the visible stage.

Also, what would you do if you wanted a display which, like lists, is scrollable and resizeable.

In principle this could be done by having the drawing procedure clone scrollbar sprites and resize-corner sprites that have "when I am clicked" scripts, and use those along with sprite nesting [and, by the way, you can see how committed Jens is to not adding any more features to 4.0 by the fact that he's refrained from working on this, his favorite BYOB feature  smile ] to make "active" pictures.

But a more plausible solution would be for the object to draw itself in its entirety on the (infinite size) invisible stage, and separately provide scrolling hints such as the minimum size etc.

Or else we'd be forced to invent a "lightweight" sprite that has a picture and one "when clicked" script and nothing else, probably, to make it efficient.

But, you know, I think users are more likely to want simply to be able to nest an actual list in the object's picture, and let the list worry about the scrolling stuff.

Another thing: we need a block to write text with the pen.

I'm not sure what you mean by "with the pen" but we for sure need a way to write text onto the stage that's better than stamping sprites like a typewriter.  My guess is that we'll end up inventing a "text box" object, or perhaps a text box "smart costume" for a sprite, so that the text box can be clickable and movable, etc.


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

Offline

 

#6520 2013-01-05 15:45:33

Digimath
Scratcher
Registered: 2007-07-07
Posts: 100+

Re: BYOB 3 - Discussion Thread

bharvey wrote:

joefarebrother wrote:

[...]
Also when we get first class pictures, a way to change the picture displayed in variable watchers/speech balloons for user created data structures.

I've always wanted this (see the original BYOB3 propaganda movie).[...]

I think a lot of people would use a feature to change the watcher and say block "costumes".  There are a number of related suggestions in the "Suggest and Vote" section of the web site.  My own ignored suggestion was to provide a way to change the text of a costume from within a Scratch program as a way to simulate our own watcher and say blocks.


I've updated my text adventure game.
Colossal Cave 150http://scratch.mit.edu/static/projects/Digimath/3003787_sm.png

Offline

 

#6521 2013-01-05 16:30:34

joefarebrother
Scratcher
Registered: 2011-04-08
Posts: 1000+

Re: BYOB 3 - Discussion Thread

bharvey wrote:

Another thing: we need a block to write text with the pen.

I'm not sure what you mean by "with the pen"

I mean a pen block that writes text on the stage at a given x and y position. Of course, you can do this yourself like this but it would be quicker, easier and neater to have a primitive to do it in "real" fonts.


My latest project is called http://tinyurl.com/d2m8hne! It has http://tinyurl.com/d395ygk views, http://tinyurl.com/cnasmt7 love-its, and http://tinyurl.com/bwjy8xs comments.
http://tinyurl.com/756anbk   http://tinyurl.com/iplaychess

Offline

 

#6522 2013-01-05 19:42:51

shadow_7283
Scratcher
Registered: 2007-11-07
Posts: 1000+

Re: BYOB 3 - Discussion Thread

Embedding fonts into Snap! to ensure compatibility would quickly make it bloated.
I honestly don't mind writing my own text printing, as long as Snap! has the speed to support it.

Offline

 

#6523 2013-01-05 20:29:06

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

Re: BYOB 3 - Discussion Thread

shadow_7283 wrote:

Embedding fonts into Snap! to ensure compatibility would quickly make it bloated.
I honestly don't mind writing my own text printing, as long as Snap! has the speed to support it.

Ah, no, there has to be text support in some form eventually.  Everyone wants that, especially me.  smile   If people get fussy about fonts, we can embed the font in their projects, and make them bloated!


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

Offline

 

#6524 2013-01-10 02:46:46

OldCodger
New Scratcher
Registered: 2012-05-16
Posts: 54

Re: BYOB 3 - Discussion Thread

I have quickly read the manual and have a number of comments.

First I think constant reference to Scratch is confusing. You can't assume new users will have prior knowledge of Scratch.

Second I think you need to make it explicit whether different kinds of data can be held in a list or not.

Finally I think that the style of programming; imperative or functional needs much more expansion to really explain the benefits of each.

Offline

 

#6525 2013-01-10 03:55:41

xly
Scratcher
Registered: 2010-04-17
Posts: 100+

Re: BYOB 3 - Discussion Thread

@Jens & bharvey & others

I dont share the view of many Byob forumers asking for more features.
1 - Millions of different projects have already been created with the plain Scratch.
2 - Snap! already offers much more features than Scratch.
3 - And at its final stage, with OOP, it will offer still more.

Snap! is not designed to be an all-purpose programming language.
In addition the switch to Javasript will offer in a near future many possibilities of extensions, libraries, applications.
By comparison with other new programming languages, it can be considered that it takes roughly 5 years between the official "birth" of a new language and the moment when it is a full-fledged one with programmers, teachers, books writers, conferences etc Be patient !

Offline

 

Board footer