New Linux Community + Why Windows article


Recommended Posts

Hi everyone,

I realize I'm new on these forums but I've spent some time at << spam >> and recently opened my own site with a similar focus as neowin but exclusively for Linux. The site is Tuxme.com, check it out if you like.

I've also written a new article entitle "Windows: Who needs it?". I've submitted it to neowin, so hopefully it will be posted on the main page. For now, here's an excerpt and the link to it:

Here?s the basic question: If you had the choice (and you do!), why would you choose Windows over Linux?

I don?t need it. I have every bit of functionality in Linux as I did in XP. This article includes a list of my typical setup in XP and Linux and the difference between them based on functionality (hint: There isn?t any).

Check it out here.

Thanks. I plan to be a:)und :)

get rid of all your advertisements and pop-up windows, and you'd have a cool site :). (at least the pop-ups, i mean come on.)

I need windows for lots of reasons, and they are all due to software titles and the need for hardware support. So I'm one who needs it. I also need linux for lots of reasons. Can do a lot of things with linux that I can't do with windows, and vise versa.

Why are so many people pushing articles that try to convince me otherwise?

Why are so many people pushing articles that try to convince me otherwise?

584866303[/snapback]

DISCLAIMER: This poster has not visited the above site, nor read the article in question. That said, in Neowin tradition, I am going to spout off at the mouth and give my opinion anyway.]

:p

I think articles of this type are more-or-less out there to promote awareness of the alternatives to what most people assume is the "only" OS you can get on your x86 PC. Believe it or not, there are still people who have not heard of "Linux" :o :shifty:

I don't mind these sorts of articles, as long as they are unbiased (not everyone should switch to Linux and Windows is not the haven for viruses and worms that some people claim it is).

Personally, on the other hand, I have made my choice after dual-booting for nearly 2 years, and now use 100% Linux on my boxes. And I haven't regretted it one bit. (Y)

i just moved my eyes over to ur site

1) pop ups shud go.

2) too many articles on frontpage or they look crowded.

3) good site. pop-ups go i will be frequenting ur site.

and ya... like mark said.. there are many ppl who havnt even heard of linux. so this is good as far as sites like this dont go bais.

:yes: keep up the good work.

"As far as I?m concerned, Linux on the desktop is ready for two types of groups that currently use Windows:

People who are afraid of their computer and don?t dare start anything other than their email client and webbrowser.

People who know enough about their computer to get themselves in trouble, but also know enough to get out or be prepared (backups). In other words, Windows powerusers."

I could not agree more.

But a few questions/issues

1) Why compare PhotoshopCS with Photoshop6? I run PS7 fine under crossover office. (have not tried CS)

2) You say there is no need for a daemon tools alternative, that may be for .iso file swhere you can mount them natively, but you still need tools to handle .bin/.cue and the various other image formats, unless I'm mistaken?

3) I think MPLayer and Xine are better replacement for Real/Quicktime players.

I compared photoshop 6 with photoshop cs because they both do enough for my needs and I actually prefer 6. There's some changes in the menus and functionalities that I couldn't get used to in CS. Photoshop CS doesn't work under crossover office I believe and I didn't have version 7 available to me.

I didn't compare these apps to every little bit of functionality they have, just as far as I use them. In my personal use, I see no difference in ease of use between k3b and nero. Nothing noteable anyways.

Most people never use all of the functionality provided by a software package. That's why linux apps usually have less features... just the ones you'll actually use.

That's why linux apps usually have less features... just the ones you'll actually use.

584869188[/snapback]

I find the opposite is true for most of my apps. Linux apps have a multitude of features & options. xcdroast comes to mind, and it is feature-packed. vsftpd is another example. It is an ftp server with so many configuration options, you can get exactly what you want out of it.

Go to downloads.com and see what features you get for Windows apps from there (even the 'demo-ware' you have to pay for to get the features)

There are also examples that go the other way. OpenOffice.org adds a nice built-in PDF writer, but lacks some other advanced Microsoft-specific features. GIMP is very powerful, but lags (very) slightly behind the highest-end Photoshop offering (from what I am told).

I just think it is unfair to say that Linux apps have less features when I have found myself so amazed at what Linux offers.

I think most server applications have more features on *nix, but you can't say the same thing regarding the client applications. Of course, this is a gross generalization.

The stuff that I miss the most on *nix are good design applications. I'm always trying out whatever *nix design apps I can find, but unfortunately, they don't compare favourably to those available on the windows or mac platforms.

OK, you're right :)

Many have more features, but some do have less, it just depends. The point is that there's really nothing that I am lacking in linux.

A comment to Markjensen's link (linux users are spoiled) and someone's comment that there are too many distributions and it's confusing...

