New ConsoleWrapper version released!
ConsoleWrapper has had another large overhaul over the last few weeks.
- The primary focus of the release has been creating an internal shell which will serve as a base for growing and improving ConsoleWrapper in the future. This internal shell supports a number of simple commands (with more to come!), and passes on anything it doesn’t understand to CMD.EXE.
- For now the only internally understood commands are EXIT and CD. This will likely expand in future (more about that below) – but for now even these two commands say a lot about the improved state of the shell. Firstly, because the internal shell (and not CMD) is watching for an EXIT command, we can run and exit a number of CMDs from within one instance of the internal shell. Secondly, the fact that we have CD represented internally hints at a very important improvement; the current directory is stored and managed by ConsoleWrapper! (And not CMD). This is important, for the following reasons:
- Directory state can be preserved across different instances of CMD (e.g. when Ctrl+C is pressed – ConsoleWrapper simply tells any new CMD it launches, what the current directory is).
- This will form the basis for tab completion. As I have been unable to pass TAB keystrokes to CMD, this has to be done internally by ConsoleWrapper – and knowing/changing the current directory is key to this.
- As hinted above, having an internal shell will allow for more complex features than simple tab completion. The shell already has the (currently not utilised) ability to store and track multiple running processes built right in. This will form the basis for a screen-esque capability (if you’ve ever used a Linux shell) – however ConsoleWrapper has the distinct advantage of being a 3D environment, potentially allowing for some clever transitions and ways of visualising multiple active consoles.
- Known limitations of this release include:
- STILL no TAB completion! It’s coming soon, I promise!
- The shell doesn’t recognise commands such as “e:” to change drives. Use “cd e:” instead. Note that if, for example, you’re browsing a folder in C:, you can use CD to jump straight to a folder in another drive, e.g. “cd e:\test”. Incidentally, you can’t use cd in that way with the standard Windows shell! You have to do it in two parts – “e:”, “cd \test”. The Windows shell tracks the “active” directory for each drive instead, and won’t change drives unless you explicitly tell it to with a command such as “e:”. Play round with it. I’m not sure which is better.
- Here are two things I want to add very soon. Neither of them are particularly straightforward though, so I’ll see how I get on…
- TAB completion!!!
- I want to completely rework the graphics pipeline so that it uses letter sprites instead of rendering strings on the fly. This will be important as more gets added into ConsoleWrapper (in terms of multiple consoles etc), and should stop the video stuttering seen when large swathes are text are generated. (Try running DIR on a large directory, for example. Then try resetting the device – resizing the window will do it – then hitting Ctrl+Home to scroll over the text you just created).
Download the new release here!
Wednesday, July 22nd, 2009 | Posted in Console Wrapper | No Comments »
Death to IE6
I’m happy to see that ditching support for IE6 is finally gaining ground. Most prominently, Facebook, Digg (and soon, YouTube) are all officially leaving IE6 behind – and hopefully other large companies and websites to follow.
IE6 has been around since 2001, and the online landscape has changed much since then – from new standards (transparent PNGs, CSS 2, etc), to a complete shift in the paradigm of what a website is (the pages we view are far more interactive than the mostly static ones of a few years ago, and complex JavaScript is extremely prevalent). Some would argue that IE6′s standards support was never very top-notch, and certainly by today’s standards, a designer must bend over backwards, and then some, just to get their website to display correctly in a severely outdated browser. As a perfect example, I never tested tom.net.nz in IE6 when designing the current theme, and while it displays fine in virtually every other browser since IE7, IE6 fails spectacularly at rendering certain elements of the design.
So who exactly is holding us back? According to a Digg survey, only 7% of people using the browser actually like it. The rest? Well, a staggering 76% use it because they are forced to – due to sadistic workplace IT policies, or not having administrator access to their PC. Only 17% aren’t upgrading because they don’t feel the need to upgrade (hopefully as more big-name websites drop support, they will begin feeling such a need!) It seems the solution lies with those in charge of IT facilities in workplaces around the world – surely the people who would know best the importance of using an up-to-date browser!
Here’s hoping that IE6′s market share drops into the nothings by year’s end. I personally feel no desire to wrangle my designs to support it.
Helpful hint: if you’re still using IE6, click this link.
Friday, July 17th, 2009 | Posted in Intarwebs | No Comments »
Screw you, Cadbury
[ Image ]
That is all.
Wednesday, July 8th, 2009 | Posted in Life | No Comments »
Tom is a 23 year-old software engineer currently based in Auckland, New Zealand. Click