The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: hutch-- on June 08, 2006, 02:48:34 AM

Title: Use your profile signature to show us your software
Post by: hutch-- on June 08, 2006, 02:48:34 AM
We have many members in this forum who write very good code but often its not easy to find but the forum software has the capacity for each member to put their own URL in the signature so that other members can link to their own site to see what they have to offer.

At its simplest it looks much like this so its easy enough to do and it means that more people can see your code and programs.


My Code Site
[size=10pt][b] http://www.yoursite.com [/b][/size]


About all we ask is that the basic forum rules are respected, only legal content and no blatant commercial advertising. The URL is for members own code, not some corporation.
Title: Re: Use your profile signature to show us your software
Post by: Telefunken on July 22, 2006, 06:34:43 AM
Can we have links to other websites besides our coding websites? For instance, i have a link to my band's site. This is okay?
Title: Re: Use your profile signature to show us your software
Post by: hutch-- on July 22, 2006, 08:37:50 AM
Sounds fine to me. The only area of complain is if we get blatant commercial advertising, links to illegal stuff or anything that is visually irritating.

Is the band any good ?  :bg
Title: Re: Use your profile signature to show us your software
Post by: Telefunken on July 22, 2006, 02:38:14 PM
Click the link and find out  :U
Title: Re: Use your profile signature to show us your software
Post by: hutch-- on July 22, 2006, 04:27:01 PM
I probably don't qualify as a viable critic at my age but the first track was clean and layback, the second was a bit raw and grunty. I tend to like "country" not too slick and polished as loses its grunt doing so.  :U
Title: Re: Use your profile signature to show us your software
Post by: Telefunken on July 22, 2006, 04:39:43 PM
Thanks, its good to hear someone elses opinion. We have a few other songs that aren't recorded yet, so theres more to come.  :bg
Title: Re: Use your profile signature to show us your software
Post by: sparhawk on February 05, 2007, 03:44:28 PM
My sig is not really related to assembly. The rules say you can use the signature to show your code, so this is it (kind of).  :P If you feel that it's not ok, just say so and I remove it.
Title: Re: Use your profile signature to show us your software
Post by: ToutEnMasm on September 20, 2007, 12:43:31 PM
Hello,
just a test to see if it work
Title: Re: Use your profile signature to show us your software
Post by: TNick on September 20, 2007, 03:41:05 PM
It works!
:)
Title: Re: Use your profile signature to show us your software
Post by: china pigzj on October 11, 2009, 09:06:54 AM
Quote from: hutch-- on June 08, 2006, 02:48:34 AM
We have many members in this forum who write very good code but often its not easy to find but the forum software has the capacity for each member to put their own URL in the signature so that other members can link to their own site to see what they have to offer.

At its simplest it looks much like this so its easy enough to do and it means that more people can see your code and programs.


My Code Site
[size=10pt][b] http://www.yoursite.com [/b][/size]


About all we ask is that the basic forum rules are respected, only legal content and no blatant commercial advertising. The URL is for members own code, not some corporation.
Title: Re: Use your profile signature to show us your software
Post by: hutch-- on October 11, 2009, 10:06:06 AM
Hi Mr.Zhu,

Welcome on board. I see your quote but no message.
Title: Re: Use your profile signature to show us your software
Post by: CuiCan on August 25, 2010, 05:00:56 AM
Hi,Mr.Zhu
I hope you say something not just quoting,eventhough it may be some mistakes in your sentence.Your behaviour will have a bad influence on our chinese.
Title: Re: Use your profile signature to show us your software
Post by: dedndave on August 25, 2010, 06:20:26 AM
we haven't seen Mr Zhu since he posted that a year ago   :P
Title: Re: Use your profile signature to show us your software
Post by: zemtex on September 13, 2010, 05:34:49 PM
Why is it that all people who code assembly ASSUME that all assembly coders make free software and open source for everyone to grab? Why is assembly code so much less worth than code made in a HL language?

"Put your code as signature".. It is a nasty assumption you got there, to assume all users on this forum have free code to share. Some people like secrecy, some people want to be the only owner of the code (Even though you could disassemble it, it wouldnt be the same quality as the source code)

