. .

podcast

IM 88: Security Reloaded

July 29, 2012 18:56:10.779

Welcome to episode 88 of Independent Misinterpretations - a Smalltalk and dynamic language oriented podcast with James Robertson and David Buck.

This week we have another recording from the STIC 2012 conference - Martin Kobetic of Cincom talking about teh changes to the security libraries in the latest release of Cincom Smalltalk. The big change is that developers can now use the Smalltalk libraries, or an interface to native platform libraries. If you would rather watch the video, head on over to the STIC website.

You can subscribe to the podcast in iTunes (or any other podcatching software) using this feed directly or in iTunes with this one.

To listen now, you can either download the mp3 edition, or the AAC edition. The AAC edition comes with chapter markers. You can subscribe to either edition of the podcast directly in iTunes; just search for Smalltalk and look in the Podcast results. You can subscribe to the mp3 edition directly using this feed, or the AAC edition using this feed using any podcatching software. You can also download the podcast in ogg format.

If you like the music we use, please visit Josh Woodward's site. We use the song Troublemaker for our intro/outro music. I'm sure he'd appreciate your support!

If you have feedback, send it to jarober@gmail.com - or visit us on Facebook - you can subscribe in iTunes using this iTunes enabled feed.. If you enjoy the podcast, pass the word - we would love to have more people hear about Smalltalk!

Technorati Tags: , ,

Enclosures:
[im88.mp3 ( Size: 16380327 )]

posted by James Robertson

 Share Tweet This

podcastAAC

IM 88: Security Reloaded (AAC)

July 29, 2012 18:59:19.371

Welcome to episode 88 of Independent Misinterpretations - a Smalltalk and dynamic language oriented podcast with James Robertson and David Buck.

This week we have another recording from the STIC 2012 conference - Martin Kobetic of Cincom talking about teh changes to the security libraries in the latest release of Cincom Smalltalk. The big change is that developers can now use the Smalltalk libraries, or an interface to native platform libraries. If you would rather watch the video, head on over to the STIC website.

You can subscribe to the podcast in iTunes (or any other podcatching software) using this feed directly or in iTunes with this one.

To listen now, you can either download the mp3 edition, or the AAC edition. The AAC edition comes with chapter markers. You can subscribe to either edition of the podcast directly in iTunes; just search for Smalltalk and look in the Podcast results. You can subscribe to the mp3 edition directly using this feed, or the AAC edition using this feed using any podcatching software. You can also download the podcast in ogg format.

If you like the music we use, please visit Josh Woodward's site. We use the song Troublemaker for our intro/outro music. I'm sure he'd appreciate your support!

If you have feedback, send it to jarober@gmail.com - or visit us on Facebook - you can subscribe in iTunes using this iTunes enabled feed.. If you enjoy the podcast, pass the word - we would love to have more people hear about Smalltalk!

Technorati Tags: , ,

Enclosures:
[im88.m4a ( Size: 22619594 )]

posted by James Robertson

 Share Tweet This

smalltalk

OpenQwaq in the Wild

July 30, 2012 8:24:38.922

A worldwide design competition ended up using OpenQwaq for collaboration support - check out the video:

Technorati Tags: ,

posted by James Robertson

 Share Tweet This

st4u

ST 4U 264: Undeclared Variables in Pharo

July 30, 2012 10:21:48.160

Today's Smalltalk 4 You looks at how the Undeclared dictionary works in Pharo. It operates the same way in Squeak, VisualWorks, and ObjectStudio, so you can see the same results in those products. If you have trouble viewing it here in the browser, you can also navigate directly to YouTube. To watch now, click on the image below:

Undeclared

If you have trouble viewing that directly, you can click here to download the video directly. If you need the video in a Windows Media format, then download that here.

You can also watch it on YouTube:

Technorati Tags: , ,

Enclosures:
[st4u264-iPhone.m4v ( Size: 3742696 )]

posted by James Robertson

 Share Tweet This

js4u

JS 4U 191: Using Google Maps

July 31, 2012 10:05:41.438

Javascript 4 U

