Annus Consulo

Clubtroppo is holding a 'best of 2006' compendium , presumably to compile some of the best of the online republic of letters that may have been missed in the hustle, tussle and high-frequency of internet publishing during this year. Meta-reflection inside.

I think this is a good thing. There are many very talented writers and essayists who have innovated within the medium. Often 'blog' is presumed as being highly personal and having little public relevance, such as posting pictures of your cat, or alternatively it is assumed that a blog follows the news cycle so closely that they are little more than temporary jots and not worthy of reflection.

One of the benefits of South Sea Republic is that it doesn't follow the news cycle particularly closely, and where it does, it is only within the confines and conventions of this site's minority interest - namely social organisation and political technology, of which constitutionalism dominates.

The articles put forth for South Sea Republic were:

There have been plenty of other good posts through out the year, for example:

We are currently under-going a new age and growth in the republic of letters. In my opinion it is good to reflect, take a breath, and revisit some of the good posts, essays, discussions and insights we may have unintentionally over-looked.

Quick Note

Just a quick note to say that I am aware SSR has all sorts of speed/data/performance issues recently and that I am going to start looking at a dedicated host for the website.

I am also going to change my ISP. I don't think the host your website in your basement is quite ready for primetime yet.

Meta News

Via Bill de hora:

I [Bill de hora] am moving off Movable Type. In favor of my own codebase. I've decided weblogs are to this decade as editors were to the 1970s. You have to write your own. It's a pretty thin rationale - the 1970s more or less sucked as I recall.

South Sea Republic has done the same. I have moved it from scoop to a homebrew.

It is pretty basic at the moment, and I will start adding more features once it gets established and running in a stable configuration. All the users, articles and comments have been moved over to the new schema; (apart from Damien sorry) and excepting the passwords. I have to confirm a few things in the production environment first and then I will start contacting people to reset their passwords. I didn't 'unhash' them from scoop. Currently they are garblish in the new schema and unusable. I also have registration turned off for now.

Again I will start turning these things on once I become confident of the hosting, setup and installation.

Update: Parts of the site like ass in IE. I will fix those over time, but they aren't a priority.

Update II: The index.rdf file name still works for backward compatibility, though the /rss/ is the official one. It is rss2.0, if anyone begs I can add an atom feed.

gilmae:

I've decided weblogs are to this decade as editors were to the 1970s.
I've tried both and I agree. Weblog engines and editors are both relatively simple to get something barebones and unusable going; and then a labourious death march to get to a point where they are useful and pleasant to work with.
cam: Both have well defined problem domains, so not much new comes out of solving the requirements. There is also consensus amongst developers and users what they should be like. Yet ...

Meta News II

Some more changes/updates. An alternative intro could be, "what cam did on his friday night ..."

Replies: There is now a replies link which shows a registered user's comments and articles with the number of replies to them. I have yet to add scoop style 'new' comments functionality.

Register: This is now open again in the scoop style. Since SSR has anonymous commenting, as per the blog style, the only reason to register is if you want to write articles or view replies to your comments.

