by Dr Graeme Innes AM

Listen to the audio

I attended my first BCA Convention in Sydney in my very early 20s. They have been a golden thread throughout my life ever since.

When I think about the mentors I have had throughout my life most of them have been blind. That’s no coincidence. I am constantly benefitting from the awareness of the achievements of many others who do things that I thought as a blind person I could not do. Through their demonstrable achievements, and their willingness to share their knowledge, my life has been a success.

Being a husband and a dad, being a lawyer and a senior public servant, being a mentor and guide to many others. I could not have done these things without other blind people.

And most of the blind people I met were through BCA conventions. Once held in hotels around the country, where many of us travelled by train because it was less expensive, and reported on in hard copy braille and large print through our magazine BUFF.

This magazine, an acronym for Blind Unity, Fellowship and Fulfillment, was the conduit for information outside conventions. As well as our radio programme New Horizons.

These days it’s the internet – BC News arrives in a digital file, our radio programme is also now a podcast, and social media shares our immediate news.

But the thread which runs through it all is the chance for blind people to gather in conventions. Whether it’s to hone our speaking and debating skills, share and receive encouragement about our challenges through life, or get a quick tip on a new iPhone app, there’s nothing like doing it face-to-face.

The two key differences BCA has to most other blindness organisations are; first, that we are blind people speaking for ourselves, not service providers speaking on our behalf. And second, that we have the chance to share our knowledge with others who, due to our lived experience, have the first-hand knowledge themselves.

Our conventions are the perfect vehicle for both. May they long and regularly continue.

Next Article

Back to BC News main page

document.addEventListener('DOMContentLoaded', function () { const button = document.querySelector('.maxbutton-copy-bca-s-details-and-wording'); const status = document.getElementById('copyStatus'); if (!button) return; button.addEventListener('click', async function (e) { e.preventDefault(); const text = `Legal name: Blind Citizens Australia ABN: 90 006 985 226 Address: Ross House, 247–251 Flinders Lane, Melbourne VIC 3000 Suggested bequest wording Please ask your solicitor to confirm that the wording is suitable for your will and your circumstances. Three gift options and wording follow. Residual gift "I give the residue of my estate to Blind Citizens Australia (ABN 90 006 985 226), of Ross House, 247–251 Flinders Lane, Melbourne VIC 3000, for its general purposes." Percentage gift "I give [insert percentage] per cent of my estate to Blind Citizens Australia (ABN 90 006 985 226), of Ross House, 247–251 Flinders Lane, Melbourne VIC 3000, for its general purposes." Specific amount "I give the sum of [insert dollar amount] to Blind Citizens Australia (ABN 90 006 985 226), of Ross House, 247–251 Flinders Lane, Melbourne VIC 3000, for its general purposes."`; try { await navigator.clipboard.writeText(text); const originalText = button.textContent; button.textContent = 'Copied!'; if (status) { status.textContent = 'BCA details and suggested bequest wording copied to your clipboard.'; } setTimeout(function () { button.textContent = originalText; }, 2000); } catch (err) { alert('Sorry, copying failed. Please copy the text manually.'); } }); }); If you are using the jQuery library, then don't forget to wrap your code inside jQuery.ready() as follows: jQuery(document).ready(function( $ ){ // Your code in here }); -- If you want to link a JavaScript file that resides on another server (similar to ), then please use the "Add HTML Code" page, as this is a HTML code that links a JavaScript file. End of comment */