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

 



Forgot your password?
typodupeerror
×

Comment Re:Need fast-acting yeast (Score 4, Insightful) 159

They better act fast if they want to skirt the law with yeast, while there's still a law to break.

It's still a good idea if you want pure chemicals - yeast can produce chemicals faster (to both grow and purify) than plants. Companies like the one Gov. Johnson is heading up would probably be very interested as a supply source for their refined products.

The trick is medicinal cannabis has something like 250 active compounds. A few years ago everybody assumed that it was only THC that did anything (marinol, for instance). Now they know that CBD is the most active medicinally and Johnson is now talking about CBG as well. There's still more unknown about the others than there is known, so focusing on just a couple pure chemicals might miss out on benefits. Human bodies do a lot of signalling with various cannabinoids and here's this one plant that happens to also grow most of them. It should be a biotech bonanza, except for the crapitalistic reasons politicians try to keep it off the market.

But, um, yeah, get high on THC beer if you want. It would actually probably be a net-benefit for society since people will be satisfied with being less drunk. As a user of the road monopoly, I'd strongly support THC beer on the market.

Comment Re:Haven't done T-SQL in years (Score 1) 11

I didn't explain the behavior adequately.

SELECT * FROM dbo.GetReferencedModelPointsByJobID(@JobID)

Returns someplace between 2-56 rows, depending on JobID

The second query does NOT error out, but is not returning a comma delimited string of all rows, but instead, in some cases, is returning only ONE row.

Since I'm using this to build a temp table, it doesn't error out until I attempt to fill columns in the temp table that do not exist.

Comment Re:Problem traced (Score 4, Informative) 93

The "scanner" portion of these devices is typically an embedded system that drives a hardware sensor, and speaks USB out the back side. You could probably open one up, solder a cable to the right points on the scanner board, and you'd have exactly the simple and transparent scanner you requested.

But because the business wants a truckload (no pun intended) of functionality out of these scanners, they need it to have more capabilities. First, it needs to be on the network, or it won't give them any benefit. Next, it needs to be multi-tasking so it can display alerts, etc. Its primary task may be to inventory the stuff coming off a truck, its other tasks may include assigning work items to line employees, displaying alerts on the supervisors' screens, punching the timeclock for breaks, and possibly even employee email. To a lot of businesses, a browser based interface lets them run whatever kind of functions they want, without the expense of continually pushing a bunch of apps out to a bunch of random machines. So taking all that together, embedded XP is one (bloated) way of meeting all that.

So while the scanner itself is simple, it's the rest of the hardware in the device that was infested with XP and other malware.

Comment Re: I hate quantum computers. (Score 1) 55

And supposedly it is no faster than a real computer. What gives?

It's hard to say because it's all "secret sauce" (so everybody just plunks their heels down on some position rather than admit "I don't know") but one thing that's interesting to me is that a handful of blokes out of Canada appear to have built a computer that's about as fast as a Xeon that Intel needed a few billion dollars, thousands of people, and forty years experience to create.

And that was their first commercial version. Maybe somebody will rip one apart and find out it says "Xeon 2650" on the inside, but until that happens I'm willing to give them the benefit of the doubt because they seem to have at least one fairly remarkable accomplishment under their belts.

If the Google guys buy the upgrade, I'd be willing to bet five bucks that it's real, just very early in the development cycle still.

Comment Re:Why is the FCC involved? (Score 1) 54

Every bureaucracy tries to expand itself, you know that. Rather than actually get the bandwidth to schools that they need (200Kbps per student or so, ballpark) to support real telelearning, which is hard to do (but arguably within FCC purview), especially given the extensive number of rural schools, they lean towards something easy - buying access points, to hook up to their too-slow Internet link because every agency has to be seen "doing something".

Comment and... (Score 4, Insightful) 157

as activists are all too aware, false copyright claims can can knock legitimate content offline.

As not only activists but almost everyone aware of the rampant abuse going on has been claiming for years, it is high time that the "under penalty of perjury" part of the DMCA claims is actually enforced. Mistakes can happen, nobody is perfect, but some companies have been taking down large amounts of content for years, repeatedly and with not even a slap on the wrist.

User Journal

Journal Journal: Fun with SQL Server 2012 11

I have a Table Valued Function that returns a simple parameterized view. I want to turn that view into a string.

Can anybody tell me why the first query works and the second one doesn't?

DECLARE @JobID INT
DECLARE @strOut VARCHAR(MAX)

SET @JobID=2861

Comment Re:Technically, it's not a "draft notice" (Score 1) 205

At the time of the Tonkin Gulf Resolution [wikipedia.org], 90% of American's supported deeper involvement.

At the time, the American people were being lied into supporting a war, so it's hard to take that number seriously as an indication of truth.

The Maddox fired on ghost ships (RADAR errors) and the Johnson administration explained it as "another attack", insisted the NVA fired first, and sold this as evidence of a pattern of aggressive behavior that had to be dealt with.

50,000 Americans died fighting a boogey man, and killed many more innocents than that. But the MIC profited handsomely, just as Eisenhower had predicted.

The NSA's report was only declassified after the Bush Administration lied Americans into war in 2003, but now we have two documented examples of being lied into war by the USG. It's no wonder that they didn't bother seeking any authorizations for any of the subsequent wars in the Middle East or Africa.

Slashdot Top Deals

I'd rather just believe that it's done by little elves running around.

Working...