Today's Javascript 4 You starts looking at the Google Maps Javascript interface. If you have trouble viewing it here in the browser, you can also navigate directly to YouTube.

Join the Facebook Group to discuss the tutorials. You can view the archives here.

To watch now, click on the image below:

maps

If you have trouble viewing that directly, you can click here to download the video directly. If you need the video in a Windows Media format, then download that here.

You can also watch it on YouTube:

Technorati Tags: ,

Enclosures:
[js4u191-iPhone.m4v ( Size: 2551440 )]

posted by James Robertson

 Share Tweet This

st4u

ST 4U 265: SmallLint in VA Smalltalk

August 1, 2012 11:07:50.520

Today's Smalltalk 4 You looks at the Small Lint tools in VA Smalltalk. These exist in most other Smalltalk implementations as well. If you have trouble viewing it here in the browser, you can also navigate directly to YouTube. To watch now, click on the image below:

Small Lint.

If you have trouble viewing that directly, you can click here to download the video directly. If you need the video in a Windows Media format, then download that here.

You can also watch it on YouTube:


It's a good idea to periodically run some "sanity checks" over your code. SUnit tests are one form of that; Small Lint is another. If you load the "Mastering Envy Developer" feature into VA Smalltalk, one of the tools you get access to is Small Lint:

load

Small Lint

After launching the tool from the VA Launcher, you need to pick applications and classes to run it over. Select one or more applications, and then select one or more classes. You need to use the Add or Add All options in the context menu, which adds a check next to all of the selected items. That will get you to the next step, where you need to decide which lint checks to use:

Lint Checks

Select all, or a subset from the menu seen above. Then just run them:

Lint Checks

The window that comes up will show you all of the possible issues - and we say "possible", because Lint can be overly aggressive. You can select an issue and browse the specifics in the code you had it check, and then decide whether or not you need to make changes.

Need more help? There's a screencast for other topics like this which you may want to watch. Questions? Try the "Chat with James" Google gadget over in the sidebar.

Technorati Tags: , ,

Enclosures:
[st4u265-iPhone.m4v ( Size: 5321272 )]

posted by James Robertson

 Share Tweet This

smalltalk

Roassal and Cairo

August 2, 2012 7:52:29.036

The Roassal visualizer software now supports Cairo in VisualWorks - and an Amber version is being worked on.

Technorati Tags:

posted by James Robertson

 Share Tweet This

js4u

JS 4U 192: Google Maps Larger Example

August 2, 2012 9:07:17.301

Javascript 4 U

Today's Javascript 4 You looks at the gt() function in JQuery. If you have trouble viewing it here in the browser, you can also navigate directly to YouTube.

Join the Facebook Group to discuss the tutorials. You can view the archives here.

To watch now, click on the image below:

Maps

If you have trouble viewing that directly, you can click here to download the video directly. If you need the video in a Windows Media format, then download that here.

You can also watch it on YouTube:

Technorati Tags: ,

Enclosures:
[js4u192-iPhone.m4v ( Size: 3572604 )]

posted by James Robertson

 Share Tweet This

skyrim

Thu'umcast 31: Where's My Stupid Dog?

August 2, 2012 23:35:47.564

Thu'umcast

Welcome to episode 31 of "Thu'umcast" - a podcast where Michael Lucas-Smith, Scott Dirk, Austin Haley, Makahlua and I document our trials and tribulations in Elder Scrolls V: Skyrim

Today's episode continues the cnversation about Dawnguard with Jack Quinn and Chris Grundtner. We also talk about the news - the DLC is finally out for PC (but still nowhere to be found for the PS3). We lso get into the Stray Dog glitch.

If you liked our work on That Podcast, you'll probably like this. We intend to stay with the same idea - a gameplay podcast. If you don't want spoilers, don't listen - we are going to be talking about how we play the game, and what we ran across as we played.

You can subscribe in iTunes (or any podcatcher) using this feed, or this one for the AAC edition. We'll add the iTunes specific links as soon as they are available. In the meantime, join the Facebook Group and follow us on Twitter. If you play on Steam, join the Steam Group. Like the music? Pay Sbeast a visit, we thank him for letting us use it!

