It's about time for

Open discussion about any topic, as long as you abide by the rules of course!
Doombrain
Posts: 23227
Joined: Sat Aug 12, 2000 7:00 am

Re: It's about time for

Post by Doombrain »

Another helpful topic, started by me.
Peenyuh
Posts: 3783
Joined: Thu Jan 03, 2008 3:46 am

Re: It's about time for

Post by Peenyuh »

werldhed wrote:vileliquid = lesbian? :ducky:
Yeah... if vile was a girl! DUH!
[color=#00FF00][b]"How do you keep the natives off the booze long enough to pass the test?" Asked of a Scottish driving instructor in 1995.[/b][/color]
LawL
Posts: 18358
Joined: Wed Mar 01, 2006 5:49 am

Re: It's about time for

Post by LawL »

MKJ wrote:
werldhed wrote:
vileliquid = lesbian? :ducky:
dudes have vin diesel looking cool in some pose as their desktop. or a tony montana poster on the wall. automatically gay?
:dork:
Only if noone says (no homo).
Thick, solid and tight in all the right places.
Deathshroud
Posts: 2103
Joined: Tue Feb 22, 2005 6:22 pm

Re: It's about time for

Post by Deathshroud »

Therac-25 wrote:
Deathshroud wrote:Image
Any reason you use µTorrent under Linux?

Wondering if I'm missing anything. I've just been using Transmission, as it seems to do a fine job of saturating my link.
For whatever reason, Transmission on both my macbook and desktop, doesn't upload while its downloading. Plus, uTorrent is the complete package when it comes to torrent clients, and its runs out of the box under Wine. uTorrent supports DHT and peer exchange which I don't think transmission does.

Btw, I got that background from the link you posted, that site has good stuff, thanks!
Therac-25
Posts: 613
Joined: Sat Dec 04, 1999 8:00 am

Re: It's about time for

Post by Therac-25 »

Deathshroud wrote: For whatever reason, Transmission on both my macbook and desktop, doesn't upload while its downloading. Plus, uTorrent is the complete package when it comes to torrent clients, and its runs out of the box under Wine. uTorrent supports DHT and peer exchange which I don't think transmission does.

Btw, I got that background from the link you posted, that site has good stuff, thanks!
Ahh, cool. Apparently Deluge supports those things (ref), but not Transmission. Guess that's reason enough to switch to Deluge for me.
vileliquid1026
Posts: 1178
Joined: Thu May 03, 2007 4:48 pm

Re: It's about time for

Post by vileliquid1026 »

Peenyuh wrote:
werldhed wrote:vileliquid = lesbian? :ducky:
Yeah... if vile was a girl! DUH!
Ouch... not you too
[i]Be sure your sin will find you out...[/i]
xer0s
Posts: 12446
Joined: Sat Feb 10, 2001 8:00 am

Re: It's about time for

Post by xer0s »

I thought there were several girls that posted here...
LawL
Posts: 18358
Joined: Wed Mar 01, 2006 5:49 am

Re: It's about time for

Post by LawL »

Doombrain wrote:Another helpful topic, started by me.
Single greatest accomplishment of your entire life.
Thick, solid and tight in all the right places.
User avatar
MKJ
Posts: 32582
Joined: Fri Nov 24, 2000 8:00 am

Re: It's about time for

Post by MKJ »

Memphis wrote:
frankly, yes
werent you the one in love with christian bale in batman?
homo
Deathshroud
Posts: 2103
Joined: Tue Feb 22, 2005 6:22 pm

Re: It's about time for

Post by Deathshroud »

Therac-25 wrote:
Deathshroud wrote: For whatever reason, Transmission on both my macbook and desktop, doesn't upload while its downloading. Plus, uTorrent is the complete package when it comes to torrent clients, and its runs out of the box under Wine. uTorrent supports DHT and peer exchange which I don't think transmission does.

Btw, I got that background from the link you posted, that site has good stuff, thanks!
Ahh, cool. Apparently Deluge supports those things (ref), but not Transmission. Guess that's reason enough to switch to Deluge for me.
I would use Deluge but sadly it is written in Python, which is a scripting language. I'm not too fond of running something like that in the background, I'd rather use something which is fully compiled like C or C++.
bitWISE
Posts: 10704
Joined: Wed Dec 08, 1999 8:00 am

Re: It's about time for

Post by bitWISE »

I run Transmission on my mac, never had any issues. It has a built in, auto-updating, peer blocking option and otherwise its nice and simple. Works for me.
Deathshroud
Posts: 2103
Joined: Tue Feb 22, 2005 6:22 pm

Re: It's about time for

Post by Deathshroud »

bitWISE wrote:I run Transmission on my mac, never had any issues. It has a built in, auto-updating, peer blocking option and otherwise its nice and simple. Works for me.
Yea, I liked Transmission but it just didn't work out for me. uTorrent has a Mac beta out if you're interested...

http://mac.utorrent.com/
bitWISE
Posts: 10704
Joined: Wed Dec 08, 1999 8:00 am

Re: It's about time for

Post by bitWISE »

Nice. I'll check it out.
User avatar
Transient
Posts: 11357
Joined: Fri Feb 09, 2001 8:00 am

Re: It's about time for

Post by Transient »

bitWISE wrote:I run Transmission on my mac, never had any issues. It has a built in, auto-updating, peer blocking option and otherwise its nice and simple. Works for me.
Deluge can do that, too. Regardless, now I'm interested in checking out Transmission...
[quote="YourGrandpa"]I'm satisfied with voicing my opinion and moving on.[/quote]
Therac-25
Posts: 613
Joined: Sat Dec 04, 1999 8:00 am

Re: It's about time for

Post by Therac-25 »

Deathshroud wrote: I would use Deluge but sadly it is written in Python, which is a scripting language. I'm not too fond of running something like that in the background, I'd rather use something which is fully compiled like C or C++.
Huh? Seriously? Aside from python being compiled to bytecode anyway, this isn't 1994. Half the stuff on a Linux system is written in Perl or Python to begin with. Performance-wise, it's been years since compiled code had any significant real-world advantage to bytecode running in a VM -- and other than bash, all of the major scripting languages are exactly that.

Coding practices and API choices have a far larger impact on performance than whether or not it's native code. OpenOffice is native code, and Eclipse is Java, but a clean install of Eclipse is much more usable than a clean install of OpenOffice (at least here, YMMV).
Deathshroud
Posts: 2103
Joined: Tue Feb 22, 2005 6:22 pm

Re: It's about time for

Post by Deathshroud »

Depending on the application, running byte vs machine code can make a huge difference. But you are right, for the most part machines are more than capable of handling bytecode and maintaining response times. Coding practices do matter more than the language, but the fact that compiled languages run something like 40x faster is enough for me. Also, I wouldn't go so far to say that half the stuff on a Linux system is written in scripting languages, but there is a significant amount.

I suppose the real issue here is my experience with many Java programs has left me weary of scripting languages, and if there is an equal or better client written in a compiled language I won't even consider the others.
Fjoggs
Posts: 2555
Joined: Fri May 03, 2002 7:00 am

Re: It's about time for

Post by Fjoggs »

Desktopthread turning into nerdfest
Chupacabra
Posts: 3783
Joined: Wed Apr 11, 2001 7:00 am

Re: It's about time for

Post by Chupacabra »

cause only the cool people do desktop threads.
User avatar
Mat Linnett
Posts: 2483
Joined: Wed Apr 12, 2000 7:00 am
Location: The Grizzly Grotto

Re: It's about time for

Post by Mat Linnett »

My MacBook at work:

[lvlshot]http://mungrul.shackspace.com/pics/desktop.png[/lvlshot]
bitWISE
Posts: 10704
Joined: Wed Dec 08, 1999 8:00 am

Re: It's about time for

Post by bitWISE »

Deathshroud wrote:
bitWISE wrote:I run Transmission on my mac, never had any issues. It has a built in, auto-updating, peer blocking option and otherwise its nice and simple. Works for me.
Yea, I liked Transmission but it just didn't work out for me. uTorrent has a Mac beta out if you're interested...

http://mac.utorrent.com/
Meh. I'm going back to Transmission for two reasons:
1) It shows me my up/down speed on the dock icon
2) It uses several methods to let me know torrents are complete (namely, a count of the number of completed downloads on the dock icon)
l0g1c
Posts: 1838
Joined: Tue May 07, 2002 7:00 am

