Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:Wrapper classes as concept maps (Score 1) 404

For concept maps, I'd imagine in python it would be something like a dictionary which maps class names to a dictionary. The second dictionary maps maps method names to method names.

So, when you call a method, if there's no dictionary entry, you just use the name expected. Otherwise, you look up the mapping and use that to determine which method to really call.

Unless the number and order of arguments differs. Then the concept map would have to become what amounts to a class with inline methods.

Comment Re:Not good enough (Score 1) 800

I can be using 4 different applications and have multiple tabs open in each for a single project.

Your complaint is that the filenames of open documents would be lost across a restart. That can be solved as I described elsewhere. Then all you'd have to do is click your pinned applications on the taskbar, and those tabs will reopen. Firefox and Notepad++ already support this.

Comment If only one component is hiccuping (Score 1) 800

Session save and restore means the session gets serialized to persistent storage and deserialized after a restart, and it is assumed that the process of serializing and deserializing would give the application a chance to sanitize the loaded data. Besides, even if one application or operating system component is hiccuping hard enough to break its own session save and restore, other applications might still restore correctly.

Comment iTunes is broken in Wine (Score 1) 800

Most apps people think they need windows for will run in WINE or have equivalent free versions.

The iTunes application runs on a Mac, but the Windows version does not run in Wine. The AppDB entry for the latest version states that when the user starts it, it refuses to open and instead claims it needs to be reinstalled.

Comment Apps assume screen size never changes (Score 1) 800

Fingers on 7-10" tablets are stuck at a blob of 6 mm. But fingers on 4" phones are also stuck at a blob of 6 mm. So that doesn't stop a tablet from showing two phone-sized apps side by side. What stops it is the fact that phone and tablet applications are allowed to assume that the screen's area won't change after installation.

Comment "Quarter" rather than "season" (Score 2) 187

NZAU may have cold snowy third quarters and hot sunny first quarters perhaps, but the cold snowy season is still called "winter" and the hot sunny season "summer". I'm just tired of media publishers and the like saying that something is slated for a "winter" release when they mean "first quarter".

Comment Re:Not good enough (Score 1) 800

What does Windows 8 do for any user without a touchscreen that Windows 7 won't?

For one thing, Windows 8 ships on every new name-brand PC not made by Apple, including laptops, all-in-ones, and name-brand towers. For another, Microsoft allows the use of Windows 8 OEM version on home-built towers, unlike Windows 7 where it required hobbyist PC builders to buy the more expensive retail version.

Slashdot Top Deals

This restaurant was advertising breakfast any time. So I ordered french toast in the renaissance. - Steven Wright, comedian

Working...