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

 



Forgot your password?
typodupeerror
×

Comment Re:a little metadata (Score 3, Insightful) 494

looks like the data (ssn) needs a little metadata (issuing authority, distinguished name) in order to make it work.

Or, as I've questioned previously on here, WTF are the credit rating agencies in the US using non-unique identifiers (and identifiers that shouldn't be used outside a social security scenario) when (usually the exact same) credit agencies in other countries can manage using other (available) data? (Name, DOB, (Previous and current) Address?)

For example in the UK, the equivalent to the SSN is the National Insurance (NI) number - this is never used by the CRAs - only by HMRC (tax office.)

Anyway, sure, they still get false positives using these details (the most common seems to be when they use the name only), but not quite on this sort of scale.

Comment Re:Read Dr. Vahdat's blog post (Score 1) 174

According to wireshark some of those are reserved to actual hardware vendors.

grep ^02: /usr/share/wireshark/manuf | wc -l
19

Assuming that those aren't specifically cited as locally administered addresses, I'm sure there are some duplicates in there as well, something else vendors shouldn't be doing. OUI's shouldn't really be starting with 02.

http://en.wikipedia.org/wiki/MAC_address#Address_details

A locally administered address is assigned to a device by a network administrator, overriding the burned-in address. Locally administered addresses do not contain OUIs.

Universally administered and locally administered addresses are distinguished by setting the second least significant bit of the most significant byte of the address. If the bit is 0, the address is universally administered. If it is 1, the address is locally administered. In the example address 02-00-00-00-00-01 the most significant byte is 02 (hex). The binary is 00000010 and the second least significant bit is 1. Therefore, it is a locally administered address.[3] The bit is 0 in all OUIs.

Comment Re:Read Dr. Vahdat's blog post (Score 2, Interesting) 174

Take great care not to use any MAC addresses that are already in use. One would probably need to purchase/register entire blocks of MAC addresses just as a manufacturer of network adapters must do. Or...

Or simply use the private/local range of MAC addresses (02:xx:xx:xx:xx:xx) (The MAC address equivalent of ,say, 10/8)?

Comment Re:TL;DR (Score 1) 339

Student posts flame about hometown on MySpace, subsequently removes it.

Ex-princicple saw it while it was up, posted it to local rag with her name and address attached.

She gets threats, her father has to close his business.

Laywers, when asked identical questions, disagree on certain aspects of copyright and agree on others when using copyright as a possible way of getting money out of the local rag.

Comment Re:Shut down your web browser (Score 1) 601

Sure, but how many of those breaks cease being "mini"?

There are other ways to do during mini break. For example those that don't require you to continue sitting in the chair and staring at the screen (you should get up, move a little and look at something else once in a while)

Take up smoking? ;)

Comment Credit Rating Agencies in the US... (Score 4, Insightful) 543

It is not beyond the wit of the credit reference agencies to identify a US citizen from stuff other than the (it appears horribly abused) SSN?

I mean, if Experian can manage it in the UK (Name, Address, DOB is usually enough to identify you with the CRA,) why can't they do it in the US?

Or is this just simply laziness on the part of the CRAs?

Comment Re:Well (Score 1) 323

I've flown to around 14 different countries from South America, Africa to the Middle and Far East

You don't hear about terrorists wanting to declare Jihad on any of those countries do you?

Ignoring the fact that you seem to think that the 4 places I named are the only places I implied I'd been to, um, yes. In fact not only have 'terrorists' wanted to declare Jihad on them, they already have.

All from the same site because it appears to be useful source of such stuff, and thus probably biased in your eyes anyway:

http://www.historyofjihad.org/canada.html
http://www.historyofjihad.org/britain.html
http://www.historyofjihad.org/germany.html
http://www.historyofjihad.org/malaysia.html
http://www.historyofjihad.org/australia.html

Which is not to imply that every country I've been to has had Jihad declared against it.

Comment Re:Well (Score 1) 323

What choice do they have?

What part of flying on an airplane requires that you have fingerprints?

I dunno. In the past 7 years, I've flown to around 14 different countries from South America, Africa to the Middle and Far East (clearly not at the same time,) and not once have I ever had my fingerprints taken as part of the process.

Privacy

Submission + - UK Government respond to Phorm e-petition

shabble writes: "In response to an e-petition on Number 10's website, the UK government have finally responded saying

The Government is committed to ensuring that people's privacy is fully protected. Legislation is in place for this purpose and is enforced by the Information Commissioner's Office (ICO). ICO looked at this technology, to ensure that any use of Phorm or similar technology is compatible with the relevant privacy legislation. ICO has published its view on Phorm on its website:

http://www.ico.gov.uk/upload/documents/pressreleases/2008/new_phorm_statement_040408.pdf

ICO is an independent body, and it would not be appropriate for the Government to second guess its decisions

So they've decided to make no decision. Looks like the EU are going to have to do it for them."

Comment Re:not my children (Score 1) 296

You go to jail if you dont register the birth within 30 days.

No you don't. At least not in the country TFA is talking about: you get prosecuted (which might, but is highly unlikely to, result in jail - our prisons are full enough TYVM,) and you have 42 days to do it in:

http://www.barnsley.gov.uk/bguk/Community/Registrars/Registering_Births_Deaths/Registering_a_Birth

It is a legal duty to register a birth within 42 days. Failure to do so will not only leave you liable to prosecution but will also make it impossible for you to register to receive family allowance or register your baby with a doctor.

Comment Re:not my children (Score 5, Insightful) 296

if i had kids i'd refuse or give bogus details.

That sort of behaviour would likely to earn you a criminal record, and a marker on this database to indicate that your child is now on the child protection register (one of the groups of people for whom this database is for I'd imagine after the farce over 'Baby P.')

And I'm not being cynical, I only wish I were.

Comment It's coming to something when.. (Score 4, Informative) 469

It's coming to something when even the submitters can't be bothered RTFA. All night hackathons are not going to kill you:

All of these physiological changes are reversible, thoughâ"take a nap, and you'll be on the road back to normal.
[...]
After 32 days of total sleep deprivation, all the rats were dead.

So unless you work 32 days straight, you're not going to die.

Comment Re:Hungarian Notation (Score 3, Insightful) 731

Full Hungarian notation is a bit redundant, precisely because everyone (for reasonable values of 'everyone') DOES use some form of IDE to code, and any non-epic-fail IDE will at the least tell you variable types when you mouse over them, or pop up a member list for a class/struct when you go to type them.

Um - Hungarian notation is for coding what the variable represents, not the type of variable it's represented by.

Anyone using iVariable or sVariable to indicate that the former is an int and the latter is a string is doing it wrong.

It's this misunderstanding that's resulted in HN's 'bad' reputation.

See http://www.joelonsoftware.com/articles/Wrong.html for an example of how HN should be used.

Comment Re:There's only one opt-out (Score 1) 162

For instance, Gmail supports the "+arbitrary_tag" convention. So email sent to:

    example+listserv1@gmail.com

    example+bank1@gmail.com

    example+dad@gmail.com

  -- all shows up in the Gmail inbox of 'example@gmail.com'.

That, also, only works for companies that accept a + sign in the local part. Amex, for example, don't. As do(n't) a wide variety of regex's that people swipe off the net to use in their websites.

Slashdot Top Deals

Air pollution is really making us pay through the nose.

Working...