Pirate Students website

Discuss and suggest ideas for the web-related aspects of the Pirate Party

Re: Pirate Students website

Postby PeterBrett » Thu Sep 16, 2010 11:39 am

glambert wrote:
PeterBrett wrote:To me, it's much more important that it works and does what is required than that it achieves perfection in its engineering elegance.

And to me, both are equally as important.

Yes, but management is expected to be unsympathetic to that point of view. :twisted: :twisted:
Board of Governors
"If you can do one thing every day towards raising the party's profile or making a material contribution to its activities, it'll make a difference. Let's do this."
User avatar
PeterBrett
Party Governor
 
Posts: 1256
Joined: Fri Aug 14, 2009 1:40 pm
Location: Surrey

Re: Pirate Students website

Postby glambert » Thu Sep 16, 2010 11:40 am

PeterBrett wrote:
glambert wrote:
PeterBrett wrote:To me, it's much more important that it works and does what is required than that it achieves perfection in its engineering elegance.

And to me, both are equally as important.

Yes, but management is expected to be unsympathetic to that point of view. :twisted: :twisted:


Then management needs to change it's attitude.
User avatar
glambert
Terror of the High Seas
 
Posts: 934
Joined: Thu Aug 13, 2009 4:09 pm
Location: Bury

Re: Pirate Students website

Postby PeterBrett » Thu Sep 16, 2010 11:46 am

glambert wrote:Then management needs to change it's attitude.

Okay, you're having a bad day. :(

On a serious note, I've seen projects founder and make no progress because of too extensive bike-shedding of design and too great a desire for modularisation. The point I was trying to make was merely that the best should never be allowed to become the enemy of the good enough. ;)
Board of Governors
"If you can do one thing every day towards raising the party's profile or making a material contribution to its activities, it'll make a difference. Let's do this."
User avatar
PeterBrett
Party Governor
 
Posts: 1256
Joined: Fri Aug 14, 2009 1:40 pm
Location: Surrey

Re: Pirate Students website

Postby glambert » Thu Sep 16, 2010 11:53 am

PeterBrett wrote:
glambert wrote:Then management needs to change it's attitude.

Okay, you're having a bad day. :(


Really?

PeterBrett wrote:On a serious note, I've seen projects founder and make no progress because of too extensive bike-shedding of design and too great a desire for modularisation. The point I was trying to make was merely that the best should never be allowed to become the enemy of the good enough. ;)


I know what you're saying. However, code must be neat. It must be efficient. It must be written in a way that is understandable to any programmer in-case the project is passed onto someone else. It must be written so that the database is secure from any potential attacks for privacy reasons if nothing else. If we create a system that is vulnerable and we can't protect private data, we may as well give up now.

I hope you can see my point of view, and hopefully the point of view of all programmers.
User avatar
glambert
Terror of the High Seas
 
Posts: 934
Joined: Thu Aug 13, 2009 4:09 pm
Location: Bury

Re: Pirate Students website

Postby PeterBrett » Thu Sep 16, 2010 1:05 pm

Speaking as a programmer, I entirely agree. :-)
Board of Governors
"If you can do one thing every day towards raising the party's profile or making a material contribution to its activities, it'll make a difference. Let's do this."
User avatar
PeterBrett
Party Governor
 
Posts: 1256
Joined: Fri Aug 14, 2009 1:40 pm
Location: Surrey

Re: Pirate Students website

Postby barrucadu » Fri Sep 17, 2010 12:08 pm

I have just set up a mailing list to discuss further development: http://lists.ppuk.org.uk

Gmail keeps putting messages from lists.ppuk.org.uk in my spam folder, so check there if messages don't seem to be showing up.

The server is pretty much set up, I just need to create a git repo and development can start.
Personal Blog | Tea and Go

Programmer; Free and Open Source Software supporter; Free Software Foundation member; GNU webmaster.
User avatar
barrucadu
Sword Sharpener
 
Posts: 49
Joined: Mon Oct 19, 2009 9:57 pm
Location: Hull, England

