After a few months of intensive Squeak usage I guess it's time I
introduce myself to the list and talk a bit about what I've been doing. Person newPersonNamed: 'Alexandre Jasmin' location: 'montreal area' "Canada"; occupation: 'College student'; introduceTo: theList. One of the few projects I have been working on is a VM port for the Nintendo DS. (A small [PDA like] video game console) You need some special hardware to run homebrew software on that Nintendo console and it only has 4MiB of RAM. Actually I only spent a weekend on that one. It's hardly complete as I only implementd ioShowDisplay, ioGetButtonState and ioMousePoint and a few other "empty" functions. I could stat that old "mini squeak" image and move a few windows around with the stylus. I haven't touched that VM project a while but If there's enough interest I might be able to spend another weekend on it and hopefully release something usable ;-) I'm surprised to see how portable the VM is. All you have to do is change a few line of C code. Though I guess it'd be even better if you could achieve the same feat with a few line of Smalltalk Something else I've been working on is a BitTorrent implementation in Squeak. I'm still learning and some of my classes will need a big overhaul before they gets useable. Working with Squeak is really fun tough. The BitTorrent implementation consists both of a client program and a tracker (comanche module). I appreciate the development tools such as SmallLint, sUnit and Monticello and I'm really learning a lot about the image by reading its code. Notably from that wonderful set of collection classes. I also had a look at Magritte yesterday. I think it's a great framework. Probably more flexible than the other data validation schemes I have used (such as MFC DDX). It also saves you from writing a lot of stupid View related code. Adding some wxSqueak support could be fun. Unfortunatly I'm still having a few issues with Squeak. For instance, I always suffer from a lack of screen space. My squeak world is just overpopulated by Browsers and Workspaces. Window management is something I'm having a hard time to figure out. I had a quick look at the Whisker Browser but I'm not sure it's the right solution. It's more like I'm just doing somethig wrong. Btw NexT style UIs are causing me headaches because when I pin down some of these floating menus they are soon obscured by other windows so I never get to use them. I guess I'm more familiar with theses MS Windows or console based programs that take the up the whole screen and sometimes split it in two to show a second document. It'd be fun to meet other Squeakers in person and hopefully share a few tricks with them. There was an email on squeak-dev about a Smalltalk meeting in Toronto but it's a bit difficult for me to get there especially during the week. Are there any Smalltalkers in Montreal? _______________________________________________ Beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/beginners |
Hello Alexandre,
welcome here! AJ> One of the few projects I have been working on is a VM port for the AJ> Nintendo DS. (A small [PDA like] video game console) Not really beginnerish :-)) There are also the squeak-dev and squeak-vm mailing lists. AJ> Unfortunatly I'm still having a few issues with Squeak. For instance, I AJ> always suffer from a lack of screen space. My squeak world is just AJ> overpopulated by Browsers and Workspaces. My standard Tip: Try TracingMessagesBrowser which gives you a single window for senders and implementors. Real screen space saver! And as a bonus you have the nicely indented static control flow. AJ> It'd be fun to meet other Squeakers in person and hopefully share a few AJ> tricks with them. There was an email on squeak-dev about a Smalltalk AJ> meeting in Toronto but it's a bit difficult for me to get there AJ> especially during the week. Are there any Smalltalkers in Montreal? Can't help you here but I'm sure you'll find them on squeak-dev. Cheers, Herbert mailto:[hidden email] _______________________________________________ Beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/beginners |
In reply to this post by Alexandre Jasmin
--- Alexandre Jasmin <[hidden email]> wrote:
> especially during the week. Are there any > Smalltalkers in Montreal? Yes there are... But it's an endangered species here unfortunately... :) ----------------- Benoit St-Jean Yahoo! Messenger: bstjean A standpoint is an intellectual horizon of radius zero. (Albert Einstein) _______________________________________________ Beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/beginners |
In reply to this post by Alexandre Jasmin
Alexandre Jasmin a écrit :
> Unfortunatly I'm still having a few issues with Squeak. For instance, I > always suffer from a lack of screen space. My squeak world is just > overpopulated by Browsers and Workspaces. > > Window management is something I'm having a hard time to figure out. I > had a quick look at the Whisker Browser but I'm not sure it's the right > solution. It's more like I'm just doing somethig wrong. > > Btw NexT style UIs are causing me headaches because when I pin down some > of these floating menus they are soon obscured by other windows so I > never get to use them. > > I guess I'm more familiar with theses MS Windows or console based > programs that take the up the whole screen and sometimes split it in two > to show a second document. > > It'd be fun to meet other Squeakers in person and hopefully share a few > tricks with them. There was an email on squeak-dev about a Smalltalk > meeting in Toronto but it's a bit difficult for me to get there > especially during the week. Are there any Smalltalkers in Montreal? I think there is some canadians in the french-speaking mailing list : http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/squeak-fr -- oooo Dr. Serge Stinckwich OOOOOOOO Université de Caen>CNRS UMR 6072>GREYC>MAD OOESUGOO http://purl.org/net/SergeStinckwich oooooo Smalltalkers do: [:it | All with: Class, (And love: it)] \ / ## _______________________________________________ Beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/beginners |
Le 2006/10/20, Serge Stinckwich <[hidden email]>
écrivait : >Alexandre Jasmin a écrit :>> It'd be fun to meet other Squeakers in person and hopefully share a few >> tricks with them. There was an email on squeak-dev about a Smalltalk >> meeting in Toronto but it's a bit difficult for me to get there >> especially during the week. Are there any Smalltalkers in Montreal? Bonjour Alexandre, bienvenue à Squeak, oui il y a quelques Squeakers à Montréal qui ne se sont jamais rencontrés cependant. J'en suis, je demeure à Longueuil. Il y a aussi Benoît St-Jean qui est sporadiquement ici et aux USA. Çà serait intéressant de se rencontrer pour parler de Squeak si çà t'intéresse également. Fais-moi signe par courriel privé. Ciao _______________________________________________ Beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/beginners |
Free forum by Nabble | Edit this page |