Slashdot Mirror


User: danhuby

danhuby's activity in the archive.

Stories
0
Comments
143
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 143

  1. Tesla needs to hurry up on Tesla's Promised $35,000 Model 3 Is Still a Long Way Off (engadget.com) · · Score: 3, Informative

    By the time Tesla manage to make a $35,000 Model 3, other manufacturers may well have beaten them to it.

    Some are already close. The electric Hyundai IONIQ is less than $30,000 and if the range improves by 60 miles or so (50%) it will be competitive with the Model 3 - which doesn't seem like a huge leap.

    And this is just one model. There is already the 180+ mile range Renault Zoe available in Europe, and the new LEAF has around 170 miles.

  2. Re:Margin on Tesla's Promised $35,000 Model 3 Is Still a Long Way Off (engadget.com) · · Score: 1, Insightful

    If you go back to the Tesla Model 3 reveal, the current setup not how it was sold.

    I'm pretty sure it was along the lines of "Available from $35,000 - place your reservation today".

    So the argument here is that those reservations were miss-sold, not that the business model is a surprise.

  3. Disappointing? on Google Discloses An Unpatched Windows Bug (Again) (bleepingcomputer.com) · · Score: 5, Insightful

    > Microsoft has described Google's announcements of unpatched Windows bugs as "disappointing".

    I would describe Microsoft's ability to patch these bugs within a reasonable timeframe as "disappointing".

  4. ...and they'll want to move out of London in style, right?

  5. Accidentally? on Teenager Accidentally Launches DDoS Attack On 911 Systems (softpedia.com) · · Score: 5, Insightful

    Accidentally? Seems really unlikely. I'd like to see the code to see how that was possible.

  6. Mileage - pinch of salt on Tesla Preps Bigger 100 KWh Battery For Model S and Model X (theverge.com) · · Score: 4, Interesting

    Those mileage figures need to be taken with a huge pinch of salt. Based on my own experience with my 70D (my real world range estimate = 200 miles) I estimate a 100D would have a range of around 285 miles. Which is still excellent.

    I think 381 miles will only be possible driving 30mph on a flat road with no wind.

  7. Trump springs to mind on How To Hack an Election (bloomberg.com) · · Score: 4, Insightful

    "manipulated social media to create false waves of enthusiasm and derision"

    Trump hired people to cheer at his rallies. Doesn't seem too much of a stretch to assume he does the same thing online too.

  8. Re:I don't think that means what you think it mean on Google Is Testing Self-Promotion Ads On Search Results (pulseheadlines.com) · · Score: 1

    We must be looking at a different Wiktionary.

  9. Re:That oughta hold the little SMBs on Google Is Testing Self-Promotion Ads On Search Results (pulseheadlines.com) · · Score: 1

    Small and mid-sized business

  10. Re:I don't think that means what you think it mean on Google Is Testing Self-Promotion Ads On Search Results (pulseheadlines.com) · · Score: 1

    Wiktionary says it's the simple past tense and past participle of impulse. Impulse means a sudden urge requiring action.

    Rephrasing then... "This new type of self-promoting campaigns that Google felt the urge to action..."

  11. Re:Just switch to Plone on Joomla SQL-Injection Flaw Affects Millions of Websites (trustwave.com) · · Score: 1

    Has it improved much since 2006? When I used it back then it was awful. Slow, terrible UI, over engineered.

  12. Re:Today I Learned on Joomla SQL-Injection Flaw Affects Millions of Websites (trustwave.com) · · Score: 2

    Well said. And it only takes one mistake by one person to introduce a vulnerability. In hundreds of thousands of lines of code.

  13. Re: Sensors wrong on Planes Without Pilots · · Score: 1

    How can you be so sure? This scenario could have been coded for. Software could have handled it better.

    In this TED talk it's demonstrated how the software controlling a quadcopters could figure out an innovative new way to fly even with two of its propellers removed.

    http://www.ted.com/talks/raffa...

    I'm not sure a human operator could have done that.

  14. Darwin Awards (security department) on Man Caught Trying To Sell Plans For New Aircraft Carrier · · Score: 1

    If you want the plans for something it's not necessarily because you want to recreate it. Have you not seen Star Wars?

  15. Possible fix - multi-browser engine app? on Ask Slashdot: Why Won't Companies Upgrade Old Software? · · Score: 1

    There should be a simple fix for the specific IE version issue. It's possible to run multiple IE browser engines on the same OS as there's an app that does this already (IETester).

    It should be possible to create a piece of software - if one doesn't already exist - a web browser that is designed for enterprise use and allows the IT department to specify different browser engines for different sites.

    That outdated internal application could be configured to use the IE6 engine - other newer applications and external websites could use newer IE engines or another engine entirely such as WebKit.

    It could be rolled out by replacing 'iexplore.exe' and assuming the interface was very close to Internet Explorer it could even be transparent to users and thus very easy to roll out.

  16. Re:Cable TV on Google Forbids Advertising On Glass · · Score: 1

    I think I agree with that. Google are probably worried that initial sales would be hampered by the preconceived notion that it would be used for major eyespam.

  17. Re:Parsing user agent strings = bad. on Testers Say IE 11 Can Impersonate Firefox Via User Agent String · · Score: 1

    In my view these are both examples of the bad practice I mentioned in my post.

    Your first example requires a continually maintained list of phone browser user agents. The second example, a list of search engine user agents. There are a vast number of devices and browsers and you're unlikely to stay on top of this list.

    Creating a unique table row for every visitor to your site isn't the best application design for the reason you point out - a browser without cookies is going to add a new row with each access. My approach would be to generate a session key but store that in a cookie only, with session related data stored only as necessary (e.g. basket rows). Search engines are unlikely to POST so you won't get any basket rows from them (if you're adding to a basket via GET then you will have other issues).

  18. Parsing user agent strings = bad. on Testers Say IE 11 Can Impersonate Firefox Via User Agent String · · Score: 4, Interesting

    I've been developing web applications full time since 1996 and I've never once had to resort to browser detection via user agent strings. It's just bad practice.

    The fact that some people have been doing this has led to the very convoluted user agent strings we see today, rather than a simple description of the browser / rendering engine and version.

    It's perfectly possible to write code that works cross-browser without having to detect browsers via user agent strings. The closest I've come to any sort of browser specific code is occasionally including IE specific CSS to work around IE bugs, but this included in an IE specific way and is ignored by other browsers.

    A browser vendor should be able to put whatever they like in the user agent string, and if that breaks a web site or application, then so be it. It's the fault of the developer for making assumptions.

  19. I think it was a joke.

  20. Re:Wait what? on Open-Xchange Launches "Open Source" Browser-Based Office Suite · · Score: 5, Informative

    This is free for home and business use also. The non-commercial restriction applies to the operators of the software, not the users of it.

    Google docs on the other hand is completely closed source.

  21. Re:A better question on Why Hasn't 3D Taken Off For the Web? · · Score: 1

    Do you really need 3D support for 3D product visualisation? Object rotation videos (like QTVR's Object VRs) have been around for ages. I company I used to work for was creating these back in 1998. It's a series of photos of the actual product, so you can rotate and see the product from different angles. A non-plugin JS version would be trivial to build.

  22. Re:No plug-ins on mobile on Why Hasn't 3D Taken Off For the Web? · · Score: 1

    Safari for iOS and Chrome for Android don't support browser plug-ins.

    ...which is a problem with the native code route. Java applets weren't a bad solution to this problem, but of some reason they fell out of favour. There were a lot of terrible applets, but there was nothing wrong with the technology in my view. 3D acceleration support via OpenGL / Direct3D is there.

  23. Why? on Why Hasn't 3D Taken Off For the Web? · · Score: 1

    I don't see why we would need pages of information to incorporate 3D elements. The only two uses I can think of are games and gimmicky UI / animations. The former would be better served via native code with a browser plugin (e.g. Unity3D) or a virtual machine (e.g. Java applets). The latter - gimmicky animations - we could probably do without.

    A better use of 3D might be to use XML/HTML/HTTP type technologies to model virtual worlds that can be linked together in the same way we link pages together with anchors. We already had this with VRML and it didn't take off. It might have been ahead of its time, as bandwidth was much lower back then and hardware 3D acceleration was less common. I'm not convinced, though.

  24. Re:Difference between GPL and MPLv2? on LibreOffice 4 Released · · Score: 1

    And for completion:

    BSD/MIT: all derived works can be relicensed as proprietary

  25. Re:Difference between GPL and MPLv2? on LibreOffice 4 Released · · Score: 1

    GPL: the whole of a derived work, even new components, must remain under the GPL
    MPL: only the code files licensed under the MPL must remain under the MPL