Comment rating: There is now comment rating, currently it is open to anonymous rating, but if there is obvious abuse or mod-bombing I may make it registration only. There is no 'mojo' involved, so there is no punishment for being rated down. It is mainly for fun and appreciation. The descriptors are currently emoticons which are synonyms for +1, 0 and -1. :) means rate up, :| means meh, and :( means rate down. First time I have used JSON in that environment, big improvement over XML.

Parent: As per Avo's suggestion a parent link on comments. A top-level comment goes to an article. When replying to an article the complete article text is displayed below the comment form.

Update: The demoroniser needs improvement, word type ' cause an error. Will fix that.

Internet Background Radiation

One of the supporting experiments for the Big Bang theory is the isotropic cosmic microwave background radiation. It is the residual energy for our universe existing the way it does as a system. What of the internet? It is a complex system with all sorts of network effects. Does it have an isotropic background energy or activity level? With the change over to the new software system for South Sea Republic there is some data to explore that question.

South Sea Republic went onto the new software about a month ago. The previous software, scoop, did not record page views for each article. I could have added it in, but didn't. SSRBlog does store page views, it is how the 'most popular' article is determined at the foot of each page.

The interesting thing is that only the most recent articles have page views from regular users. The rest of the page views should be a mix of google/yahoo/ask searches, spam attempts; and bots, crawlers, spiders, etc looking at pages.

Which gives these two interesting graphs. The first is page views versus articles where the articles are in numeric and creation order.

Round about 841 is where the software change over occurred so that is the normal energy of South Sea Republic's day to day activity. Prior to that should be the background or residual energy for a website on the outer rim of the blogosphere's popularity.

There appears to be some consistent activity between about 221 and 821, but before that it drops off to one and is far less consistent.

The second graph is with the views ordered largest to smallest. Ignore the x-axis labeling, that is an artefact of how I sorted the dataset.

This graph looks logarithmic in character, definitely isn't linear. This graph also shows where the activity drops off to zero which suggests if there is residual activity it is in a timeframe and doesn't include older (greater than two years) content.

Does the internet have a background activity or energy? Undoubtedly IMO. Not sure these graphs really prove it though. We would expect a base 'activity' or energy, but the graph line is more logarithmic than hitting a flat base point which is greater than zero. Maybe too much noise, or maybe just too small a sample, or maybe SSR is too far flung on the outer galaxy's rural arm.

It may mean that the (uniform) background energy only reaches back as much as one or two years, and isn't isotropic.
avocadia:
Does the internet have a background activity or energy?

Google bot. Where Google == {Google, Yahoo, MS, etc, etc}

cam: Yeh where google (as a verb) is the sum of all the other search engines before or since.

Meta News III

A rundown on some of the updates with SSR's blog software.

1. For those that comment with an account, you can now edit your own comments. Mainly for when a typo escapes you.

Originally I designed it so that a user would only need to log in when they write an article. Everything else can be done anonymously; but I break that design parameter, adam does; and I am betting others do too.

So ... bad design decision.

The issue there is that the session only lasts as long as the browser. On my laptop a logged in session will remain up to 60 hours if I leave the browser open and put the laptop to sleep. On the PC which goes up and down like a toilet seat the session doesn't persist between browser sessions.

It must be some obscure configuration setting that I am missing. I will continue to hunt for it. I increased the hours the session will remain open in the cfg file but it still appears to be limited by the browser not being closed.

2. You can now preview your comment before publishing it. You might need to shift-reload the page to update the javascript file.

This is a round trip so you may have to be patient at times but it should mirror what will display very closely as it uses the same algorithm that converts text into html.

The only difference is that javascript strips EOLs in urls, so a regexp puts in P tags before sending it up.

Have to comment on JSON here - massive improvement over XML in parsing out the return values. XML always ran the risk of null blowups and required all manner of defensive programming. JSON is much more resilient in that respect.

3. None's should no longer appear in RSS feeds if there is no body in a story (oops).

4. There is a now a recently popular articles which is the articles that have the most views over the last 60 days.

5. There is an article reply bar at the bottom of the page (if there are comments) under the comments section to stop confusion between replying to a comment and replying to an article.

6. URLs with article/id now redirect to the article without the RESTful read descriptor.

7. Rating a comment that has not yet been rated will now show the rating/rated ratio immediately after (oops).

8. There are some other under the hood updates, but nothing that affects the end user.

9. Still no cure for cancer.
avocadia: How does JSON actually work? Do you just get to eval() it or something?
cam: Yep, eval it and it turns it into a nice/happy javascript object. I think its value is only in javascript as it means you don't have to work a different interface to get to the data like you do with XML. It just makes it easier when accessing the data through javascript.

Art of Data Presentation

From the how to blog design guide the components of a modern/standard blog are broken down. In trying to simplify the design of SSR in its current incarnation I removed the header and secondary links sections. Most blog headers are too busy or too big. For instance Design Observer's header draws the eye away from the content. I am probably going to redesign SSR again soon, once I decide on a layout. I want to integrate camriley.com and the AFC site into it. Probably through some form of tabbing or javascript switching - I am not sure yet.

I still like the current SSR design, I think it has aged well. I bought The Best of Brochure Design 07 recently. The designers that create layouts for brochures and print media have a wonderful understanding of white space and how the eye flows across a page. I will probably trawl it for ideas. Another good place to search for layout designs are in magazine adverts. They are usually exceptionally well layed out as well.

Update

A fellow I work with who specialises in user experience pointed out that sites with different designs and audiences can use an icon rather than tabs to point that out. For instance the flyted link on the united airways site.

Mucking around with a different site design.

I have a habit of bleaching them down to the white of the bones and then adding colour again after it has been bleached too much. Will see.

btw the logo to the right is me running a 400m lap in two bit colour. Not bad for a thirty-seven year old bloke.
adam: Feature request ... fix it so it doesn't log me out after three hours ...

Login button was a bit obscure for me too. Whereas the cloud could presumably be a well known silhouette?
cam: You are right, the login persistence mechanism is inferior. I haven't bothered with it because it is hard with that API (read the solution will be a hack on my part), and also because OSX keeps the instance of the browser alive even if it is not on the screen, so it hasn't really affected me. I will fix that.

I couldn't find a good login icon. Ended up putting in a tooltip as help, but no-one reads them, or is patient enough to wait for them. UE folks love them though, I have had work nightmares over tooltips.

It is incredibly hard to do a cloud icon that looks good or even like a cloud at that size. I went through four different ones before doing the 'bugger it' and writing it out in text.

I will keep making changes and the icons will get changed to better usability options.
cam: Short outage courtesy of a corrupt mysql table.
Quick note. I spent the afternoon porting articles from the old AFC database, hence the flurry.

Archives Page

I added an archives page that runs by year; 2010, 2009, 2008, 2007, 2006, 2005 and 2004. It runs off the little series of tags under the titles. I put the amount of times the articles is viewed in the left column. It is surprising how big the ranges between the most viewed and the least viewed are.

I used the python datetime library to generate the date ranges. The python datetime library is a joy in comparison to the Java date and calendar libraries. Often Java's libraries are a linear history of software engineering fashion. Patterns become popular and boom, there are patterns up the wazoo in the next library that comes out. Often working in Java is like working in Visual Studio, once you get into the mindset you are productive, the problem with Java is you have to work out what was the software engineering fashion when this library was released? With Visual Studio, you just accept you have to work as it wants you to and you are ok.
Next 10 articles

Most Popular on South Sea Republic

The articles that have been viewed the most:

Most Popular Restaurants in Phoenix

Phoenix Eats Out is the restaurant review site for Phoenix, Scottsdale and Old Town Scottsdale which lists the modernist and contemporary restaurants, taverns and bars in the greater Phoenix area. This is the list of the most popular restaurants pages from phoenixeatsout.com that have been viewed the most; My personal favourite restaurants in Phoenix are AZ88, Postinos, Bomberos with Grazie, Humble Pie, Orange Table, The Vig, Fez and others coming close behind. View the complete list with the photo-journalistic style images on phoenixeatsout.com

Most Popular Hikes in Arizona

Arizona is an outdoor state and has lots of hiking in the city and around the state. Phoenix is unusual for most cities in having several large mountains in the center of the city with great hiking. Anyone who comes to Phoenix has to do the Echo Canyon trail on Camelback and the Summit Hike on Squaw Peak or Piesta Peak. The views of the city, suburbs and surrounding mountains are wonderful from Camelback and Piesta Peak. For more experienced hikers there is the McDowell Mountains in North Scottsdale that has several difficult and strenuous hikes in Tom's Thumb and Bell Pass. Alternatively, you can hike the highest mountain in Arizona. At 12,600 feet Humphrey's Peak is a long and difficult hike.

Alternate Australian Constitutions

Between 2004 and 2009 this site, southsearepublic.org, was a constitutional blog based on scoop which focused on Australian and global constitutional issues. One of the strongest aspects of it was the development of constitutions by those involved in the blog. These constitutions are the outcome: The constitutions were built using principles from Montesquieu's separation of powers, the enlightnment's universal political rights and the ancient Athenian technology of sortition and choice by lot.

Archives For South Sea Republic

South Sea Republic started in 2004 as an Australian constitutional blog in 2004 based on scoop software. It was an immigrative outgrowth of Kuro5hin. The archives for each year since then; The articles are ordered by views.

Who Is Cam Riley

Cam Riley I am an Australian living in the United States as a permanent resident. I am a software developer by trade and mostly work in Java and jump between middleware and front end. I originally worked in the New York area of the United States in telecommunications before moving to Washington DC and working in a mix of telecommunications, energy and ITS. I started my own software company before heading out to Arizona and working with Shutterfly. Since then I have joined a startup in the Phoenix area and am thoroughly enjoying myself.

I do a lot of photography which I post on this website, but also on flickr. I have a photo-journalistic website which lists the modernist and contemporary restaurants in phoenix. I have a site on the Australian Flying Corps [AFC] which has been around since the 1990s and which I unfortunately lost the .org URL to during a life event; however, it is under the www.australianflyingcorps.com URL now. The AFC website has gone through several iterations since the 90s and the two most recent are Australian Flying Corps Archives(2004-2002) and Australian Flying Corps Archives(2002-1999) which are good places to start.

Websites Worth Reading

Websites of friends, colleagues and of interest;