Ubuntu or Debian for programmers? (+ rant)

This is a discussion on Ubuntu or Debian for programmers? (+ rant) within the Linux General forums, part of the Linux Forums category; I need a stable Linux distribution that won't take too much of my time to maintain and keep secure, ...


Go Back   Usenet Forums > Linux Forums > Linux General

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-30-2008
jhc0033@gmail.com
 
Posts: n/a
Default Ubuntu or Debian for programmers? (+ rant)

I need a stable Linux distribution that won't take too much of my time
to maintain and keep secure, but I also tend to want the latest
development tools and libraries, like GCC, Python, Boost, Java,
Eclipse, etc.

In the past, my approach was to use Debian stable, and compile
everything I need to be of the latest version from the non-Debian
sources and install in /usr/local. This seems simpler and less likely
to screw up my system than trying to work with Debian sources from a
different version. Compiling too much stuff from sources is a bit of a
drag though.

Is Ubuntu a better alternative for me? I haven't used it much, and I
don't like their choice of Desktop or colors, but I can relate to
their goal of making things simpler.

I think the tinkerers and advocates (who mostly aren't even
programmers) don't get that computers are here to help /us/, and the
holy grail of computer science is managing the complexity, not
pointless collection of artificial arcana some <expletive> similar to
themselves created.
Reply With Quote
  #2 (permalink)  
Old 04-30-2008
Phlip
 
Posts: n/a
Default Re: Ubuntu or Debian for programmers? (+ rant)

jhc0033@gmail.com wrote:

> I need a stable Linux distribution that won't take too much of my time
> to maintain and keep secure, but I also tend to want the latest
> development tools and libraries, like GCC, Python, Boost, Java,
> Eclipse, etc.
>
> In the past, my approach was to use Debian stable, and compile
> everything I need to be of the latest version from the non-Debian


I don't know about Debian, but its descendant Ubuntu has a very nice build farm
that lets you install any of those toys from a command line.

> I think the tinkerers and advocates (who mostly aren't even
> programmers) don't get that computers are here to help /us/, and the
> holy grail of computer science is managing the complexity, not
> pointless collection of artificial arcana some <expletive> similar to
> themselves created.


sudo aptitude install stfu!
Reply With Quote
  #3 (permalink)  
Old 04-30-2008
Ignoramus10026
 
Posts: n/a
Default Re: Ubuntu or Debian for programmers? (+ rant)

On 2008-04-30, Phlip <phlip2005@gmail.com> wrote:
> jhc0033@gmail.com wrote:
>
>> I need a stable Linux distribution that won't take too much of my time
>> to maintain and keep secure, but I also tend to want the latest
>> development tools and libraries, like GCC, Python, Boost, Java,
>> Eclipse, etc.
>>
>> In the past, my approach was to use Debian stable, and compile
>> everything I need to be of the latest version from the non-Debian

>
> I don't know about Debian, but its descendant Ubuntu has a very nice
> build farm that lets you install any of those toys from a command
> line.


Ubuntu provides a lot of programming stuff. I am a computer programmer
myself and Ubuntu is not missing anything.

>> I think the tinkerers and advocates (who mostly aren't even
>> programmers) don't get that computers are here to help /us/, and the
>> holy grail of computer science is managing the complexity, not
>> pointless collection of artificial arcana some <expletive> similar to
>> themselves created.

>
> sudo aptitude install stfu!


--
Due to extreme spam originating from Google Groups, and their inattention
to spammers, I and many others block all articles originating
from Google Groups. If you want your postings to be seen by
more readers you will need to find a different means of
posting on Usenet.
http://improve-usenet.org/
Reply With Quote
  #4 (permalink)  
Old 04-30-2008
Matthias Buelow
 
Posts: n/a
Default Re: Ubuntu or Debian for programmers? (+ rant)

jhc0033@gmail.com wrote:

> I need a stable Linux distribution that won't take too much of my time
> to maintain and keep secure, but I also tend to want the latest
> development tools and libraries, like GCC, Python, Boost, Java,
> Eclipse, etc.


One thing to note might be that for example Debian stable users would
perhaps also want to build your programs -- without having to install
the newest versions of libraries, tools, etc. manually.
Just a sidenote; imho developers should be a bit on the conservative
side with their choice of requirements.
Reply With Quote
  #5 (permalink)  
Old 05-01-2008
Florian Diesch
 
Posts: n/a
Default Re: Ubuntu or Debian for programmers? (+ rant)

"jhc0033@gmail.com" <jhc0033@gmail.com> wrote:

> I need a stable Linux distribution that won't take too much of my time
> to maintain and keep secure, but I also tend to want the latest
> development tools and libraries, like GCC, Python, Boost, Java,
> Eclipse, etc.
>
> In the past, my approach was to use Debian stable, and compile
> everything I need to be of the latest version from the non-Debian
> sources and install in /usr/local. This seems simpler and less likely
> to screw up my system than trying to work with Debian sources from a
> different version. Compiling too much stuff from sources is a bit of a
> drag though.


It tends to become a full time job if you need to care about security
and things like that.


> Is Ubuntu a better alternative for me? I haven't used it much, and I
> don't like their choice of Desktop or colors,


You don't event need to be a programmer to change that.


> but I can relate to their goal of making things simpler.


I'm using Ubuntu mostly as a more frequently updated version of
Debian.



