Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:so don't use them! (Score 4, Funny) 230

Don't use random hot spots. It's like safe sex, only for your computer.

[me] Aight baby, play with that packet. You know how I like it
[ap] tee hee *beep*
[me] oh yea, deeper inspection, deeper inspection! oh yea!
[ap] *56k carrier sound*
[me] That's what I like to hear! Now, I put on my robe and wizards hat
[ap] ... *stp-broadcast* ...
[me] baby-aye-pee you still there? Where'd ya go??

Comment Re:A tepid defence (Score 1) 184

I think regulating Google and Netflix is a really bad idea but I think there's a defensible motive in trying to promote Canadian content and defend Canadian content providers.

I can't speak for all video streaming services, but does not netflix canada already make the same percentage of canadian content available as required by the network broadcasters?

Personally I have no issues with making such options available, and while part of me wishes it was not required to force anyone to do it, but not enough broadcasters willingly would do so, and as you say there are problems with culture and identity being overtaken (although personally I think that's already happened - but not saying that's an excuse to stop trying)

What I do have issue with is forcing extra money out of non-canadian content producers to show their content in canada.

On TV I can change channels to find whichever media I'm wanting at the time, be it canadian or american. I appreciate the option being there, but would very much resent being forced to watch something against my will.

The thing with sites like netflix (and this may just be my usage) I typically know what I want to watch before hand and am only going there to specifically watch that.
This current plan sounds an awful lot like trying to force me into watching something canadian I don't want to watch at that moment and forcing others to not allow me to watch content from elsewhere at the same time.

A lot of canadians, or at least the younger generations anyway, already seem to identify mainly as americans do. Forcing content on them they don't want to watch will at best make them turn off the TV/PC, and at worse build anger and hatred towards these very regulations.

While this specific case is nothing more than one existing monopoly trying to get more money at the expense of everyone else, it's still worth thinking about continuing to make canadian content available to those that want it, while not forcibly blocking all non canadian content at the same time.
Sadly however, this doesn't appear to be the solution.

Comment Re: ELI5 please (Score 1) 354

Wolfe contributed code under the GPL license. He has every right to send takedown notices against distributions of his code that do not follow his license.

Untrue. You must be within your own legal rights first to even be able to apply a license, including GPL.
Wolfe is not legally able to GPL his code, since his code is itself a copyright violation. You and him can claim it is GPL all you want, but that doesn't make it so logically nor legally.

If you still think you are right and I am wrong, then lets put your money where your mouth is.
Under your definition of copyright, I now claim DPL (dissy protective license) copyright over your body, mind, and all resulting work (including your slashdot posts)

You specifically claimed I do not need any rights to your body mind and resulting work to apply a license legally, so there you go, I own you and anything you do.

Now get on a flight over here, because my grass needs mowed and my trash taken out :P

Comment Re:Obligatory: "There's Plenty of Room at the Bott (Score 1) 151

But come on, do you really think a 55 year old paper is going to be at the top of impact rankings when computed against current research in a field moving this fast? And, even if so, isn't it more likely this work has been superseded by others? IT'S BEEN 55 GOD DAMN YEARS, FOR CHRISSAKE!!! I think your hero worship is showing. At least find a more modern reference.

To be fair, this is a perfectly acceptable reference in the given context, and the age only helps the argument not hinders it as you suggest.

Even at 55 years old, the Feynman paper is based on known technology and physics at the time. This provides a high-end boundary to the answer that is only potentially (in this case definately) inaccurate on exactly how much lower the size can actually get.

Our tech has changed, but physics not quite as much.
What we know today about building at the atomic scale is only slightly more detailed than the rough idea that was known all the way back then.

About the only thing smaller we know of today that we didn't know back then was the details of the sub-atomic world - which I should add we still know very little about over all, and certainly not enough to build useful machines using. At a technological level nothing has changed as the sub-atomic is still out of our reach as much now as it was then.

So the atomic scale is what we are discussing.

55 years ago our photolithography methods had a 20 micron feature limit.
14 years ago our newest photolithography methods have a 0.005 micron (aka 100 nm) feature limit. That is a 4000 fold decrease in size.
Today we have 32 nm and 28 nm photolithography methods, making things about 12000 times smaller than was possible using technology from 55 years ago.

Anyways, there are more recent references out there.

One good recent paper is "Molecular Construction Limits" by Robert Bradbury, if you can find it anymore. Sadly Bradbury passed away a couple years ago and his personally hosted archive of papers fell offline. Most archived ones seem pay-walled :/