It's sad that no assembly programmer want to hold certain things for themselves anymore. It's not critics from my side, it's just a thought for everyone. Your code is valuable, keep it to yourself.

Don't toss it out and spread it like food for the chickens and hens. Keep it tight to your chest, and just maybe (only maybe) if the person asks often enough, you can consider releasing some parts of the code for him. I think this will make the assembly community more exciting in the long run.

Keep in mind, you're not here to duplicate yourself and spread your own philosophy to other by spreading your own code. You are here to inspire people to do their own coding.
Title: Re: Use your profile signature to show us your software
Post by: clive on September 13, 2010, 07:14:42 PM
I'm not sure it has to be free, or even come with source. While there is no money to be made with "free" software, it will certainly provide global visibility to your programming skills, or other assorted talents, or lack thereof. It does bring people to your door, and does provide credibility, which working alone in your basement, or corner cubicle at work, will not. Sure you might get people who what services for free, but it's not hard to quote an hourly rate, or simply ignore them.

If you don't want to provide code, point your signature to your web page, blog, application screen shots, CV/Resume or LinkedIn page.
Title: Re: Use your profile signature to show us your software
Post by: BogdanOntanu on September 13, 2010, 07:56:16 PM
For a start: you did not understand correctly. Nobody forces you to make your code open source or even free. Many people (including me) provide links to their sites that contain ASM written binary code with no sources available. Sometimes the provided applications are not even free and/or subject to strong licensing limitations for commercial usage.

In fact "I guess" MASM32 is licensed in such a way that it can not be used for writing GNU open source code (not legally).

Hence you got it wrong. You can link to your ASM non open source and non free software in your signature...

I guess that Hutch was just giving you a "hint" that you can use your signature to "advertise" (in a decent manner) your own ASM code (open source or not ... free or not free)

However beware that most people do not execute binary code from "untrusted" or unknown sources... and becoming "trusted" is complicated and uncertain in today's world :D

That is why most people will ask for sources ... in order to make sure that there is not Trojan included :D

Title: Re: Use your profile signature to show us your software
Post by: zemtex on September 13, 2010, 09:19:05 PM
I may sound more serious than my intentions are. It was just a thought, nothing too serious. But I get it now.
Title: Re: Use your profile signature to show us your software
Post by: raymond on September 14, 2010, 01:59:30 AM
QuoteYou are here to inspire people to do their own coding.

That is the ultimate reason why I prepared the FPU tutorial and made it public for every assembly programmer to peruse if they ever feel the need to do some high precision computation by themselves. For the exact same reason, I also made the Fpulib public along with the source code of each function so that people can learn a bit more how to do their own thing. This community was created for sharing knowledge.

However, I would certainly not release a program, nor the source code, which I prepared for someone else to use a laptop as a "cash register" to keep track of all daily transactions and prepare a detailed daily report of items sold, remaining inventories, payments by credit/debit cards and cash, etc. etc.
Title: Re: Use your profile signature to show us your software
Post by: bomz on September 14, 2010, 08:41:37 AM
It's be convenient  to do collection of examples here http://www.masm32.com/, isn't it? with full remarks.
not full programs but code which show individual functions
Title: Re: Use your profile signature to show us your software
Post by: stingz on November 22, 2010, 06:14:23 PM
Quote from: zemtex on September 13, 2010, 05:34:49 PM
Why is it that all people who code assembly ASSUME that all assembly coders make free software and open source for everyone to grab? Why is assembly code so much less worth than code made in a HL language?

"Put your code as signature".. It is a nasty assumption you got there, to assume all users on this forum have free code to share. Some people like secrecy, some people want to be the only owner of the code (Even though you could disassemble it, it wouldnt be the same quality as the source code)

It's sad that no assembly programmer want to hold certain things for themselves anymore. It's not critics from my side, it's just a thought for everyone. Your code is valuable, keep it to yourself.

How is sharing code bad?  Yes commercial work usually needs to remain hidden but only to prevent the competition from having a foot in the door to your business.  Keeping all of your personal code hidden seems lonely and somewhat counterproductive.

