Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Re:Type C or mini B (Score 1) 106

They want a standard but good USB connector for the laptop and a proprietary port they control for the phone.

That's why they gave USB-C away for nothing.

It's the same reason they gave away the mini-displayport connector for free too - they want it to be a standard.

The phone port though, they want to control because they want to control the peripheral market for the iPhone and iPad. The peripheral market for computers they don't care about, but they would rather that the connector of choice be a good one.

Comment Re:Even if you go DC, stay at 120V (Score 4, Interesting) 597

(Continuing after brushing the touchpad posted it for me. B-b) ... equipment at that voltage. (Small systems are often 12V due to the availability of 12V appliances.)

But back to inverters:

Current inverter and switching regulator (they're pretty much the same stuff) technology is SO efficient that large PC boards in computing and networking equipment may run the power through as many as THREE DC-DC converters, because you lose less power to heat as losses in the inverters than you would to resistance running it a few inches through a printed circuit board power plane.

So the '"20-40% loss" number seems to me to be utterly bogus.

(Consider this: A Tesla automobile IS AC motors driven by inverters from batteries. A horsepower is almost exactly 750 watts. If they had 20-40% losses in the inverters, how do you keep the car from being on fire after a jackrabbit start? Let alone recover enough power on braking to reuse on acceleration to make a substantial difference?) If ANYBODY knows how to handle inverters it's Tesla. B-) )

Comment Even if you go DC, stay at 120V (Score 4, Interesting) 597

This is strange. "20 to 40% power loss" seems to be an awfully poor inverter; existing inverters are 4-8 % loss.

Rather than rewire every house in America, wouldn't it make more sense to just design better inverters?

Or just run at 120V DC, as renewable energy systems did (and occasionally still do) before so many appliances were AC-only that it made sense to use an inverter.

Dropping voltage means you have to replace the copper wiring with MUCH HEAVIER wiring - by a square law - to carry a given amount of power with the same loss - and thus wiring heating inside the walls, where it can set the house of fire.

Switching to 120V just means using DC-capable appliances and replacing the breakers (DC is harder to interrupt) and must-be-GFCI outlets (normal GFCI devices use a transformer to sense unbalanced load).

The 48V standard was about having a voltage that was low enough that touching it was typically survivable, so working on or near it is (relatively) safe. The boundary between the hard part and the easy, "low-voltage", part of the electrical code is 50V (BECAUSE of phone companies B-) ). Medium power (>1KW) home Renewable Energy systems tend to be at 48V so much of the wiring falls under the easier part of the code, and because of the availability of

Comment Not if they think they can get more work out of us (Score 1) 140

If this works, the monied and in-power will make this as illegal as LSD and heroin.

Not necessarily.

If the anti-aging drug(s) make people healthier, reducing the drain on the government pensions and enabling the government to push the retirement age out over the horizon, so the people will be working and taxed, they might prefer to have the drugs put into use.

Heck, they'd probably add them to the water.

Submission + - SourceForge (owned by Slashdot Media) installs ads with GIMP (arstechnica.com) 5

careysb writes: SourceForge, the code repository site owned by Slashdot Media, has apparently seized control of the account hosting GIMP for Windows on the service, according to e-mails and discussions amongst members of the GIMP community—locking out GIMP's lead Windows developer. And now anyone downloading the Windows version of the open source image editing tool from SourceForge gets the software wrapped in an installer replete with advertisements.

Comment In particular, NO redundancy. Reliability drops. (Score 5, Informative) 226

Losing data goes with the territory if you're going to use RAID 0.

In particular, RAID 0 combines disks with no redundancy. It's JUST about capacity and speed, striping the data across several drives on several controllers, so it comes at you faster when you read it and gets shoved out faster when you write it. RAID 0 doesn't even have a parity disk to allow you to recover from failure of one drive or loss of one sector.

That means the failure rate is WORSE than that of an individual disk. If any of the combined disks fails, the total array fails.

(Of course it's still worse if a software bug injects additional failures. B-b But don't assume, because "there's a RAID 0 corruption bug", that there is ANY problem with the similarly-named, but utterly distinct, higher-level RAID configurations which are directed toward reliability, rather than ONLY raw speed and capacity.)