Probably the best paper on this subject is "Ultimate physical limits to computation" by Seth Lloyd at MIT.
The paper is from 2000 but his current work is on the worlds largest-qbit quantum computer also at MIT - so he is already making my sub-atomic remarks out of date.

His conclusion is purely based on physics alone and ignoring any/all technological capability.

The 'ultimate laptop' is a computer with a mass of one kilogram and a volume of one liter, operating at the fundamental limits of speed and memory capacity fixed by physics.
The ultimate laptop performs [ 5.4258 x 10^50 ] logical operations per second on 10^31 bits.
Although its computational machinery is in fact in a highly specified physical state with zero entropy, while it performs a computation that uses all its resources of energy and memory space it appears to an outside observer to be in a thermal state at 10^9 degrees Kelvin.

Comment Multiple options (Score 2) 113

TOTP (time-based one time keys), HOTP (hmac? one time keys), and RFC6238 are todays friendly search terms.

TOTP is what the traditional RSA tokens use, in which the time is a component of the encryption used so the code generated from the private key changes (usually every 30 or 60 seconds)

HOTP is the latest in one time pads, where each code generated is good until used but only once.
It differs from true OTPs in that the data is procedurally generated from a private key instead of all the keys/data being generated in bulk ahead of time. One hopes the private key is smaller than a crap-ton of bulk keys or binary data needed for a true OTP.

Google Authenticator is one pre-made generic solution, and you don't need to use Google to utilize it.
The encryption it uses is open and has an RFC, and their own software lets you input the private key via QR code for the user if you wish, and utilize multiple profiles/keys.

Google released an open source PAM module for all your Linux authentication needs, including SSH.
I use this myself for access to my home network (ssh + port forwards)

There are also tons of programs that run the identical encryption methods, lots being open source.
I've seen them available for every OS commonly used (and then some) plus every smartphone out there.

I've also recently purchased a Yubico key, which is a hardware version of the RSA token.
The basic model runs $25 each if you buy single keys, and they can be loaded with up to two profiles using various encryption methods and keys.

Instead of an LCD display with a rolling code, they are USB devices that show up as USB keyboard HIDs. You plug it in and once the OS has it powered and ready, there is a touch-sensitive "button" you touch and the dongle types in the code valid for that 30 second period.
It also takes into account how long it needs to type the codes (sha256 with serial can be 158 characters and takes ~3-4 seconds to type in at the default key rate)
It will always type the key that will be valid at the time its about to hit enter.

Yubico is RFC6238 compatible, and also can utilize OpenRADIUS which then makes it compatible with pretty much everything.

A third option, though more for Windows login / Active Directory, and definitely not open source, is EIDVirtual.
It basically lets you reformat a USB flash drive to contain a 4k private key and special header so along with its smartcard driver extension, the keys show up as smart cards and USB flash (technically you can still store data on the drive if you want)

The software is very cheap (7 euro if I recall), works flawlessly in AD setups (tested on XP, 7, and 8), and uses any old flash drive with 1mb of storage.
The downside of course is you don't get any of the fancy (or even required) hardware protection of the private key. I believe it uses the USB drives serial and model/make as part of its formula so blind copying isn't trivial, but the hardware exists to easily fake that info for anyone intent on doing so.
Not nearly as secure as the other options, but it is at least priced accordingly, and doesn't try to add 2-3 zeros to the pricetag for the "enterprise" label.

Comment Re:Hardware ages too (Score 1) 281

That's not a "double height"; today's bays are half- and third- height.

Ahh, thank you for the correction. I guess that makes this a full height drive?
That does sound a bit familiar now that you mention it actually. My memory of "the dark ages" is getting more fuzzy as time goes on.

http://oi57.tinypic.com/2u7lmr...

From left to right in that image is the MFM drive, a more normal 3.5" IDE drive, a 2.5" drive and a CF card.

I was only half joking about its metal casing. Probably not actually steel but between the HD and my foot stubbing it in the dark, it was my foot that gave way and moved, not the HD ;P

SD cards were still new and pricy so I didn't have one on hand to complete the set.
Now I need an SD and micro SD to add in, and somehow squeeze a Sun RMS platter array into the picture and the new cycle of life will be complete!

Comment Re:Hardware ages too (Score 1) 281

I still have a functioning MFM double-height 5.25" (Yes it requires two bays) 10MB hard drive here that, judging purely from scar I still have after stubbing my toe on it a decade ago, I'm pretty sure actually does contain rotating clay tablets inside its steal frame as well as a stocky overweight gnome with an actual iron chisel.
I wonder if our drives share the same encoding scheme...
 

