Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - Arantor
5596
Off-topic / Re: MySQL Database access
« on November 3rd, 2011, 12:53 AM »
Quote
Is there a way to know 1) if phpmyadmin is installed 2) if yes, the link for the administration panel ?
Ask your host.
Quote
And if phpmyadmin is not installed how can I access to the database and export the tables
Install it yourself. If you have FTP access plus the DB name, password and so on, you can install it yourself. See http://www.phpmyadmin.net/documentation/Documentation.html#setup
5597
Other software / Re: So, SMF has declared the cold war...
« on November 3rd, 2011, 12:17 AM »
Quote
I don't believe we'll ever reach the number of users that SMF has
That's as maybe but there's no harm in planning for the worst, is there?
Quote
Wedge will only retrieve a few bytes (plus headers).
Depends on push vs pull and the exact characteristics of each. Potentially, the pull could be quite expensive, not so much in terms of bandwidth but raw grunt on the server. If I were, for example, to have the query contain a list of plugin-ids, that's a list that has to be queried on the server. While it's not an enormous and expensive query, it's a lot heavier than just serving a static file which would be the preference there.

Doing it as a notification doesn't have the same burden on us, but it does put more information under our control to look after, i.e. a list of what plugins a user has.
5598
Plugins / Re: Plugins I refuse to do
« on November 3rd, 2011, 12:13 AM »
Quote
I don't know, I just don't feel like 'look board' is a horrible thing to implement.
It's not that it's horrible to implement, because it isn't. It's horrible because it's flawed, it undermines everything about encouraging people to participate. It's the stick as compared to the carrot, and anyone who joins and posts because of the stick is not likely to either hang around or be a good contributor while they're there.
5599
Other software / Re: So, SMF has declared the cold war...
« on November 2nd, 2011, 11:54 PM »
Quote
Hmm. I'm guessing that if authors don't set up a repo of sorts, it prolly means they don't bother with sending updates either. I know I craved for control with AeMe and stuff.
Control's a wonderful thing. It's why we did it with SimpleDesk, and why Niko did it for the arcade, project tools and wiki (amongst others), but at the same time it's a pain to come up with something that works for everyone else.

I think after I fix a couple of WedgeDesk bugs I've discovered that I'll go investigate and see what everyone else does, because while I still want the easiest/"best" user experience, I'm aware there are practical limitations that are levied, so I'm curious to see how others solve them.
5600
Other software / Re: So, SMF has declared the cold war...
« on November 2nd, 2011, 11:40 PM »
Quote
- server installs plugin
- plugin tells server the URL of its fetcher system
Which means everyone who isn't interested in setting up their own repository has to manually specify Wedge's plugin server, or would it just fall back on that anyway? (In which case there is no benefit to us directly in setting it up like that.)

And if the plugin server moves in that time, the plugins all have to be updated. (True, there's still a problem, but having it not part of the plugin mitigates it to a degree)
5601
Features / Re: Thought system
« on November 2nd, 2011, 11:37 PM »
Quote
However, when it comes to showing the latest thought under your avatar in topic pages... How exactly is Wedge supposed to know whether it CAN show it to everyone?
That's actually really easy, IMO.

Store the most recent, publicly visible one in the members table, and store the master record of everything in the table. You only need to retrieve the public one in topics, main profile etc., as everywhere else that uses thoughts will be doing so querying for privacy and thus will be using the main table anyway.

I like the idea of public/not under my profile. I'd probably use that all the time, actually - I personally find little or no benefit to having it in the post display as I have discussions etc. via the front page.
5602
Other software / Re: So, SMF has declared the cold war...
« on November 2nd, 2011, 11:30 PM »
Quote
BTW Pete, Aeva Media was already (since last April) modified to remove the auto-update code.
I didn't know it had been changed, so was asking the question on the basis that it probably hadn't.
Quote
Maybe we could do it systematically. For instance instead of offering to upload the mod file (which we could still have as a fallback), we'd put priority on asking authors to provide: (1) a direct link to the mod (version number free, so that they don't have to update the URL every time), (2) provide inside their plugin definition file a direct link to the version number request file (we could have some kind of a standard file for this which they'd simply need to fill in and then upload somewhere).
Hmm. See, I know WordPress does this and if they can cope with it, I see no reason why we can't! Though perhaps I should look more into *how* they do it rather than just blithely say that if they can do it, so can we. Interestingly here, third party repos just aren't the problem, the home repo is.

There is an alternative process that I like the idea of even less, but would solve some of the computational/effort side of things and generate others.

Now, MyBB has a facility whereby users can mark 'I have this installed'. Imagine we did something similar, but that we also asked users to tell us the site(s) they're running Wedge on, and that for mods they mark as 'I have this installed', it sends an HTTP POST notification to those forums to advise them that there are new plugins (and if we get 2+ failures to send, we stop sending notifications to those users' forums). That way, if they don't want to explicitly say what plugins they're using (it need not be public knowledge, of course), they can subscribe to regular thread updates as normal, but if they sign in and indicate they're using x, y and z, when any of those is updated, we tell them. Heck, we could even batch it to a run once a day or so.

It's just an idea. I'm sure it needs refinement.
5603
Off-topic / Re: Battlefield 3
« on November 2nd, 2011, 10:41 PM »
* Arantor is not interested in Skyrim, to be honest. I'm waiting for Lego Harry Potter years 5-7 for the Wii...
5604
Off-topic / Re: Google Galaxy Nexus
« on November 2nd, 2011, 10:40 PM »
You're in the minority; as per the chart, not everyone is getting updates even if there is no reason why the phone shouldn't. And even then, vendor crapware sort of limits that too, so you're definitely in the minority.

End of the day, different people use different devices, for different reasons. I'm quite happy using iOS on my device.
5605
Plugins / Re: Plugins I refuse to do
« on November 2nd, 2011, 09:03 PM »
A WP importer, yes, but no bridge from me.

As far as topics go... There is no good reason for it. It puts people off registering, because it puts a hurdle in to see the content, and invariably the same content or at least comparable content is available elsewhere.

Plus it makes it harder for users to find the content in the first place, which will undo every ounce of SEO that could possibly be done.
5606
Off-topic / Re: Google Galaxy Nexus
« on November 2nd, 2011, 08:17 PM »
The 3GS might not get Siri but it does get all the other things like security updates in iOS 5, as far as I know.
5607
Other software / Re: So, SMF has declared the cold war...
« on November 2nd, 2011, 06:22 PM »
Also, is there going to be any kind of a post to the Aeva thread to notify users following it? Last I understood, Nao was post-banned and thus couldn't make such a post himself.
5608
Plugins / Re: Plugins I refuse to do
« on November 2nd, 2011, 05:32 PM »
I regularly plug pizza in, I'm good :)
5609
Plugins / Re: Plugins I refuse to do
« on November 2nd, 2011, 05:12 PM »
Then someone else can develop a bridge for it, because I see no reason to do so, which is exactly what I've stated. I have no need of a bridge and thus no incentive to write one.
5610
Other software / Re: Once upon a time...
« on November 2nd, 2011, 04:36 PM »
Yes... the package id is set when first uploaded and you have to get the Customisation Team to change it, if you try and upload a mod with the wrong package id in it, it'll complain bitterly at you.