Comment NetUSB=proprietary. Is there an open replacement? (Score 2) 70

It happens I could use remote USB port functionality.

(Right now I want to run, on my laptop, a device that requires a Windows driver and Windows-only software. I have remote access to a Windows platform with the software and driver installed. If I could export a laptop USB port to the Windows machine, it would solve my problem.)

So NetUSB is vulnerable. Is there an open source replacement for it? (Doesn't need to be interworking if there are both a Linux port server and a Windows client-pseudodriver available.)

Comment Opportunity to detect MITM attacks? (Score 4, Interesting) 71

I skimmed the start of the paper. If I have this right:

  - Essentially all the currently-deployed web servers and modern browsers have the new, much better, encryption.
  - Many current web servers and modern browsers support talking to legacy counterparts that only have the older, "export-grade", crypto, which this attack breaks handily.
  - Such a server/browser pair can be convinced, by a man-in-the-middle who can modify traffic (or perhaps an eavesdropper-in-the-middle who can also inject forged packets) to agree to use the broken crypto - each being fooled into thinking the broken legacy method is the best that's available.
  - When this happens, the browser doesn't mention it - and indicates the connection is secure.

Then they go on to comment that the characteristics of the NSA programs leaked by Snowden look like the NSA already had the paper's crack, or an equivalent, and have been using it regularly for years.

But, with a browser and a web server capable of better encryption technologies, forcing them down to export-grade LEAKS INFORMATION TO THEM that they're being monitored.

So IMHO, rather than JUST disabling the weak crypto, a nice browser feature would be the option for it to pretend it is unpatched and fooled, but put up a BIG, OBVIOUS, indication (like a watermark overlay) that the attack is happening (or it connected to an ancient, vulnerable, server):
  - If only a handful of web sites trip the alarm, either they're using obsolete servers that need upgrading, or their traffic is being monitored by NSA or other spooks.
  - If essentially ALL web sites trip the alarm, the browser user is being monitored by the NSA or other spooks.

The "tap detector" of fictional spy adventures becomes real, at least against this attack.

With this feature, a user under surveillance - by his country's spooks or internal security apparatus, other countries' spooks, identity thieves, corporate espionage operations, or what-have-you, could know he's being monitored, keep quiet about it, lie low for a while and/or find other channels for communication, appear to be squeaky-clean, and waste the tapper's time and resources for months.

Meanwhile, the NSA, or any other spy operation with this capability, would risk exposure to the surveilled time it uses it. A "silent alarm" when this capability is used could do more to rein in improper general surveillance than any amount of legislation and court decisions.

With open source browsers it should be possible to write a plugin to do this. So we need not wait for the browser maintainers to "fix the problem", and government interference with browser providers will fail. This can be done by ANYBODY with the tech savvy to build such a plugin. (Then, if they distribute it, we get into another spy-vs-spy game of "is this plugin really that function, or a sucker trap that does tapping while it purports to detect tapping?" Oops! The source is open...)

Comment Re:Platform differences (Score 1) 227

I bootcamp to run Windows-only steam games on my iMac, but that's the only thing I use it for.

All my work-related stuff that is Win only (Origin 8, ACD labs, Omnic, etc) is done via VM. With Unity mode in Fusion you barely notice the VM itself, other than the fact that the windows look like Windows.

Comment Re:Platform differences (Score 1) 227

I think you mistake my comment about the nature of GPU driver availability as some sort of criticism of the platform. I'm merely commenting on the reality given the original commenter in this thread wondered about OS X support. I'm just laying it out as I see it. Colour me unsurprised that OS X development of the Rift has been put on hold (almost certainly indefinitely).

Guess what platform I use for the bulk of my computing work?

Comment Re:No Chicklets! (Score 1) 147

The inadequately-configurable trackpads, in positions where they detect the palm resting on the laptop (or brushing them) and randomly jump the cursor or highlight whole paragraphs so the next keystroke replaces them, are no help, either.

What do you mean by inadequately configurable? There's usually an option to disable while typing somewhere.

It's there. It's on. Didn't help. Don't know if it's that Ubuntu 14.04 doesn't support it properly on these two machines or if it doesn't do the job I want done.

What I'm looking for is NOT there: A threshold level for touch sensitivity. If you're going to put a BIG touchpad on a laptop's palm rest, you need to either put it where the palms won't brush it, or you need to make it possible to turn down the sensitivity so that a feather-light brushing of the pad doesn't register as a mouse motion or button click.

Two different manufacturers (Lenovo and Toshiba) have used exactly the same layout, and exactly the same hair trigger, non-adjustable, touchpad sensitivity. (Also exactly the same sort of wafer-thin flat tile keys, which is how we got into this digression.)

Comment No Chicklets! (Score 3, Insightful) 147

The problem I have with current keyboards is not just the short travel and lack of clickyness, but the tiny height of the keys.

Instead of the tall keys with space between them for fingernail clearance, there are these thin squares maybe an eighth of an inch above a solid surface. If I don't keep all my fingernails cut short, when they go past the side of the key they hit the panel and the key doesn't "strike". Letters get dropped. (So I get to pick between typing well and playing the guitar. I pity those who must keyboard for a living but want long nails to maintain their social life.) The short travel means there's little margin for finger variation, so some letters, where my fingers don't depress the keys as far, normally, don't strike, while others, where I support the weight of my hands, do strike when they shouldn't, or strike multiply.

After over a year I haven't been able to adjust. You may have noticed that my spelling has gone to hell as a result: I have to do a lot more correction and sometimes miss fixing things up.

(The inadequately-configurable trackpads, in positions where they detect the palm resting on the laptop (or brushing them) and randomly jump the cursor or highlight whole paragraphs so the next keystroke replaces them, are no help, either.)

On the other hand, when the nails do hit the key, they quickly wear through the top level of black plastic, exposing the backlit transparent light below it. I replaced a laptop about a year ago and after about six months about a half-dozen heavily-used keys had their pretty letters obscured by the giant glow of the scoured away region.

I had been running on older thinkpads and toshibas, with classic keyboard-shaped keys, or at least the little fingertip cup and substantial fingernail clearance. Switching (in a two-dead-laptops-in-two-weeks emergency) to a lenovo z710, then to a company-supplied toshiba s75, both with the stupid "I'm so thin", square, low-travel, no-finger-cup keys has been a disaster.

Comment Re:Platform differences (Score 3, Informative) 227

Right now the "consumer Macs" don't have the GPU power (the Mac Pro does, but it's a sliver of their sales), and even if they did, Apple doesn't focus on the drivers in the way that happens on Windows - while it's possible for third party vendors to release drivers (Nvidia does it, for example), it's just not common - the vast majority of Mac users are running with the driver that ships with the OS and it doesn't get updated often.