Re: Pirate Students website

Postby PeterBrett » Fri Sep 17, 2010 12:28 pm

I suggest github, it's excellent. :-) Alternatively, if you want a more Free-as-in-freedom solution, there's Gitorious... but since all these services use git, it doesn't really matter all that much exactly which one you use, because the basic tools will all work fine. :-)
Board of Governors
"If you can do one thing every day towards raising the party's profile or making a material contribution to its activities, it'll make a difference. Let's do this."
User avatar
PeterBrett
Party Governor
 
Posts: 1256
Joined: Fri Aug 14, 2009 1:40 pm
Location: Surrey

Re: Pirate Students website

Postby Vivan » Fri Sep 17, 2010 12:54 pm

I'm Vivan, and I support this thread.
Vivan
Lookout
 
Posts: 112
Joined: Thu Aug 13, 2009 9:49 am
Location: London/ York

Re: Pirate Students website

Postby barrucadu » Fri Sep 17, 2010 1:50 pm

I was just going to set up a git repo on the server because then we can do nice things like pushing also updates the website. But we could use that and another git site - I already have an account on github, so that'd be the easiest.
Personal Blog | Tea and Go

Programmer; Free and Open Source Software supporter; Free Software Foundation member; GNU webmaster.
User avatar
barrucadu
Sword Sharpener
 
Posts: 49
Joined: Mon Oct 19, 2009 9:57 pm
Location: Hull, England

Re: Pirate Students website

Postby PeterBrett » Fri Sep 17, 2010 3:32 pm

barrucadu wrote:I was just going to set up a git repo on the server because then we can do nice things like pushing also updates the website. But we could use that and another git site - I already have an account on github, so that'd be the easiest.

You could set up the master repository on github, and then set up a cron job on the server to pull from that repo on a daily basis, maybe?
Board of Governors
"If you can do one thing every day towards raising the party's profile or making a material contribution to its activities, it'll make a difference. Let's do this."
User avatar
PeterBrett
Party Governor
 
Posts: 1256
Joined: Fri Aug 14, 2009 1:40 pm
Location: Surrey

Re: Pirate Students website

Postby barrucadu » Sun Sep 19, 2010 12:35 pm

In stark reversal to my previous opinion, I now think that github would be the best development platform. I think that it would work better if one developer was designated as being in control of the master version, who pushes changes to the server whenever things in that branch change, and who merges in contributions from other developers. Also, using github makes it possible for many people to contribute without giving many people push access to the server.

A detailed list of my ideas can be found on the mailing list.
Personal Blog | Tea and Go

Programmer; Free and Open Source Software supporter; Free Software Foundation member; GNU webmaster.
User avatar
barrucadu
Sword Sharpener
 
Posts: 49
Joined: Mon Oct 19, 2009 9:57 pm
Location: Hull, England

Re: Pirate Students website

Postby Finlay_A » Mon Sep 20, 2010 7:03 pm

Any progress? I'd help but I cant work computers :(
Member of the Board of Governors
Stood for Westminster, Holyrood and Council elections in Glasgow
"Don't mind the potatoes, but the soup is good!"
User avatar
Finlay_A
PPUK Candidate
 
Posts: 622
Joined: Sat Jan 02, 2010 1:07 pm
Location: Aberdeen

Re: Pirate Students website

Postby glambert » Mon Sep 20, 2010 7:52 pm

I started some very small work on Saturday, and have been working all weekend apart from that.

I've been violently ill all day today and unable to sit down for any reasonable period of time to work on this. Hopefully I can spend my other day off tomorrow working on this.
User avatar
glambert
Terror of the High Seas
 
Posts: 934
Joined: Thu Aug 13, 2009 4:09 pm
Location: Bury

Re: Pirate Students website

Postby Finlay_A » Mon Sep 20, 2010 8:08 pm

