News:

Facebook killed the radio star. And by radio star, I mean the premise of distributed forums around the internet. And that got got by Instagram/SnapChat. And that got got by TikTok. Where the fuck is the internet we once knew?

Main Menu

Help with a project..

Started by Ersan, May 23, 2006, 04:12:22 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Ersan

Does anyone want to help my team work on a private bittorrent tracker project?

http://stdev.cvs.sourceforge.net/stdev/0.1/

Uses PHP4 OOP and (eventually) XML-RPC - Am looking for someone to work on more modules, suggestions to enhance security and lightweightedness, and possibly a C-based tracker that conforms to STDev's SQL structure - AIM me Ersan181

Warrior

I can't be of a bigtime help but if you have any questions design wise we could share notes sometime.
One must ask oneself: "do I will trolling to become a universal law?" And then when one realizes "yes, I do will it to be such," one feels completely justified.
-- from Groundwork for the Metaphysics of Trolling

Ersan

Need to establish some sort of flexible CSS structure to be used for themes.

Warrior

Why not use smarty for theming? It allows you to seperate program code from design code and you wouldn't be limited to a potentially strict structure.
One must ask oneself: "do I will trolling to become a universal law?" And then when one realizes "yes, I do will it to be such," one feels completely justified.
-- from Groundwork for the Metaphysics of Trolling

Ersan

Smarty uses WAY too many resources.

Sidoh

Quote from: Ersan on May 23, 2006, 05:33:47 PM
Smarty uses WAY too many resources.

Provide figures.  I stand unconvinced that Smarty uses way too "many" resources. ;)

Newby

#6
Quote* Now talking on #stdev
* reliant.p2p-irc.net sets mode +n #stdev
* reliant.p2p-irc.net sets mode +t #stdev

I am disappointed. :(

I frequent P2P-IRC (#linux, #rockbox, #kerrazy-torrents) and I haven't even heard of you guys. :(
- Newby
http://www.x86labs.org

Quote[17:32:45] * xar sets mode: -oooooooooo algorithm ban chris cipher newby stdio TehUser tnarongi|away vursed warz
[17:32:54] * xar sets mode: +o newby
[17:32:58] <xar> new rule
[17:33:02] <xar> me and newby rule all

Quote from: Rule on June 30, 2008, 01:13:20 PM
Quote from: CrAz3D on June 30, 2008, 10:38:22 AM
I'd bet that you're currently bloated like a water ballon on a hot summer's day.

That analogy doesn't even make sense.  Why would a water balloon be especially bloated on a hot summer's day? For your sake, I hope there wasn't too much logic testing on your LSAT. 

Ersan

#7
Try #supertorrents

Quote from: Sidoh on May 23, 2006, 08:47:30 PM
Provide figures.  I stand unconvinced that Smarty uses way too "many" resources. ;)

I couldn't find any studies or whatnot done on it but as far as theory goes, caching the smarty requests to the harddrive (as smarty does) makes the application more IO dependant, which is one of the bigger problems with the current system.

I'm trying to make it as lightweight (but feature-rich) as possible.

Maybe it's all in my head, smarty = rails, and I hate rails.  I also don't see the need for a ginormous chunk of code devoted to aspects of templating that I'll never need.

Sidoh

Caching the compiled templates greatly reduces execution time, from what I understand.  If smarty didn't do that, it would take much longer per request to do the same thing.