Thread: Could Windows suck any more than it does?

  1. #91
    Make Fortran great again
    Join Date
    Sep 2009
    Posts
    1,413
    Quote Originally Posted by MutantJohn View Post
    Basically, I don't want using a computer to be that hard. I'm not into sys admin. I'm a programmer. I love programming. I don't want to do sys admin. Linux makes development fun and easy but there were a lot of weekends where I had to sys admin instead and that's not that attractive. I'm going to dual boot.
    Going to agree with you there, I have the same notion and that turned me away from Linux many times. I have switched back and forth probably 6-7 times as my main home OS. Always Windows at work of course. Been a learning experience to be sure now that I'm settled.

  2. #92
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446
    Quote Originally Posted by Epy View Post
    Going to agree with you there, I have the same notion and that turned me away from Linux many times. I have switched back and forth probably 6-7 times as my main home OS. Always Windows at work of course. Been a learning experience to be sure now that I'm settled.
    Actual computer administration issues where causing this back and forth? I can't seem to understand how Linux administration gets in the way of any other task I may wish to do in my computer. It definitely it isn't something that gets in the way of... anything really, much less my productivity.

    Within 5 minutes of installing postgresql I was creating a database, 1 minute after installing a new HP printer I was printing ER diagrams, seconds after installing SlickEdit I was configuring it to code in C and Python... I mean, what?
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

  3. #93
    Make Fortran great again
    Join Date
    Sep 2009
    Posts
    1,413
    Computer administration referring to the operating system keeping you from getting things done in some way, and having to try to fix it.

  4. #94
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446
    Quote Originally Posted by Epy View Post
    Computer administration referring to the operating system keeping you from getting things done in some way, and having to try to fix it.
    Why would you insist going back to Linux then? Not 1 but 6 or 7 times. I'm just not following your reasoning.
    If you have the same notion as MutantJohn that you don't like to sys admin your computer and Linux imposes that on you and keeps you from having things done, why leaving Windows?
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

  5. #95
    Make Fortran great again
    Join Date
    Sep 2009
    Posts
    1,413
    Quote Originally Posted by Mario F. View Post
    Why would you insist going back to Linux then? Not 1 but 6 or 7 times. I'm just not following your reasoning.
    If you have the same notion as MutantJohn that you don't like to sys admin your computer and Linux imposes that on you and keeps you from having things done, why leaving Windows?
    Basically, order of events:
    1 Use Windows, it sucks
    2 Try something else
    3 goto 1

    Every time I installed Linux the first few times I tried it, couldn't get wifi to work reliably, if at all. Eventually got better but I needed some apps on Windows. I don't need those apps anymore, and Linux is better than it was.

  6. #96
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446
    That's where I was trying to get to. Sorry if I was forcing the discussion to get us there.
    It's been my perception too that Windows does not differ from any of the administrative difficulties found in Linux. It just faces different problems. But once it does, solutions are likewise annoying, makes us loose time and oftentimes we can't even understand what the hell was wrong with the computer to start with, something that never happens on Linux. Windows 10 in particular has been rich in all sorts of problems, system crashes, non working hardware or software, the tremendous difficulty in guaranteeing the OS not to phone home, and the drama that forced updates and with no release notes. It's not idly that users have been forced to reinstall Windows 10 more than once or just decided to downgrade to 7.

    The thing is that, the complexity of modern operating systems forces system administration on us whether we want it or not. Windows does not represent some ideal environment where frustration doesn't happen. The thought is laughable because it is the exact opposite. I'm particularly found of doing administrative tasks on my computer, I'm always tweaking and experimenting and learning about it. But I can understand those who may not like it. But to think that Linux somehow takes away precious time from us, when other systems won't... sorry. Just no.
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

  7. #97
    Guest
    Guest
    What I have done to offset the challenges in maintaining my Linux desktop is to write small notes documenting every difficulty I encounter. It's not a bulletproof solution since modern distros change at a noticeable pace, but it helps me reinstate things to the way I like it on a fresh installation. Once that's settled, it's mostly smooth sailing. Since the notes are written by/for me, I grasp them quickly compared to reading documentation, others' blog posts etc.
    Last edited by Guest; 11-06-2016 at 03:25 AM.

  8. #98
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    Quote Originally Posted by Guest
    What I have done to offset the challenges in maintaining my Linux desktop is to write small notes documenting every difficulty I encounter. It's not a bulletproof solution since modern distros change at a noticeable pace, but it helps me reinstate things to the way I like it on a fresh installation. Once that's settled, it's mostly smooth sailing. Since the notes are written by/for me, I grasp them quickly compared to reading documentation, others' blog posts etc.
    I do the same thing, though it is more for technical tasks related to server management and code environment setup.
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

  9. #99
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446
    Quote Originally Posted by Guest View Post
    Since the notes are written by/for me, I grasp them quickly compared to reading documentation, others' blog posts etc.
    Quote Originally Posted by laserlight View Post
    I do the same thing, though it is more for technical tasks related to server management and code environment setup.
    Speaking of which, I cannot advise enough Pelican (or any other simple-to-use) static website generator as a note taking/reading solution. It's perfect for note taking due to the simple and standard markup syntax these tools require for webpage generation. And with just a little bit of work one can turn any web blog template into a powerful note reading user interface.

    It beats by any metric any current note taking application on the Linux ecosystem... and trust me I tried them all, until one day I was joking on IRC about even blogs being better for note taking than any application on Linux and someone answered that's exactly what they used on their company intranet.
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. I am new to C and I suck. Help me?
    By neveslave in forum C Programming
    Replies: 5
    Last Post: 04-20-2010, 06:31 PM
  2. Help please I still suck
    By face_master in forum C++ Programming
    Replies: 3
    Last Post: 11-02-2002, 08:56 AM
  3. you suck!
    By ygfperson in forum A Brief History of Cprogramming.com
    Replies: 8
    Last Post: 04-15-2002, 09:46 AM

Tags for this Thread