Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:What's wrong with emacs and make ? (Score 1) 115

As well as a wrapper around jdb, Emacs (with the JDEE package) also supports JDWP (which is what the IDEs really use), for remote debugging and debugging inside server containers.

Also, as of 24.4, Emacs supports adb as a backend for its remote editing and execution functionality (aka tramp), so you can edit files and run commands directly on Android devices from the comfort of your Emacs desktop.

Comment Re:Major update to formula? (Score 1) 334

Aristotle held that heavy objects fell faster than light ones.

Aristotle was of course right, its just that for most everyday objects, the effect of buoyancy in the Earth's atmosphere is negligible compared to the effect of gravity. What Galileo did was separate out the two forces acting on the objects.

Comment It's not the small ones we need to worry about (Score 1) 78

The small space rocks that shower the Earth at regular intervals are small because a big rock once collided with the Earth, sending debris into an orbit around the Sun that regularly intersects with the Earth's. Those rocks pose no current threat to the Earth, their damage was done at the time of mass extinctions past, or when the oceans were carved out, or what ever other distant past event they caused. The ones to worry about are the large interstellar rocks that haven't hit yet. So no, this does not help narrow the search for objects that threaten the Earth at all.

Comment Re: OBD2 (Score 1) 195

Not via OBD2, via the OBD2 connector. Most manufacturers will do that these days because CAN is now mandatory in the OBD2 port to get realtime emissions diagnostics. But for programming they use proprietary protocols that are additional to the standard OBD2 protocols.

Comment Re:Having problems reading this.... (Score 1) 176

Pffft. Amateur conformist. I get my slashdot by telnetting to port 80 and requesting it by hand!

Jokes aside, but I've been doing HTTP/web stuff since 1994 or so, I'm very familiar with telnet hostname 80 :) I've even sent HTTP .9 requests for a production server.

Wannabes, the lot of you. I've been getting my internets by telnetting to port 70 since 1991.

Comment Re:GNU GPL (Score 1) 260

It could also be completely closed source and proprietary. Because it's all Google's own code they can license it however they like (actually, I don't know if Google owns all the copyrights; I'm not sure how they handle contributions),

I thought the class libraries that are taken from standard Java are actually Apache Harmony. There may be modifications by Google, and there are plenty more libraries that are unique to Android, but they have not written everything from scratch.

Comment Re:system or method of operation (Score 1) 260

You're confusing interfaces of physical devices that isn't copied by copyright (but perhaps patents) with an expressible form of information that is copyright protected. (like a written work, computer software, song, and others)

I don't see the distinction. The physical interface is defined by a drawing, and drawings are as much subject to copyright as the file of structured text that defines an API.

Comment Re: So Android DOESN'T have an Apple Pay equivalen (Score 1) 122

The idea was to open up access to other card providers. With the secure element being in hardware, operators were controlling the provisioning, so only very few phones came provisioned for Google Wallet, and none with major credit card companies, because those companies won't bend over and accept the operators' demands for a cut.

Slashdot Top Deals

Congratulations! You are the one-millionth user to log into our system. If there's anything special we can do for you, anything at all, don't hesitate to ask!

Working...