If I write some code in my spare time and it performs a useful task, I think it is very helpful to the community to show others how it is done.  Anyone with equal or greater skill could recreate it without the source code anyway, so it doesn't matter if they see it and it has the power to educate those with less skill.  This doesn't make the code any less valuable.  I consider it more valuable the more it helps others learn.  Another benefit of this is that strangers now have an avenue to contact you about a familiar subject.  Talking to new people about old problems can generate new ideas and encourage learning on both sides.

I'd also like to hear the argument explained how ASM would have less worth than higher level languages because some code may be open source?  There are way more open source C, C++, Java, Perl, Ruby projects than assembly projects and many, many, of them are of very high worth.
Title: Re: Use your profile signature to show us your software
Post by: oex on November 22, 2010, 07:00:31 PM
Quote from: stingz on November 22, 2010, 06:14:23 PM
How is sharing code bad?  Yes commercial work usually needs to remain hidden but only to prevent the competition from having a foot in the door to your business.  Keeping all of your personal code hidden seems lonely and somewhat counterproductive.

If I write some code in my spare time and it performs a useful task, I think it is very helpful to the community to show others how it is done.  Anyone with equal or greater skill could recreate it without the source code anyway, so it doesn't matter if they see it and it has the power to educate those with less skill.  This doesn't make the code any less valuable.

Hi Stingz,

First welcome to the forum :bg.... I would suggest that sharing code could be bad because it shares mistakes, the web is already flooded with badly written and badly documented snippets.... If coding is something you do 'for fun' this could still wield problems.... Yes other people could see it and point out your mistakes however this is unlikely unless a substancial amount of people do the same task off your example and realise the error.... Far from educating people you might end up opening up many peoples computers to harm especially if someone distributes code you have given without understanding it's flaws....

By promoting your personal code you also show up your weaknesses rather than your strengths to an experienced coder, this could be counter productive in your work projects.... Coding is 'fun' in the context of standing on a soap box spouting off your hair brained ideas to the world (As I often do in here :lol).... Ultimately real coding is lonely, you are generally sitting alone in 4 walls looking at a screen :bg
Title: Re: Use your profile signature to show us your software
Post by: stingz on November 22, 2010, 08:08:07 PM
Quote from: oex on November 22, 2010, 07:00:31 PM
Far from educating people you might end up opening up many peoples computers to harm especially if someone distributes code you have given without understanding it's flaws....

In that case no code should be shared until peer reviewed by experts!   :green2   But actually this is not affected by whether or not the code is shared.  The binary is obviously just as dangerous as the code used to produce it.  At least with the code a saavy user has the ability to fix the code and let the author know!


There probably 100 microsoft jokes that could be made at this point  :lol
Title: Re: Use your profile signature to show us your software
Post by: oex on November 22, 2010, 08:25:07 PM
:lol Well worth looking at both sides of the arguement, you asked how sharing was bad and it does have it's downsides.... This doesnt mean the professionals get it right either but that just goes to show coding is not just a toy.... There are very few 'saavy users' :bg
Title: Re: Use your profile signature to show us your software
Post by: hutch-- on November 23, 2010, 12:41:26 AM
Guys,

This thread is here to advise members on how to make their own code available for other members if they wish to do so. We ask that it be legal and safe code and will remove any signatures that have otherwise but finally its a means for members to share their code if they want t do so. It is rarely ever safe to post just a binary if you are not well known, we have had people long ago try and post code that had viruses or trojans in it and we have had to remove it so that other members don't get infected by trash like this.

You don't have to be a guru or an elite or any other bullsh*t like this, just make sure you posted or linked code is clean, makes sense and works and you may be able to help out someone who is doing similar things.
Title: Re: Use your profile signature to show us your software
Post by: dedndave on November 23, 2010, 12:48:49 AM
i think the discussion is an issue of translation from English
i believe it has been interpreted as a "command", rather than a simple invitation
Title: Re: Use your profile signature to show us your software
Post by: oex on November 23, 2010, 01:10:21 AM
:lol sorry delete my posts if you like I have no delete button I was just going off on a tangent as per usual :bg.... I didnt realise the significance of the thread I thought it was another pantomime OS thread but 'oh no it isnt' :lol
Title: Re: Use your profile signature to show us your software
Post by: debugee on April 21, 2011, 06:03:26 AM
hello everybody(你们好)! i am chinese ,the forum is so good, :U :U