Slashdot Mirror


User: vipvop

vipvop's activity in the archive.

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

Comments · 92

  1. No Kurzweil or Doctorow please on Ask Slashdot: What Essays and Short Stories Should Be In a Course On Futurism? · · Score: 1

    Unless you want to turn the class into a bunch of Luddites who become the next Theodore Kaczynski, don't expose them to Kurzweil and Doctorow's crap. Think of the children.

  2. Re:$15000 USD???? on Linode Exploit Caused Theft of Thousands of Bitcoins · · Score: 4, Funny

    Dear god your office sounds horrible, and you must live in an insufferable city. If my coworkers wanted to settle a check with bitcoins, I'd lobby to get them fired. Do they all like Ron Paul too?

  3. Re:Porn is useless on Seattle Library Lets Man Watch Porn On Computers Despite Complaints · · Score: 1

    /. readers have been filling up on it, and they definitely don't look like they've been starving

  4. Re:I Must Be Missing Something Here on Thanks to DRM, Some Ubisoft Games Won't Work Next Week · · Score: 1

    Except it isn't uncommon for ISPs to cache the DNS records longer than the TTL says (I'm looking at you, Charter). Of course Charter also returns their own IP to any DNS query that doesn't resolve, along with a "helpful" search page with ads to try and make more money. You can opt-out, but that just sets a cookie in your browser, which still fucks up everything else (like ping).

  5. Typical for Samsung on Galaxy S and Galaxy Tab Won't Get Android 4.0 · · Score: 1

    Samsung has a history of not upgrading its Android phones. I got a Samsung Moment the day it came out (November 2009), and Samsung stopped updating the phone less than a year after it was released. It's ridiculous to have a 2 year contract on a phone and not get the newer versions of Android that come out during the 2 year period, unless there is a hardware based issue for not being able to upgrade. I ended up rooting my phone and getting an update from the xda developer forum. but it's ridiculous that I'd even have to do that.

    The Moment also a GPS issue, which relates to poor hardware design. I decided I'm never getting a Samsung phone after this whole experience, especially when friends who had a Motorola Droid or other similar phones were getting the new versions of Android pretty soon after they were released. I get the impression Samsung just wants you to go buy a new phone every year, and don't care at all at keeping the existing users happy. Nothing tells people they made the wrong choice like EOL'ing a product that is less than a year old.

  6. Re:So True. on Facebook Releases JIT PHP Compiler · · Score: 1

    Good garbage collectors manage locality of reference, copying and compacting objects together to ensure cache hits when possible. This is nothing new, and you can find papers from the early 1990s talking about this. This is one of the reasons given for the many times when Java does run faster than something like C++.

  7. Re:See. Patents/Copyright spur innovation. on Patent Expires On Best Selling Drug of All Time · · Score: 2

    And yet you lack the basic understanding that using "FAIL" means you're a fucking idiot who belongs on icanhazcheezburger - shouldn't you be posting image macros somewhere?

  8. Re:This is how liberty dies. on Weaponizable Police UAV Now Operational In Texas · · Score: 1

    That's a good statement, but Franklin didn't say it.

  9. Re:Passcode on Calif. Appeals Court Approves Cell Phone Searches · · Score: 1

    Oops i don't mean "explain his getting pulled over", but explain why his pulse was elevated and his eyes were shifty when the cop was interviewing him after pulling him over for speeding

  10. Re:Passcode on Calif. Appeals Court Approves Cell Phone Searches · · Score: 1

    Except when it doesn't require a warrant, as in this case. It's helpful to read the PDF of the case as the court will go over all the exceptions to requiring a warrant to search a vehicle (and there are a lot of them).

    From page 32:
    in permissible warrantless search, police may search 'every purse, briefcase, or other container within' the car's passenger compartment]

    Now the real question is was this a permissible warrantless search, as the reasoning was:
    Cop thinks guy is under influence of stimulants, cop says "drug users often sell drugs to support their habit", "people who sell drugs often have evidence of it on their cell phone", "evidence of the crime of which Red was arrested (DUI) may therefore be found on his phone", "Im going to search the phone". In the end, Reid wasn't even under the influence of stimulants, however the car was littered with energy drink cans, so that might explain his getting pulled over (along with being nervous as he had a handgun illegally under his seat)

  11. Re:Silly on Mozilla Foundation Releases Firefox 7 · · Score: 1

    When I updated to Firefox 7 it said Java and some PDF creator software I had didn't upgrade. about:plugins still shows the java plugins though, so I have no idea what the Java addon was (it actually said 2 java addons weren't able to get upgraded).

  12. Re:iPhone apps are just as bad... on 8% of Android Apps Are Leaking Private Information · · Score: 1

    Yep this comment pretty much sums it up nicely, along with the one above about the EULA.

  13. Re:scary on Interpol Issues Wanted Notice For Julian Assange · · Score: 1

    Maybe you should be fascinated by the law of your country, and actually look up treason:

    "Whoever, owing allegiance to the United States, levies war against them or adheres to their enemies, giving them aid and comfort within the United States or elsewhere, is guilty of treason and shall suffer death, or shall be imprisoned not less than five years and fined under this title but not less than $10,000; and shall be incapable of holding any office under the United States. "

    Hint #1: the "owing allegiance to the United States" part is the important bit
    Hint #2: Julian Assange is not a US citizen

  14. Re:queue the lawsuit on Tesla Roadster Data Logging Format Reverse Engineered · · Score: 2, Insightful

    The rev limiter is there precisely so you don't hurt anything, once a year would be ridiculous. What it can't stop is people with a manual transmission shifting to a lower gear when the RPMs are too high, which will create an unavoidable over-rev situation.

  15. Re:If you have to ask... on Simple Virus For Teaching? · · Score: 1

    Remove by hand to me means manually disinfecting a non-overwriting virus. It's not that hard to do if you can follow assembly language, have a knowledge of the executable's format, and know a bit about how a virus works. For your average virus of the 90s, simply changing the program's entry point back to the original location was sufficient to disinfect a file, and it was easy to find this location as the virus always stores it (at least if the program's still going to run).

    In retrospect he probably meant how to use some kind of AV software, but to me that's removing with the use of software, not by hand.

  16. If you have to ask... on Simple Virus For Teaching? · · Score: 1

    First of all, EICAR isn't helpful at all, it's simply a magic string that AV software is supposed to pick up. It won't teach anyone anything about how a virus actually works.

    Second, if you have to ask /. about this, you probably shouldn't be playing with these things. There are a million virus writing guides out there, a simple search turns up pages like this:

    http://vx.netlux.org/lib/static/vdat/tutorial.htm

    Most of these tutorials were written a long time ago, with topics such as infecting .com files (not that anyone remembers what those are anymore). If you want a simple overwriting virus, that isn't hard to find examples of or make at all. Howeverm there won't be a way for the students to clean the infected files, as the information in the beginning of the file will have been lost. If you want something that infects .EXEs while still letting them run without problems, you're going to end up with complicated code that adds sections onto an executable, modifies the EXE header, etc. While none of this is too hard to understand if you have programming ability and time to sit there and look at how it works, what you're looking for won't exist at a Computers 101 level.

  17. Re:Yeah.... on Sell Someone Else's Book On Lulu! · · Score: 1

    Exactly this. No one cares enough to try and take the OP's wife's book as their own, because no one will really know it exists. He'd be much better off off if it got popular through things like file sharing.

  18. Re:You'd think ... on What To Do About CC License Violations? · · Score: 0, Troll

    How is Cory Doctorow's wife like his books? Both get picked up in airports, fingered through once to pass the time, and then left by the toilets.

  19. Re:Broken? More like fixed. on J. P. Barlow — Internet Has Broken the Political System · · Score: 1

    And "something to do with interstate commerce" is a very low bar:

    http://en.wikipedia.org/wiki/Wickard_v._Filburn

  20. Re:well GREAT on Caffeine Addicts Get No Additional Perk, Only a Return To Baseline · · Score: 2, Funny

    Love the username / subject matter combination.

  21. Re:Credit card companies, airlines,... on iPad Bait and Switch — No More Unlimited Data Plan · · Score: 1

    The way it works with your credit card is each time you use your credit card, you are accepting a new contract with your credit card company. So it's not that they are modifying a previous contract, it's that you're accepting their "offer of credit" every time you use it.

  22. Re:Why does it have a GPS? on MiFi Attack Exploits GPS To Reveal User's Location · · Score: 1

    The recent Chinese hack of Google made use of the system they use for search warrants:

    http://www.macworld.co.uk/digitallifestyle/news/index.cfm?newsid=28293

  23. Re:Protect Your Intellectual Rights Before You Sel on How To Get Your Program Professionally Marketed? · · Score: 1

    So a single programmer is going to spend 100% of his time trying to make a "unique lock" and a "unique password" for each d/l? It's a losing battle, there is literally no way to stop a determined reverse engineer (short of dedicated hardware that actually performs complex computations, rather than challenges and responses, and even then someone could emulate that in software). It's also a horrible business decision, for multiple reasons (pissing off paying customers, spending too much time on something that isn't important, etc).

  24. Re:"Fair Use" on Dealing With a Copyright Takedown Request? · · Score: 1

    Mod parent up please - this is spot on. Fair use is not what you think of as "fair", and everyone's guesses have been horribly wrong. Even people that find the wikipedia article that lists the important factors then proceed to analyze the factors wrong, as they don't know the law.

    It just happens that on Sunday I was talking to a a lawyer who used to work at one of the premier IP firms in the US. I asked her what it would cost to defend against a claim of copyright infringement if you thought you fell under fair use. Assuming the other side doesn't mind paying for their lawyers to play the game, and you'll get all sorts of discovery requests and all that, you're looking at $200k to defend. Yes, that's $200,000. Of course that's one of the biggest IP firms in the nation, but you get the idea...

  25. Re:10% maximum on Dealing With a Copyright Takedown Request? · · Score: 1

    This needs to be modded down as it is comically inaccurate. Additionally, if people read this and think "hey I used less than 10% I'm cool" they're going to be in for a big surprise when the lawsuit arrives.

    There is no such thing as a 10% maximum on fair use, and you won't find anything about 10% being a magic number anywhere in copyright law. Even the most basic research into fair use will show you this.

    Additionally, critical commentary can have a harmful effect on the market for the copyrighted work and still fall under fair use (look at the Scientology cases).