Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:Hm (Score 1) 105

I think it's incredibly naïve to believe that we can, in one atomic action, rip out and replace tcp/ip (or whatever other technology) with something that is "better" for whatever value of the word "better" you assign it to have. An incredible amount of work and research has gone into making things work the way that they do, and not only do they work pretty well, but upgrading them to fix issues like this buffer bloat thing is not some Manhattan Project-esque undertaking, like reengineering the internet would be.

Comment Re:ask a mechanic (Score 1) 672

At least your ignition module didn't spontaneously combust. I was working at an auto shop back in the mid 90's when I was just a retarded kid and we had a Ford ambulance burn to the ground in the parking lot after the ignition module shorted out and started a fire. Apparently that was a thing Fords did back then.

Comment Re:Apache Never Again (Score 1) 209

Plus you lose the secure flag in HttpServletRequest if you don't use AJP proxying, so then you have to do some kind of stupid header hack or a second port or IP to provide the Java runtime with knowledge that your channel is secure (unless you are running 100% SSL, which isn't a bad thing imo).

Comment Re:Any rational programmer is anti-JS (Score 1) 575

I would say C is worth discussing considering the story is about a guy who is all C, C++, Java and some rhodes scholar AC up there said JS has inferior abstractions.

Also please make sure not to conflate lambdas with closures. It's pedantic but they are different animals. I don't know enough about C++11 'cause I had the good sense to flee from that shit in the 90's so I can't speak to the implementation of it's lambdas to know if they can close over free variables. Java, for instance has anonymous inner classes which can behave like lambdas, in a manner of speaking, but you are explicitly forbidden from closure.

Slashdot Top Deals

Anyone can make an omelet with eggs. The trick is to make one with none.

Working...