Earlier quoted context omitted.
How does a much faster computer double your productivity? Other than booting up programs, I'm rarely blocked by my computer being slow. The development I do is mainly text editing with a browser to view results. I could see this being different if I had to wait for things to compile, though. But still, double is a pretty large claim.
How much time, focus, and motivation is lost due to slowdowns, though? Some days, they certainly seem to take rather large tolls. The little things matter.
A screaming-fast PC changed my life. It will change yours, too
21–30 of 37 posts
Re: A screaming-fast PC changed my life. It will change yours, too
#22Ya know what helps a lot ? Reinstalling the OS (edit: from scratch. ie, format the drive + install). I make a point to do so at least once per year. OSX has aged significantly more gracefully than Windows, despite having several times as many files (approached 3 million near the end), but a two-year-old install (I slacked) is nothing like a fresh one. Especially noticeable: Spotlight actually finds what I'm looking f…
Re: A screaming-fast PC changed my life. It will change yours, too
#23Earlier quoted context omitted.
Actually, you will have a more accurate effect because most web servers are VMs. Also, the ability to do snapshots/rollbacks/clones should not be underestimated. Upgrading from a dell E630 (T8100 2GB) to an E6410 (i7 8GB) and buying a technet subscription has doubled my productivity as a web developer (not an exaggeration).
How does a much faster computer double your productivity? Other than booting up programs, I'm rarely blocked by my computer being slow. The development I do is mainly text editing with a browser to view results. I could see this being different if I had to wait for things to compile, though. But still, double is a pretty large claim.
The things like ad-hoc log file analysis. The compiler I work with can spit out colossal amounts of logs depending on the settings. A bash pipeline is naturally parallelized, and being able to do grep / sed / sort / uniq etc. rollups over the data in say 4 seconds versus 12 or 20 seconds greatly reduces the chances of breaking flow. A 4 second wait doesn't really tempt you to context switch to another window. 20 or 30 seconds does.
Re: A screaming-fast PC changed my life. It will change yours, too
#24Ya know what helps a lot ? Reinstalling the OS (edit: from scratch. ie, format the drive + install). I make a point to do so at least once per year. OSX has aged significantly more gracefully than Windows, despite having several times as many files (approached 3 million near the end), but a two-year-old install (I slacked) is nothing like a fresh one. Especially noticeable: Spotlight actually finds what I'm looking f…
I know that you went on to talk about OSX and Windows, but you did say OS, so I thought I'll drop by and mention that reinstalling Linux will not give you a performance improvement.
Re: A screaming-fast PC changed my life. It will change yours, too
#25Ya know what helps a lot ? Reinstalling the OS (edit: from scratch. ie, format the drive + install). I make a point to do so at least once per year. OSX has aged significantly more gracefully than Windows, despite having several times as many files (approached 3 million near the end), but a two-year-old install (I slacked) is nothing like a fresh one. Especially noticeable: Spotlight actually finds what I'm looking f…
After running Linux for more than 5 years now, I have never felt my system "age." I.e., it may become slower than newer computers but it never becomes slower than it used to be.
Of course I do kernel updates from time to time, but those keep all my local data and applications in place, so they are not like reinstalling the OS for Windows or OSX.
Re: A screaming-fast PC changed my life. It will change yours, too
#26" But it's probably not the processor that accounts for most of the speed increase I've seen in my machine. The main help, I think, comes from the hard drive. " He's totally right about using an SSD as the boot disk, I can't overstate how much of a difference it makes, more than RAM, CPU or anything else. I've been using one for a while and it made my secondhand 3-4 year old macbook pro go from barely usable for desi…
Can someone explain to me why an SSD should be a big win for web browsing?
Re: A screaming-fast PC changed my life. It will change yours, too
#27I was like that too and then got a fairly high end laptop with a fast 7200 rpm harddrive and 4 gigs of RAM which made the concept of "swaptime" when booting up my programming environment or compiling or doing both programming, music and graphics - a mere memory.
I've never been more creative.
Re: A screaming-fast PC changed my life. It will change yours, too
#28" But it's probably not the processor that accounts for most of the speed increase I've seen in my machine. The main help, I think, comes from the hard drive. " He's totally right about using an SSD as the boot disk, I can't overstate how much of a difference it makes, more than RAM, CPU or anything else. I've been using one for a while and it made my secondhand 3-4 year old macbook pro go from barely usable for desi…
Not to knock the SSD, but I actually don't understand why it should help significantly in the use case that the author was primarily talking about: large numbers of tabs open in your browser. My instinct there would be that more and faster RAM, and then to a lesser extent CPU cycles would be what's important. Unless it turns out that you've got so many tabs open, and you're cycling through them enough that you're goi…
Re: A screaming-fast PC changed my life. It will change yours, too
#29" But it's probably not the processor that accounts for most of the speed increase I've seen in my machine. The main help, I think, comes from the hard drive. " He's totally right about using an SSD as the boot disk, I can't overstate how much of a difference it makes, more than RAM, CPU or anything else. I've been using one for a while and it made my secondhand 3-4 year old macbook pro go from barely usable for desi…
Not to knock the SSD, but I actually don't understand why it should help significantly in the use case that the author was primarily talking about: large numbers of tabs open in your browser. My instinct there would be that more and faster RAM, and then to a lesser extent CPU cycles would be what's important. Unless it turns out that you've got so many tabs open, and you're cycling through them enough that you're goi…
Good SSD: on the order of 20,000 IO ops per second.
Now consider a hard page fault or disk access (browser cache, whatever) and reverse the above numbers:
Conventional drive: ~1 ms / disk access
Good SSD: 50 microseconds / disk access
That adds up quickly.
Re: A screaming-fast PC changed my life. It will change yours, too
#30Earlier quoted context omitted.
Actually, you will have a more accurate effect because most web servers are VMs. Also, the ability to do snapshots/rollbacks/clones should not be underestimated. Upgrading from a dell E630 (T8100 2GB) to an E6410 (i7 8GB) and buying a technet subscription has doubled my productivity as a web developer (not an exaggeration).
How does a much faster computer double your productivity? Other than booting up programs, I'm rarely blocked by my computer being slow. The development I do is mainly text editing with a browser to view results. I could see this being different if I had to wait for things to compile, though. But still, double is a pretty large claim.