Authors

Recent comments :

Trip To Sapporo Cancelled by conner_bw in I guess this is my blog? on 2011-03-19 11:07:34

code changes by norby500 in Sux0r 2.1.0 on 2010-10-05 13:53:08

Sux0r is a CMS by conner_bw in Sux0r 2.1.0 on 2010-02-25 13:32:00

Query by sunny in Sux0r 2.1.0 on 2010-02-10 15:00:05

Need more info. by conner_bw in Sux0r 2.1.0 on 2010-01-01 12:26:04

i no by tenfire in Sux0r 2.1.0 on 2009-12-29 20:01:50

Support requests should be posted at SourceForge, not here. by conner_bw in Sux0r 2.1.0 on 2009-12-28 15:40:50

I can't login it :( by tenfire in Sux0r 2.1.0 on 2009-12-25 02:49:56

This never happened by conner_bw in Real People Are Real Ugly on 2009-11-16 21:45:48

Mission Acomplished by conner_bw in Rudimentary Support for Atom 1.0 in CVS on 2008-11-05 20:29:25

Sux0r 2.2.0

By conner_bw on 2011-03-05 13:59:26

Sux0r 2.2.0 is now available.

The main theme of this release is an upgraded technology stack. Smarty 3 templates and jQuery instead of Prototype. Check the changelogs for the minutia.

This release was done as part of Blitzweekend at the Notman House.

I first read about the event here. Blitzweekend is loosely organized around group coding sessions. Everyone sits in the same space and does, say, a 3 hour sprint. After the sprint the group takes a break to talk shop. Breaking the rules, like checking your email, social networking, or interrupting others, means putting a dollar in the shame jar. All in good fun of course.

For me it was very productive. I was able to QA, package, and launch sux0r 2.2.0. Montrealers looking for a reason to get together and hack? This is it.

Good times.

sux0r 2.2.0, shiekasai theme:

sux0r_shiekasai_theme_1299345998c815491.png

Permanent Link, Comments (0) Tags: Notman House, Bliztweekend

Slashdot Facebook Twitter Myspace StumbleUpon

I guess this is my blog?

By conner_bw on 2011-02-28 22:47:00

I've been working on Sux0r again.

Since I got back from Finland, where I took care of my baby girl while my wife did her art project, I've been hanging out in various 514 cafés coding for various projects; both personal and professional. Because of the baby this is sort of a year off. In a few weeks we're going to Sapporo to see my in-laws. Baby parade 2011.

I hope to release Sux0r 2.2 before next weeks' ConFoo conference. I'm upgrading to Smarty 3, replacing Prototype/Scriptaculous with jQuery-UI, doing minor code cleanup, and including a new skin based on ShieKasai.Com. This isn't trivial but won't result in any new features. Ideally, I'm laying the groundwork for contributors to take a second look at the project.

In case it wasn't obvious, I'm also the same conner_bw from Renoise. That's the business card i'll be handing out at ConFoo. Not really web, but the Lua Scripting API and the nerdiness of Renoise might appeal to some? Whatever the case, I have business cards with my renoise email on 'em so that's what you're getting.

I'm looking forward to the conference.

Permanent Link, Comments (1) Tags: Renoise, Confoo

Slashdot Facebook Twitter Myspace StumbleUpon

The Social Network

By conner_bw on 2011-01-30 12:25:15

I rented The Social Network from the local video store. I live a few blocks away so it's not inconvenient. Montreal is all about the neighbourhood and walking around in it.

The lessons I learned were that old money power structures get 'er done and knowing the old testament gives you bonus philanthropy dollars? The reference to Friendster and Myspace were a nice touch, if only to drive home the point that the winning conditions behind Facebook were a pyramid scheme model of exclusivity and american socialites.

Nah, just joshing. It was good entertainement. It also reminded me of Sux0r. So here I am pinging a dormant project, once inspired, now not so sure, insert sleeping dragon metaphor here. More a schmuck than a zuk, but still typing into the void.

Nullwhore.

Permanent Link, Comments (0)

Slashdot Facebook Twitter Myspace StumbleUpon

JavaScript, The Plague That Never Ends

By conner_bw on 2010-11-20 04:38:46

There's a difference between webpage and a webapp; have the good taste to make the distinction.
JavaScript opulence is great for web apps that allow the user to manipulate data, the backend of a CMS, or a corporate intranet application with specific requirements for a small subset of people.

There's a difference between webpage and a webapp; have the good taste to make the distinction.

JavaScript opulence is great for web apps that allow the user to manipulate data, the backend of a CMS, or a corporate intranet application with specific requirements for a small subset of people.

Javascript is like seasoning, don't dump a sack of pepper on my food because you want to show off how much pepper you have.

JavaScript is nice when you want inline voting, a rollover for more info, and other elegant innovations.

The browser is a consistent interface.

In the late 90's people raged on Flash. The main arguments were that it was superfluous, ruined the web browser experience, and negatively affected simple web crawlers.

Now, JavaScript is repeating those same mistakes, but worse. Some examples:

The infinite scroll bar

The scrollbar, in a web browser, indicates the length of a page. It even resizes proportionally based on the amount of content in the page. When the scrollbar reaches the bottom, I know I am done. I use the scrollbar as a visual indicator for time and space; this is extremely valuable information.

Some sites now automatically append new content once the scrollbar reaches the bottom. This is idiotic.

Pagination

When I click Page 2, I expect Page 2. Not Page 1 repopulated with new information. My browser has a built in status indicator, a URL that acts as an ID for the page, and a back button. Overriding this behaviour is stupidity.

