Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:When will Mozilla wake up?! (Score 1) 135

1. Ditch the UI designers. They clearly haven't helped improve Firefox. It's better to have programmers creating UIs than designers.

I don't even give a shit about the UI if it runs bad. Once everything is perfect, they can change the UI all they want, without affecting performance and functionality.

Use modern C++ techniques, which render Rust irrelevant.

I'm glad someone said it. If you follow C++14 standards, there is no reason for Rust to exist anymore.

7. Actually finish the goddamn multi-process work. It has been going on for years now.

Multi-process is being treated like an optional "maybe we'll include this at some point if it is perfect" feature. Instead they should release a beta with multi-process (main Firefox beta, not electrolysis). People will use it and file bugs and then those bugs can be squashed. Within 6 months Firefox will be a nice multi-process browser.

8. Ditch the participants who are more concerned with "social justice" and promoting leftism than they are with producing the best web browser.

Those who do not follow meritocracy deserve to watch their browser die a slow death.

Comment Re:Apple's MFI certification not so dumb now (Score 1) 193

Surprisingly, other manufacturers also faced the same problems and came up with an easy, effective and cheaper solution: just build protections against shorts/over-current/over-voltage in your ports, upto a reasonable safety margin. So now my 10 year old HP desktop will show a discreet notification "The USB device on port 2 was drawing too much current and has been shut down." while the newest Macbook fries itself. Brilliant.

Comment Re:Benson fried his Pixel C; USB C cables DIFFER (Score 1) 193

>when Benson connected it to a Pixel C to charge some device (Nexus Phone?), the Pixel was destroyed

This just indicates the poor quality of the Pixel's USB implementation. In this case, even an external power supply wasn't involved. Just a fucked up cable. So essentially, the Pixel fried itself just because of some shorted pins. I guess companies will keep making sub-standard products as long as idiots keep buying.

Submission + - Alpha Go Takes the Match 3-0 (i-programmer.info)

mikejuk writes: Google's AlphaGo has won the Deep Mind Challenge, by winning the third match in a row of five against the 18-time world champion Lee Se-dol. AlphaGo is now the number three Go player in the world and this is an event that will be remembered for a long time. Most AI experts thought that it would take decades to achieve but now we know that we have been on the right track since the 1980s or earlier. AlphaGo makes use of nothing dramatically new — it learned to play Go using a deep neural network and reinforcement learning, both developments on classical AI techniques.
We know now that we don't need any big new breakthroughs to get to true AI.
The results of the final two games are going to be interesting but as far as AI is concerned the match really is all over.

Slashdot Top Deals

Beware of Programmers who carry screwdrivers. -- Leonard Brandwein

Working...