Slashdot Mirror


User: SmSlDoo

SmSlDoo's activity in the archive.

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

Comments · 19

  1. I was also surprised to not see it on the list, seeing as there were so many niche languages listed.

    It gets a lot of flack for being "old" or "irrelevant". I use a modern framework and have found it is faster, more stable and works better than many of the new fad languages.

  2. Re:I stopped taking pictures early due to the weat on A Meteorite Hit the Moon During Total Lunar Eclipse (newscientist.com) · · Score: 1

    You may be correct, unfortunately I do not have pictures up unto the impact itself to completely verify.

    That being said the pictures I have are during totality, so the image was adjusted for the darker moon, but the meteor (or whatever it was I saw) came from the left, so it would have been more illuminated.

  3. Re:I stopped taking pictures early due to the weat on A Meteorite Hit the Moon During Total Lunar Eclipse (newscientist.com) · · Score: 1

    By clearly, I mean with a DSLR attached to a 5" telescope.

    I doubt I would have seen anything otherwise.

  4. I stopped taking pictures early due to the weather on A Meteorite Hit the Moon During Total Lunar Eclipse (newscientist.com) · · Score: 5, Interesting

    But looking back at some of my totality pictures I am able to see the meteor approach the moon before the impact.

    I dismissed it at first as just a background star until I heard about the meteor, I can clearly see it moving towards the moon, and can make out the shape a bit.

    Really cool, was not expecting that.

  5. We misunderstood this whole time on Google's CEO Says Tests of Censored Chinese Search Engine Have Been Very Promising (theverge.com) · · Score: 1

    It was always:
    Don't, be evil.

  6. T-30 to Launch for PornHub I on NASA May Sell Corporate Naming Rights For Rockets, Spacecraft (al.com) · · Score: 2

    If they open up corporate naming, I suspect this will not be far behind.

  7. Everyone is worried about the service staff on Should Calls From Google's 'Duplex' System Include Initial Warning Announcements? (vortex.com) · · Score: 1

    Just wait until Comcast or some other major sp(c)ammer gets their grubby mitts on this.
    Expect to get phone calls every day as they want to sell you the latest and greatest crap you don't want.

    Need to get your internet fixed? Why pay a worker in a call center $0.03/hour to take your call when you can just have duplex do it?

  8. Re:How does this make business sense? on Amazon Will Now Let You Try On Clothes Before You Buy Them (theverge.com) · · Score: 1

    Keep in mind, that if you order 3-4 items, at most you can save 10% and that is assuming you keep everything.
    So people wanting to get 20% off will always order at least 5 items, and will be more inclined to keep at least 5.

  9. Time to first byte and javascript on Slashdot Asks: Why Are Browsers So Slow? (ilyabirman.net) · · Score: 2

    There are several different phases involved in loading a web page. The first is how long it takes for the site to actually send the response to your request. If it takes 5 seconds to request index.php, there is not anything the browser can do to fix this. Caching and optimizing code will help, unfortunately most sites are build on a CMS (ie wordpress), and most designers / admin do not know how to optimize this properly. If this is slow it is usually either bad code, or trying to store entirely too much stuff in the database. Some, very poorly designed, sites will also make remote calls to external servers, this is painfully slow.

    After the html is sent to the browser, the browser will start the rendering process. This involves loading all CSS and Javascript files referenced in the html. Old logic was to move the javascript to the footer to ensure they load after the main content is loaded. Unfortunately, with new browsers this does not matter. They will delay rendering of the content until all javascript is loaded on a site. This is to avoid information being moved around on the screen when files are finally loaded.

    Hopefully, most designers will move their expensive javascript functions to a $(document).ready function but that only speeds the page display up after the javascript files have been loaded. Beyond that the best thing that designers can do for javascript heavy sites is defer the loading of their javascript. This allows the html to render before attempting to load javascript. Not all libraries support this, namely jquery, by default. But it will help speed up the time from the request to the time something is displayed on the screen.

    With all of these methods, the time that it takes to completely load and render all content on the page will be about the same. But, from the users point of view, the page will appear to be loading faster.

  10. Waze already has this on Get Ready To Be Bombarded With Ads When Using Google Maps (news.com.au) · · Score: 4, Informative

    Waze, now owned by Google, has already had popup ads and promoted pins for awhile.
    While the ads are a bit annoying, they only show when you are stopped.
    The pins really do not make much of a difference.

  11. Most hacks are due to outdated CMS packages on Outdated and Vulnerable WordPress, Drupal Versions Contributed To Panama Papers Breach (wptavern.com) · · Score: 1

    So many servers run ancient versions of popular CMS packages and then wonder why their server constantly gets hacked.
    Heaven forbid they are running WHMCS on a box with other websites (quickest way to get rooted).

    It got so bad for us here, I had to write a script to scan customer servers just to find all of the outdated packages.
    It amazes me to read some of the reports, seeing sites running decade old software is not uncommon.

    Still is a battle to get people to actually update their sites once they have been notified about running old software.

  12. Re:To remove this... on Akamai Warns: Linux Systems Infiltrated and Controlled In a DDoS Botnet · · Score: 1

    There is actually a space before sbin, best to use the -f flag to be sure you really get rid of it.

  13. Re:To be fair... on $30K Worth of Multimeters Must Be Destroyed Because They're Yellow · · Score: 0

    I have to agree with you there, it does look like a fluke.

    China is the reason that laws like these exist, knock-offs are a huge business for them. If you can make a product that looks like a fluke people may buy it just because they expect it to be a fluke.

    http://en.wikipedia.org/wiki/Counterfeit_consumer_goods

  14. I like fishing on Microsoft Reads Your Skype Chat Messages · · Score: 1

    Not a huge fan of Phishing though...

  15. Re:So... on Chinese Court Fines Apple For Copyright Violations · · Score: 4, Interesting

    My guess is that it is a ploy by the Chineese government to force the works to be removed from the App Store.

    If they requested directly to have the works removed they would get denied, but if they claim infringement towards the author they can get traction.

  16. If only on Netflix Wants To Go HTML5, But Not Without DRM · · Score: 2

    ... they would transition to providing shows I actually want to watch, and in a timely manner.

  17. Re:Oh noes... on Iranians, Russians, and Chinese Hackers Are After You, Says Lawmaker · · Score: 2

    My all time favorite catch was when we noticed one of the IPs in an attack was from Microsoft's corporate office.
    Needless to say they were probably running IE.

  18. Re:Oh noes... on Iranians, Russians, and Chinese Hackers Are After You, Says Lawmaker · · Score: 1

    I agree, when I look in to spam on servers I do notice quite a bit coming from residential ISPs.

    Hate to see what these computers are being used for that we are not seeing.

  19. Oh noes... on Iranians, Russians, and Chinese Hackers Are After You, Says Lawmaker · · Score: 5, Insightful

    The real problem is normal users that do not really know what is happening on their computers and really do not care.
    It always brings me back to images of windows users with 20 different toolbars loaded in to IE.