Florian
--
<http://www.florian-diesch.de/>
-----------------------------------------------------------------------
** Hi! I'm a signature virus! Copy me into your signature, please! **
-----------------------------------------------------------------------
Reply With Quote
  #6 (permalink)  
Old 05-01-2008
jhc0033@gmail.com
 
Posts: n/a
Default Re: Ubuntu or Debian for programmers? (+ rant)

On Apr 30, 2:01 pm, Ignoramus10026 <ignoramus10...@NOSPAM.
10026.invalid> wrote:

> Ubuntu provides a lot of programming stuff. I am a computer programmer
> myself and Ubuntu is not missing anything.


8.04 LTS Ubuntu:

eclipse (3.2.2-5ubuntu2) - latest is 3.3.2
boost (1.34.1-4ubuntu3) - summer version. 1.35 released late March
java (6-06) - strange: the latest Java6 is officially Update5 (?!)

I was just reading some blog that compares Python editors in Ubuntu
http://www.protocolostomy.com/2008/0...ython-editors/
It basically says that most of them barely work or do not work (can't
start, etc.)

I wouldn't be using them anyway, but I expect some reliability and Q/A
from prepackaged distributions. Otherwise, what's the point?
Reply With Quote
  #7 (permalink)  
Old 05-01-2008
jhc0033@gmail.com
 
Posts: n/a
Default Re: Ubuntu or Debian for programmers? (+ rant)

On Apr 30, 4:59 pm, Florian Diesch <die...@spamfence.net> wrote:

> It tends to become a full time job if you need to care about security
> and things like that.


I don't really see how problems in the development tools can easily
become security problems. My GCC doesn't listen to any ports (I hope).

I guess what I would ideally like is something like Debian stable for
everything, but something like Gentoo/FreeBSD for my choice of
software in /usr/local on top of that.

> -----------------------------------------------------------------------
> ** Hi! I'm a signature viru...


A virus has been detected in your signature and disabled.
Reply With Quote
  #8 (permalink)  
Old 05-01-2008
Matthias Buelow
 
Posts: n/a
Default Re: Ubuntu or Debian for programmers? (+ rant)

jhc0033@gmail.com wrote:

> I guess what I would ideally like is something like Debian stable for
> everything, but something like Gentoo/FreeBSD for my choice of
> software in /usr/local on top of that.


NetBSD's pkgsrc has been ported to other systems (including Linux)... I
don't know if having that _and_ apt on a single system would be worth
the effort... In any case, with such a scheme you'd probably end up with
a lot of duplication.
Reply With Quote
  #9 (permalink)  
Old 05-01-2008
Jon Harrop
 
Posts: n/a
Default Re: Ubuntu or Debian for programmers? (+ rant)

jhc0033@gmail.com wrote:
> I need a stable Linux distribution that won't take too much of my time
> to maintain and keep secure, but I also tend to want the latest
> development tools and libraries, like GCC, Python, Boost, Java,
> Eclipse, etc.
>
> In the past, my approach was to use Debian stable, and compile
> everything I need to be of the latest version from the non-Debian
> sources and install in /usr/local. This seems simpler and less likely
> to screw up my system than trying to work with Debian sources from a
> different version. Compiling too much stuff from sources is a bit of a
> drag though.
>
> Is Ubuntu a better alternative for me? I haven't used it much, and I
> don't like their choice of Desktop or colors, but I can relate to
> their goal of making things simpler.


We develop Linux software in Debian, primarily in OCaml, and tried Ubuntu
last year. We didn't like it. Ubuntu broke the nVidia drivers whereas
Debian automated everything. Ubuntu failed to recognise our NICs. Finally,
the Ubuntu packages for everything OCaml related are just old snapshots
from Debian that rarely work.

So I cannot recommend Ubuntu as a developer. Debian is by far the best Linux
distro we've found.

I can't comment on support for esoteric languages like Java. ;-)

--
Dr Jon D Harrop, Flying Frog Consultancy
http://www.ffconsultancy.com/products/?u
Reply With Quote
  #10 (permalink)  
Old 05-01-2008
gremnebulin
 
Posts: n/a
Default Re: Ubuntu or Debian for programmers? (+ rant)

On 30 Apr, 19:14, "jhc0...@gmail.com" <jhc0...@gmail.com> wrote:
> I need a stable Linux distribution that won't take too much of my time
> to maintain and keep secure, but I also tend to want the latest
> development tools and libraries, like GCC, Python, Boost, Java,
> Eclipse, etc.
>
> In the past, my approach was to use Debian stable, and compile
> everything I need to be of the latest version from the non-Debian
> sources and install in /usr/local. This seems simpler and less likely
> to screw up my system than trying to work with Debian sources from a
> different version. Compiling too much stuff from sources is a bit of a
> drag though.
>
> Is Ubuntu a better alternative for me? I haven't used it much, and I
> don't like their choice of Desktop or colors, but I can relate to
> their goal of making things simpler.
>
> I think the tinkerers and advocates (who mostly aren't even
> programmers) don't get that computers are here to help /us/, and the
> holy grail of computer science is managing the complexity, not
> pointless collection of artificial arcana some <expletive> similar to
> themselves created.



Ubuntu is easy to use and has a good range of dev tools (also
Fedora and Suse).
Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 04:58 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0