Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:Any 64-bit ints in C++? (Score 1) 378

From the C++11 standard:

The contents of header <cinttypes> are the same as the Standard C Library header <inttypes.h>, with
the following changes:
- the header <cinttypes> includes the header <cstdint> instead of <stdint.h>, and
- if and only if the type intmax_t designates an extended integer type (3.9.1), the following function
signatures are added:
intmax_t abs(intmax_t);
imaxdiv_t div(intmax_t, intmax_t);
which shall have the same semantics as the function signatures intmax_t imaxabs(intmax_t) and
imaxdiv_t imaxdiv(intmax_t, intmax_t), respectively.

Comment How well does it work for scientific books? (Score 2) 291

I'm curious about the Kindle but some reviews I've read on amazon claim that its display size and its weak zoom function make it useless for typical university books (mathematics, computer science).
I have no first-hand experience, so could someone here enlighten me whether it's a viable alternative to paper?

Security

Microsoft Dumps Partner For Fake Support Call Scam 212

An anonymous reader writes "Microsoft has broken its relationship with one of its Gold Partners, after it discovered that the partner was involved in a scam involving bogus tech support calls. India-based Comantra is said to have cold-called computer users in the UK, Australia, Canada and elsewhere, claiming to offer assistance in cleaning up virus infections. The calls used scare tactics to talk users into opening the Event Viewer on Windows, where a seemingly dangerous list of errors would be seen. This 'evidence' was used to trick innocent users into believing they had a malware infection, and for Comantra to gain the users' confidence. Duped users would then give permission for the support company to have remote access to their PC, and hand over their credit card details for a 'fix.' Security firm Sophos says that internet users have been complaining about Comantra's activities for over 18 months, and it has taken a long time for Microsoft to take action. Comantra's website still retains the Gold Certified Partner logo, although their details have been removed from Microsoft's database of approved partners."

Comment Re:They need something to do (Score 2, Informative) 342

Not only have autopilots worked incredibly well in the past, with a high success rate, but the idea is to keep Pilots awake by letting them exercise their mind while in flight.

They've also caused accidents, but hey, who cares about facts, eh?

When was the last time we had an airliner NOT get people safely to its destination based solely on a Pilot being distracted?

Do you honestly want examples?
1994: Aeroflot Flight 593
1987: Northwest Airlines Flight 255
There are plenty more, but the Northwest Flight 255 is a nice example. They were already way too distracted before take-off that they completely fucked it up and killed 156 people. 154 of 156 passengers on board and 2 on ground were killed.

They're getting paid to be responsible, alert and to fly the plane, not play minesweeper.

Comment Re:"the end" "continues"? (Score 1) 472

I have a MSI board which requires a floppy with DOS on it. Unfortunately I don't have a functioning floppy drive (I have an internal usb card-reader/floppy combo, but only the card-reader works).
In order to flash the BIOS though all that's needed is a CD with FreeDOS and a usb-stick with the new BIOS.

Comment Re:What aboout Avidemux? (Score 3, Informative) 120

This has to do with errors in the broadcast you don't notice when watching.

To fix it you have to first clean the stream.

1. projectx to clean it. It's a nice little java program. Just start the GUI, open your file and choose quickstart. You can use the CLI as well
2. mplex -f 8 -o output.mpeg2 input.m2v input.mp2
3. manipulate output.mpeg2 with avidemux.

I've recorded hundreds of documentaries and shows (DVB-S mpeg2-ts), never had sync issues after doing this.

Comment Re:Proposition (Score 1) 316

Okay let me give you an example.
A small PC shop starts to offer PCs with Ubuntu pre installed. Ubuntu makes the source available but that doesn't seem good enough. So the small shop has to offer the source as well?

Yes, or a written offer valid for at least 3 years to provide the source used.
They can charge for that, but not more than the actual physical distribution costs.

Let me give you an example.
I have a Kathrein Twin-DVB-S receiver.
It uses Linux, Busybox and a few other GPLed and LGPLed programs.
They don't ship it with the source and they don't host it on their site, but in order to comply with the GPL there's a written offer, valid for 3 years after the last unit sold, to provide the source on a physical medium (probably a CD).
They also state that they'll charge for the medium+time+shipping. This is in accordance with section 3b) of the GPL v2.

They must take the time to keep the latest source available? Sure nobody will probably ever ask them but they would have the legal requirement to do so.

No, not the latest source. Just the source that was used.

If I give somebody a PC with Ubuntu on it to help them out I am now distributing LINUX and must provide them with info on how I will give it to them?
Or a User group handing out Fedora CDs?

Yes, though I think section 3c) of the GPL v2 applies, which states:
Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.)

What you see as so clear from a business point of view is full of peril.
I was thinking of offering a disk of Good FOSS to our customers free of charge but now it looks as if I would have to host source repositories to keep it legal.

No, you wouldn't have to host source repositories.
You could. But you could also just give them a piece of paper stating that you'll provide the source used for three years if requested.
Though with the cost of dvd-r's these days, I'd think that it'd be easier to just put a source directory on the dvd and put the tarballs in there.

Comment Re:Proposition (Score 1) 316

If the source for the GPL software is unmodified and freely available from other sources why should the vendor have to duplicate it's availability?

You might as well ask why someone else should provide the source (and pay for its availability) if you distribute something.
What if the original source provider doesn't exist anymore?
It's really simple, if you use GPLed code, you provide the source.
It doesn't even cost you anything since you can charge for it.

Slashdot Top Deals

I've noticed several design suggestions in your code.

Working...