Links to all episodes and other information can be found on the Thu'umcast page.

If you want to download the podcast directly, we've provided it in three formats:

Got feedback? Tweet us!. Enjoy the podcast, and we'll see you in Skyrim!

Technorati Tags: , , ,

Enclosures:
[thuum31.mp3 ( Size: 13477146 )]

posted by James Robertson

 Share Tweet This

skyrimAAC

Thu'umcast 31: Where's My Stupid Dog? (AAC)

August 2, 2012 23:37:12.676

Thu'umcast

Welcome to episode 31 of "Thu'umcast" - a podcast where Michael Lucas-Smith, Scott Dirk, Austin Haley, Makahlua and I document our trials and tribulations in Elder Scrolls V: Skyrim

Today's episode continues the cnversation about Dawnguard with Jack Quinn and Chris Grundtner. We also talk about the news - the DLC is finally out for PC (but still nowhere to be found for the PS3). We lso get into the Stray Dog glitch.

If you liked our work on That Podcast, you'll probably like this. We intend to stay with the same idea - a gameplay podcast. If you don't want spoilers, don't listen - we are going to be talking about how we play the game, and what we ran across as we played.

You can subscribe in iTunes (or any podcatcher) using this feed, or this one for the AAC edition. We'll add the iTunes specific links as soon as they are available. In the meantime, join the Facebook Group and follow us on Twitter. If you play on Steam, join the Steam Group. Like the music? Pay Sbeast a visit, we thank him for letting us use it!

Links to all episodes and other information can be found on the Thu'umcast page.

If you want to download the podcast directly, we've provided it in three formats:

Got feedback? Tweet us!. Enjoy the podcast, and we'll see you in Skyrim!

Technorati Tags: , , ,

Enclosures:
[thuum31.m4a ( Size: 18455880 )]

posted by James Robertson

 Share Tweet This

st4u

ST 4U 266: Rewrite Tool Transformations

August 3, 2012 10:52:48.405

Today's Smalltalk 4 You looks at the rewrite tools in VA Smalltalk - they come in as part of the refactoring browser support. If you have trouble viewing it here in the browser, you can also navigate directly to YouTube. To watch now, click on the image below:

Rewrite.

If you have trouble viewing that directly, you can click here to download the video directly. If you need the video in a Windows Media format, then download that here.

You can also watch it on YouTube:


Today we'll look at another one of the interesting tools that comes in with the Mastering ENVY Developer Tools - the rewrite tools (part of the refactoring engine). Specifically, we'll look at code transformation. Using the stock tools, it's easy enough to rename methods, but what if you want to selectively rewrite code within a subset of the applications and classes in the system? On the launcher, open the Rewrite Tool:

Rewrite Tool

To take a simple example, we have a small class in an application that has code like this:


shouldDoThing
	^shouldDoThing isNil
		ifTrue: [shouldDoThing := false]
		ifFalse: [shouldDoThing]

And we would like to change that pattern in this class to:



shouldDoThing
	^shouldDoThing 
		ifNil: [shouldDoThing := false]
		ifNotNil: [shouldDoThing]

Simple enough for one change, but what if there are a number of them in your application - and you don't want to make that change across the entire system?

rewrite

The matching rules above will do what we want - and you can follow that pattern for any such transformation. Next, we'll limit the scope of our change. Click the "Search In" button:

Limit Scope

As we did with Small Lint, select the applications and classes you want to apply the rule to. Then hit the "Ok" Button. You'll see something like the following:

Changes

Nothing has been done yet - the system is showing you the proposed changes. You can either select individual changes to apply, or select "Execute All":

Changes

If the application(s) affected are not open, you'll get prompted by ENVY (as per usual) to create a scratch edition. Once you approve that, you'll be able to open a browser and see the changes above

Need more help? There's a screencast for other topics like this which you may want to watch. Questions? Try the "Chat with James" Google gadget over in the sidebar.

Technorati Tags: , , ,

