Slashdot Mirror


User: Z00L00K

Z00L00K's activity in the archive.

Stories
0
Comments
6,410
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 6,410

  1. Re:Solid state battery on Solid-State Battery Could Extinguish Fire Risks (thestack.com) · · Score: 1

    Not anymore, now we have suddenly created a peak in the search for that technology.

  2. Re:It's because 90% of security warnings are rubbi on People Ignore Software Security Warnings Up To 90% of the Time, Says Study (phys.org) · · Score: 1

    Here they only lower the speed limit, but they rarely enforce it so people drive as they see fit.

    The few that follows the speed limit causes some "interesting" driving.

  3. Re:Software Security Warnings: on People Ignore Software Security Warnings Up To 90% of the Time, Says Study (phys.org) · · Score: 5, Funny

    Yup - the engine is still there.

  4. Re:Do they really ignore them? on People Ignore Software Security Warnings Up To 90% of the Time, Says Study (phys.org) · · Score: 2

    I agree - and when I get a security warning for my own stuff signed with a self-signed certificate I also happily skip it.

    The problem with security warnings is that they are too clunky.

  5. The next generation gaming will be in the cloud, requiring gigabit connection.

  6. Re:And so it starts... on Startup Aims To Commercialize a Brain Implant To Improve Memory (ieee.org) · · Score: 1

    Interesting that Eliza have that capability considering that it was written so many years ago.

  7. Re:Boom, indeed on Malware That Fakes Bank Login Screens Found In Google Ads (fastcompany.com) · · Score: 1

    “Certainly the game is rigged. Don't let that stop you; if you don't bet you can't win.”
      Robert A. Heinlein, Time Enough for Love

  8. Welcome to the world of David Drake on Startup Aims To Commercialize a Brain Implant To Improve Memory (ieee.org) · · Score: 1

    Read the RCN series of books starting with With the Lightnings.

  9. Re:Timing is everything on Wrong Chemical Dumped Into Olympic Pools Made Them Green (arstechnica.com) · · Score: 4, Informative

    Not on the news in every part of the world. And it took a while from submission to presentation where the editor obfuscated the content as well, original submission here: https://slashdot.org/submissio...

    The fact that someone screwed up is one thing, but it's good to also get some information on what the screwup was and the consequences of it - that it wasn't entirely safe from a health point of view. At least it didn't create mustard gas.

  10. Re:Any military use? on China Launches World's First Quantum Communications Satellite (theverge.com) · · Score: 3, Informative

    The military application is there if the quantum technology is protecting secret communication to a level that makes it impossible for anyone external to view it.

    I wonder if they have been able to also implement a way to detect if someone listens to the signal using entanglement. It would be quite the deal if it was possible to detect that on a wireless signal.

  11. Re:The Bubble Sort on Ask Slashdot: What Are Some Bad Programming Ideas That Work? (infoworld.com) · · Score: 1

    You can often add your own sort condition to the sort routine that takes care of how to decide the order of the elements.

    There are rare cases where the library-provided sort routines aren't good enough, but they are usually from performance perspective.

  12. Re:Shying away from OOP(s) on Ask Slashdot: What Are Some Bad Programming Ideas That Work? (infoworld.com) · · Score: 1

    Most cases where OOP is used and failed is caused by not understanding the complete solution and a correct break-down of the "problem".

  13. Re:Non-standard formatting on Ask Slashdot: What Are Some Bad Programming Ideas That Work? (infoworld.com) · · Score: 1

    It usually is a bad idea, but it depends on the case.

    In this case I don't see the need to break down on separate lines. But otherwise I agree that breaking down to separate lines is good.

    switch ( something )
    {
                case 1: { a=4; break; }
                case 2: { a=5; break; }
                case 3: { a=0; break; }
                default: { a=1; break; }
    }

  14. Re:Exceptions on Ask Slashdot: What Are Some Bad Programming Ideas That Work? (infoworld.com) · · Score: 1

    Add a comment and it isn't empty.

    In some solutions it's a lot better that the applications continues to run than that it fails on an exception and the application has to be restarted. Especially when you work with systems where downtime is a big problem then you better catch problems and log them but then continue execution.

    A horrible practice in C# is that exceptions aren't declared by the methods that throws them, so never know when to expect them without reading the documentation. You can of course do a general catch-all catch statement in strategic places but it don't really make for a good application.

  15. Re:FORTRAN 77 on Ask Slashdot: What Are Some Bad Programming Ideas That Work? (infoworld.com) · · Score: 1

    Fortran 77 has some good sides too, but it's from an age where a lot of the paradigms we follow today weren't invented yet.

    What's worse than Matlab - Simulink.

  16. Not only VB6, any VB.

    But you forgot Delphi these days - the company behind it is falling apart since lead developers on the compiler have dropped off.

  17. Re:Bad, you want bad: on Ask Slashdot: What Are Some Bad Programming Ideas That Work? (infoworld.com) · · Score: 1

    Was it Finnish?

  18. If you use Exceptions for the normal flow it's not a good idea but if you use them only for actual faults then it's not a problem. An Exception shall be an exceptional event.

  19. The problem is that most cars are compromises for users. When I'm commuting to work I could use a pretty small vehicle, but when I'm out and about for other activities then a large vehicle suits me better. Living in an apartment restricts my options too, as well as road tax issues.

    So either I have a commuting vehicle or I have a vehicle that also fulfills my other needs, having both is not really an option.

  20. Re:Useless question on Should Cloud Vendors Decrypt Data For The Government? (helpnetsecurity.com) · · Score: 1

    Which is why Windows 10 was pushed so hard.

  21. Re:Yes, and maybe on The Rise and Fall of the Gopher Protocol (minnpost.com) · · Score: 1

    Usually just called smiley.

  22. Re:Gopher and Dungeons and Dragons on The Rise and Fall of the Gopher Protocol (minnpost.com) · · Score: 3, Interesting

    I also used it before Mosaic became the big thing on the net.

    A reason why Gopher died was as I understand it that there were some licensing issues surrounding it. And the search engine Veronica went in hand with Gopher if I remember right.

  23. Re:Turn over: yes. Decrypt: no on Should Cloud Vendors Decrypt Data For The Government? (helpnetsecurity.com) · · Score: 2

    As an user I wouldn't store my data with any kind of encryption that the provider offers, I would turn to only store it in Veracrypt archives or similar.

  24. Re:Skype seems to work well on Android 6 and earli on Skype For Windows Phone Will Stop Working in 2017 (betanews.com) · · Score: 2

    If you go over to EFF you will get a good list of alternatives to Skype and how secure they are to use. Skype is ranking at the bottom.

  25. Re:On my Linux on Skype For Windows Phone Will Stop Working in 2017 (betanews.com) · · Score: 1

    Skype for Business, which is formerly named Lync and doesn't have much to do with Skype for private users.