Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 08-08-2007, 01:12 PM   #51
GeXus
Confirmed User
 
Join Date: May 2003
Location: Yo Mommas Pussy
Posts: 3,320
Quote:
Originally Posted by TheDoc View Post
To me, they are all real projects.. But making something in VB for windows, or coding google maps, the backend of booking systems, bank software, ect.. that's real programming.

PHP is scripting, it's still programming but bullshit aside, a 10 year old can learn PHP.
Umm... You say "coding google maps" is real programming, then you go on to say PHP is scripting, hence a 10 year old can do it? Google maps is all JavaScript brotha, get your shit straight.
__________________
GeXus is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-08-2007, 01:14 PM   #52
GeXus
Confirmed User
 
Join Date: May 2003
Location: Yo Mommas Pussy
Posts: 3,320
Quote:
Originally Posted by Egomancer View Post
What about programming the heat seeker of a Patriot rocket on a specialized chip?
Pattern recognition of the satellite images?
Weather forecasts?
Financial market (FOREX) forecasts?
Traffic balancing?

and the list goes on. And before you ask, NO, ERPs and CRMs are NOT real projects...

Egomancer

Just quit while your ahead.
__________________
GeXus is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-08-2007, 01:16 PM   #53
StuartD
Sofa King Band
 
StuartD's Avatar
 
Join Date: Jul 2002
Location: Outside the box
Posts: 29,903
Quote:
Originally Posted by GeXus View Post
Umm... You say "coding google maps" is real programming, then you go on to say PHP is scripting, hence a 10 year old can do it? Google maps is all JavaScript brotha, get your shit straight.
google maps is all javascript?

No, javascript is only the method with which we view the maps.
StuartD is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-08-2007, 01:17 PM   #54
Egomancer
Confirmed User
 
Join Date: Dec 2005
Location: Bucharest, Romania
Posts: 2,074
Quote:
Originally Posted by GeXus View Post
Just quit while your ahead.
LOL, thanks for the advice :P

Egomancer
__________________
ICQ: 95-239-282
WWW: www.webprogrammers.eu
WWW:www.seodev.eu
Y!MSN: lord_ender

If you want to outsource any work to Romania - here I am !!!!

www.anotheranime.com | www.autotrafic.ro | www.jocurionline.ro
Egomancer is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-08-2007, 01:19 PM   #55
GeXus
Confirmed User
 
Join Date: May 2003
Location: Yo Mommas Pussy
Posts: 3,320
Quote:
Originally Posted by StuartD View Post
google maps is all javascript?

No, javascript is only the method with which we view the maps.

"Coding google maps" implies using Google's API to create custom maps, that's done through JavaScript.
__________________
GeXus is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-08-2007, 01:19 PM   #56
Masterchief
Confirmed User
 
Join Date: Jun 2006
Posts: 530
Quote:
Originally Posted by TheDoc View Post
Check security? If you need me to code you something you don't know how to check security anyway.
Not always the case, I personally outsource from time to time since my time is most efficiently spent solving those "complex" problems. Before throwing anything on a live server I glance through to make sure that everything is secure and optimized, or at least looks like it.
Masterchief is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-08-2007, 01:22 PM   #57
Libertine
sex dwarf
 
Libertine's Avatar
 
Join Date: May 2002
Posts: 17,860
Quote:
Originally Posted by TheDoc View Post
Check security? If you need me to code you something you don't know how to check security anyway.

I do not encode all of my php scripts, or if I do it's often just the core that works with another block of software, like nats, which is done to protect my secrets. However, I don't encode it because of the fear of them stealing it, I do it to keep them from breaking it.

And my clients have asked to not encode things, so I don't. But they do pay extra and for support if they break it. Otherwise, I don't mind doing the bulk work and passing off the shit work to your coders.
I occasionally hire coders to do work I don't want to do myself, or simply don't have time to do myself. Being a programmer, I of course check every line of code myself.
__________________
/(bb|[^b]{2})/
Libertine is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-08-2007, 01:23 PM   #58
Libertine
sex dwarf
 
Libertine's Avatar
 
Join Date: May 2002
Posts: 17,860
Annoying GFY hangs :\
__________________
/(bb|[^b]{2})/

Last edited by Libertine; 08-08-2007 at 01:25 PM..
Libertine is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-08-2007, 01:27 PM   #59
drjones
Confirmed User
 
