August 21, 2010
Last minute voting choices
Not sure which party represents your personal policies? Have a look at this great post at The Progressive Reformist that breaks down each party/candidate’s policies in a readable fashion (and has links to each party’s site!).
Easy-to-read information on party preferences can be found on the ABC Elections site.
Afterwards, visit BelowTheLine.cc to build your personal Senate voting sheet before visiting the polling booth. Thanks for the awesome tool Cameron McCormack!
August 8, 2010
A semi-useful, half-done JavaScript 2D game engine (featuring Streets of Rage 2 characters)
In mid-April this year I got interested in playing with the Canvas element in JS. Back in the dark ages I used Visual Basic 6 (!) to make a few simple 2D & 3D particle and game engines, and so those were the first things translated to JS. A simple point sphere demo and this basic particle engine were the result. Hilarity and/or horror will ensue if you look at the physics code btw.
I took that particle engine and started building objects to manage images and animation, drawing, sound, keybindings, input sequences, actors controlled by a programmable state machine, basic (read: incorrect) physics and boundary collision. The end result is the incomplete Streets of Rage demo.
What’s missing
- There’s no collision between characters, so you can’t attack anything yet.
- Loading information of any sort. This is easy to do, and I just haven’t gotten to it.
- Additional plumbing to allow multiple players.
I haven’t really worked on this in a month or two (as usual, I got distracted by real life and work) but today I fixed some of the outstanding glitches and reviewed the todo comments throughout the code. There’s plenty more to do yet.
Technical overview of features
For programmers out there interested in the internals, here’s a quick breakdown on what each system does:
- imageStore:
-
- handles the dynamic loading and storing of image files, with the option of providing or generating coordinates for each independent image in sprite sheets and a callback for load complete;
- dynamic creation and storage of flipped-axis versions (to avoid using horribly slow transforms during Canvas drawing);
- a draw function that knows about individual sprites in an image and automatically samples the correct coordinates from the source image;
- a parser for compressed info about graphic files and sprite sheet coordinates that can also generate the coordinates when given the width and height of each sprite in an image.
- animStore:
-
- handles animation sets based on the sprite frames from imageStore;
- has basic animStart, animStop and getCurrentFrame functionality to make it easy for your game to know which frame to draw;
- a parser for compressed animation info.
- inputStore:
-
- handles the collection of keyboard events such as keyup and keydown (real keydown, not affected by the keyboard repeat rate);
- translates raw keyboard events into customisable game key-mapping;
- matches key-map sequences such as “down, down-forward, forward, jab punch” to game actions like “jab fireball”. The sequences are customisable and very similar to Mugen’s ‘D,DF,F,x’ style, including charged attacks such as ‘~20D,U,ab’ (an EX Flash Kick). This is the system I’m most proud of;
- a parser for compressed input sequence data (again, quite similar to Mugen’s).
- actorStore:
-
- handles the creation of game actors (characters, agents, whatever you call them);
- creates instances of actors with physics properties, animations, audio, state machine info etc unique to each instance;
- a programmable state machine to affect a character’s state based on input, physics, current state and state timing, animation etc;
- state machine can switch to new character states, animations, sounds, affect physics etc
- a convenience function for building a draw queue list (see below) for every actor instance.
- physicsStore:
-
- stores basic physics information for each actor or particle such as position, velocity, mass, elastic restitution etc;
- restricts actors to a customisable 3D boundary box
- contains the most broken gravity and drag calculations you’ll ever see;
- No actor/particle collision yet.
- audioStore:
-
- handles the loading and storing of audio files (very similar to imageStore);
- detects browser support for the <audio> element and provides the browser with the appropriate file;
- contains workarounds for popular browser bugs.
- drawQueue:
-
- handles the drawing queue for the game, so that other functions can just pass a list of sprites to draw;
- drawQueue will sort everything by z order before running an optimised draw loop;
- the result from actorStore’s getInstanceDrawList() can be passed directly to drawQueue.
In the Streets of Rage demo, all the above systems are stored in xlib4.js, and the game-specific parts (such as sprite and animation lists, audio and input settings, etc) are stored in xsor4.js. There’s still a huge amount of work to do, but there’s a pretty clean divide between system and game logic.
The source code is licensed pretty liberally, and feedback, comments and patches (!) are welcome. Check the license at the top of the files before using or sampling from the code though, just to be safe.
An increase in State-funded school chaplains
We may have an atheist leader but she sure doesn’t shy away from buying votes from the religious wing. I would much prefer any state-funded programs to be establishing rational thought in schools, not the opposite.
The Department of Unpronounceable Acronyms provides a FAQ on the program including this interesting answer about school chaplain faith, although I find the answer on why the government funds this program more telling. There’s no real rationale apart from “Chaplains play[ing] a significant role in… supporting the wellbeing, values and spirituality of young people”; a highly debatable statement at best. Nothing a dedicated youth worker or counsellor couldn’t do, probably with a lot more frankness and pragmatism.
During my high-school years I have fond memories of avoiding the weekly religion class through any means necessary. Even at 13 I understood the absurdity of those classes being explicitly opt-out instead of opt-in; consider the parents and carers who don’t think about religion and thus aren’t likely to know their child is being delivered a dose of Arbitrary Belief System™ each week. From my perspective it’s an ill-fitting cog in a rational, supposedly-secular education system, and I’ve no interest in maintaining what church leaders consider the ‘special religious education system’. Eek.
August 6, 2010
When jounalists inject misinformation
In iTWire’s ‘The internet filter is dead! Long live the filter!’ James Riley writes:
Despite the narrow focus of the government’s proposed filter, despite its technical feasibility and despite a series of transparency and accountability measures that were to be put in place, the filter simply unnerved people. And a great many simply said the filter would not work.
Misinformation ahoy. The focus of the filter has and will always be vague, meaningless trite in the style of ‘save the children’, with a creeping scope and absolutely no accountability. Witness how the leaked URL list blew out to include currently legal pornographic material, information about euthanasia and a Wikileaks page. Google et al have spent the last two years complaining that the scope is ill-defined, subjective and hard to enforce.
On the merit of its technical feasibility, where are the concrete statistics on the effect of transfer speed, reliability and false positives? Where is the independent study? Why was the Government’s report so delayed? Again, iiNet and other ISPs whose existence doesn’t depend on continued government contracts forcefully opposed the technical implementation for a wide swathe of reasons.
Beyond the technical implementation problems there’s also the fact that the filter is incredibly simplistic and ineffective; anything based on URL lists is prone to bypass via proxy, tunnelling and encryption (to name just a few techniques). Two minutes after this thing goes live a thousand Yahoo Answers pages will list ways to bypass it. And who’s likely to have the technical knowledge to do so already? The very people you’re ‘protecting’ or ‘stopping’: the technically-minded new generation and anyone else who’s ever stepped off the mainstream web. No, serious commercial paedophiles would not be stupid enough to use unencrypted web traffic, and the filter won’t block their content.
I’d love to see the size of the URL list should the government start blocking pages that describe how to work around the filter.
And no James, there is no ‘technical transparency and accountability’. The general public don’t know how the system works, can’t review it from a technical or source-code level, and have no control over the blocked addresses even as a matter of periodical public or independent review. A telling part of the quote above is “[…] a series of transparency and accountability measures that were to be put in place” (emphasis mine). Note the “were”. They hadn’t been discussed publicly, or reviewed, or implemented, or stress-tested.
The internet filter is about getting a black-box into every ISP to establish a baseline system for blocking arbitrary content at the Government’s whim. Nothing more. It will not protect you, your kids or your dog. If you think it will then you are an idiot.
But the Howard Government end-user filtering policy was a disaster (if you define disaster as a policy that costs millions but is nearly completely ineffective.
Labor’s internet filter has cost millions already (just for testing!) and will be completely ineffective.
Under former Communications Minister Helen Coonan, government spend tens of millions of dollars on its end-user filter policy – including $15 million on an advertising/awareness campaign to make sure parents knew the filters were available.
One Government’s badly-managed project does not preclude a later Government from attempting to do a better job. Also, how the hell do you spend tens of millions of dollars on filtering software development? You know, it’s not that hard, derr. I could give you the name of quite a few free projects the Government could adapt to fit with the help of two C++ programmers and a few weeks. Unless said project decides to invest a few million in gold-plated chairs or a new building full of pointless supervisory staff.
At its peak, about 30,000 people had taken up the government’s offer of free filter software. 30,000! From an Australian subscriber base of 12 million or more!
Believe it or not James, not everyone with an Internet connection has kids, has kids of a the appropriate age, requires new filtering software (other software exists, including stuff ISPs offer already), or shares your obvious political position on carte-blanch filtering.
Further, despite the noisy opposition to the ISP-level filtering proposal, particularly from the technology sector, Mum’s and Dad’s were generally in favour in Government filtering the kind of content that the RC category is applied to.
Wrong, and a totally slanted statistic. Again, we’re not all parents, and we don’t all have kids, and we don’t all want the same arbitrary restrictions as those who are parents. You’re missing a fundamental point here: why are you applying a “solution” meant for a select target audience to all of us? Your use of the colloquial ‘Moms and Dads’ instead of naming a specific demographic also reeks of loaded language.
The fact that the opponents of mandatory filtering quietly accepted the volunteer ISP filtering by the nation’s three largest ISPs – which will block child abuse sites – is just strange.
Wrong. We expressed dissatisfaction and frustration that those ISPs caved in without considering the ramifications. We do not accept their decision. Where are you getting this idea from? And again, you’ve tied that sentence in with a simplified version of the truth: ‘block child abuse sites’. This paragraph’s utter absurdity is exposed when you write it honestly: … quietly accepted the volunteer ISP filtering by the nation’s three largest ISPs – which will block arbitrary content at the Government’s sole discretion – is just strange.
Doesn’t quite have the same effect as the slanted rhetoric of the other version though.
All the die-hard anti-censorship protesters and free speech libertarians were in effect saying that Government filtering (or censorship in their language) indeed had its place in our society and that only difference they had with Government was over precisely where the line was drawn.
This is called a strawman argument. You may have heard of it. Don’t do it; it’s essentially a manipulative way to seed fear, uncertainty and doubt. If that’s your goal then you shouldn’t been in journalism.
Without the Liberals support, without the Coalition, Government will not be able to get its mandatory plan through the Senate if it is re-elected.
What? I don’t know how to interpret this sentence; is it just a statement, a request to put pressure on the Liberal party, or political campaigning for Labor? I’m very confused.
Regardless, even with the ad hoc voluntary scheme, the accountability and transparency measures that govern the blacklist will need to be passed.
Wrong. Which sites a parent chooses to block in a PC-level filtering program becomes a decision for that parent alone. I don’t see the Government passing a blacklist bill for my AdBlock subscription, so why this? Recommendations are as far as this should go.
This debate has legs in it yet. Certainly the internet filter issue generated more heart than any technology-related public policy debate of the past 30 years.
Yet hardly anyone outside the ISP and technical communities know how it works or the future repercussions of installing black-boxed filtering machines. The mainstream media hasn’t dissected the system for laymen, and articles such as yours continue to pave over all the interesting technical and political detail and tote the benefits while ignoring the problems.
And so much misinformation was propagated about how the filter would work, and what kinds of content that it would capture that what passed for debate often descended into personal abuse and name calling.
And much of the vitriol was heaped on Communication Minister Stephen Conroy, who became a kind of lightning rod for criticism on anything filter related.
Surely you’re familiar with how dishonesty from the Government leads to distrust amongst the people. We distrust Conroy and associates because time and time again they’re used inaccurate language, misinformation and demagoguery when describing the filter. Conroy shouldn’t have his post because he isn’t technically competent. The position, especially in this debate, requires explicit technical knowledge which he doesn’t possess.
Perhaps we should put Fred Nile into the Communication Minister position. I’m sure Mr Nile’s personal views wouldn’t affect the decisions he makes as part of his responsibility to reflect public opinion in a senior political position with the power to limit the transfer of information. Behold the second reason we distrust Mr Conroy: decisions with serious, long-reaching consequences require a completely objective viewpoint, and that hasn’t been demonstrated.
The Coalition has enjoyed watching Senator Conroy twist in the breeze over this policy for well over a year. Finally they have announced which way they’ll jump on this issue.
That the Coalition has tentatively grown a single vertebrae of a spine shouldn’t distract from the fact that their otherwise jelly-like corpse has been silently flapping in said breeze for two years. Their politicians waited until polling group returns showed they could use the issue to boost percentages, not that they truly believe what’s said in their media release. Politics in this country (at least for the two intractable parties) has devolved into vague promises of unique perspectives and solutions while effectively paraphrasing the opposing party’s policies and working only to maintain a sad and sorry status-quo.
——-
Articles about potentially crucial topics such as Internet filtering require statistics, frank language and the ability to understand a deep, technical subject’s consequences in both the technical and societal areas. If you have the vantage of a journalistic soapbox and only have a fleeting grasp on the topic — or even worse a politically-biased viewpoint — you run the risk of turning a complex argument into a bunch of talking points and subjective gum flapping.
Come on guys, journalism’s core is objectivity. Watered-down reporting and opinion-seeking has drained the media of its ability to present tangible facts that actually prompt readers to consider their position on an issue. Weaving in your opinion between facts complicates your readers’ ability to analyse and make decisions since they first have to extract truth from fiction — and that’s supposed to be your job!
August 5, 2010
Proposition 8 sputtering
From news.com.au’s California’s gay marriage ban overturned:
Judge Walker was withering in his criticism of Proposition 8.
“Proposition 8 fails to advance any rational basis in singling out gay men and lesbians for denial of a marriage license,” he wrote in his judgement.
“The state does not have an interest in enforcing private moral or religious beliefs without an accompanying secular purpose.”
Although my favourite quote is definitely this baffling statement:
Lawyers for the backers of Proposition 8 made the case that limiting marriage to opposite-sex couples is vital to public interest because it promotes procreation, which is fundamental to the survival of the human race.
Indeed, because I know so many gay men and women who would ignore their sexuality in the pursuit of getting married. Oh yeah. What world are you idiots living in? We’re asking for equal rights so that we don’t have to ignore our sexuality.
Addendum: another excerpt from the Judge Walker’s ruling statement.
August 4, 2010
Testing form submission locally in IE: an interesting bug/feature
A friend sent me a chunk of code with an interesting bug: on one particular PHP script, IE wouldn’t submit the form. Every other browser would. The first fix was reasonable, the second bizarre.
For the first fix, the offending lines of code looked like:
echo "<div class=\"form\""; echo "<form action=\"index.php\" method=\"POST\">";
See it? The end of the first line doesn’t include a > to complete the <div> tag. The result in IE’s DOM:
<div class="form" method="POST" action="PRMT_process.php" <form="">
The lack of a > caused the <form>‘s attributes to be consumed by the previous <div>. Not sure how we end up with an attribute called ‘<form’ at the end, but it could be a quirk of IE’s parser stack that willingly consumes garbage characters and coerces them into attributes. Nasty. This meant there wasn’t a <form> tag open so the submit button had nothing to do.
But that didn’t fix it. I ripped out the contents of the form and tested; no. Ripped out the code before the form including the boilerplate; no (incidentally, if a <form> is the first tag in the code — eg. no <body> — then the <form> is dropped on the floor by the parser). Eventually I ended up with this testcase:
<body> <form action="index.php" method="post"> <input type="submit"> </form> </body>
Now at this point I was very, very confused. Dumbfounded. Especially since I’d looked at the file in hex-view to make sure strange Unicode characters hadn’t invaded then checked the encoding and BOM. I re-typed each line. Still didn’t work.
I typed the contents out in a separate file and copy/pasted over the top of the broken one; still didn’t work.
I copied the original file and opened the copy; still didn’t work. I visited ‘witchcraft’ on Wikipedia and researched human sacrifice, performed a sacred rite involving goats, 13-point stars and heavy breathing to the East; still didn’t work.
I opened the properties dialog for the file on a whim:
Were you aware that Windows automatically adds protection to a file that was transferred from another PC, even if it was originally a .txt file? I certainly didn’t know it would disable form submission should the file be completely renamed and opened in one particular browser. Interesting. What kind of weird-arse check is being performed deep inside IE to do this? Is this related to why local AJAX doesn’t work?
I do see the point of this; Unknowing User #523 is sent a file and told to rename and open it in IE to receive a free payment of five million Nigerian pandas or something, and JS auto-submits a form containing information from their machine. But what’s the difference between this file being on a website or running locally? JS shouldn’t have higher privileges, and there’s no local-file access apart from <input type=‘file’>, and a file control’s value can’t be set in HTML or JS automatically. Is this a protection against security bugs in the browser that the shell team developed, which then required obscure changes to IE’s codebase anyway? Urgh.
Long story short: if your operating system is doing funky, hidden stuff to files that make them break in completely unrelated situations, show a bloody message somewhere. IE6 gave us the yellow bar when JS was disabled for local files — terribly annoying and arguably pointless, but at least it was a message. This is just arcane.