• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

does this annoy you?

Page 2 - Seeking answers? Join the AnandTech community: where nearly half-a-million members share solutions and discuss the latest tech.
Originally posted by: slugg
Originally posted by: Crusty
Originally posted by: Hyperblaze
Originally posted by: Common Courtesy
Originally posted by: Hyperblaze
Originally posted by: slugg
meh...

I do hate it when web developers claim to be software devs 😉

The day that I cannot achieve the desired result in PHP that you can do in C++, I'll stop calling myself a software developer.

Key word being result.

Might not do it the exact same method, but the result will be the same.
There are other types of systems/applications that PHP is worthless on. either not supported or unable to accomplish what is needed. If not supported, then it would because, it has been determined to be to weak or impractical.
Embedded & realtime are two examples.

real life example of a web application inside of an embedded system....

a router.

Except that your php isn't running the embedded device...

A bit of topic, but...

Additionally, how does one write digital imaging algorithms in PHP? How does one interface with hardware in PHP? How long would a discrete wavelet transform take on a 5 megapixel image in PHP? Is that even possible to do?

^^ I'm seriously asking these questions as I really don't know the answers. I'm not a web developer. I do know that every day things, such as the operation of a digital camera, needs a lot of what PHP does not offer. To say that PHP can provide the same results as C/C++ is inaccurate, in my opinion.

I agree. Different tools for different jobs 🙂

 
Originally posted by: Hyperblaze
Originally posted by: Common Courtesy
Originally posted by: Hyperblaze
Originally posted by: slugg
meh...

I do hate it when web developers claim to be software devs 😉

The day that I cannot achieve the desired result in PHP that you can do in C++, I'll stop calling myself a software developer.

Key word being result.

Might not do it the exact same method, but the result will be the same.
There are other types of systems/applications that PHP is worthless on. either not supported or unable to accomplish what is needed. If not supported, then it would because, it has been determined to be to weak or impractical.
Embedded & realtime are two examples.

real life example of a web application inside of an embedded system....

a router.

You're kidding, right?

The only thing that PHP does in that example is provide a wrapper/interface to call the low-level code. It does not do any "heavy lifting".
 
Originally posted by: Crusty
Originally posted by: slugg
Originally posted by: Crusty
Originally posted by: Hyperblaze
Originally posted by: Common Courtesy
Originally posted by: Hyperblaze
Originally posted by: slugg
meh...

I do hate it when web developers claim to be software devs 😉

The day that I cannot achieve the desired result in PHP that you can do in C++, I'll stop calling myself a software developer.

Key word being result.

Might not do it the exact same method, but the result will be the same.
There are other types of systems/applications that PHP is worthless on. either not supported or unable to accomplish what is needed. If not supported, then it would because, it has been determined to be to weak or impractical.
Embedded & realtime are two examples.

real life example of a web application inside of an embedded system....

a router.

Except that your php isn't running the embedded device...

A bit of topic, but...

Additionally, how does one write digital imaging algorithms in PHP? How does one interface with hardware in PHP? How long would a discrete wavelet transform take on a 5 megapixel image in PHP? Is that even possible to do?

^^ I'm seriously asking these questions as I really don't know the answers. I'm not a web developer. I do know that every day things, such as the operation of a digital camera, needs a lot of what PHP does not offer. To say that PHP can provide the same results as C/C++ is inaccurate, in my opinion.

I agree. Different tools for different jobs 🙂

Point taken.

PHP can do many things that C/C++ can, but they each have their respected uses.
 
Back
Top