Forgot your password?

typodupeerror

Comment: Sounds like Feynman... (Score 1) 152

by Bazzargh (#39602517) Attached to: Google Actually Patenting Its April Fools' Joke

In 'Surely you're joking' he describes the last days of the Manhattan project, where they made up patent ideas for nuclear everything (cars, planes, etc). They considered it a joke at the time. There's a copy of that bit of the story online here.

However, if you did come up with some fundamental technology, and had the cash to file all the patents, it seems like a plan - though not for the inventor. Feynman's cut was just $1.

Comment: Re:An odd pattern in the comments... (Score 1) 399

by Bazzargh (#38894031) Attached to: Ask Slashdot: Techie Wedding Invitation Ideas?

I don't think its at all odd that he'd consult with his partner - in fact I never said that so why put in 'quotes'? My assumption was that he'd already done so, its the obvious thing to do. I don't expect he's come to /. for relationship advice, but for specific geeky suggestions.

And "geek attention whoring"? Really raising the tone of the conversation there.

Anyway, glad your weddings went well.

-B

Comment: An odd pattern in the comments... (Score 2) 399

by Bazzargh (#38838089) Attached to: Ask Slashdot: Techie Wedding Invitation Ideas?

"Don't worry about it, your wife will (thankfully) veto this (stupid) idea."
"Hey Moron, Seek advice from your wife-to-be!"
etc

The submitter's name was Qa2. Nothing in the post says if its a man or a woman (even their email address only gives the initial of their given name).

You could say, sure, but this is /. 90% chance its a guy. But then there's the other aspect of those comments - they also assume that his fiancée is not a geek.

Would that really be so strange?

-B

Comment: Had a job interview at GCHQ... (Score 4, Interesting) 85

by Bazzargh (#38235826) Attached to: UK Recruiting Codebreakers Via Social Networks

20 odd years ago...I had been doing the usual round of physics graduate interviews, GCHQ's was a little different. After getting the security pass to get in and being escorted to the interview room, they told me that I wouldn't be able to ask any questions about the job (except pay). Or rather, that I could ask if I liked, but they weren't going to answer. Weird.

The point I guess, is that GCHQ don't recruit clandestinely like spooks, even if the interview process is odd. They're part of the civil service, they advertise in the paper, and recruit graduates in the milk round.

Comment: That's NOT what the report said. (Score 1) 88

by Bazzargh (#37079016) Attached to: In Rural UK, Old 2G Phones Beat 3G Smarphones For Connectivity

The article misrepresents the Ofcom report. Here's what the report actually said:

However, in the more rural areas that the phones were tested, the feature/entry-level phones generally returned somewhat better performance than smartphones for call completion and call setup. This may be due to the reduced complexity of antenna on these devices and 2G phones not having issues in switching between 2G and 3G networks. These performance differences are likely in practice to be modest, and not necessarily a factor that consumers should base their choice of phone on.

Source: http://stakeholders.ofcom.org.uk/market-data-research/telecoms-research/mobile-not-spots/mobile-coverage-for-consumers/

They go on to say that this may be in part due to the complexity of switching between 3G and 2G and that it can be mitigated by turning off 3G in your smartphone in rural areas...construing this as "users should invest in mobile phones different than latest Smartphones" is a bit of a leap.

Comment: Re:It's all images (Score 1) 164

by Bazzargh (#36659204) Attached to: Pdf.js Reaches First Milestone

The big downside is that it's all images and you can't do all those fancy things you can do with text. Like select, copy & search.

I'm working on it. To get text out of pdf.js as is, you just implement a TextGraphics object (like their existing CanvasGraphics one) and just implement the text and coordinate transform commands. There's lots of ways of getting that into a copy/pasteable form afterwards, but its early days and I'm just coding up the OCR-ish algorithms needed to infer reading order from non-tagged pdf (the most common case).

I'm not associated with the project, but this is on their todo list too, and someone else might get it done before me. But it will be done.

Comment: Patent Quine (Score 1) 187

by Bazzargh (#34353482) Attached to: Tandberg Attempts To Patent Open Source Code

Ok so I got bored and wrote a quine patent application. Almost as painful as COBOL. Havent tested it by running it through the lawyers.

METHOD FOR RECREATING THIS PATENT APPLICATION

CLAIMS

1. A method for constructing a textual representation of this patent
application, by executing the method described in its claims; the
method comprising:
(i) emitting the text result of applying a decoding procedure to a
data string S, followed the content of S, followed by a period
character ('.').

2. The method according to Claim 1, wherein the decoding procedure
comprises:
(i) splitting the data string S into pairs of characters H;
(ii) converting the pair of characters H into a number N via a primary
decimalization procedure;
(iii) Returning the result of replacing each number N by the by the
corresponding ASCII character.

3. The method according to claim 2, wherein the primary decimalization
procedure for a character pair H comprises:
(i) Splitting the character pair H into two characters, the first H1
and the second H2;
(ii) Converting the first character H1 into a number N1 via a
secondary decimalization procedure;
(ii) Converting the first character H1 into a number N2 via a
secondary decimalization procedure;
(iv) Returning the result of adding 16 times N1 to N2.

4. The method according to claim 3, wherein the secondary
decimalization procedure for a character C comprises:

(i) if the character C is a digit from 0 to 9, then the result is the
value of that digit;
(ii) otherwise, the result is 55 subtracted from
the ASCII value of the character C.
(iii) Return the result.

5. The method according to claim 4, wherein the data string S
comprises:
4D4554484F4420464F52205245...(and I had to remove the rest of
the hex-encoded version of the text above because the slashdot
lameness filter objected. Quite reasonably, I think)...
65696E20746865206461746120737472696E6720530D0A
636F6D7072697365733A0D0A.

Questions are never indiscreet, answers sometimes are. -- Oscar Wilde

Working...