Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment Re:Split this baby down the middle... (Score 1) 260

You create what amounts to a function, accessed either by including a library/header/whatever, or perhaps by passing a bunch of particular GET/POST/PUT arguments to a particular URL structure on a webserver. You know if you ask item foo to process bar you will get back fee in some agreed on form. You then make this public knowledge, or at least known to your customers and whoever reads your publicly available documentation. This shouldn't be protected. Anyone should be able to make an item called foo that when asked to process bar will return fee in a specified format.

Now, what happens internally when foo is running and doing its thing can be protected, and should be.

Comment Re:I'll explain it this way... (Score 1) 928

Yup - ya can't grep a dead tree.

But in the mid-late 90s, everyone was pretty much on dialup, unless they were at a college in a dorm, etc. I had a high speed connection thru work/school but then CD burners were several hundred dollars each. For me at the time, the best way to get a new distribution for install was to buy the book that came wtih the CD. The various Unleashed books, etc.

Comment Re:Just like "free" housing solved poverty! (Score 1) 262

Yes. But at the same time, some apartment complexes do have their own cable tv, internet, etc. that is included in the rent, at least here in a college town. As do several of the "old folks not quite nursing home apartment dwelling" places around here.

So yeah, if everyone in the building is gonna get it, makes sense to just make it part of the building.

Comment Re:Oh boy, another infection vector (Score 1) 230

But are there any dependency issues in Windows? Been ages since I've used it, but I don't recall having to chase down DLL files, other installers, etc. to get something to install or run properly....

(oh, and on the similar story the other day I got a -1 troll for asking if we could check out c:\windows\system32\drivers\etc\apt\sources.list)

Comment Re:Local Backups (Score 1) 150

Additionally, in a year you may get much more for your $10 per month. I'll give an example using Linode - when I first started using them 10+ years ago, I paid $20/mo for 32mb ram and a few gigs of storage, and about 20 gigs of transfer IIRC. I still pay $20/mo... but I now have not quite 50gb on SSD drives, 2gb of ram, and 3tb of transfer.

Slashdot Top Deals

There are two ways to write error-free programs; only the third one works.

Working...