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

 



Forgot your password?
typodupeerror
×

Comment Re:Dear software engineers (Score 1) 175

You have a sessionless protocol trying to do sessions. Amusingly enough written on top of a connection based protocol (so you have a session built in- the TCP connection)

I'd love to know what you propose would do better and still scale to tens of thousands of page requests per second, and can deal with malicious network nodes and nodes dropping off the network without notice. You do realize that TCP is also doing sessions on top of a sessionless protocol, right? Is TCP poorly designed?

You have a text markup language based on the idea of the client choosing how to display data being used to display pixel perfect displays.

If the web was designed to be pixel-perfect, browsers would be as messy as Win32, trying to maintain backward compatibility with all sorts of different displays. Either that, or everything would be monochrome at low resolution.

You have a language that they had so much faith in they decided to name it after another popular language in hopes people would confuse them.

Yeah, the name "JavaScript" was stupid. So what?

And that language has no built in method for transfering data to/from the server or doing RPCs,

The only language I can think of that has arbitrary functions like RPC built-in is PHP. If you think PHP is the epitome of language design, then we have nothing more to discuss. Most good languages separate the language itself from the standard library.

you have the whole AJAX hack thrown in on top to do that.

I'm not sure what you mean by this.

There's nothing about the whole stack that's well designed for modern uses.

Sure, on the whole, it's not the best that we could do, but if you think nothing about it is well-designed, well, what would you propose? Flash?

But its universal, so we're stuck with it unless Mozilla and MS work together to push out something new.

The last thing anyone needs is Microsoft reinventing the web.

Comment Re:My Live Tweet (Score 1) 160

If those jackass Women's Libbers had just sat on their hands, the political process would have worked though, a consensus would have been reached, and the Republicans wouldn't have had such an effective wedge issue for 20 years.

What? What makes you think that would work?

Plausibility FAIL.

Comment Working as intended. (Score 1) 497

  • Protocol 2
  • Set PermitRootLogin to "no" or "without-password"
  • ChallengeResponseAuthentication no
  • PasswordAuthentication no

And then just ignore the attempts. fail2ban can sometimes be ok, but be aware that it creates a denial-of-service vulnerability that is exploitable by attackers who can can spoof source addresses.

Comment Re:Scope (Score 1) 107

.even if you thought, our laws were wrong, that wouldn't mean it would reflect well on you to, say, murder someone and keep quiet about it for 100 years hoping that the law would be changed in the meantime...

I'm pretty sure there's a corollary to Godwin's Law about comparing copyright infringement to physical violence.

Microsoft

Microsoft "Courier" Pictures 230

tekgoblin writes to let us know that Gizmodo has some early shots of the new prototype "Courier" booklet (foldable tablet) on the way from Microsoft. "Courier is a real device, and we've heard that it's in the 'late prototype' stage of development. It's not a tablet, it's a booklet. The dual 7-inch (or so) screens are multitouch, and designed for writing, flicking and drawing with a stylus, in addition to fingers. They're connected by a hinge that holds a single iPhone-esque home button. Statuses, like wireless signal and battery life, are displayed along the rim of one of the screens. On the back cover is a camera, and it might charge through an inductive pad, like the Palm Touchstone charging dock for Pre."

Slashdot Top Deals

The question of whether computers can think is just like the question of whether submarines can swim. -- Edsger W. Dijkstra

Working...