technoboy10 wrote:
Could you change the link URL to http://technoboy10.github.com/snap-nxt? That makes it easier for my code to be downloaded. Thanks.
![]()
Done. Although it doesn't make it easier for people whose browser is set to display white on black -- you should complain to github about that!
PS You haven't changed the filenames, though.
Offline
Hardmath123 wrote:
@Jens [...]
Also, this is kind of unrelated, but to you happen to be going to a conference in the coming weeks?![]()
Ooh, I'm going to be mad if Jens gets to meet you and I don't.
Last edited by bharvey (2013-03-11 12:55:31)
Offline
snap.berkelet.edu wrote:
SNAP! runs in your browser. It is implemented using Javascript, not Flash, so it's safe to run even other people's projects.
Erm…I don't think it's unsafe to run Scratch 2.0 projects you didn't make. What did you have in mind?
Offline
Hardmath123 wrote:
Which looks nicer, and which is easier to understand (for this one, imagine you don't know any of the languages)?
In my case, that isn't so hard to imagine.
(See, I'm more worldly-cynical than you lot.)
None of the three will ever replace
(define (prime? n) (null? (filter (lambda (x) (divides? x n)) (range 2 (ceil (sqrt n))))))
Honestly, apart from the idiotic spaces-as-braces in Python, those three are all pretty much indistinguishable to me. I vastly prefer the explicit starting point of 2 to the "n+2" idiom in the other examples, although I'm not a fan of the FOR syntax. So I vote for a RANGE function in your language for which the starting point is an explicit argument.
Last edited by bharvey (2013-03-11 12:52:32)
Offline
nXIII wrote:
snap.berkelet.edu wrote:
SNAP! runs in your browser. It is implemented using Javascript, not Flash, so it's safe to run even other people's projects.
Erm…I don't think it's unsafe to run Scratch 2.0 projects you didn't make. What did you have in mind?
Flash can do anything, such as zero your disk or send all your passwords to Russia. So, if you trust Scratch 2.0, it's because you trust the Scratch Team. Javascript is sandboxed, so you don't have to trust the competence or honesty of the Snap! Team to feel safe. Maybe I should reword that to make the point clearer, though, you're right.
P.S. In any case, the point of that paragraph isn't to make an implicit comparison with Scratch. It's to address the concerns of paranoid school IT people who've never heard of Snap!.
P.P.S. Read it again and see if you like this version better.
Last edited by bharvey (2013-03-11 13:09:02)
Offline
How would I go about implementing graphic effects? (i.e. how are sprites represented in the canvas element, as images or something else?)
Offline
So, should I submit a proposal based on Kurt to the conference in Barcelona?
Offline
Jens wrote:
By all means, do submit one, and be sure to come!
What am I supposed to say? How do these things work — is it just like "Hey, I made this thing! Look how cool it is"?
Offline
@Jens Should I make a video about Snap-NXT if I want to submit something for the conference?
Offline
Jens wrote:
Honestly, submit it!
'kay.
Boring question: is there any organised accommodation, or would I need to find a way to afford a hotel?
Last edited by blob8108 (2013-03-11 16:13:10)
Offline
blob8108 wrote:
is there any organised accommodation, or would I need to find a way to afford a hotel?
Maybe you can share a room with technoboy10. (Always supposing that he organizes transatlantic airfare!)
I would really, really, really love to organize a Snap! get-together where I could meet our whole gang at once. But I guess at least I can meet you in Barcelona! And JSO is coming, too. (And xly, but he's a grownup, so doesn't count.)
Offline
blob8108 wrote:
So, should I submit a proposal based on Kurt
This finally prompted me to click on the link in your sig. Cool! (@Jens: All the teachers at SIGCSE want some text representation of Snap! programs to do automated analysis of student work. I still vote for Scheme, although I guess the existing XML will work when you separate out the media.) Why is it called Kurt?
Offline
bharvey wrote:
Why is it called Kurt?
You're the first to ask. No particular reason; it's just what happens when you ask your Austrian girlfriend to name something...
First person to think of a decent acronym gets a cookie! At BCN. Assuming I go.
some text representation of Snap! programs to do automated analysis of student work
I wouldn't worry about it — I'll have implemented a universal Scratch 1.4/2.0/BYOB/Snap! converter in not-too-long, and then you can just use that.
Offline
bharvey wrote:
blob8108 wrote:
acronym
Konvert yoUr blocks into paRselTongue
![]()
What on earth is "parseltongue"?!
EDIT: ah, it appears Harry Potter-related...
EDIT^2: Why doesn't natural language have a decent way of delineating precedence that doesn't look ugly?
Last edited by blob8108 (2013-03-11 17:34:07)
Offline
So what are the chances that my proposal will get accepted?
Offline
blob8108 wrote:
What on earth is "parseltongue"?!
![]()
EDIT: ah, it appears Harry Potter-related...
It's, you know, the language spoken by snakes. Such as for example pythons.
P.S. Are you really the only person on earth who's neither read the books nor seen the movies?
Last edited by bharvey (2013-03-11 19:58:20)
Offline
bharvey wrote:
The real question is, can you actually come?
If I get accepted, yeah, I'll be able to come.
Offline