Go Back   Typology Central > The Channels > Science, Technology, and Future Tech

View Poll Results: Who are you and what do you use?
I'm a programmer (inc amateur) and I use Linux/ BSD 2 7.69%
I'm a programmer (inc amateur) and I use Windows 3 11.54%
I'm just a plain ole user and I use Linux/ BSD 2 7.69%
I'm just a plain ole user and I use Windows 10 38.46%
I'm brave and I use Vista!! (joking...) 5 19.23%
I'm looking forward to Windows 7 0 0%
I refuse to answer as I'm too lazy to read this but wanted to click an option anyhow. 1 3.85%
All of the above. 1 3.85%
Other (please explain.. it'll only bother me otherwise) 2 7.69%
Voters: 26. You may not vote on this poll

Reply
 
LinkBack Thread Tools Display Modes
Old 08-18-2008, 08:56 PM   #11 (permalink)
Senior Member
 
spirilis's Avatar
 
Join Date: Jul 2007
Type: InTP
Location: Hanover, PA
Posts: 1,585
spirilis is unique just like everyone else
Default

Quote:
Originally Posted by Xander View Post
Is there a secret? Is there a shortcut or is the twelve year route a necessity?

It's 12 years of practice (and seeing Linux through all kinds of driver/obscure hardware/library issues/app developers at work doing crazy shit/watching Linux crash & burn under heavy load) , yeah.

A couple hints though:
1. Working knowledge of the C programming language (Standard C, not C++ or C# or Java or anything higher-level like that; Standard C where you have to deal with pointers and no object-orientation). This gives you access to the "language" that all the intimate details of Linux's core speaks. Oh, it also helps to have knowledge of the BSD Sockets interface, which all network-aware apps use to initiate/manage any communication involving networks.
2. Good knowledge of shell scripting
3. Master of the shell prompt, in general.

I don't think it's possible for a good Linux technician to troubleshoot a system without busting out a shell prompt.
__________________
confucius say, eat my shorts!
spirilis is online now   Reply With Quote
Old 08-18-2008, 09:26 PM   #12 (permalink)
Curious Critter
 
Little Linguist's Avatar
 
Join Date: Jun 2008
Type: ENFP
Location: Westphalia, Germany
Posts: 1,910
Little Linguist is unique just like everyone else
Default

I have a mac. I guess that means I'm a total loser as that was not even on the list.
__________________
My blog

"Life is a struggle for balance."
Little Linguist is offline   Reply With Quote
Old 08-18-2008, 09:54 PM   #13 (permalink)
Senior Member
 
Join Date: Jul 2007
Type:
Posts: 969
sassafrassquatch is unique just like everyone else
Default

Windows XP power user. I know how to write basic HTML, Vista is an abortion, Windows 7 will be as crappy as Vista and Linux is an attempt to reinvent the wheel by autistic marxists (real men use Unix),
sassafrassquatch is offline   Reply With Quote
Old 08-18-2008, 09:59 PM   #14 (permalink)
Senior Member
 
spirilis's Avatar
 
Join Date: Jul 2007
Type: InTP
Location: Hanover, PA
Posts: 1,585
spirilis is unique just like everyone else
Default

Quote:
Originally Posted by sassafrassquatch View Post
Linux is an attempt to reinvent the wheel by autistic marxists (real men use Unix),
that's the best thing I've read all day.
__________________
confucius say, eat my shorts!
spirilis is online now   Reply With Quote
Old 08-18-2008, 10:54 PM   #15 (permalink)
True Neutral
 
Athenian200's Avatar
 
Join Date: Jul 2007
Type:
Location: a place of settlement, activity, or residence
Posts: 3,707
Athenian200 is unique just like everyone else
Default

I use Linux on some of my computers, and Windows on others.

I like configuring Linux and figuring out all the different things you have to do to make it work, for some reason. I'm not a programmer, but I do know how to edit configuration files, have a knowledge of how Linux is organized, how to apply patches, and even fix syntax errors or change pathnames in .h and .cpp files. I'm not sure, but I think I'm about as good with computers on the software side as you can get without actually programming them or specializing in any one thing. I can even use things like "grep," to some extent.

I'm not quite a real geek, but I'm almost there.
__________________
"The Athenians, however, represent the unity of these opposites; in them, mind or spirit has emerged from the Theban subjectivity without losing itself in the Spartan objectivity of ethical life. With the Athenians, the rights of the State and of the individual found as perfect a union as was possible at all at the level of the Greek spirit." --Hegel's philosophy of Mind
Athenian200 is offline   Reply With Quote
Old 08-18-2008, 10:56 PM   #16 (permalink)
Pretty Vacant
 
Xander's Avatar
 
Join Date: Apr 2007
Type: INTP
Location: Coventry, England
Posts: 3,067
Xander is unique just like everyone else
Default

Quote:
Originally Posted by Little Linguist View Post
I have a mac. I guess that means I'm a total loser as that was not even on the list.
You are evil it's true but you can post yourself under the Linux lot for this purpose. It's all the same really

(waits for distant explosion.....)
Quote:
Originally Posted by sassafrassquatch View Post
Windows XP power user. I know how to write basic HTML, Vista is an abortion, Windows 7 will be as crappy as Vista and Linux is an attempt to reinvent the wheel by autistic marxists (real men use Unix),
Vista is actually a good idea or two... it's just propogated with lots of terrible ideas and really bad final install management!

If you took the core mechanics of Vista without any of the "hey we can do this" I think it'd make a first step to a really good OS. The problem is the whole closed source. M$ finds you "customising" too much, you know like making it work well and stuff, and they'll sue. Can't have people prooving it can be done or worse still having a look at the direct X stuff so linux can have that too!!!

I do agree though, Linux has that Russian kind of cold war atmosphere to it... ie the technology is good but the interface sucks!
__________________
INTP 9. A new breed of hero.

Every man is like every other man, like some other men, like no other men.
Mary McCaulley
A diplomat... is a person who can tell you to go to hell in such a way that you actually look forward to the trip.

- Caskie Stinnett

All is denial, projection and avoidance.
Xander is offline   Reply With Quote
Old 08-18-2008, 10:57 PM   #17 (permalink)
Pretty Vacant
 
Xander's Avatar
 
Join Date: Apr 2007
Type: INTP
Location: Coventry, England
Posts: 3,067
Xander is unique just like everyone else
Default

Quote:
Originally Posted by spirilis View Post
It's 12 years of practice (and seeing Linux through all kinds of driver/obscure hardware/library issues/app developers at work doing crazy shit/watching Linux crash & burn under heavy load) , yeah.

A couple hints though:
1. Working knowledge of the C programming language (Standard C, not C++ or C# or Java or anything higher-level like that; Standard C where you have to deal with pointers and no object-orientation). This gives you access to the "language" that all the intimate details of Linux's core speaks. Oh, it also helps to have knowledge of the BSD Sockets interface, which all network-aware apps use to initiate/manage any communication involving networks.
2. Good knowledge of shell scripting
3. Master of the shell prompt, in general.

I don't think it's possible for a good Linux technician to troubleshoot a system without busting out a shell prompt.
That's the problem then. I'm on lowly Visual Basic and such. I expect words that mean something... totally weird like that

The scripting thing is what throws me everytime. Is it just me or are they just avoiding the word programming incase it scares people off?
__________________
INTP 9. A new breed of hero.

Every man is like every other man, like some other men, like no other men.
Mary McCaulley
A diplomat... is a person who can tell you to go to hell in such a way that you actually look forward to the trip.

- Caskie Stinnett

All is denial, projection and avoidance.
Xander is offline   Reply With Quote
Old 08-18-2008, 10:58 PM   #18 (permalink)
Pretty Vacant
 
Xander's Avatar
 
Join Date: Apr 2007
Type: INTP
Location: Coventry, England
Posts: 3,067
Xander is unique just like everyone else
Default

Quote:
Originally Posted by Athenian200 View Post
I use Linux on some of my computers, and Windows on others.

I like configuring Linux and figuring out all the different things you have to do to make it work, for some reason. I'm not a programmer, but I do know how to edit configuration files, have a knowledge of how Linux is organized, how to apply patches, and even fix syntax errors or change pathnames in .h and .cpp files. I'm not sure, but I think I'm about as good with computers on the software side as you can get without actually programming them or specializing in any one thing.
And the beard?

How's that coming along?
__________________
INTP 9. A new breed of hero.

Every man is like every other man, like some other men, like no other men.
Mary McCaulley
A diplomat... is a person who can tell you to go to hell in such a way that you actually look forward to the trip.

- Caskie Stinnett

All is denial, projection and avoidance.
Xander is offline   Reply With Quote
Old 08-18-2008, 11:15 PM   #19 (permalink)
True Neutral
 
Athenian200's Avatar
 
Join Date: Jul 2007
Type:
Location: a place of settlement, activity, or residence
Posts: 3,707
Athenian200 is unique just like everyone else
Default

Quote:
Originally Posted by Xander View Post
And the beard?

How's that coming along?
If it's any consolation, I'm not as into Linux now that I know how most of it works and have done most of the things I wanted to know I could do in it... and now mostly use Windows again, simply for the applications available. I just happen to use it still.
__________________
"The Athenians, however, represent the unity of these opposites; in them, mind or spirit has emerged from the Theban subjectivity without losing itself in the Spartan objectivity of ethical life. With the Athenians, the rights of the State and of the individual found as perfect a union as was possible at all at the level of the Greek spirit." --Hegel's philosophy of Mind
Athenian200 is offline   Reply With Quote
Old 08-18-2008, 11:21 PM   #20 (permalink)
Senior Member
 
Join Date: Jul 2007
Type:
Posts: 969
sassafrassquatch is unique just like everyone else
Default

Quote:
Originally Posted by Xander View Post
Vista is actually a good idea or two... it's just propogated with lots of terrible ideas and really bad final install management!

If you took the core mechanics of Vista without any of the "hey we can do this" I think it'd make a first step to a really good OS. The problem is the whole closed source. M$ finds you "customising" too much, you know like making it work well and stuff, and they'll sue. Can't have people prooving it can be done or worse still having a look at the direct X stuff so linux can have that too!!!
Vista seems to be perfectly fine under the hood I just hate what MS has done to the interface. I don't like having it rendered by the GPU, Windows Classic in Vista looks like ass, the menu bar belongs above the tool bar and the tool bar is now static and unchangeable. The Control Panel is completely disorganized and requires more clicks to do things than in XP. Aero looks like foggy plastic rather than glass and Segoe UI is illegible to my eyes, Tahoma or MS Sans Serif is ideal. The new icons are very pretty though.

Quote:
I do agree though, Linux has that Russian kind of cold war atmosphere to it... ie the technology is good but the interface sucks!
I kind of like the way KDE, Gnome, X11 and the other window managers look, my beef is more with the silly Open Source ideology and it's irrational hatred of commercial software. The best open source application available is Firefox and its code base is derived from Netscape which was commercially developed. I pirate Windows, MS Office and Photoshop so I could give a shit if my programs are "free as in speech."
sassafrassquatch is offline   Reply With Quote
Reply


Thread Tools
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 On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
"The Real Personality Types Made Relevant" - Xeromag Mikesen MBTI (tm), Enneagram, and other personality matrices 15 10-21-2008 03:05 AM
"Flavor of Love", "I Love New York" And Meyer Briggs? Mondo Popular Culture and Type 17 07-25-2008 03:44 AM
"Real ID" - Federal "Big Brother" Eldanen Politics, History, and Current Events 4 08-21-2007 11:21 PM


All times are GMT. The time now is 07:04 PM.


Donate via Paypal
Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
Myers-Briggs Type Indicator™ and MBTI™ are trademarks of Consulting Psychologist Press. All rights reserved.