Mindcontroll Forum Index
Mindcontroll Forum Index FAQ Memberlist Search

Mindcontroll Forum Index » Programs/Programming Development » ASP 0wns PHP... Goto page Previous  1, 2
Post new topic  Reply to topic View previous topic :: View next topic 
PostPosted: 10-28-2002 03:55 PM Reply with quote
js995
Deletes your posts
Joined: 10 Feb 2002
Posts: 226




The most powerful code in the world is written in C with ASM optimisations , manually done.

Obviously not many programs require that level of interaction. For most programs, C, Objective C or C++ is the best choice, and it will give the developer the best power/optimisations/speed.

If I happen to be wrong on this , please correct me ! Very Happy
View user's profile Find all posts by %s Send private message

PostPosted: 10-29-2002 02:24 AM Reply with quote
TuMTuM
Will code HTML for food!
Joined: 17 Feb 2002
Posts: 425




Mmmm.. Ive been learning how to crack programs/games lately, and what I know from there, is that asm is the fastest and best compressed way of writing stuff. I made a keygen in asm that took me 4 kb. The same keygen in c++ took me 40 kb. Now the keygen in asm only compiled, it didnt work Smile, but the source was good, I just lacked a proper compiler. Hell, im used to patching asm while the program is running, so no compiler is needed Razz.
While php is indeed a scripting language, and phpGTK is slow as hell, in my opinion phpGTK doesnt differ much from java. They are both slow and need either, executable wrappers, or a java virtual machine. phpGTK needs php to work, and im sure we'll see executable wrappers in the future.
I was actually suprised how easy asm is. It even has functions and stuff, alltough I dont really know if they were functions Very Happy. So, if you start out programming, try learning ASM as the first language, it is probably easy to learn the rest after that Very Happy.
View user's profile Find all posts by %s Send private message Send e-mail

PostPosted: 10-29-2002 06:23 AM Reply with quote
Pezko
Senior Member
Joined: 09 Feb 2002
Posts: 186




PHP is interpreted.

C/C++ is compiled

Java is somewhere between them... Smile

Java is faster and waaay more flexible than PHP if you're doing applications.
View user's profile Find all posts by %s Send private message

PostPosted: 10-29-2002 06:30 AM Reply with quote
js995
Deletes your posts
Joined: 10 Feb 2002
Posts: 226




TuMTuM wrote:

I made a keygen in asm that took me 4 kb. The same keygen in c++ took me 40 kb. Now the keygen in asm only compiled, it didnt work Smile, but the source was good, I just lacked a proper compiler. Hell, im used to patching asm while the program is running, so no compiler is needed Razz.


nasm and gcc can compile ELF binaries from ASM
View user's profile Find all posts by %s Send private message

PostPosted: 10-29-2002 08:06 AM Reply with quote
TuMTuM
Will code HTML for food!
Joined: 17 Feb 2002
Posts: 425




js995 wrote:



nasm and gcc can compile ELF binaries from ASM

Ive been trying to find out what ELF binaries are, google isnt helping Smile. I read an article on compressing ELF binaries by using asm and executable packers, and they got the binary down to a few bytes, but I still dont know what they are Razz.

[edit]Wait now its helping Smile. Feel free to explain tough![/edit]
View user's profile Find all posts by %s Send private message Send e-mail

PostPosted: 12-11-2002 06:15 AM Reply with quote
Moondog
Eats Boogers
Joined: 12 Nov 2002
Posts: 16




bounce

is any one gonna stand up for coldfusion and access DBes or am I gonna have to pretend I do?

Though not an expert at all I find it much easier to understand PHP over ASP.
View user's profile Find all posts by %s Send private message Send e-mail

PostPosted: 12-11-2002 06:56 AM Reply with quote
Shn
R.I.P.
Joined: 10 Feb 2002
Posts: 738




ok, I'm currently programming under ColdFusion... (well, in fact i just pretend i do, but i just spend my days drooling at my screen, sleeping with my eyes open)

And i must say PHP owns coldfusion as well.
I don't like coldfusion.
I don't understand how companies can prefer something that costs alot, like coldfusion, to something that's free and more widely spread, like php.

