Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:No such thing as long term fixed storage. (Score 1) 251

Well, the problem can be solved by adjusting the "as long as you want it to" input into the equation.

Step back, take a look at the temporary naure of life, appreciate your own insignificance, and ask yourself, does it really matter if, when I'm 95 and cannot remember my own name, I still have photos of the cat I had in college.

It's called the Zen backup plan.

Comment Re:If all you have is a hammer... (Score 1) 42

Yep. Wikipedia is successful because it takes input without an account, wich gets you hooked enough to actually create an account and also lets spam die a quicker death because even aloof bystanders can kill it. That and of course version control make reverts easier than spam. Like a few others that have burst on the scene with hopes of being "wikipedia for X", this site won't be very successful (unless its intended entirely as a credential collector.)

Comment Re:Breaking old cards (Score 1) 160

Same story here. It's one thing to retir support for older discrete cards out of the proprietary driver. Users of those cards tend to upgrade pretty frequently anyway. It's another thing entirely to retire support for embedded laptop chipsets, and while doing that, apparently not give the OpenSource maintainers good enough documentation on the power management/clocking in those chipsets to prevent overheats/instability.

I'm due for a new laptop here at work. My top requirement was "not AMD."

Comment Re:Dear Nazis (Score 1) 177

In some countries keeping data, especially customer data, longer then needed can cause legal problems as well.

Just about anywhere where a discovery motion can compell you to spend your own staff's time and effort answering questions about whether or not you have data X and please give data X to the lawyers, you want a data retention policy so that when you get that letter, you can just say "it's our policy to delete stuff older than Y, so X is long gone." Otherwise your techs are fumbling around in desk drawers and tape archives for old backups so you can say "yep, we looked."

Comment Re:Programming languages are not really "language" (Score 5, Interesting) 303

What gets me is this:

If you don't draw analogies (like anthropomorphism), or abstractions, how the hell do you choose your names in a way that lends itself to understandable code? The author should take his own argument one step further and realize that calling a string of bits a "student" is likewise anthropomorphising the data, and calling another memloc a "Classroom" is applying an anology to what is really going on. Then he could reduce is argument ad-absurdium to requiring that all identifiers be randomly chosenstring to avoid installing unintentional meaning into data structures and procedures/functions.

Comment Re:Torvalds is half right (Score 1) 449

FP has been rejected by programmers far too long, but the simple mechanism of immutability removes that most bothersome of bugs

...and kills you rmemory/cache profile. FP is great for a subset of problems, but should not be held up on a pedestal, just appreciaed as one tool in the box.

FP should already be easier to reason about than procedural programming

Considering it makes many everyday things harder to express, the fact that FP lends itself to easy modeling is offloading the mental effort in the wrong place. You're buying academic ease of manipulation at te expense of increasing the drudgery of everyday tasks, which is why FP is favored for research but not generally accepted for application.

Slashdot Top Deals

Only God can make random selections.

Working...