Enclosures:
[st4u266-iPhone.m4v ( Size: 6242633 )]

posted by James Robertson

 Share Tweet This

games

Dawnguard, Mods, and CTD

August 3, 2012 14:26:12.776

A while back, we recorded a podcast on crashing problems related to mods in Skyrim. At the time, it sounded like Michael had run into an edge case that wouldn't impact that many people. Based on what I just ran into, I don't think that's the case anymore. Here's what just happened:

  • I installed Dawnguard via Steam
  • I had to unsubscribe to a number of mods that changed towns and villages, because I was getting a CTD on any exit of an area
  • Things ran fine again, through getting the first Dawnguard quest
  • I went into Dimhollow, and suddenly started getting freezes. A lot.
  • Then the game started CTD every few minutes
  • A look at the logfiles (see this for an explanation on setting that up) showed lots of stack traces, and my save files had suddenly jumped from 13 MB to 50MB

I suspect that most people using the PC game are going to slam headfirst into this, because the intersection of people still playing the game and people using mods is pretty high (especially given how easy it is to install mods with the Steam workshop).

This is utterly game breaking. I now have a level 63 character (with well over 100 hours invested) that is unplayable. Bethesda needs to worry about this, a lot. The game may be slow on the PS3, but it's not completely unplayable.

Technorati Tags: , ,

posted by James Robertson

 Share Tweet This

podcast

IM 89: Staying Agile in the Northern Plains

August 5, 2012 20:42:58.606

Welcome to episode 89 of Independent Misinterpretations - a Smalltalk and dynamic language oriented podcast with James Robertson and David Buck.

This week we have another recording from the STIC 2012 conference - Tim Krieg talking about his team's agile development experiences. If you would rather watch the video, head on over to the STIC website.

You can subscribe to the podcast in iTunes (or any other podcatching software) using this feed directly or in iTunes with this one.

To listen now, you can either download the mp3 edition, or the AAC edition. The AAC edition comes with chapter markers. You can subscribe to either edition of the podcast directly in iTunes; just search for Smalltalk and look in the Podcast results. You can subscribe to the mp3 edition directly using this feed, or the AAC edition using this feed using any podcatching software. You can also download the podcast in ogg format.

If you like the music we use, please visit Josh Woodward's site. We use the song Troublemaker for our intro/outro music. I'm sure he'd appreciate your support!

If you have feedback, send it to jarober@gmail.com - or visit us on Facebook - you can subscribe in iTunes using this iTunes enabled feed.. If you enjoy the podcast, pass the word - we would love to have more people hear about Smalltalk!

Technorati Tags: , ,

Enclosures:
[im89.mp3 ( Size: 15475209 )]

posted by James Robertson

 Share Tweet This

podcastAAC

IM 89: Staying Agile in the Northern Plains (AAC)

August 5, 2012 20:43:50.382

Welcome to episode 89 of Independent Misinterpretations - a Smalltalk and dynamic language oriented podcast with James Robertson and David Buck.

This week we have another recording from the STIC 2012 conference - Tim Krieg talking about his team's agile development experiences. If you would rather watch the video, head on over to the STIC website.

You can subscribe to the podcast in iTunes (or any other podcatching software) using this feed directly or in iTunes with this one.

To listen now, you can either download the mp3 edition, or the AAC edition. The AAC edition comes with chapter markers. You can subscribe to either edition of the podcast directly in iTunes; just search for Smalltalk and look in the Podcast results. You can subscribe to the mp3 edition directly using this feed, or the AAC edition using this feed using any podcatching software. You can also download the podcast in ogg format.

If you like the music we use, please visit Josh Woodward's site. We use the song Troublemaker for our intro/outro music. I'm sure he'd appreciate your support!

If you have feedback, send it to jarober@gmail.com - or visit us on Facebook - you can subscribe in iTunes using this iTunes enabled feed.. If you enjoy the podcast, pass the word - we would love to have more people hear about Smalltalk!

Technorati Tags: , ,

Enclosures:
[im89.m4a ( Size: 21352850 )]

posted by James Robertson

 Share Tweet This