Join Date: Oct 2005
Location: Charlotte, NC
Posts: 908
Quote:
Originally Posted by TheDoc View Post
PHP is secure enough, the chances of someone getting your server to steal the code is pretty slim. And anything core related that needs speed should always be done in C.. So encoding most PHP is retarted unless you are giving it out for others to use.
Not always true.. most interpreted languages have hooks into many C/C++ libraries, so you can have the rapid development those languages typically give you, with the speed of C for the important, intensive stuff.

Theres really not much use for C or C++ in the *vast* majority of situations in the adult/webmaster world..
__________________
ICQ: 284903372
drjones is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-08-2007, 01:39 PM   #60
Libertine
sex dwarf
 
Libertine's Avatar
 
Join Date: May 2002
Posts: 17,860
Quote:
Originally Posted by Egomancer View Post
What about programming the heat seeker of a Patriot rocket on a specialized chip?
Pattern recognition of the satellite images?
Weather forecasts?
Financial market (FOREX) forecasts?
Traffic balancing?

and the list goes on. And before you ask, NO, ERPs and CRMs are NOT real projects...

Egomancer
Ehm, even those things often aren't in C/C++.

And why aren't ERPs and CRMs real projects? They can be incredibly advanced.

Seriously, I suggest you get off your high horse, and realize that "real" programming is doing whatever is needed for a specific task, in whatever language is best suited for it.
__________________
/(bb|[^b]{2})/
Libertine is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-08-2007, 01:45 PM   #61
Egomancer
Confirmed User
 
Join Date: Dec 2005
Location: Bucharest, Romania
Posts: 2,074
Quote:
Originally Posted by Libertine View Post
Ehm, even those things often aren't in C/C++.

And why aren't ERPs and CRMs real projects? They can be incredibly advanced.

Seriously, I suggest you get off your high horse, and realize that "real" programming is doing whatever is needed for a specific task, in whatever language is best suited for it.
Because there is no real challenge in ERPs and CRMs - and before jumping with a stupid comment you should know that I have worked on this kind of stuff for like 2 years. They are huge - the ERPs at least, that is for sure, but huge does not mean complicated or they do not pose a challenge once you know them. Consequently they are no "real" projects after my definition.

You are correct - in the end the "real" programming is the one that brings you food on the table...

Egomancer
__________________
ICQ: 95-239-282
WWW: www.webprogrammers.eu
WWW:www.seodev.eu
Y!MSN: lord_ender

If you want to outsource any work to Romania - here I am !!!!

www.anotheranime.com | www.autotrafic.ro | www.jocurionline.ro
Egomancer is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-08-2007, 01:53 PM   #62
Libertine
sex dwarf
 
Libertine's Avatar
 
Join Date: May 2002
Posts: 17,860
Quote:
Originally Posted by Egomancer View Post
Because there is no real challenge in ERPs and CRMs - and before jumping with a stupid comment you should know that I have worked on this kind of stuff for like 2 years. They are huge - the ERPs at least, that is for sure, but huge does not mean complicated or they do not pose a challenge once you know them. Consequently they are no "real" projects after my definition.

You are correct - in the end the "real" programming is the one that brings you food on the table...

Egomancer
The basic functions aren't a challenge, true.

It becomes fun when the program starts analyzing statistics, and starts learning from existing statistics to make predictions on new/potential clients and accounts.

It's the same with seemingly simple things, such as serving ads on webpages. The basics are mindnumbingly boring, but I can assure you that the technology behind something like adsense is extremely interesting.
__________________
/(bb|[^b]{2})/
Libertine is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-08-2007, 01:56 PM   #63
calmlikeabomb
Confirmed User
 
calmlikeabomb's Avatar
 
Join Date: May 2004
Location: SW Palm Bay, Florida
Posts: 1,323
Quote:
Originally Posted by Jace View Post
nope, he flakes too

had me all ready to start a job and then disappeared and wouldn't answer any emails or anything

won't ever use him again
There's a difference between flaking out and being too busy. You sent me the documentation, I reviewed it and said, "I'd probably be able to start within the next few days." I didn't end up having the extra time, so I never started.

I ignored all your support tickets, because I decided to stop doing business with you. So yeah you're right, you "won't ever use him again."
__________________
subarus.

Last edited by calmlikeabomb; 08-08-2007 at 01:59 PM..
calmlikeabomb is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-08-2007, 02:01 PM   #64
Egomancer
Confirmed User
 
Join Date: Dec 2005
Location: Bucharest, Romania
Posts: 2,074
Quote:
Originally Posted by Libertine View Post
The basic functions aren't a challenge, true.

It becomes fun when the program starts analyzing statistics, and starts learning from existing statistics to make predictions on new/potential clients and accounts.

