Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:Chrome Dumbed Down (Score 1) 68

Yes. Because it will work on 90% of the websites the user uses, he will likely understand it's not his browser problem, it is a problem with the website in question. The browser should not indicate a secure connection to the website if the browser knows that the connection is in fact not secure. Seems pretty self evident.

Comment Re:Changes require systematic, reliable evidence.. (Score 2) 336

That's pretty simple. Allow the user to prioritize their own traffic. There is even 3 bits set aside for this in the IP header known as precedence. Then do QoS using that as your indicator on what to drop first if connections become overtaxed. Which, was the exact purpose of those bits but no one ever actually implemented them. I'd be more than happy to tell my browser, etc to please mark those packets as "Best Effort", but please mark my actual browsing as "Priority", my netflix and pandora as "Immediate", and Skype and VoIP as "Flash".

Note that doesn't mean always don't throttle stuff I have marked as Flash, because then everyone will just mark everything as a high priority. Just throttle the packets I marked lowest first, and if there aren't enough of low priority packets then throttle the next highest priority until necessary. Or limit the number of packets per second for each tier, and silently treat them as a lower tier if there are too many.

Comment Re: Taxing the Congested Skies (Score 1) 223

Wasn't meant as a "brag", but it's the only numbers I had access to. For example, a 4-seater jet from my local airport to one that I fly to most:
Source Airport Fee $4,336.35 ($956 Fuel, $31.44 Landing, $157.60 "other", $22.31 parking, $3,169 reposition)
Dest Airport Fee $4,662.04 ($269 Fuel, $6.26 GPU, $12.29 landing, $37.53 "other", $8.34 parking, $4328 reposition)
Flight Rate $9,029.13
Fed Excise Tax $1,461.69

54% in airport fees and taxes.

Comment Re:Change Jobs (Score 3, Insightful) 275

And this is exactly what you don't want.

First, the managers don't need to know a lot of the technical details beyond an overview, and they need to be able to trust their developers to give them good information, and listen when they give advice. Any company that tries to have their managers both retain top notch technical skills using the latest technologies AND be a competent manager is doing it WRONG.

Comment Need more than a legal precedent (Score 0) 421

Does this mean that I can get a refund for the BIOS? Almost all machines license their BIOS from award or phoenix. What if I want to write my own? Can I ask for a refund since they don't sell a machine without a BIOS installed? What if I want a machine without a hard drive? I already have one. Can I force them to take the hard drive out and give me a refund? Or a case? I got a computer case. And the power supply. I have one of those. Don't need the motherboard. Heck, can I force them to remove the broadband cellular chip from my verizon only phone so I can tinker with it and maybe get a different one working? Can I have my car manufacturer remove the radio and get a refund since they don't offer one without a radio?

Italy is crazy.

Comment Re:Null Terminated Strings (Score 2) 729

Well it was also kind of important for being able to process data that you didn't know the size of until you actually hit the end, especially if you couldn't hold the whole contents in memory at one time, and you needed to be able to do something with it. Think streams where you can't just go back and write the size of the string at the beginning after you've already copied the string. NULL terminated strings are also smaller since it always only uses a single byte, even if the string is (or could be) longer than 255 characters. The size aspect typically isn't all that important today, but it still can be quite useful in memory constrained systems even today.

Comment Re:Hmmm (Score 1) 230

Not exactly the same. Windows 3.x line died back with Windows ME. Windows XP and beyond are all using a different kernel with a different architecture based on the Windows NT line, but share much of the same public APIs (Win32). You don't "install components to make it more secure", and that hasn't been true for nearly 20 years (20 if you used the Windows NT line). At least no more true than it is for linux, or any other OS. Of course there are packages that attempt to identify and mitigate issues, but so does every other OS, including linux.

Slashdot Top Deals

The cost of feathers has risen, even down is up!

Working...