Comment Re:Millionare panhandlers (Score 1) 200

This is anecdotal evidence, not statistical. Finding five examples *SNIP

Parent said this form of panhandling exists.
Reply said no it never once ever happened.
Reply provided (in your own words) five examples of it happening.
5 %gt; 1

How it is not statistically factual to say "We need one example to disprove this statement, here is more than the one required example"?

Comment Re:Could be a different route involved for the VPN (Score 1) 398

No, his explanation is spot-on. If "technobabble" means you didn't understand it, that's besides the point.

Perhaps you can explain better, as your post still doesn't clear that bit up.

How does traffic generated within verisonz ASN, and exists within the same verizon ASN, even need BGP to function?

Start there at basics, and once you explain how internal traffic that never once touches a peer point still relies on this BGP "magic", then you can go into details about BGP...

Comment Re:So, Verizons normal service is the slow lane? (Score 1) 76

Why don't they just put in the infrastructure needed for peoples internet to work like what they paid for already. Are they going to give refunds for not supplying the service they sold?

No no, it's all a matter of internal accounts you see.

The money used to purchase bandwidth throttling equipment was taken from the subscriber payments account, so you are only due a refund if they failed to slow your connection to a standstill.

The money to upgrade infrastructure was taken from us all by force by convincing the government to tax us each and every year for the past decade and a half, and the government isn't likely to ask for a refund from their overlords, nor would we see it refunded to us even if they did.

The more you know, epic half battles, all of that.

Comment Re:Good grief (Score 1) 98

Is this 1988? The easiest/cheapest solution is spend a couple bucks on decent machines.

Sweet, I've been needing an upgrade myself as well, but there seems to be a strange shortage of people insisting we speed more than a couple bucks on the problem and will pay for the upgrade. I'm glad I found you!

250 workstations upgraded to top tier is roughly $200000.00 or so. Better make it $250000 so we can get new LCDs too, these 10 year old 19" ones are getting a tiny bit of burn-in.

Just go ahead and paypal it to me, and I'll get right on implementing your suggestion!

Comment Re:There's another treatment that stops most T2 (Score 1) 253

Eating does involve a bit more than just taste however, and is a problematic issue I've had to deal with most of my life.

I should admit up front that I have the opposite problem as to the article being discussed.
I've had no sense of smell since age 3-4, and so there is a significant class of foods I simply can't taste at all. The texture of the food determines completely my enjoyment of eating it and even my ability to eat it.

For me a steak tastes about like cardboard, and the less well done it is cooked the worse it feels, which of course directly relates to how healthy it would be as burning the nutrients out can't be a good thing, despite the fact it changes the taste not at all for me to do so.

Green veggies tend to feel like between I'm chewing a corn husk and I'm trying to swallow semi-liquid slop that my body feels should already be going in the other direction. The phrase "choking it down" can be quite literal in such cases for me.

The main difference here I would imagine is that a lot of people dislike eating such healthier foods so instead of spending the (not insignificant) time to find the gems they do like, they fall back to crap food that gives a "full" feeling - while I personally take the equally unhealthy route of just simply not eating often enough thus avoiding the unpleasantness for similar reasons.

It's taken me a good 15 year period to actively try different and new things prepared by many different people other than myself to find those gems, and similar to applying security to IT it is one of those things that is on-going and never ends.
I can completely see why that prospect would be so overwhelming to some, as I was (or potentially still am) in that same camp.

When thinking of your next meal fills you with dread due to all of the horrible aspects of doing it right without a single positive in sight, falling back into comfort mode is terribly easy to do and can take as much constant effort to break out of usually attributed to the weakest willed of addicts trying to stay sober.

The advice "Meh you just suck, it's super simple!" is about as twisted as a slinky and as truthful as a politician.

Comment Re:Did they check under the couch cushions? (Score 5, Funny) 55

*cough* Well the bad news is I didn't find any vials of ebola in there *coughwheeze* just these empty vials ready for filling.

The good news *coughhack* can I keep this $0.78 in change? I'm saving up *sneezecolorscolors* for a flu shot - not feeling so well suddenly *sneezecoughsplatter* for some unknown reason...

Slashdot Top Deals

Top Ten Things Overheard At The ANSI C Draft Committee Meetings: (5) All right, who's the wiseguy who stuck this trigraph stuff in here?

Working...