It's the same with seemingly simple things, such as serving ads on webpages. The basics are mindnumbingly boring, but I can assure you that the technology behind something like adsense is extremely interesting.
The ones I have worked with either did not have those features, or if they had them, I didn't see them. If they do it, and if it is done properly, indeed that is some heavy stuff ;).

About adsense I don't want to talk, as I want to start my own search/PPC engine similar with google when I will get an investment for that. I do have an idea of the complexity of the problem - which is a huge step forward if you ask me...

Egomancer
__________________
ICQ: 95-239-282
WWW: www.webprogrammers.eu
WWW:www.seodev.eu
Y!MSN: lord_ender

If you want to outsource any work to Romania - here I am !!!!

www.anotheranime.com | www.autotrafic.ro | www.jocurionline.ro
Egomancer is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-08-2007, 02:18 PM   #65
Libertine
sex dwarf
 
Libertine's Avatar
 
Join Date: May 2002
Posts: 17,860
Quote:
Originally Posted by Egomancer View Post
The ones I have worked with either did not have those features, or if they had them, I didn't see them. If they do it, and if it is done properly, indeed that is some heavy stuff ;).
Most don't have it, but I can tell you, when it works it's magic.

The biggest problem with features like that is that they have to work with a changing market.

So, for example, you train the learning algorithm with data from the past 10 years excluding the very last year, then test it on the data of the very last year to see if it works. If it works, you can include data from the past year, and implement it. The more the market has changed, though, the less effective it typically is.

That problem isn't too big - the real problem comes up when changes in the market speed up. The software has to learn to interpret both changes in the market, as well as the speed of those changes.
In a market that's static or changing slowly, you typically want it to use as much data as possible. In a rapidly changing market, it might be better to use only the data of the past few months, rather than the past few decades.

The challenge is to have the software learn about the data, as well as about the metadata, and make predictions based on the combination of both.

It's seriously interesting stuff, once you get into it.
__________________
/(bb|[^b]{2})/
Libertine is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-08-2007, 02:27 PM   #66
TheJimmy
ICQ- five seven 0 2 5 5 0
 
Join Date: Jan 2001
Posts: 10,747
I general it's a tough thing to contract when not an 'in house' situation...that being said I do know of a few good, reliable ones but they are pricey and worth it.
__________________
Investor with 5m - 15m USD to invest. Do you have a site or network of sites earning 50k - 200k a month income? Email your contact and preliminary data to: domain.cashventures (at) gmail.com....Please...no tire kickers...serious offers and inquiries only.
TheJimmy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-08-2007, 02:36 PM   #67
polle54
Confirmed User
 
Join Date: Jul 2004
Location: The Beach
Posts: 4,626
A reliable programmer isn't cheap but I can promise you they are out there

I like to think of myself as one of them.

However I don't have time to take in any new projects..
Has one that takes all my time atm.
__________________
ICQ# 143561781
polle54 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-08-2007, 03:32 PM   #68
TheEnforcer
Confirmed User
 
Join Date: May 2001
Posts: 2,855
Oh man.. don't get me started on programmers.
TheEnforcer is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-08-2007, 04:42 PM   #69
AcidMax
Confirmed User
 
Join Date: May 2002
Location: MI
Posts: 1,827
Some of you bitching about programmers need to look at yourselves too. Lets face it this industry is not about forking over money to programmers and designers. Everyone wants shit cheap, with that you get shitty and shotty work. Maybe if more people wanted to pay what most good programmers would get $30-80 an hour, then you wouldn't have so many problems finding programmers.

I have been a programmer in this business for years and have done many projects and wrote content management systems etc. Fighting for a nickle and working twice as hard as you should for nothing isn't fun. Those of us who are good programmers and have a good skillset are gainfully employed by companies who recognize our worth.
__________________
Latest MMA news. http://www.mmawrapup.com
AcidMax is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-08-2007, 04:48 PM   #70
AcidMax
Confirmed User
 
Join Date: May 2002
Location: MI
Posts: 1,827
Let me also add that programmers in this industry deal with scope and feature creep like you wouldn't believe. Webmasters tend to think "This guy developed this site for me 3 years ago, i deserve free support now." Sorry but thats not the way it works. If you want good support you have to pay. Just because you thought of the feature 3 years down the road doesn't mean the programmer should add it for your free of charge. I speak from experience, when I was doing freelance I experienced all this stuff.
__________________
Latest MMA news. http://www.mmawrapup.com
AcidMax is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-08-2007, 05:01 PM   #71
psili
Confirmed User
 
