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:Suggested name for the MS Edge Browser . . . on Microsoft is Building a Chromium-powered Web Browser That Will Replace Edge on Windows 10: Report (windowscentral.com) · · Score: 1

    Zune Chan?

  2. I agree here - someone that you could still politely disagree with.

    He wasn't really someone that was able to "sell" himself as becoming a president, he more had the appearance of an accountant. But he did a decent job in the office.

  3. Why is there an "insightful" mod and why isn't it "-1"? If I wanted insight, I wouldn't be reading /.

    And why isn't there a "+1" Troll alternative too? :)

  4. Re:Hmm on Astronomers Measure Total Starlight Emitted Over 13.7 Billion Years (theguardian.com) · · Score: 4, Informative

    Add to it the typo in the article. 4x1084 - that's not many photons, should be 4x10^84.

    Maybe Slashdot trimmed off the "sup" html tag though.

  5. Re: More Backdoors, more backdoors...!! on Mass Router Hack Exposes Millions of Devices To Potent NSA Exploit (arstechnica.com) · · Score: 1

    I agree here. I would like to abolish UPnP entirely and ban it.

    In addition to that also kick the inventor in the nuts.

  6. Re:Tennis shoes... in space!!!! on Nike and Boeing Are Paying Sci-Fi Writers To Predict Their Futures (medium.com) · · Score: 1

    Potatoes already made it in Star Wars.

  7. Re: Amazing Opportunity on Mars Opportunity Rover Appears To Contact Earth; Turns Out To Be a False Alarm (vice.com) · · Score: 1

    I suspect that the chance is small, and it definitely had a good run.

  8. Re: A modest proposal on FDA Seeks Ban On Menthol Cigarettes To Fight Teen Smoking (npr.org) · · Score: 1

    Add to it that smoke is a lot easier to detect and hard to explain when you use it.

    Easier to get away with chewing that shit instead though.

  9. Re:A modest proposal on FDA Seeks Ban On Menthol Cigarettes To Fight Teen Smoking (npr.org) · · Score: 1

    I agree - and sometimes I'd like to have a "+10 Troll" moderation just because it's so straightforward true but offending for those that suffers.

  10. The only way to use UPnP - turn it off! It's a security hole the size of Grand Canyon.

  11. Re:Will be missed on Stan Lee, Marvel Comics' Real-Life Superhero, Dies at 95 (hollywoodreporter.com) · · Score: 1

    I found his appearances in the movies quite amusing and that will truly be missed.

    I hope that his creations and legacy lives on in his spirit. I think that's the important part - never forget the spirit of the characters.

  12. Re:No not really on How YouTube's Algorithm Really Works (theatlantic.com) · · Score: 3

    That's not the worst with the YT algorithm - the worst is that it suggests videos I already watched like a year ago. Only a rare few of them are worth watching again.

  13. Re:Just sick of this on America Braces For Daylight Saving Time - And Missing Medical Records (usatoday.com) · · Score: 3, Insightful

    DST changes are just a headache, but when you run a computer system then you shall always make sure that timestamps are stored in a "neutral" way by using UTC. What's presented to the user is just a presentation issue in the UI. That's why when coding I always use things like the Unix timestamp or something similar and use a 64 bit integer to be safe. A resolution of milliseconds is usually good enough for the majority of systems.

  14. Re:There are plenty of pack apps on Ask Slashdot: What Happened To the Prank Apps That Used To Be Popular? · · Score: 2

    You missed to post a video of the reaction of people seeing that!

  15. Re:I just do pranks the old fashioned way on Ask Slashdot: What Happened To the Prank Apps That Used To Be Popular? · · Score: 1

    Put a bootable CD with some other OS into the CD drive was the latest thing I did. It was a CD with AROS.

  16. Re:Same as all the other pranks on Ask Slashdot: What Happened To the Prank Apps That Used To Be Popular? · · Score: 3

    Add to it all the ads that are spamming users all the time. The use of computers isn't fun anymore. Add to it that development tools and operating systems now rarely allows you to explore the limits of your computer that you could do in the old days - do things that the computer manufacturer didn't even imagine.

    Imagine the things that could be done in the Management Engine if access to it was possible for everyone.

  17. Re:My brother's favorite programing language is ru on Ask Slashdot: What Happened To the Prank Apps That Used To Be Popular? · · Score: 2

    That's advanced evil.

    An old classic is to do a print screen and then move away all desktop icons and put the captured image as the desktop image.

    It would be really confusing until they realize what happened. But with the start button it's not that easy.

    A lot of the common prank programs were also listed as annoyances by anti-virus softwares.

  18. Don't SMIT me again!

  19. Re:Fix, not upgrade on Feds Say Hacking DRM To Fix Your Electronics Is Legal (vice.com) · · Score: 1

    How about a gearbox replacement to a more robust one that don't break down just because you don't nurse it?

  20. Re:Belcerabons on How the Finnish Survive Without Small Talk (bbc.com) · · Score: 1

    Maybe they already have it, that's why they don't talk so much.

  21. Re:How the Finnish Survive Without Small Talk? on How the Finnish Survive Without Small Talk (bbc.com) · · Score: 2

    Just look at Kimi to see the proof of this article.

    He's famous for his lack of small talk, especially with reporters.

  22. Re: PHP 7 is awesome on As PHP Group Patches High-Risk Bugs, 62% of Sites Still Use PHP 5 (threatpost.com) · · Score: 1

    The problem is still that you have to get someone that can care for the code. It's a common problem - hire someone to do a specific job and then when that person leaves there's just something that works, but it happens to block upgrades also for other applications.

    Just come out to the reality and see - the world is full of small solutions that happens to be blocking upgrades of larger application suites. And the management of the companies don't want to upgrade "because it works" and that they don't want to spend money on "unnecessary upgrades", sometimes so that they can raise the share values or get a new car.

  23. Re: um, Joomla has on As PHP Group Patches High-Risk Bugs, 62% of Sites Still Use PHP 5 (threatpost.com) · · Score: 1

    Considering all the headaches that php gives I wouldn't use anything that is based on php.

  24. Then you need to find a programmer that can understand how to fix that. It's often the case that the person who wrote it has exited the company a long time ago.

    That's why breaking backwards compatibility is bad, especially on script based languages.

  25. Re: PHP 7 is awesome on As PHP Group Patches High-Risk Bugs, 62% of Sites Still Use PHP 5 (threatpost.com) · · Score: 1

    It might be, but the major reason for people not upgrading is that there are breaking changes between the major versions of php.

    So you can't just drop in a new version because then something on your server breaks. And anyone that knows that piece of code has long ago left for greener pastures. It's usually some medium sized package that just do the job and is key for the business.

    Php is also a headache from a test perspective since you don't find the broken stuff until you try to access it. Some of it may only be accessed once per year and only during new year break by an automatic script.

    Things like that makes me dislike script based solutions.