Sorry to hear that Graeme :( Don't worry about it too much, it's not amazingly urgent.
Member of the Board of Governors
Stood for Westminster, Holyrood and Council elections in Glasgow
"Don't mind the potatoes, but the soup is good!"
User avatar
Finlay_A
PPUK Candidate
 
Posts: 622
Joined: Sat Jan 02, 2010 1:07 pm
Location: Aberdeen

Re: Pirate Students website

Postby barrucadu » Mon Sep 20, 2010 8:27 pm

Also, when you've done a bit more and so I can see how your code all fits together, I'll make a start. When interested in a project, I can churn out hundreds, sometimes even thousands, of lines of code a day :)
Personal Blog | Tea and Go

Programmer; Free and Open Source Software supporter; Free Software Foundation member; GNU webmaster.
User avatar
barrucadu
Sword Sharpener
 
Posts: 49
Joined: Mon Oct 19, 2009 9:57 pm
Location: Hull, England

Re: Pirate Students website

Postby glambert » Tue Sep 21, 2010 11:34 am

I'm the same, and when I get stuck into a project, I can start coding things in my head as I'm doing every-day things; very useful at times :)

I'm feeling better today, been 13 hours since I've thrown up so that's good! My girlfriend isn't home until 9pm so I have plenty of time to nerd away today.
User avatar
glambert
Terror of the High Seas
 
Posts: 934
Joined: Thu Aug 13, 2009 4:09 pm
Location: Bury

Re: Pirate Students website

Postby Abedecian » Tue Sep 21, 2010 5:32 pm

This is a very good idea, I think one key thing is to get the student politicians to set up a pirate society, they all have time to waste in-between lectures and drinking
Prof Lucas Abedecain
User avatar
Abedecian
Boatswain's Mate
 
Posts: 177
Joined: Thu Apr 15, 2010 2:03 pm
Location: Bristol, United Kingdom

Re: Pirate Students website

Postby Gavman » Thu Nov 11, 2010 10:01 pm

So I know this post will be ignored but here goes...

What happened with this?

I heard all this planned hype and then October came round and then zip.. nadda.. nothing...

Did the party launch adverts to target students? I happen to know the student landing page exists but we heard nothing from the Party about this, hell I even suggested that after the launch, a blog post be written about the advert so members could see what gets worked on behind the scenes, suffice to say I was not suprised to see nothing more.

Now I am human and may have missed information being posted on this in which case I genuinely apologise and request someone link me to the material?

Regards,
* assange () has joined #ppuk
* Obama () has joined #ppuk
* assange slaps Obama around a bit with a large fishbot
User avatar
Gavman
Treasurer
 
Posts: 671
Joined: Wed May 27, 2009 9:12 am

Re: Pirate Students website

Postby barrucadu » Fri Nov 12, 2010 1:36 pm

Well, I planned to get this finished before I went off to university but just didn't have the time. However, I've been slowly taking up my old projects over the past couple of weeks so I'll start working on this again in a week or two. There isn't much left to do.

I expect glambert has been absent for similar reasons.
Personal Blog | Tea and Go

Programmer; Free and Open Source Software supporter; Free Software Foundation member; GNU webmaster.
User avatar
barrucadu
Sword Sharpener
 
Posts: 49
Joined: Mon Oct 19, 2009 9:57 pm
Location: Hull, England

Re: Pirate Students website

Postby Gavman » Fri Nov 12, 2010 6:41 pm

sorry, not moaning at the guys who were decent enough to volunteer to do work on this project, just that the Party decided to just let it fall in to the background.

I think its great that we had a project and people were volunteering to help with so if it can be kick started again then great :D
* assange () has joined #ppuk
* Obama () has joined #ppuk
* assange slaps Obama around a bit with a large fishbot
User avatar
Gavman
Treasurer
 
Posts: 671
Joined: Wed May 27, 2009 9:12 am

PreviousNext

Return to Web Discussion

Who is online

Users browsing this forum: No registered users and 1 guest

cron
X
We use cookies to provide you the best possible experience on our website. If you continue without changing your settings, we will assume that you are happy to receive all cookies on this website. If you would like to, you can change how your browser controls cookies at any time.
You can also view our Privacy Policy
I understand. Don't show me this message again.