Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Re:Damn, this feels like Firefox. (Score 1) 209

I agree absolutely. While the version numbering doesn't much affect me (really small company... 3 linux boxes) I propose a corollary to Moore's Law which states that applications in general will require twice the number of transistors in order to function as well as they did two years ago. I hate the rapidity at which software bloat has crept in even among applications usually known for stability. I could continue to rant but I'm late to the party so I'll just say that I only use Linux for compatibility. I'd rather use Plan 9, BSD, or ideally Minix, but the thing is that most of the software that runs on them is just ported from linux. Not an insurmountable obstacle, but one which takes away many of the gains.

Comment Re:Aw, man (Score 1) 499

Wrong, you're getting screwed in both scenarios. Sure, you pay less for the one with lower functionality, but that just means that they can afford to sell their products at much lower prices and still turn a profit. Guess I'll just have to build my own processor out of transistors...

Comment Avoid the Firefox Frenzy (Score 1) 247

I am really tired of them putting out major versions at this speed. Since these are obviously minor versions, why can't they just call them minor versions and stop breaking people's add-ons? I considered Firefox my browser of choice for a long time even though I disliked the large memory footprint, for one reason- Add-ons. ADD-ONS. The same ADD-ONS which they are now breaking as fast as they can. I've now switched to a webkit browser with far fewer features but less suck- Midori. You might want to check it out if you can't see the end of this Firefox crap. http://www.twotoasts.de/index.php?/pages/midori_summary.html

Comment Aw, man (Score 1) 499

I was just considering switching from AMD to Intel on my next build. I am really not excited at all about the new APU processors that AMD is coming out with, and sadly the Phenom II is still behind Intel's Sandy Bridge... But I just want Intel to know that I will never accept this kind of crap and that I will now buy AMD with the certainty that I have made the right decision.

Comment Linux kills booting up anyways (Score 1) 557

If feel compelled to point out that the stability and customizabillity of Linux basically takes all the worry of booting up out SSDs or no SSDs. I founds a nice little distro called CRUX that because it comes with almost nothing pre-configured was very easy to make boot fast- once I had everything set up to my liking I was able to boot into Icewm in 10 seconds off a SATA hard drive. Furthermore the computer on for 5 months straight before the idle RAM usage climbed over 100Mb. This wasn't some ancient kernel version either, it was 2.6.36. So if you don't want to worry about boot times you have the options of either trimming your boot time or just never turning your computer off. With Linux it hardly matters. I haven't used windows for a long time but my recollection of XP was that if you left it on for more than a month or so it really slowed down and got buggy. For all I know 7 is better.

Comment Well, what did you expect? (Score 1) 284

We (or most people) seem perfectly content to let other people control the internet. Suddenly the powers that be decide that they want to restrict the internet, and now everyone throws a fit. If we really gave a shit about freedom on the internet we would already have taken things like DNS into our own hands. The tools to do this are publicly available (eg, bitcoin, or just running your own DNS server), but no one cares enough to make this a reality. Maybe internet censorship will finally be enough of a driving force for people to make people realize just how powerless they have been happy to be.

Comment An observation (Score 1) 368

Most of my programming experience is in either C or assembly language, and a good portion on embedded devices. Recently at my job I have been learning perl, which is obviously an entirely different animal. I find it particularly interesting coming from this background to look at the different data types- In assembly, there really are no data types but only the hardware, in C, the data types are basically just abstractions of the hardware (pointers, arrays, etc). But perl has all kinds of things like typeglobs, and hashes and references (which still strike me as the english major's version of a pointer), which are far more abstracted. The hardware is doing the same things as always, but the model of the computer portrayed by the language is much different.

Slashdot Top Deals

He has not acquired a fortune; the fortune has acquired him. -- Bion

Working...