Re: It's about time for

Post by l0g1c »

[lvlshot]http://members.cox.net/rei-ginsei/desktop.jpg[/lvlshot]
Therac-25
Posts: 613
Joined: Sat Dec 04, 1999 8:00 am

Re: It's about time for

Post by Therac-25 »

Work desktop. Some stuff open:

[lvlshot]http://dl.getdropbox.com/u/466845/work-new-closed.jpg[/lvlshot]

The background:

[lvlshot]http://dl.getdropbox.com/u/466845/work-new-open.jpg[/lvlshot]
bitWISE
Posts: 10704
Joined: Wed Dec 08, 1999 8:00 am

Re: It's about time for

Post by bitWISE »

Very sexy
Deathshroud
Posts: 2103
Joined: Tue Feb 22, 2005 6:22 pm

Re: It's about time for

Post by Deathshroud »

Therac, does your office all run the same Linux Distrobution?
Therac-25
Posts: 613
Joined: Sat Dec 04, 1999 8:00 am

Re: It's about time for

Post by Therac-25 »

Deathshroud wrote:Therac, does your office all run the same Linux Distribution?
Heh, hardly. Us developers are left to our own devices for development, so we get to do whatever we want on our desktop boxes (as long as we don't break the network or ask for help). Gentoo, Ubuntu, Debian, DSL, Fedora, LFS and RHEL are all in use on various people's boxes currently. As for deployment, we have various rpm-based distros that are deployed to as well.
Post Reply