Join Date: Apr 2003
Location: Loveland, CO
Posts: 5,526
This thread gives me a bunch of horrid images of old, grumpy computer science nerds who think their shit doesn't stink. No wonder people think programmers' are hard to work with. This thread's pretty much a mirror of those trying to find a solid graphic artist -- those fuckers are flaky too, not because their old, grumpy computer science nerds, but because their grumpy because they're set on their ways as well.
__________________
Your post count means nothing.
psili is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-08-2007, 05:04 PM   #72
Libertine
sex dwarf
 
Libertine's Avatar
 
Join Date: May 2002
Posts: 17,860
Quote:
Originally Posted by AcidMax View Post
Some of you bitching about programmers need to look at yourselves too. Lets face it this industry is not about forking over money to programmers and designers. Everyone wants shit cheap, with that you get shitty and shotty work. Maybe if more people wanted to pay what most good programmers would get $30-80 an hour, then you wouldn't have so many problems finding programmers.

I have been a programmer in this business for years and have done many projects and wrote content management systems etc. Fighting for a nickle and working twice as hard as you should for nothing isn't fun. Those of us who are good programmers and have a good skillset are gainfully employed by companies who recognize our worth.
Very true. Clients often don't seem to realize that with a good programmer, they aren't just paying for the hours you spend coding for them, but also for the library of code you've built up over the years, most often in your spare time.

I once actually had a client refusing to pay the amount we had agreed on because I finished the script too quickly. It was ridiculous - he needed the script as quickly as possible, and I delivered it in a day, way below the price other programmers had offered.

But, for some reason, he thought no programmer should get over $300 an hour - ignoring the fact that all the code came from my own code library, and had taken hundreds if not thousands of hours to develop.

Fucker never changed his passwords though, so he found himself with a full refund and no script... two months later, I had the pleasure of telling him to fuck off when he practically begged if he could buy the script at the original price
__________________
/(bb|[^b]{2})/
Libertine is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-08-2007, 05:08 PM   #73
AcidMax
Confirmed User
 
Join Date: May 2002
Location: MI
Posts: 1,827
Quote:
Originally Posted by psili View Post
This thread gives me a bunch of horrid images of old, grumpy computer science nerds who think their shit doesn't stink. No wonder people think programmers' are hard to work with. This thread's pretty much a mirror of those trying to find a solid graphic artist -- those fuckers are flaky too, not because their old, grumpy computer science nerds, but because their grumpy because they're set on their ways as well.
Has nothing to do with being set in your ways. It has everything to do with being paid what you are worth. As a webmaster (if you are one) you want top dollar from affiliate programs because your traffic is worth it. You will pay lawyers top dollar to secure your assets and cover yourself in case of 2257. So why in gods name would you not pay a programmer top dollar to develop applications that ultimately will save you hours of time and even more in employees if you had to do things by hand.
__________________
Latest MMA news. http://www.mmawrapup.com
AcidMax is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-08-2007, 05:26 PM   #74
psili
Confirmed User
 
Join Date: Apr 2003
Location: Loveland, CO
Posts: 5,526
Quote:
Originally Posted by AcidMax View Post
Has nothing to do with being set in your ways. It has everything to do with being paid what you are worth. As a webmaster (if you are one) you want top dollar from affiliate programs because your traffic is worth it. You will pay lawyers top dollar to secure your assets and cover yourself in case of 2257. So why in gods name would you not pay a programmer top dollar to develop applications that ultimately will save you hours of time and even more in employees if you had to do things by hand.
I concur with what you're saying. I was trying to approach it more from, "I know [insert acronyms] so I'm god compared to others who know [other acronyms]" quotes in this thread. That's all.
__________________
Your post count means nothing.
psili is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-08-2007, 05:53 PM   #75
ServerGenius
Confirmed User
 
Join Date: Feb 2002
Location: Amsterdam
Posts: 9,377
not true, reliable programmers are too busy to take more jobs....the fact should
be:

Reliable programmers with time to do your job are a myth.

__________________
| http://www.sinnerscash.com/ | ICQ: 370820 | Skype: SinnersCash | AdultWhosWho |
ServerGenius is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-09-2007, 01:18 AM   #76
Humpy Leftnut
Confirmed User
 
Join Date: Apr 2007
Posts: 1,292
I've had fantastic luck with rentacoder, but it takes some patience picking a programmer. Once you find a good one, stick with them.

As for hiring, it is a pain to find exactly what you need, from someone who happens to be available at the exact time you're looking, of course. But there's always someone right for every job, you just need to accept that if you're not paying top dollar, you may experience some turbulence.
__________________
Humpy Leftnut - Pornsumer Reviews
Humpy Leftnut is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.