Forgot your password?
typodupeerror

Comment Re:correlation? (Score 1) 67

I never learned the rationale. One of them was a small branch of a really big defense contractor. Corporate policies may have specified Window machines so they could properly protect/snoop on us. That's just a guess.

The other was a small company writing an embedded Linux application for a sensor. One developer used his personal Linux mini, and nobody had a problem with it, but company-issued computers were Windows.

Comment Re:Is this a sign to short their stock? (Score 4, Interesting) 40

Years ago, I worked on a project where they were thinking of replacing an Oracle DB. We looked at a few open source databases, both SQL and NoSQL. Although it took longer to initialize, Oracle was much faster. We were disappointed, because NoSQL DBs were much faster for tests with 1000 accesses to the DB, but when you increased it to 1,000,000 accesses, Oracle was always faster.

This was more than 10 years ago, so YMMV

Comment Re:How much? (Score 1) 17

From the article, "Serdari pointed to two factors motivating Prada's interest in the space industry: to gain access to affluent consumers who are contemplating space travel, and to align the brand with avant-garde thought."

I'm sure Prada was the lowest bidder. They may be doing it at a loss to get people thinking, if you're going to get a spacesuit, it should be by Prada.

Comment I Use AI as a Better Form of Search (Score 1) 121

I've only used AI as a kind of super-search. If I have some code not working, I'll go to an AI with prompt "Write C++ code to do [whatever I'm trying to do] with [toolkit I'm using, specific classes, &c]." I don't think I've ever copy-and-pasted the results, but its good at finding missing initialization calls, and or calls that have to be made before changes is visualization packages &c. Those can be hard to eke out from documentation, or find in somebody else's project.

Slashdot Top Deals

[It is] best to confuse only one issue at a time. -- K&R

Working...