Slashdot Mirror


User: thsths

thsths's activity in the archive.

Stories
0
Comments
1,208
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,208

  1. Re:Die already! on Google Retiring Chrome Frame · · Score: 1

    True, but they are all much better than IE6. And any sane OS supports at least IE9, which is not bad.

  2. Re:No.... on Disease Outbreak Threatens the Future of Good Coffee · · Score: 2

    And it isn't. Because quality coffee is grown in Africa, especially the Kenyan highlands. Whatever they do in middle America has little impact on quality coffee.

  3. Re:It'll do a lot for pre-installed Linux too... on XP's End Will Do More For PC Sales Than Win 8, Says HP Exec · · Score: 1

    Yes, except that it takes a PhD to create styles in LaTeX, whereas it is dead easy in MS Word (although of course people still fail, but that is a different issue). LaTeX is great for certain things, but for writing a quite note it is not suitable.

  4. Re:Circular logic on Ask Slashdot: How Do You Prove an IT Manager Is Incompetent? · · Score: 1

    Absolutely, this is the key to understanding management. But it seems that the manager is not very good at his job either.

  5. Re:Circular logic on Ask Slashdot: How Do You Prove an IT Manager Is Incompetent? · · Score: 1

    An IT manager does not have to be an IT technology whizz kid, but he does have to be a decent manager. Managing sometimes means listening to the right people. If the IT manager is a bad manager, that has to be documented, and a plan for finding a better manager has to be pursued. But surely as a consultant the OP should know that?

  6. Re:you're overthinking it. on Ask Slashdot: How Best To Disconnect Remote Network Access? · · Score: 1

    > At the least, a civil suit for any damage caused.

    Good point. I assume there is a contract, and the contract specifies damages caused by incompetence? In that case it would not be the OP's problem again. The question is whether it is worth suing a supplier - usually that does not exactly help the business relationship. But it may be leverage to come to some kind of resolution.

  7. Re:Ever heard of managed switches? on Ask Slashdot: How Best To Disconnect Remote Network Access? · · Score: 2

    > Connect the VPN device to the locked down port.

    Finally someone with a solution. The job of manufacturing is to make things, and more often than not that will require vendor support. Security is nice, but performance is more important. Judging by the OP's words, going through IT is major pain, so they don't.

    I would recommend a VPN or a web based solution to enable access with a simple password. It has to be easy to use for the vendor - they have many customers, and remember that they have corporate machines with specialist software, too. So they may not be able to install your preferred tool, and they will certainly not allow the Cisco VPN client to reconfigure security settings, for example.

    When I did vendor support, the companies did trust us. We had access when we wanted, one customer was just via password, another had an RSA token. And we were a small company, but we did not screw up. That is what you should aim for.

    At the end of the day, B2B connections are always tricky, because more often than not two authoritarian IT departments clash. I could tell a story about trying to set up a shared drive between three companies... And if IT cannot sort it out, it will be overruled on financial grounds.

  8. First on NHTSA and DOT Want Your Car To Be Able To Disable Your Cellphone Functions · · Score: 5, Insightful

    passenger - do you want to restrict them, too?

  9. Re:My data will be readable on Vint Cerf: Data That's Here Today May Be Gone Tomorrow · · Score: 1

    > If his data won't be readable, that's his problem.

    Actually the problem is (as usual) in front of the screen. There are many programs that can read a 1997 powerpoint file - he just picked the one version of office that does not.

    Using a format that is designed for compatibility would also solve the problem. PDF is pretty good, but there can be issues with embedded objects. PDF/A seems to be a safe bet, maybe missing some nice features, though.

  10. Sucking Update Policy on Intel Rolls Out "Beacon Mountain" Android Dev Platform For Atom · · Score: 1

    Despite the fact that Intel has only about 3 phone models released, all on the same platform (a second one is coming), they fail to provide updates to Android 4.2 for all of them.

    So this is just another shot in the foot for them. Android is a great ecosystem, but it is not for the faint of heart. If you want to compete, you have to do it properly. Half-hearted attempts will like (just like HTC).

  11. Re:why does your phone need software running on yo on iTunes: Still Slowing Down Windows PCs After All These Years · · Score: 1

    So, itunes is a dog? Always has been, always will be. News at 11.

  12. Re:Shocking... on Evernote Security Compromised · · Score: 1

    > with the best will in the world you're always just one mistake away from letting the bad guys in.

    Not at all. With a bad security model you are only one step away from being owned. If you have a proper security model, you have several layers, and just a single one. So there should be no single point of failure. Combine this with decent testing etc, and you have a reasonable amount of security.

  13. An idea for the UK on DHS Can Seize Your Electronics Within 100 Mi.of US Border, Says DHS · · Score: 1

    That would let them do a lot more searching...

  14. Re:I've Seen Touch Screens For Years on Microsoft Blames PC Makers For Windows Failure · · Score: 1

    Every other version. Windows 3 sucked less than DOS (which was still used by Windows 1.0). Windows 95 sucked less than Windows 3.1. Windows XP was pretty decent, although the time was not quite ready when it was released. Windows 7 was certainly a decent release (not without flaws and regressions, but lots of things are better), and I hope they support it for a long time. Windows 8 is again something the time is not ready for, but that may change.

  15. Re:Salesman Inventors and Snowed Investors on Crowd Funding For Crank Physics · · Score: 1

    > I guess either he's completely deluded

    Spot on, end of story.

  16. Re:Why this zero-day? Why Java? on Apple and Mozilla Block Vulnerable Java Plug-ins · · Score: 5, Insightful

    > Why does this one deserve special treatment?

    Because it is
    * wide spread, both in terms of users and in terms of malicious sites
    * serious: remote exploit with none but the initial user interaction
    * arrogant of Oracle not to respond
    * avoidable, because nearly nobody needs Java anyway

    Oracle really dropped the ball here, and they deserve to be kicked.

  17. Re:it's not like we didn't see this coming on Windows 8 Even Less Popular Than Vista · · Score: 1

    I wound agree, the only problems with Win95 came from incompatible software, and Win98 was just fine for me. I never tried Win98SE, but I agree that ME was crap. In fact, I think Win ME started the bad - good - bad cycle. Think about it: Win 3 and Win 3.1 were both kind of ok, too.

  18. Re:Distaste of C++ on GNU Grep and Sed Maintainer Quits: RMS and FSF Harming GNU Project · · Score: 4, Insightful

    > I knew about Linus Torvalds's distaste of C++

    And for good reason, C++ in kernel space is a recipe for disaster. Some parts of it may be useful, others would be highly inappropriate.

    > What is it with open-source leaders and their irrational hate of C++?

    There is nothing irrational about it. C++ is one of the most powerful compiled languages ever conceived, but it is very ugly. It also supports just about any programming paradigm, badly, making the choice between them especially hard. Every other language out there has more focus and more style, except maybe perl.

  19. Re:This Is Ridiculous on IQ 'a Myth,' Study Says · · Score: 2

    It seems that in good Slashdot style, nobody has even read the abstract. It is quite specific:

    "The higher-order “g” factor is an artifact of tasks recruiting multiple networks"

    Now that is an interesting statement, it says that there is not one key element (or factor) for intelligence, which helps with a lot of tasks. Rather many tests measure the same core aspects of intelligence. That is an interesting finding, but it is also very hard to support: how do you measure that which you cannot measure? And at the end of the day, I am not sure it has much significance in a practical sense.

  20. Re:Why? on The Struggles of Getting Into the App Store · · Score: 2

    There is more truth in this than it first appears. Apple wants 30% of your profits with the app - and that may be fine for retail software, but it is hardly acceptable for specialist software. Then again the app store is designed for a general audience, not for specialist software.

    I think the logical conclusion is that specialist software should not be distributed over the app store. It should be side loaded.

  21. Re:Try.. on Ask Slashdot: How Can I Protect My Android Devices From Hackers? · · Score: 3, Insightful

    Exactly. I would recommend to dial back the paranoia, not every bug is evidence of being hacked. Unfortunately the WiFi stack of Android is absolutely full of bugs, but most only cause a bad connection or a disconnect.

    That being said, Android 2.2 is way out of date, and you should not consider it secure in any sense of the word. Watch the information that you put on your phone, including login data. And there is nothing you can do about it, except complain to the manufacturer about it not being "fit for purpose".

  22. Re:10% decline in quarterly revenues? on AMD Reportedly Preparing Massive Layoff · · Score: 0

    > Meanwhile they're not competeing in servers or smartphones, the PC market

    And they are not competing in the PC market, either. You can get the same performance (and usually less driver issues) by just going with Intel. AMD lost the performance advantage that they had with the Athlon64, and now they have lost the price advantage, too. The only thing they have going is the APU concept, but single thread performance is terrible, power consumption is high, and the price is again not that much less than you would pay for Intel plus an entry level graphics card.

  23. Re:AMD needs some high profile support on Intel CPU Prices Stagnate As AMD Sales Decline · · Score: 1

    > "amd64" is called that because that's what AMD branded their implementation of x86_64. You know what Intel calls their x86_64 implementation? "Intel 64"

    No, they don't. Intel 64 is the Itanium architecture, which is lesson in how you can turn a good idea into a bad product.

  24. Bad understanding of risk on To Encourage Biking, Lose the Helmets · · Score: 2

    > "maybe we should wear helmets when we climb ladders or get into a bath"

    Of course we should wear a helmet (or better a harness and a safety rope) when climbing ladders. It is know to be one of the most dangerous activities in a normal household.

    But you also have to look at the context. Free-climbing for example is technically much more dangerous than climbing a ladder, but people are typically skilled and very concentrated when they do it. Average folk climbing a ladder are inexperienced and often distracted. This combination can make any activity dangerous.

  25. Re:The formats being ditched are Office 97-2003 on Google Docs Ditching Old Microsoft Export Formats On Oct. 1 · · Score: 1

    > Interesting as my multi-national (70k +) corp still runs Office 2003

    And why exactly would they do that? Office 2010 is so much more functional, and a lot easier to use to. Word may not have changed all that much, but it has a new GUI and a good equation editor. PowerPoint has changed massively, from an ugly program to complete the package to something actually quite useful.

    I understand that you may want to wait with updates, and not do every version. But since Office 2010 has SP1, there is really no reason not to start upgrading. Plus of course the support is running out soon, and there should be time for an orderly conversion...