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

 



Forgot your password?
typodupeerror
×
User Journal

Journal Journal: Mars, Ho! Chapter Fifty

Mars!
John and Destiny left the houseboat parked on a space port pad they had rented at the spaceport at the Meridian Bay dome and got in a cab. Destiny said "I don't want to shop on an empty stomach. Taxi, take us to a restaurant that serves eggs and pork sausage this time of day."
"Wow," John said. "That's going to be an expensive place."
"Well, I'm buying. You said you never tried pork sa

Comment Re:'terminal in a library' (Score 1) 102

Define 'in'.

"In" means at an "dedicated electronic reading point" in a publicly accessable library. Not necessarily the library that contains the paper copy. The main restriction is that libraries may not use this to reduce the need to buy multiple copies to satisfy demand.

This is great for scholars who really need to see some obscure published paper from 1982, and are not near a huge academic library. It's great for people who like to read out of print novels. It won't do anything for people who want to read the latest best-seller when all the library copies are checked out.

Comment Trolley buses. (Score 1) 491

San Francisco still has trolley buses. They're powered from a pair of overhead wires. The current generation of buses also has some battery backup, so if they lose their trolley connection while turning, the bus can get back under the wires on battery power and reconnect.

They're a pain. Too much overhead wire, and limited routes. NYC got rid of overhead wire a century ago, which was a really good move. SF has these mostly because, at the beginning of the bus era when other cities were converting from trolleys to buses, Diesel buses lacked enough engine power to climb the hills.

Comment Re:No, PayPal will not accept Bitcoin (Score 2) 134

It's even worse than that. Apparently Braintree is not accepting Bitcoin themselves. They're passing the buck to Coinbase. Merchants who want to accept Bitcoin have to get their own Coinbase account. Coinbase is a broker; they exchange Bitcoins for dollars and pay dollars to the merchant. The merchant never sees Bitcoins.

Coinbase is flaky. Their business address is a mailbox company in SF. Their address registered with the SEC and FinCen is somebody's apartment. They have a "slow pay" reputation on bitcointalk. They have terms and conditions that make PayPal look good.

Comment COBOL - it's all about the data (Score 1) 387

Nothing ever came along to replace COBOL which took data storage as seriously as COBOL did. COBOL has DATA DIVISION syntax for talking about file formats and databases. No other language has syntax for talking about the external representation of data. This is a lack.

Look at how much code goes into taking data out of an SQL database and into an object in Java or Python. And what a pain it is to change the code when the table format changes. It really is a lack that modern languages don't deal with external data well.

This is a special case of the marshalling problem. Programs are always packing data into some specified form for transport or storage. It's an operation which often needs to go fast, and is a clear win if done in hard-compiled code. Yet there's little language support for this. There are precompilers which compile Google protocol buffer definitions into C++ or Go. There are interpreters for Python which understand a SOAP protocol spec and decode, slowly, the XML accordingly. Those are add-ons. Language support for marshalling is very rare, if not nonexistent.

Comment No, PayPal will not accept Bitcoin (Score 2) 134

Read the article. PayPal is not accepting Bitcoin. Braintree, which is owned by PayPal, sells a shopping cart checkout system which accepts various forms of payment. They're adding Bitcoin for merchants that want it. PayPal is not itself accepting Bitcoin, nor is eBay.

A number of shopping cart systems already offer Bitcoin as a payment method. Braintree is just catching up.

User Journal

Journal Journal: Mars, Ho! Chapter Forty Nine

Landing
The alarm woke me up. Still asleep I thought "damned whores" out of habit, thinking we were having an emergency before I remembered that we were due to enter orbit and I'd set the alarm myself the night before. We had been on approach since late yesterday afternoon and would be in orbit and docking with the maintenance facility at nine this morning. The landing boats would already be docked there and we would be on Mars' surface by late this afte

Comment Same here (Score 1) 1

I seldom comment in the stories any more, I just come to read journals. Too much noise, too little signal. I've been posting on Soylent News more lately, it's a little like slashdot used to be.

Comment Re:Shortest version (Score 1) 326

Talking about open-source businesses is missing the point entirely. Most businesses that are successful as a result of open source (or Free Software, for the RMS-style folks) or that contribute significantly to open source are not 'open-source businesses' any more than companies that use Windows and Office are 'closed-source businesses. The difference is that one category of businesses realises that writing software is expensive and copying software is trivial, so spends its investment on the software parts of its infrastructure paying people to write software (typically customising and improving existing projects), whereas the other pays someone for copies of software and hopes that that will give them an incentive to produce software that's more like they want.
User Journal

Journal Journal: Mars, Ho! Chapter Forty Eight

Engines
We'd be in orbit around Mars and landing on the surface tomorrow. Only one more day of this horror movie! We might all live after all!
Destiny was still asleep. I got out of bed and went to the head, went in the kitchen to start coffee (stupid robots) and put a robe on.
Yeah, in that order. Fuck you.
Anyway, I told the robots to make me some breakfast.

Slashdot Top Deals

Remember to say hello to your bank teller.

Working...