Find it

Filter bubbles – Will tomorrow see the transparent equation of you?

A good ted talk from Eli Pariser on what he calls Filter Bubbles:

He has presented on a growing phenomena which we should all be more aware of, the algorithmic manipulation of digital feeds of information, our “personal web” that I would suggest the majority is oblivious to. Like it or hate it our new digital world is formed by digital giants, machines, bots and the result is fantastic opportunity, a new level of interconnectivity between us with the caveat that it allows scope for both promotion and demotion, at the will of another. In terms of models for media manipulation, I find it just an extension of the previous, a more effective, efficient machine that was already working well with tv, newspapers, advertisements etc. Filters online are in essence a common sense progression, if we skip to the business section of the paper each time do we really need to look through every other page to find it?

The issue of realisation though will have a delay. The mass population will not realise they are not even being shown the rest of the paper for some time, however beyond basic information announcements “this is a filtered feed” I do not see it as the service providers obligation to distinctly highlight their filtering. No doubt complete transparency or a step towards it would be good but the mass majority of users (certainly to online social media) would never pay it attention either way.

It is probably already the case that each of us is becoming more and more resolved as a sum, call it our media consumption dna, our preferences boiled down, resolved to an equation explaining us in the eyes of the services we use. Designed to improve the way they serve us, inadvertently they provide labels, a digital description. In every discourse with a website we help the automated behemoths of programs refine our own equation, from the browser we use, to the time of day we facebook John doe, to the websites we frequent and the words we type.


(I just look forward to facebook announcing transparency and letting us see what we resolve to in their algorithmic eyes!)
Posted in Technology, Web Technology

Bluebellage

Read the rest : Bluebellage »
Posted in Photography

Books everybody should read

Check out the books I think everybody should read, its a work in progress list which should probably see the likes of Seven Habits, books by Chomski and others. If we all understood each other a little more the world would be more awesome.

Posted in Life, Looking Forward, Travel

ODesk and outsourcing

Back to it again, the portfolio needs a bit of a push so I am adding a few new sites into the mix this time in niche’s discovered with a new formula pulling from several new data sets. Ah the wonders of purchasable and scrapeable data online / via api – the formula was refined using the current cross section of my portfolio so I am quietly confident on its production viability. So I chose 5 niche’s and started the process – but this time (largely spurred on by four hour work week) I am outsourcing every possible task, starting with the content writing. I have done this in the past with varying success, when I first started I had some great writers at great prices from forums, but that was years ago and between spurts of sites I lost touch. When I went back to the same sources about a year ago the quality was poor for higher prices, still I got it done.

Read the rest : ODesk and outsourcing »
Posted in Business, C#, Projects, Web Development

Denmark, true story

“Where should we go”
“Ukraine”
“Na…”
*Throws dart*
“Denmark, its on”
*books København/Aarhus*

That was a few weeks ago, 10 days in Denmark later I am home again, feeling strangely idyllic. Denmark took some money, a fair handful of braincells, but I gained so much in return. A fantastic country Denmark, full of friendly cool people and good experience. I have so many stories from such little time, but all I will say is that the Danish (and other nationality :) ) people are awesome, thanks for having me and I shall be back ;) .

Disclaimer: These photos represent a soba percentage of the holiday.
Read the rest : Denmark, true story »
Posted in Looking Back, Looking Forward, Photography, Travel

New Year, New Camera

What an epic camera. Reminds me how awesome photography is with SLR’s and how even with 35mm I loved it, the idea is to post as many photo’s as pos to go with posts from now on, to be seen how that goes. Anyhow check out the first day of messing about with it, all are straight shots, no after processing all that I have done is cropped them. lol at the mixed bag between seaside stereotypical and donnie-darko like abstracts.

Read the rest : New Year, New Camera »
Posted in Photography, Photography

New blog design for a new year

Its a few weeks into 2011 and a redesign and new plan is in order. I took inspiration from a few fantastic blogs for this theme and make no claims at anything other than trying a fresher look!

I intend 2011 to be a much more blog-rich year, I am already brainstorming some posts for February that will go live perhaps from the Ukraine, should my travel plans come together. The whole blog will be taking a new slant as I move on to new projects; I will likely be blogging a lot more about writing (as I finish this novel), travel, self-employment and entrepreneurship (as I now maintain my own sole/soul living.) This does mean a move away from code specifics, but no doubt with the way my businesses are online based there will still be a good helping of web development and technology posts.

It looks as if the majority of my 2011 shall be in London, with perhaps a few escapes to the Ukraine, Spain and elsewhere. Hopefully this less nomadic period will allow me to secure a larger business, finish this book and get fitter.

Posted in Looking Forward, Travel, WoodyLabs

From SQL Server 2008 r2 to SQL Compact Edition. Doing things the wrong way.

Program written using csharp and SQL Server 2008 r2? Great eh? … What about your users? …Doh. Anyway its good to re look at your data layer, so if this crops up and you need to switch to a more portable solution (Compact edition means anyone can use it on windows) then put in the time. Heres a few snippets of SQL changes that you will need to deal with in recreating your tables in SQL Compact Edition (moving from full blown SQL server auto scripting)

  • Dont try to SET anything, skip them. ANSI_NULLs, ANSI_PADDING
  • Replace CURRENT_TIMESTAMP with (getdate()) – easy to forget this but I always seem to use it as a default.
  • Keep constraints on line

Of course if you wrote your tables from scratch in T-SQL it probably wont be a problem.
Posted in Snippets, SQL Server, Transactional SQL
Got a Project?
A Quote..
"I never took drugs because I am drugs"
Salvador Dali
© Woody Hayday 2012