Marketing - I Want Someone To Create A Mascot For My OS, And
Marketing - I Want Someone To Create A Mascot For My OS, And
Hey Everyone Who Reads This,
I need a Mascot for Phelansys OS. He/She should be a furry creature of some kind, and should be cuteish .
Also, i need a basic executble filetype that is completly unique. I would prefer if it was similar to the BASIC programming language, but encrypted so that people cannnot read the source of programs. I will tell you the basic syntax and commands if you are interested, and you can work on it from there. Only Me, you & The OS itself will know this number. Not even other staff will know even the tinest portion of it.
I will pay you an amount between $100AU (Around $90 US) and $700 AU (Around $690 US). I can pay in pretty much any method that you request, apart from cheque.
If you are interested, please e-mail me at [email protected]
Thanks,
James Phelan
CEO - Phelansys, Inc.
I need a Mascot for Phelansys OS. He/She should be a furry creature of some kind, and should be cuteish .
Also, i need a basic executble filetype that is completly unique. I would prefer if it was similar to the BASIC programming language, but encrypted so that people cannnot read the source of programs. I will tell you the basic syntax and commands if you are interested, and you can work on it from there. Only Me, you & The OS itself will know this number. Not even other staff will know even the tinest portion of it.
I will pay you an amount between $100AU (Around $90 US) and $700 AU (Around $690 US). I can pay in pretty much any method that you request, apart from cheque.
If you are interested, please e-mail me at [email protected]
Thanks,
James Phelan
CEO - Phelansys, Inc.
Re: Marketing - I Want Someone To Create A Mascot For My OS,
yea i can make a mascot for u for free now the other part u need someone else to do it for you
Just because your phone is "smart" doesn't mean the user is... ijs
Re: Marketing - I Want Someone To Create A Mascot For My OS,
to be honest though u might try a marajauna leaf lol
Just because your phone is "smart" doesn't mean the user is... ijs
- smiddy
- Member
- Posts: 127
- Joined: Sun Oct 24, 2004 11:00 pm
- Location: In my cube, like a good leming. ;-)
Re: Marketing - I Want Someone To Create A Mascot For My OS,
I will be a bit surprised if you can find someone willing to work on an executeable-encryption format for the amount of money you are asking. It is my expereience that it takes considerable amount of time to perfect an unique algorythm of (near) safe encryption. And it will take not only a programmer but someone with an extensive math background. Anyone with those qualifications will exhaust $700 AU in less than one day.
But if you aren't considering too secure of a file type...then you get what you pay for.
But if you aren't considering too secure of a file type...then you get what you pay for.
-smiddy
Re: Marketing - I Want Someone To Create A Mascot For My OS,
Do you know what an executable file type is? All it is is a container for flat binary of machine code. That means if you want to run it without building a huge virtual machine with all the opcodes and everything else, you'll have to do it the way windows, linux, everyone else does it - make a container file that holds a binary represention of the program and have data that the program needs.
Machine code is of course what the assembler outputs. You CAN'T make your own machine code. It is the processor that decides it. If you want to just 'jmp' in asm to it, you MUST have binary code of the CPU in memory, not basic! Basic is something that another program must TELL the computer how to run. You have to COMPILE basic into assembly instructions and then into machine code, just like nasm would if you did "-f bin".
Not trying to sound mean, it just sounds rather dumb.
Machine code is of course what the assembler outputs. You CAN'T make your own machine code. It is the processor that decides it. If you want to just 'jmp' in asm to it, you MUST have binary code of the CPU in memory, not basic! Basic is something that another program must TELL the computer how to run. You have to COMPILE basic into assembly instructions and then into machine code, just like nasm would if you did "-f bin".
Not trying to sound mean, it just sounds rather dumb.
Re: Marketing - I Want Someone To Create A Mascot For My OS,
Hi,
I think what the original poster was after may have been something like Java byte-codes or tokenized BASIC - something where each command is assigned a proprietory encoding and then interpretted (or JIT compiled) by the OS rather than executed directly.
Benefits would include complete portability and (assuming there is no encryption) difficulty disassembling - typically to reverse engineer the format you'd need to write many tiny programs and examine the results, but then you'd need to write a convertor to convert larger programs into something readable.
If you add a layer of encryption to this (even if it is a simple/primitive form of encryption) it can make reverse engineering the resulting programs very difficult.
Another advantage is that it's easier to write an interpretter for debugging purposes, so you can step through the code and examine variables, etc in an intermediate window (much nicer than a core dump)...
I'd be tempted to suggest encryption and a proprietory form of compression (and JIT compiling as interpretters are slow).
Although I'm only guessing - could the original poster be more specific?
BTW - I'd be willing to work on something like this for $800 AU per 80 hour fortnight, as long as I'm listed in the credits (I can provide ABN to minimize government paperwork and wouldn't have problems with an NDA)...
Cheers,
Brendan
I think what the original poster was after may have been something like Java byte-codes or tokenized BASIC - something where each command is assigned a proprietory encoding and then interpretted (or JIT compiled) by the OS rather than executed directly.
Benefits would include complete portability and (assuming there is no encryption) difficulty disassembling - typically to reverse engineer the format you'd need to write many tiny programs and examine the results, but then you'd need to write a convertor to convert larger programs into something readable.
If you add a layer of encryption to this (even if it is a simple/primitive form of encryption) it can make reverse engineering the resulting programs very difficult.
Another advantage is that it's easier to write an interpretter for debugging purposes, so you can step through the code and examine variables, etc in an intermediate window (much nicer than a core dump)...
I'd be tempted to suggest encryption and a proprietory form of compression (and JIT compiling as interpretters are slow).
Although I'm only guessing - could the original poster be more specific?
BTW - I'd be willing to work on something like this for $800 AU per 80 hour fortnight, as long as I'm listed in the credits (I can provide ABN to minimize government paperwork and wouldn't have problems with an NDA)...
Cheers,
Brendan
For all things; perfection is, and will always remain, impossible to achieve in practice. However; by striving for perfection we create things that are as perfect as practically possible. Let the pursuit of perfection be our guide.
Re: Marketing - I Want Someone To Create A Mascot For My OS,
Interesting $$ amounts. At $100 AU, the AU dollar is valued at .9, but at $700 AU, it's worth .98571.
According to xe.com, as of 7/14/2005, $1 AU = $0.751599 US. So...
$75.16 - $526.12. I wouldn't do design work for that amount; forget implementation. A high-quality implementation of what you're asking for would take several hundred man-hours. Even at the lowest pay rates (say 500 hrs @ $10/hr), that would cost thousands of US $s (e.g., US $5000). Highly experienced engineers cost quite a bit more than $10/hr --- probably closer to $100/hr than $10/hr --- which means you'd be talking about $50000 for your filetype (and associated linkers, loaders, compiler modifications, etc, etc, etc, all assuming you'd want it done right, BTW. Anything can be done on the cheap, but you get what you pay for).
As a previous poster said, I'm not being mean here; just trying to give a sense of what real software engineering costs are.
According to xe.com, as of 7/14/2005, $1 AU = $0.751599 US. So...
$75.16 - $526.12. I wouldn't do design work for that amount; forget implementation. A high-quality implementation of what you're asking for would take several hundred man-hours. Even at the lowest pay rates (say 500 hrs @ $10/hr), that would cost thousands of US $s (e.g., US $5000). Highly experienced engineers cost quite a bit more than $10/hr --- probably closer to $100/hr than $10/hr --- which means you'd be talking about $50000 for your filetype (and associated linkers, loaders, compiler modifications, etc, etc, etc, all assuming you'd want it done right, BTW. Anything can be done on the cheap, but you get what you pay for).
As a previous poster said, I'm not being mean here; just trying to give a sense of what real software engineering costs are.
Last edited by aggieben on Wed Jul 13, 2005 11:00 pm, edited 2 times in total.
Re: Marketing - I Want Someone To Create A Mascot For My OS,
Hi,
Am working on a project named BVM (BASIC Virtual Machine), and, It's written in ANSI C.
The project is in his first two weeks (too young), but it seems to be good one. The VM is stack-based, and supports syscalls.
If it seems to be usefull , just contact me!
Cheers!
Am working on a project named BVM (BASIC Virtual Machine), and, It's written in ANSI C.
The project is in his first two weeks (too young), but it seems to be good one. The VM is stack-based, and supports syscalls.
If it seems to be usefull , just contact me!
Cheers!
Re: Marketing - I Want Someone To Create A Mascot For My OS,
I just hope that you all realize that he said "If interested, please email me at:"... He probably will never return to the forum. He will likely await email, so if you've got something to say, I'd suggest emailing him. >.<