Voir les contributions

Cette section vous permet de consulter les contributions (messages, sujets et fichiers joints) d'un utilisateur. Vous ne pourrez voir que les contributions des zones auxquelles vous avez accès.

Messages - Eros
1
Features: Forward thinking / Re: MySQL only!
« le 16 Août 2011 à 08:07 »
Percona is nice (its close enough to a drop in replacement for MySQL for most things) but I've never tried to use it in a production environment. In theory, its a performance optimised version of MySQL. However, I've never been close enough to maxing the capabilities of MySQL to decide to replace it. (e.g. My solution to bottlenecks has always been to modify the web application or acquiring more server resources for the application)


P.S.
I wish we could report posts (see the post above with airport parking services SEO linking. Probably a bot :P)
2
Other software / Re: Nao in SMF2 Credits
« le 6 Août 2011 à 05:21 »
Citation de Nao/Gilles le 5 Août 2011 à 07:23
Finding Wedge is no problem. I took the most generic domain name for it after all. The hard part is knowing it exists...
I guess I'm the only one who randomly google's people's name in the credits of open source software that I use?

Damn.
3
Other software / Re: Nao in SMF2 Credits
« le 5 Août 2011 à 04:06 »
Well, if nothing else, if people google 'René-Gilles "Nao" Deberdt' wedge comes up the first page of the results which migh help the popularity of wedge a wee bit. xD
4
Development blog / Re: A nice kick in the CSS
« le 4 Août 2011 à 05:51 »
Awesome :D
5
Off-topic / Re: Either I'm going mad or I found a PHP bug
« le 8 Juillet 2011 à 03:06 »
I think that happens to all of us from time to time tho. I know I've missed stupid things that were blindingly obvious after I came back the next day. And I was like 'Oh shit, I've got to re-do that section because I missed X'. :/

Its probably the only reason pair programming can ever make sense, if you are on a tight time constraint. Those sort of mistakes tend to get caught by the other person.
6
Alright Norodo  :lol:
7
Off-topic / Re: Simple & Effective URL Routing System
« le 30 Juin 2011 à 04:50 »
I'm curious about something....

Why didn't you go with something like:
Code: [Sélectionner]
$URI = $_SERVER['PHP_SELF'];

$URI = str_replace("index.php/", "", substr($URI,1,-1));

$Context['Request'] = explode("/",$URI);

For that first part?
8
Wow. And people keep telling me how much more 'awesome' other countries residential connections are >.>



9
Off-topic / Re: Unknown's thoughts on Wedge
« le 29 Juin 2011 à 04:48 »
Well, Arantor, for what it is worth...I agree with that choice, even if I think motivating developers out of bad behavior can't be done with file edits vs. hooks. ;)
10
Off-topic / Re: Unknown's thoughts on Wedge
« le 28 Juin 2011 à 04:27 »
I figured I'd toss my two cents in, as someone who more or less, has always intended to go around SMF (except for bridging authentication) as much as possible. That, and I'm not a web developer, so it is easier for me to work that way and fix my own mistakes without affecting an adequate solution. I also have a tendency to react without thinking things through simply because of some of the things I've seen in my limited experience .

File edits are a pain in the ass to maintain between versions and so are hooks. I don't think either is going to change developer behavior sufficiently to be worth picking one or the other solely for that reason.

If you provide Hooks, you need to also provide File Edits to avoid Unknown's concern of people causing trouble that way.

If the real, and only concern, is the size and quality of mods...you are probably better off coming up with positive incentives to create certain types, and a certain quality, of mods rather than relying on the method of modifying Wedge to do it for you. I've got no good idea how to go about that simply because I've never tried to foster a developer community around a project outside of a situation where everyone is being paid to care about said project.
11
Off-topic / Re: PHP IDE for windows
« le 24 Juin 2011 à 05:08 »
Citation de Aaron le 24 Juin 2011 à 00:10
I honestly just use vim most of the time. Steep learning curve, but quite the tool once you've gotten used to it, really. :)
Is it really worth it? I've always found nano sufficient. >.>
12
I meant for the OP, not you. I should have clarified.
13
Features: Forward thinking / Re: Removing deprecated code
« le 22 Juin 2011 à 09:55 »
Its up to you :P

Just I know the only 5.2 VPS I have left will be gone by the time Wedge would be worth installing on that site. ;)
14
Features: Forward thinking / Re: Removing deprecated code
« le 22 Juin 2011 à 04:17 »
5.3 ftw.
15
Ya...I'd say you are better off splitting up the forums (e.g. Adjusting the theme only to display Set X on Site X, Set Y on Site Y, and so on) if the goal is MU.