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

 



Forgot your password?
typodupeerror
×

Comment Facebook (Score 1) 249

Am I the only one who thought of The Social Network when I read this article. That sounds like the same thing Zuckerberg did to Eduardo.

Is it common in big companies to dilute out the smaller players so that they won't be stuck with them forever?

Comment Re:Excellent (Score 1) 229

Chrome has a lot more options than you might think. In your case, to change the profile location:
--user-data-dir=D:\foo\bar\chrome-profile

For temp files it uses your system temporary directory -- chrome won't be the only program using this, so make sure your TEMP is set to a reasonable place -- but regardless, most of its data goes into the user-data-dir.

Also, if you don't like Google Chrome deciding when to update and where to install, you can download the Chromium nightlies, which come in a portable format that you can place wherever -- with the same features.

Comment Follow Sourceforge's example (Score 1) 159

I wonder how much outcry there would be if these companies reset all the old user account passwords like sourceforge just did.

Hello,

We recently experienced a directed attack on SourceForge infrastructure
(http://sourceforge.net/blog/sourceforge-net-attack/) and so we are
resetting all passwords in the sf.net database -- just in case. We're
e-mailing all sf.net registered account holders to let you know about this
change to your account.

snip...

So, as a proactive measure we've invalidated your SourceForge.net account
password. To access the site again, you'll need to go through the email
recovery process and choose a shiny new password:

https://sourceforge.net/account/registration/recover.php

Comment Market updates? (Score 5, Interesting) 98

<rant>
Wait, they can't just use Market to push out new browser updates? Something to do with the browser being integrated into the OS? (Yet all third-party browsers are not--can't google at least provide a second non-integrated but secure browser?)

Are you telling me that one of the *most complicated* applications on the OS which deals with untrusted data from the internet can not be updated? Did the android developers dream that the web browser will not have security bugs?

Then, did they just push out Android 2.3, *knowing that there was a security bug in the past, and likely to be more in the future*, and still provide no way to release updates to the browser?

Google, are you serious? </rant>

. /me updates Firefox with the hope of getting a less buggy version

Comment Re:Status Bar??? (Score 1) 537

Customizability is what extensions are for. Be glad that XUL gives you the flexibility to re-implement these features using its fast javascript engine.

Here's the one here that I'm using, and it offers more flexibility than the original status bar.
https://addons.mozilla.org/en-US/firefox/addon/status-4-evar/

Comment Obligatory BOFH reference (Score 1) 257

http://www.marginart.com/misc/bofh/13may98.html

"Managers are stack-based," I explain. "Rule one is that they have, at most, a two-item stack limit. Mention a technical term and they'll push it onto their mental stack. Mention another, they push that up there as well. Mention yet another and they stack overload and reboot. That is, they think about what they're going to do after work, how sore their bum is, whether the marketing assistant knows her blouse is almost see-through, and so forth."

Simplifying Search For a Younger Audience 72

An article in the NY Times discusses how kids interact with search engines, which are primarily designed for adult users who are familiar with basic internet concepts. From the article: "When considering children, search engines had long focused on filtering out explicit material from results. But now, because increasing numbers of children are using search as a starting point for homework, exploration or entertainment, more engineers are looking to children for guidance on how to improve their tools. ... Stefan Weitz, director of Bing, said that for certain types of tasks, like finding a list of American presidents, people found answers 28 percent faster with a search of images rather than of text. He said that because Bing used more imagery than other search engines, it attracted more children. ... Children also tend to want to ask questions like 'Who is the president?' rather than type in a keyword. Scott Kim, chief technology officer at Ask.com, said that because as many as a third of search queries were entered as questions (up to 43 percent on Ask Kids, a variant designed for children), it had enlarged search boxes on both sites by almost 30 percent."

Comment Re:Seems reasonable... (Score 2, Funny) 520

I don't know why you all are so confused. The contract is pretty unambiguous to me:

> megabytes sent or received
> using Mobile Web (including
> advertising) will be aggregated each month, rounded up to the next
> megabyte, and billed at
> $1.99/MB.
> Rates are rounded to the nearest whole megabyte. One megabyte is equal
> to 1024 kilobytes.

This would imply a charge of $0 in your case. It would also charge you $2 when rounding up to the whole megabyte.

Using my verizon math skills, I can see that adding these two charges together gives us $2 + 0 = $20.
It would appear that you managed to save a whole 18 cents.

Comment Re:Structured Stream Transport (Score 2, Interesting) 230

I definitely agree with you. In fact byte streams being a fundamental part of POSIX is one thing I love and make use of every day, for example piping output between programs/sockets. My post was not very clear, but I was trying to say that users developing application protocols should not be using BSD sockets directly any more--people usually write or use libraries for that sort of thing.

As far as new protocols go, you can build basically anything using UDP (and UDP is far less likely to be firewalled than any custom IP-level protocol you make up). I think such a protocol could only ever be practically implemented user-space library anyway

I would be curious what the article thinks is so fundamentally wrong with the sockets paradigm.

Comment Re:Structured Stream Transport (Score 1) 230

I honestly had never heard of SCTP before, and I'm surprised that it is not used more widely since it has been around since 2000. It looks to be more complicated than what I was talking about since it covers more issues (talking to multiple hosts). Do you happen to know of any uses of this protocol in real applications?

BSD Sockets themselves are very flexible, I suppose I was complaining about the read/write semantics in stream sockets. Either way, it is possible to layer protocols even at the application level so it's not a big deal. Sadly I didn't get a chance to read the article before acm.org died.

Slashdot Top Deals

Overload -- core meltdown sequence initiated.

Working...