Ah wait, something that costs alot is always better than something that's free, no ?

(and oooooh, i'm at work :D )

_________________

The Shning, more useful than The Useful Site
View user's profile Find all posts by %s Send private message Send e-mail

PostPosted: 12-11-2002 07:01 AM Reply with quote
Mr Tac
Expert Shoe Maker
Joined: 07 Apr 2002
Posts: 117




tag based ! GAY

_________________
<img src="http://www.mrtac.plus.com/images/Tac_Sig.jpg"a
View user's profile Find all posts by %s Send private message Send e-mail Visit poster's website

PostPosted: 12-11-2002 07:04 AM Reply with quote
Shn
R.I.P.
Joined: 10 Feb 2002
Posts: 738




Mr Tac wrote:

tag based ! GAY


It's strange, you almost got gay then !

Mister I-was-a-macromedia-loving-whore-who-wanted-to-get-married-with-whatever-is-macromedia-related

_________________

The Shning, more useful than The Useful Site
View user's profile Find all posts by %s Send private message Send e-mail

PostPosted: 12-11-2002 10:36 AM Reply with quote
Moondog
Eats Boogers
Joined: 12 Nov 2002
Posts: 16




LOL.....the only Macromedia product I will touch is Dreamweaver MX.....I accidentally use fireworks from time to time when I make some galleries and such....

I like PHP mostly because I can cut and paste scripts and they seem to have a better chance at working in PHP....lol
View user's profile Find all posts by %s Send private message Send e-mail

PostPosted: 12-11-2002 11:19 AM Reply with quote
Dawgy
Burn your flag.
Joined: 09 Feb 2002
Posts: 463




Every time you code php, a microsoft developer gets shot
View user's profile Find all posts by %s Send private message Send e-mail

PostPosted: 12-11-2002 11:41 AM Reply with quote
Moondog
Eats Boogers
Joined: 12 Nov 2002
Posts: 16




Lodi Dodi we likes to party

See dats what its all about...sippin on 40's and bustin' caps in miscrosofts ass punch
View user's profile Find all posts by %s Send private message Send e-mail

PostPosted: 12-19-2002 04:27 PM Reply with quote
js995
Deletes your posts
Joined: 10 Feb 2002
Posts: 226




Interesting .. ASP and PHP compare directly, but PHP is way more powerful. Theres a lot of things that PHP can do out of the box that cost money in plugins to do under ASP (if they are even possible at all).

Apart from that, you are left with Perl, Coldfusion and J2EE/JSP. I dont really know loads about these yet, but i seem to get the idea that Perl can do basically anything you want, but to get the most out of it you have to be able to install modules, which requires some work.

Coldfusion is said to be a language for rapid prototyping, from what I've seen of it, it seems to be a bit unreliable and inefficient (lots of 500 errors, etc), plus it suffers from not being widespread enough (and not cross portable, so it has to run on windows .. not exactly an "enterprise" level server platform, or reliable enough).

J2EE/JSP are said to be extremely good. They are as powerful as Java, but with the flexibility of a web-based markup language. I dont know, because I havent coded enough with it to test. I think its more for real enterprise stuff, like multi-server stuff, and business applications. Not making your website auto generate its pages (although its quite good at this, the JSP server takes 28mb of RAM!).

Overall i still think PHP/Perl are the best solutions because

[list=1]
[*]They are OSS/Free Software (No Commercial Interests/Lock-In)
[*]Cross platform & Portable code (Win32/Linux/*Nix)
[*]Developer communties are plentiful, and theres tons of documentation on the web.
[/list=1]

But anyway .. on another note ! PHP5 is under development [slashdot.org]
View user's profile Find all posts by %s Send private message

ASP 0wns PHP...
 Mindcontroll Forum Index » Programs/Programming Development
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You can vote in polls in this forum
All times are GMT - 5 Hours  
Page 2 of 2  
Goto page Previous  1, 2
  
  
 Post new topic  Reply to topic  


Video Games Suck - XXXSwim - Archive
  Powered by phpBB © 2001-2005 phpBB Group. Designed for Trushkin.net | Themes Database