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

    • It use to be a nightmare, with LibreOffice supporting a newer draft ODF standard by default, and Microsoft Office supporting the older non-draft standard. Now that they both support the same version of ODF, they should be interoperable.
    • Brave Browser 1.91.171 by Razvan Serea Brave Browser is a lightning-fast, secure web browser that stands out from the competition with its focus on privacy, security, and speed. With features like HTTPS Everywhere and built-in tracker blocking, Brave keeps your online activities safe from prying eyes. Brave is one of the safest browsers on the market today. It blocks third-party data storage. It protects from browser fingerprinting. And it does all this by default. Speed - Brave is built on Chromium, the same technology that powers Google Chrome, and is optimized for speed, providing a fast and responsive browsing experience. Brave Browser also features Brave Rewards, a system that rewards users with Basic Attention Tokens (BAT) for viewing opt-in ads. This innovative system provides an alternative revenue model for content creators and a way to support the Brave community. SlimBrave Neo takes all the good things about Brave and makes them even better by keeping everything clean, light, and privacy-focused. It removes the extra clutter, turns off features you might not need, and cuts down on anything that could slow you down or collect unnecessary data. Because it relies on simple settings and policies instead of modifying the browser itself, you still get full Brave compatibility—just in a smoother, lighter, and more privacy-friendly package. Brave Browser 1.91.171 changelog: General Fixed Cardano not being disabled on upgrade to Brave Origin. Upgraded Chromium to 149.0.7827.103. Origin Removed “Survey Panelist” setting from brave://settings/privacy. Fixed P3A and usage ping under brave://settings/privacy being displayed on first launch on Linux. Upgraded Chromium to 149.0.7827.103. Download: Brave Browser 64-bit | 1.2 MB (Freeware) Download: Brave Browser 32-bit View: Brave Homepage | Offline Installers | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Hi. As the title suggests, I can't access the forum on my phone. I'm using Edge on Android and when I try to navigate to the forum I get a "we value your privacy" popup and none of the buttons are clickable. It effectively stonewalls me from reading any forum content.
    • Honestly you're not wrong about AdGuard. Neowin frequently has lifetime license discounts for them and that's how I got my cheap family license a few years ago to run it on all my devices.
  • Recent Achievements

    • Community Regular
      coch went up a rank
      Community Regular
    • One Year In
      slackerzz earned a badge
      One Year In
    • One Year In
      highriskpaym earned a badge
      One Year In
    • One Month Later
      highriskpaym earned a badge
      One Month Later
    • Week One Done
      highriskpaym earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      521
    2. 2
      PsYcHoKiLLa
      197
    3. 3
      +Edouard
      157
    4. 4
      Steven P.
      84
    5. 5
      ATLien_0
      75
  • Tell a friend

    Love Neowin? Tell a friend!