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

 



Forgot your password?
typodupeerror
×

Comment Re:What about Wi-Fi microSD cards? (Score 1) 76

Yeah, I was wondering if you could use the onboard wifi as a client, as opposed to their intended use as a low-performance access point.

Of course, if small size / obscenely low power consumption isn't the ultimate goal, a Raspberry Pi has way more bells and whistles at about the same price...

Comment Re:QA (Score 1) 105

This is certainly true for some software (GUI/UX-heavy sort of applications, in my experience). Linux kernel, Apache (and the whole LAPP/LAMP stack), FireFox/Chromium, etc. are all OSS (to some extent). Yes, I think Open/LibreOffice is FAR from competitive with Word -- so I guess I'm agreeing with you, it varies a lot; but I take issue with "the quality of OSS is too bad."

I'm certainly not advocating abandoning proprietary software in one fell swoop. But there are cases where it can make loads of sense -- server OS, desktop browsers, etc.

Comment Re:So what's the alternative? (Score 1) 422

I know it's huge overkill, but I've had times where it was honestly easier to drop the data into PostgreSQL (MySQL, if you prefer) than edit it in Excel / Gnumeric / Open/LibreOffice's spreadsheet tool.

There was one case where my friend needed to analyze a modest amount of data -- 70k rows, 30 columns or so -- and Excel would absolutely choke on her new laptop running Excel. Dropped it into Postgres on my anemic netbook and queries were lightning fast. No need to specify column types, either -- just load everything as text and do query-time typecasting.

Clearly, choose the right tool for the job; but if you like separating the data from the logic / are comfortable with SQL / etc., I find it much more efficient to write a few lines of SQL to get the data I want (export the queries to a CSV, load 'em up with gnuplot [or Octave as a gnuplot frontend], and you have pretty vector-graphics). To each his/her own, though.

Comment Re:Very true... (Score 1) 143

Soft spot in my heart for Slack, too -- although I started off with an old RedHat CD I picked up at a garage sale (2.0 kernel series, I think), Slack was the first distro I really started using. Great stuff, though I've now moved on to Debian.

As to the "start off easy" sentiment, I would highly recommend Project Euler: http://projecteuler.net/proble... fun little programming exercises, and can really be done in any language.

Comment Re:even... execute your code backwards. (Score 2) 61

It might be interesting if they introduced some user-selectable amounts of simulated decoherance, though -- perhaps to allow for simulation of quantum error correction, etc. Looking at this locally, it could be non-unitary (though I'm not sure the extent of the environment that one would model for such a computer simulator). Fun stuff, in any event.

Comment Re:Don't see a problem (Score 1) 139

McAfee did nothing different than what millions of people do every day via TPB.

I would argue there's a bit of a difference. If true, McAfee is using this illegal data for *profit*, as opposed to just using it for entertainment/personal use. I think a more analogous scenario would be grabbing a movie via TPB and then charging your friends to watch it with you.

Slashdot Top Deals

Math is like love -- a simple idea but it can get complicated. -- R. Drabek

Working...