Slashdot Mirror


User: darkain

darkain's activity in the archive.

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

Comments · 1,463

  1. Re:this is ridiculous on Federal Court Nixes Weeks of Warrantless Video Surveillance · · Score: 2

    Interesting on this point.

    One of the clients that I manage, the cops came to their house. They asked the resident to allow the cops to setup security video cameras in my client's back yard. The client's back yard faced the back yard on the next street over of a suspect of a crime (not sure if drugs or something else). The cops came in and installed all their own video equipment to point at this other house to monitor them 24/7, from my client's property, NOT from a public location.

    So, this is like your scenario of someone turning over security footage from their own cameras, only taking it one step further because the cops installed security cameras on private property (with permission of course... but what did they DO get get that permission, I don't know)

  2. Re:Impressive on Godot Engine Reaches 1.0, First Stable Release · · Score: 1

    Error 503: Service Unavailable

  3. Re:/.ed? on How Identifiable Are You On the Web? · · Score: 5, Informative

    Agreed! Page isn't loading, that was fast as hell.

    For those looking for other resources tho, that DO load

    http://samy.pl/evercookie/

    https://panopticlick.eff.org/

  4. Re:Just in time. on Seagate Bulks Up With New 8 Terabyte 'Archive' Hard Drive · · Score: 1

    The question is though, what method are you using to test for these errors in the first place? How do you KNOW there has not been a read error occurring within the discs? This is a big reason why ZFS exists. http://en.wikipedia.org/wiki/D...

  5. Re:wireless on FreeNAS 9.3 Released · · Score: 1
  6. Full Screen on The Case For Flipping Your Monitor From Landscape to Portrait · · Score: 1

    This article has the same bullshit mentality that Windows 8 Metro has... The assumptions that windows MUST ALWAYS be full screen. Guess what? I NEVER do this, There is no point in doing it. I like having my windows tiled on top of each other where I can see the corners behind which ever window I'm working in, so when the status changes in another app, I can see it instantly. Switch between apps is as simple as clicking on the various VISIBLE windows, rather than switching away from the apps, to the taskbar, then back to the apps (think about this task in a multi-monitor setup). And on top of that, their only case study seems to be for reading fixed-width content? The whole world doesnt revolve around just this one type of information display...

  7. Re:Name won't be taken seriously on Bellard Creates New Image Format To Replace JPEG · · Score: 2

    Because it has never been done before? http://bstring.sourceforge.net...

  8. Re:Twitter is like taking advice from 12yr old gir on An Algorithm To Prevent Twitter Hashtag Degeneration · · Score: 0

    Because the URLs to images and full articles that easily fit within the 140 character limits is absolutely worthless to the discussion...

  9. Re:Hibernation on Pluto-Bound Spacecraft Ends Hibernation To Start Mission · · Score: 1

    Perhaps it is!

    "and sent a radio confirmation that it had successfully turned itself back on one and a half hours later"

    Now we know where that gap in time came from.

  10. Roads on UK MP Says ISPs Must Take Responsibility For Movie Leaks, Sony Eyes North Korea · · Score: 3, Insightful

    In other news: construction workers building and maintaining city streets and highways are now held responsible for high speed chases.

  11. Wait, what? on Is Chernobyl Still Dangerous? Was 60 Minutes Pushing Propaganda? · · Score: 2

    If we're to believe Betteridge's law this time around... we're to believe that both Chernobyl is safe AND 60 Minutes didn't push propaganda!? NNNNOOOOO, I'M SO CONFUSED! I DON'T KNOW WHAT TO DO!

  12. Re:Apple already uses that name.. on CoreOS Announces Competitor To Docker · · Score: 3, Informative

    And IOS is the operating system powering Cisco routers.

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

  13. Lost!? on The Cashless Society? It's Already Coming · · Score: 4, Insightful

    "It's bulky. It can be forgotten, or lost"

    My wallet is on a chain which links to my belt loop on my pants. My wallet will not be lost. However, my phone doesn't have this same protection.

    And seriously, how is a phone any less likely to be lost than a wallet? One of the two is out and about of the pocket a hell of a lot more often than the other.

  14. Simple on Ask Slashdot: Making a 'Wife Friendly' Gaming PC? · · Score: 4, Informative

    Get a less noisy system. How hard is that to figure out?

    Get a case that has one or two 120mm or larger fans for airflow. They generate much MUCH less noise than 80mm fans and still push enough air to keep the thing chilled.

    Switch CPU/GPU fans to ones that only turn on when needed, and are off while the system is at a cool idle temp.

    Switch your HDD out for an SSD, and use network storage for your bulk storage. Gigabit Ethernet is ~100MB/sec and so is a rotational disk, so you're not gonna see much different in performance here (assuming your network doesn't suck)

  15. Re:NEW? on The People Who Are Branding Vulnerabilities · · Score: 1

    And to go beyond my computing age, let's have something a little older: http://en.wikipedia.org/wiki/B...

  16. NEW? on The People Who Are Branding Vulnerabilities · · Score: 1

    "Heartbleed set the trend early this year"

    Wait, this is NEW!? http://en.wikipedia.org/wiki/B...

  17. Re:Can someone expolain what's so great about HTML on HTML5: It's Already Everywhere, Even In Mobile · · Score: 1

    Compiled JavaScript, you say? http://en.wikipedia.org/wiki/V...

  18. Secure on Tor Eyes Crowdfunding Campaign To Upgrade Its Hidden Services · · Score: 3, Interesting

    No matter how much effort goes into securing the transport layer, it means absolutely nothing if the end nodes themselves are insecure. Something as simple as a SQL injection or remote code execution could easily deanonymize an end node. With how quickly many of those sites sprung up, one of the current theories is lack of security on the end-points themselves is what was attacked, not the Tor network itself.

  19. Re:Duh on Your Incompetent Boss Is Making You Unhappy · · Score: 4, Informative

    Since I was able to get off a wise ass crack joke for a first post, let me follow it up with something actually insightful for you other readers out there.

    What makes a "good" or "bad" boss anyways? Well, this article is one that I've always lived by, and it explains things quite well for both us techies and for those who are not of the tech mindset and skill set.

    http://www.computerworld.com/a...

  20. Duh on Your Incompetent Boss Is Making You Unhappy · · Score: 4, Funny

    NO SHIT. We needed a paper to tell us what we already knew? Damn, why didn't I write that paper... Here goes.

    "INCOMPETENT BOSSES ARE THE LEADING CAUSE OF CAPSLOCK RAGE ON THE INTERNET"

  21. Testing on New Book Argues Automation Is Making Software Developers Less Capable · · Score: 4, Interesting

    While I'm sitting here reading about other people bitching about abstraction libraries such as jQuery, my first thought was actually about testing processes.

    Pretty much everywhere I look online, projects are FLOODED with automated testing tools to ensure their code works. And sure enough, every bug that I submit has an "automated test" that didn't test that particular condition. Developers are relying more upon these testing tools and less upon actually USING their own services they're developing to ensure they work properly.

    A great example: a recent bug I had to file was brain dead simple. File opening ignored current working directory, so if you changed directories, the file open command would still assume you're in the base directory. Why wasn't this caught? All of their file handling automated testing routines ONLY checked absolute paths, none checked relative paths. On top of that, when they finally did add relative path testing after my bug report, they only added it as relative to the base path, and not testing against current working directory.

    Now, let's think about this for a second. How long has the concept of changing directories been around? While most of us will go "oh, DUH!" to the bug mentioned above, newer developers may simply not be in that same mindset, because they're not actively traversing their filesystems themselves. The automated toolkits are doing all that work for them, leaving the developers less experienced in this area, and thus less forethought when building the next generation of tools to test these exact sorts of issues. It is a downward spiral.

  22. Re:How about... on New Facebook Update Lets You Choose News Feed Content · · Score: 1

    Yes, because this is SUCH a problem on sites like Twitter... where if a user feels a particular account is flooding their feed too much, they are just a click or two away from an "unfollow" button.

    I don't need a computer telling me that I've had too much information and to restrict how often new content can appear on my feed, I'm quite capable of doing this myself!

  23. Re:But of course! on Zuckerberg: Most of Facebook Will Be Video Within Five Years · · Score: 1

    Progressive technological evolution, adding a new finger every year!

  24. Oh... on Amazon's Echo Chamber · · Score: 5, Funny

    I thought this article would be about the sound chamber inside of the Amazon Echo, now I'm disapointed ... http://www.amazon.com/oc/echo

  25. PS4 Announcement on Blizzard Announces Overwatch, a First-Person Shooter · · Score: 1

    Hey, remember back when Sony had the big PS4 announcement, and they brought Blizzard on stage. During this time, Blizzard said they would be showcasing a brand new IP at the following PAX East... and it turned out to be a fucking card game.

    So is this what they were SUPPOSED to showcase a year and a half ago?