Isn't it sad that we've become so brainwashed by Microsoft with the ONE operating system, ONE windows, NO choice, that now when we have the choice, we get confused?!

Sad :no:

That's why linux apps usually have less features... just the ones you'll actually use.

584869188[/snapback]

I'm not sure about the graphical side, but on the command line side, there's a reason why 'linux apps' have less features. Infact, you'll find that any unix command line app has less features than the windows equivalent. Why? because it's the unix way. Have a few programs that do one thing (and do it well) and you can combine those together using piping to do great things. Usually better than the full-featured windows equivalent.

EDIT: I just looked at your site and the one big problem I have with it (and most other sites) is that it's not standards compliant. I ran the min page through the w3c's validator and it came up with 145 errors. Not good. One of the things open source people advocate is standards. You use firefox. Why not code a site that will properly be rendered in firefox (in compliance mode, not in quirks mode).

EDIT2: Add Linux From Scratch to your distro's page. It's a very different choice from the other ones you have (yes, it's very different from gentoo).

Edited by MrA

peekj: getting your page standards compliant isn't hard, even if it is an all server side scripted page. Add a DTD at the top of your code, goto the w3c validator page and point your page to it. Have a copy of the HTML output of your page handy when it starts giving your line numbers that contain errors. Since it is scripted, if you have some code that is looping and it is writting some invalid HTML code you fix it in one place and like 50 errors go away.

It really isn't that hard, and it makes a big differenct (P.S. try to get everything working with the strict DTD)

-nic

I don't think I have the time to learn how to create a DTD before I fix any "non-standard errors" on my pages... isn't there a standard line of code that I can add? or can't i just go to the w3c validator without one?

584871075[/snapback]

You don't need to create a DTD. All you need to do is to add a DOCTYPE tag as the first line of a page and have it point to the w3c's provided DTD. Lemme look it, It's a simple copy-paste action.

EDIT: Found it. Here's the one for strict (should go for this one):

&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"&gt;

Here's the one for transitional:

&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"&gt;

If you use frames, use this one for the frames page:

&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"&gt;

EDIT2: This is assuming you want to go for HTML 4.01 compliance. If you want XHTML, that's a different tag.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • eh I'll wait for the June 2026 MVS ISO downloads which should be coming out next Tuesday June 16 and possibly contain build 8655 instead of 8653
    • read this recent topic in another forum: https://www.askwoody.com/forums/topic/still-on-win-10-and-happy-to-be-there/ some people are happy sticking with Win10
    • Cooler Master MasterFrame 600 PC case is now 33% off on Amazon by Ivan Jenic The Cooler Master MasterFrame 600 is currently $109.99 on Amazon, down from its original $164.99 list price. That's 33% off and $55 saved on this premium aluminum mid-tower case with a modular design. If you're upgrading your PC case and want something that doesn't force you into a rigid layout, the MasterFrame 600 is worth a look. The case is built around the Cooler Master's FreeForm 2.0 platform, which lets you reconfigure the internal structure according to your hardware. Magnetic side panels allow for straightforward adjustments, and the case supports everything from Mini-ITX to E-ATX motherboards without compromise. There's also generous cooling headroom. Four pre-installed PWM fans handle airflow out of the box. GPU clearance goes up to 410mm, and the case supports radiators up to 420mm with room for three simultaneously. Truth be told, this might not be the prettiest case on the market, but it’s highly functional. The aluminum construction keeps the whole thing lightweight despite its size, and the finish looks noticeably better than the plastic mid-towers competing at this price point. If you want a serious, flexible case that prioritizes function over flashy aesthetics like RGB lighting, the MasterFrame 600 delivers at a reasonable price. Cooler Master MasterFrame 600 - $109.99 | 33% off on Amazon This Amazon deal is US-specific and not available in other regions unless specified. This is a first-party seller link (at the time of article publishing); ensure that you also purchase from a first-party seller link only. If you don't like it or want to look at more options, check out the previous deals that we have covered, OR you can also visit Amazon US deals page. Get Prime (SNAP), Prime Video, Audible Plus or Kindle / Music Unlimited. Free for 30 days. As an Amazon Associate, we earn from qualifying purchases.
    • DK, I don't use the extended channel, I'm always on the latest release.
  • Recent Achievements

    • Rookie
      restore went up a rank
      Rookie
    • Very Popular
      AndrewSteel earned a badge
      Very Popular
    • Veteran
      Taliseian went up a rank
      Veteran
    • One Month Later
      Clizby earned a badge
      One Month Later
    • One Month Later
      Timaximus earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      509
    2. 2
      +Edouard
      162
    3. 3
      PsYcHoKiLLa
      155
    4. 4
      ATLien_0
      82
    5. 5
      Steven P.
      79
  • Tell a friend

    Love Neowin? Tell a friend!