They have made some strides forward in shipping decent GPU hardware, but the software is still somewhat lacking for heavy 3D lifting.

Comment Solar offgrid with NiFi battery backup. (Score 1) 403

A solar offgrid (or grid-tied with standalone capabilities) would provide power locally until too much stuff failed.

Lead acid batteries last for several years, recent lithium probably for a couple decades. Nickel-Iron batteries are more lossy, but last for centuries, if provided with water to replace evaporation, potentially decades if they have catalytic fill caps to recombine lost hydrox or, say, a reservoir-based automatic watering system. (If their chemistry has a long-term unavoidable failure mode I'm not aware of it.)

Even with the batteries dead (NiFe or otherwise) the system will have power when the sun is out until at least one panel in every series substring is too degraded, shaded, or smashed to provide adequate power.

Semiconductor controllers might go for a decade to centuries, depending mainly on whether the conductive interconnects of the semiconductors are sized to avoid electromigration at the current levels used and what they're using for large capacitors.

Wind generaors have several moving parts to screw up - how many depends on the design. For a simple homebrew one you have the main bearings, yaw bearing, and tail furling-system bearing. Any one of them failing will take it out. (Even the furling bearing: Once that screws up it doesn't furl right and tears apart in the next storm.) There's also the get-the-power-past-the-yawing mechanism (typically a long cable being twisted and manually "unwound" every few years, or a brush mechanism.) Call it a decade without maintenance at the outside.

So some of 'em may run until a nearby lightning strike fries something.

Slashdot Top Deals

UNIX is hot. It's more than hot. It's steaming. It's quicksilver lightning with a laserbeam kicker. -- Michael Jay Tucker

Working...