Inline loading

The browser has a cache, a web crawler that pre-caches inline URLs, and other great innovations. Web servers have text compression, communicates with the browser to avoid sending redundant pages, and trivial setup procedures to cache static pages . Unless you are Gmail, there is no benefit to inline loading. It looks better because you have animation? No. It's boneheaded.

Stop the insanity!

Help I've fallen and I can't get up...

Permanent Link, Comments (0) Tags: Javascript, Rant

Slashdot Facebook Twitter Myspace StumbleUpon

More Bayesian Feed Filtering (BayesFF) Project

By conner_bw on 2010-07-13 10:08:53

Just a reminder that the BayessFF project, run by ICBL at Heriot Watt University, is still ongoing.

They have their own SVN branch in the sux0r SourceForge repository and are doing very interesting things.

One day, when time permits, I will try and merge their efforts into the trunk of the project. For now, check out their work using these setup instructions.

Permanent Link, Comments (0) Tags: Icbl, Heriot Watt University

Slashdot Facebook Twitter Myspace StumbleUpon

Sux0r 2.1.0

By conner_bw on 2009-11-16 21:39:38

Sux0r 2.1.0 is now available.

Quite simply, this version is all about refactoring and documentation updates for developers. A lot of code changes, no new features.

Cheers.

Permanent Link, Comments (7)

Slashdot Facebook Twitter Myspace StumbleUpon

Howto uncompress a .TAR.GZ file in the Linux terminal

By conner_bw on 2009-08-21 11:05:27

I use MacOSX . By default, I use .ZIP compression or .DMG images (Death to .SIT files). Every once in a while I have to administer a Linux box and I run into a TAR or a TAR.GZ file, but I alway forget how to uncompress it. As a favour to myself, and to avoid searching for the term "How do I unzip a TAR.GZ file?" I'm jotting, this down for all future generations too lazy to read the man page.

TAR is a compression technology used to create a Tape ARchive files. The resulting file is known as a tarball. To uncompress it use:

tar xvf filename.tar

If the tarball has also been gzipped, it will have the extension TAR.GZ and you can use the following command:

tar xvfz filename.tar.gz

Roll credits:

x = extract files from an archive
v = verbosely list files processed
f = use archive file or device F
z = filter the archive through gzip

Permanent Link, Comments (0) Tags: Uncompress, Unzip, Tar, Gz

Slashdot Facebook Twitter Myspace StumbleUpon

Sux0r 2.0.7

By conner_bw on 2009-08-07 08:20:25

Summary of changes: The behavior of the <select> list was changed to make it easier to initially train documents. SQL queries were reduced when doing loginCheck(). The way we ignore indexes was changed to be compatible with XAMPP. The code tries to use iconv //TRANSLIT for RSS feeds. The killSession() function was moved to the suxUser() class. Corrupted stopword files were fixed. An issue with an unwanted ampersand character showing up in photoalbum listings was fixed. JavaScript menus were fixed so that they appear over the slider. Rounded borders were added to the default template. Other minor optimizations were made. Smarty was updated to 2.6.26, and TinyMCE to 3.2.5

While upgrading, I accidentally deleted my data directory. I am thoroughly embarrassed. This means things like photos and avatars have gone missing. Let this be a lesson to do backups. The same kind of lesson you get when being kicked in the genitals. Hopefully the data files will be recovered in the next few days.

Edit: The photos have returned. Horray! Thank you Network Redux, world's greatest web hosting company.

Permanent Link, Comments (0)

Slashdot Facebook Twitter Myspace StumbleUpon

The Bayesian Feed Filtering (BayesFF) Project

By conner_bw on 2009-06-20 11:19:55

I was recently contacted by Phil Barker, Santy Chumbe and Lisa Rogers of the ICBL in Edinburgh, Scotland.

Long story short, they are working on the The Bayesian Feed Filtering project, they will be using Sux0r for this project, and you should check it out.  The full project proposal is available on the About page.

If things go as planned Sux0r will get a RESTful API out of this. Very exciting! 

Permanent Link, Comments (0) Tags: Icbl, Heriot Watt University

Slashdot Facebook Twitter Myspace StumbleUpon

A man walks into a bar, Sux0r 2.0.6

By conner_bw on 2009-06-07 19:55:38

Changes in 2.0.6:

Italian translation
A few tweaks to make sux0r IIS 7 compatible
Bugfix: Editing a blog wasn't working with Postgres
Converted all tables to Innodb, tried to optimize SQL indexes
Changed link_table_ naming convention to: link__table__
Updated symbionts: Smarty 2.6.25, TinyMCE 3.2.4.1
  • Italian translation by Gilberto "Velenux" Ficara, thanks!
  • A few tweaks to make sux0r IIS 7 compatible
  • Bugfix: Editing a blog wasn't working with Postgres
  • Converted all tables to Innodb, tried to optimize SQL indexes
  • Changed link_table_ naming convention to: link__table__
  • Updated symbionts: Smarty 2.6.25, TinyMCE 3.2.4.1

In other news, I am a finalist in Microsoft's Web Not War FTW Throwdown competition. Exciting! I'll be in Toronto on Wednesday, representing the bald sweaty developer. Come to #webnotwar and heckle me? Pictures to follow.

Permanent Link, Comments (0) Tags: Microsoft, Toronto, Php On Windows

Slashdot Facebook Twitter Myspace StumbleUpon

1 2 3 » [3]
Unless otherwise specified, contents of this site are copyright by the contributors and available under the
Creative Commons Attribution 3.0. Contributors should be attributed by full name or nickname.