PDA

View Full Version : new site




mc68k
Oct 9, 2003, 03:48 PM
who needs .mac when u have ur own server? ;)

i moved my scripts to:

http://calnet.sdsu.edu/mc68k

thanks to rower_cpu and his skillz for making the page.

enjoy



MrMacMan
Oct 9, 2003, 05:06 PM
hehe, very cool.

Hope we don't use too much bandwidth...

:p

Vlade
Oct 9, 2003, 06:31 PM
Thanks, I am going to look at that RC5 thing tonight.

mc68k
Oct 9, 2003, 07:27 PM
Originally posted by Vlade
Thanks, I am going to look at that RC5 thing tonight. if u mean the scripts they are kind of a hasty implementation. the refined scripts (for my personal use) have a few more things that the ones on my site don't.

distributed.net's implementation is so good, that i hardly have to automate anything. the main reason i have them is so that i can take over machines quicker.

applemacdude
Oct 9, 2003, 07:34 PM
This is more of a page than a site....Anyways when i get my imac which is not today ill start folding

meeble
Oct 9, 2003, 08:46 PM
Originally posted by mc68k
i moved my scripts to:
http://calnet.sdsu.edu/mc68k


hey, to whoever's in charge:
don't forget to change the FAQ to point to mc68k's new page...

Laslo Panaflex
Oct 9, 2003, 09:08 PM
Wow, that site must really go through alot of bandwith with all those fancy colors and graphics. :D

I just downloaded the scripts and am folding on my dualie G5.

Thanks!

meeble
Oct 9, 2003, 09:11 PM
Originally posted by Laslo Panaflex
I just downloaded the scripts and am folding on my dualie G5.


So F@H is running fine on your G5? I thought it was having problems...

mc68k
Oct 9, 2003, 09:15 PM
Originally posted by Laslo Panaflex
Wow, that site must really go through alot of bandwith with all those fancy colors and graphics. :D ill turn web devolpment time into script writing time. :)

Rower_CPU
Oct 9, 2003, 09:18 PM
Originally posted by meeble
hey, to whoever's in charge:
don't forget to change the FAQ to point to mc68k's new page...

Good call. Done. :)

MrMacMan
Oct 10, 2003, 11:52 PM
Originally posted by meeble
So F@H is running fine on your G5? I thought it was having problems...

Only for the Gromac core, which is most of the folding units, the Tinker core is running fine.

Falleron
Oct 11, 2003, 08:01 AM
Originally posted by mc68k
who needs .mac when u have ur own server? ;)

i moved my scripts to:

http://calnet.sdsu.edu/mc68k

thanks to rower_cpu and his skillz for making the page.

enjoy
mc68k, just been reading the single processor script readme + was wondering if there was a way to stop the ouput to the screen by default?

mc68k
Oct 11, 2003, 01:41 PM
Originally posted by Falleron
mc68k, just been reading the single processor script readme + was wondering if there was a way to stop the ouput to the screen by default? i suppose u could redirect the output from stdout to /dev/null

i will try this

Vlade
Oct 11, 2003, 05:00 PM
Ok, I'm confused, what exactly is a RC5 script, I thought it was like your mac folding scripts but for the PC. Is there a description somewhere?

Falleron
Oct 11, 2003, 05:10 PM
Originally posted by mc68k
i suppose u could redirect the output from stdout to /dev/null

i will try this
Let me know what you find out.

britboy
Oct 12, 2003, 12:28 PM
Originally posted by Vlade
Ok, I'm confused, what exactly is a RC5 script, I thought it was like your mac folding scripts but for the PC. Is there a description somewhere?

http://www.distributed.net/rc5/

It's a different project altogether. Basically, they're trying to crack computer codes. They've recently broken through 64-bit encoding, and have moved on to 72-bit.

Vlade
Oct 12, 2003, 04:32 PM
Oh, Couldn't they put their CPUs to better work trying to fold instead of crack a useless code?

mc68k
Oct 12, 2003, 09:35 PM
Originally posted by Vlade
Oh, Couldn't they put their CPUs to better work trying to fold instead of crack a useless code? the ppl on my rc5 team would share the opposing viewpoint.

the fact is, macs suck at folding and pcs suck at rc5. that's why i switched my macs to rc5 and kept my pcs on folding.

mc68k
Oct 13, 2003, 03:01 PM
Originally posted by Falleron
Let me know what you find out. ok, i finally got a little time to try this.

the command would look like./OSX-3.25 -local -advmethods > /dev/null &no output to the screen and it is backgrounded. i guess i should incorporate this into my scripts...when i get some time

Falleron
Oct 13, 2003, 03:11 PM
Originally posted by mc68k
ok, i finally got a little time to try this.

the command would look like./OSX-3.25 -local -advmethods > /dev/null &no output to the screen and it is backgrounded. i guess i should incorporate this into my scripts...when i get some time
I think you should include this new line of code. Its a useful addition.