Slashdot Mirror


User: EzInKy

EzInKy's activity in the archive.

Stories
0
Comments
3,056
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3,056

  1. Re:Zillow's problem is that Zillow is biased... on Zillow Faces Lawsuit Over 'Zestimate' Tool That Calculates a House's Worth (washingtonpost.com) · · Score: 1

    An outlier? Zillow consistently shows prices way above the regional norm.

  2. Zillow's problem is that Zillow is biased... on Zillow Faces Lawsuit Over 'Zestimate' Tool That Calculates a House's Worth (washingtonpost.com) · · Score: 1

    ...towards sellers, not buyers.

  3. Re:Keyboard and hot swappable SD card! on BlackBerry KeyOne Review By The Verge: Part Productivity, Part Nostalgia (theverge.com) · · Score: 1

    Sadly, not many from what I've seen.

  4. Re:Keyboard and hot swappable SD card! on BlackBerry KeyOne Review By The Verge: Part Productivity, Part Nostalgia (theverge.com) · · Score: 1

    So it does have an audio jack then? Only the non-removable battery keeps it from being nearly perfect.

  5. Keyboard and hot swappable SD card! on BlackBerry KeyOne Review By The Verge: Part Productivity, Part Nostalgia (theverge.com) · · Score: 1

    That's great! I'm not seeing other important things such as an audio jack or removable battery in the specs though?

  6. Civilization on The World Video Game Hall of Fame 2017 Inductees (polygon.com) · · Score: 1

    I was surprised to see it was not there either.

  7. considering offer on Managers Should Start Texting Job Candidates, Says Study (fastcompany.com) · · Score: 1

    just give me sex

  8. Re:And they're already coming up of ways its misus on Computer Scientists Have Created the Most Accurate Digital Model of a Human Face (sciencemag.org) · · Score: 1

    You are right! Who would have ever thought that anyone would have used connected devices to defraud, track, and spy on people? One should only look on the bright side of things. Have another wafer thin mint my friend.

  9. A vulnerability that affects all other chips would be much worse. At least we all have a choice in which architectures we use.

  10. Re:Apple could use that money to make jobs in the on Apple Has a Record $250 Billion In Cash, 90% of It Is Banked Overseas (phonearena.com) · · Score: 1

    What sort of jobs do you think Apple would create with this "tax free" money?

  11. Re: But how will I trick investors!?! on Wired Founding Editor Now Challenges 'The Myth of A Superhuman AI' (backchannel.com) · · Score: 1

    "Its"

    Fucking retard can't spell. I stopped reading right there.

    Right, AI would never make such a horrendous mistake!

  12. Re:Awful modding here today! on Trump Order Helps Offshore Drilling, Stops Marine Sanctuary Expansion (arstechnica.com) · · Score: 2

    For example, it is pretty obvious that any post that contains "SJW" or "snowflake" is not worth reading. People who use those terms put no thoughts into their posts and only spew out the hatred they hear from the like of Limbaugh and O'Reilly.

  13. Re:Awful modding here today! on Trump Order Helps Offshore Drilling, Stops Marine Sanctuary Expansion (arstechnica.com) · · Score: 1

    All you have to do is set yourself to -1 and you will experience /. in all its glory. Why is an overhaul needed? The answer is before your eyes and you still want to ignore it? Perhaps some inward soul searching is in order? For example, why would you want others to filter content that you are perfectly capable of filtering yourself?

  14. But let us know when they also crack down on private lead misinformation campaigns.

  15. Re:Space is Adam Smith's Commons on US Space Firms Tell Washington: China Will Take Over the Moon if You're Not Careful (yahoo.com) · · Score: 1

    Only if they are allowed to be used for self-interested aims.

  16. Space is Adam Smith's Commons on US Space Firms Tell Washington: China Will Take Over the Moon if You're Not Careful (yahoo.com) · · Score: 1

    It is there to be used to the benefit of all, no one can "own" it.

  17. Re:Do we really need more people? on An Artificial Womb Successfully Grew Baby Sheep -- and Humans Could Be Next (theverge.com) · · Score: 1

    Yet still, scientific evidence would go a long way in supporting your position. And just how has the quality of life degraded for the poorest among us?

  18. Re:Do we really need more people? on An Artificial Womb Successfully Grew Baby Sheep -- and Humans Could Be Next (theverge.com) · · Score: 1

    We are all just bags of water with drives to make more bags of water. Who are you to dictate to override the be fruitful and multiply biblical directive?

  19. Re: What is up? on Unroll.me 'Heartbroken' After Being Caught Selling User Data To Uber (cnet.com) · · Score: 1

    Lyft and the traditional taxi cartels are in full shill damage mode, pumping hundreds of millions of dollars into negative campaigns against Uber.

    I've always equated Uber and Lyft. As far as I know they both are trying to avoid having driving records and criminal background checks by governments

  20. All this hatred against Uber is getting mighty suspicious! What is up with that? A taxi is a just a taxi after all.

  21. Re:Who is surprised by this? on Uber Tried To Hide Its Secret IPhone Fingerprinting From Apple (cnbc.com) · · Score: 1

    Next up: Drug traffickers speed and run red lights.

    Only if they are stupid or want to get caught.

  22. Re: They simply remember your UDID on Uber Tried To Hide Its Secret IPhone Fingerprinting From Apple (cnbc.com) · · Score: 1

    I don't get it! Why should they? Isn't it up to the owner of the phone to protect their property, not the property's manufacturer?

  23. I'm sure there are not just one or two here who loss a few bucks on this or similar scams.

  24. Re:This is why we can't have nice things on Plastc Swiped $9 Million From Backers, Now It Plans To File For Bankruptcy and Shut Down (theverge.com) · · Score: 1

    You're going to shoot someone over losing $155

    How else do you propose we keep people from steeling $155 from others?

  25. Re:Because everyone knows... on States Are Moving To Cut College Costs By Introducing Open-Source Textbooks (qz.com) · · Score: 1

    man cp

    "NAME
    cp - copy files and directories

    SYNOPSIS
    cp [OPTION]... [-T] SOURCE DEST
    cp [OPTION]... SOURCE... DIRECTORY
    cp [OPTION]... -t DIRECTORY SOURCE...

    DESCRIPTION
    Copy SOURCE to DEST, or multiple SOURCE(s) to DIRECTORY.

    Mandatory arguments to long options are mandatory for short options
    too.

    -a, --archive
    same as -dR --preserve=all

    --attributes-only
    don't copy the file data, just the attributes

    --backup[=CONTROL]
    make a backup of each existing destination file

    -b like --backup but does not accept an argument

    --copy-contents
    copy contents of special files when recursive

    -d same as --no-dereference --preserve=links

    -f, --force
    if an existing destination file cannot be opened, remove it and
    try again (this option is ignored when the -n option is also
    used)

    -i, --interactive
    prompt before overwrite (overrides a previous -n option)

    -H follow command-line symbolic links in SOURCE

    -l, --link
    hard link files instead of copying

    -L, --dereference
    always follow symbolic links in SOURCE

    -n, --no-clobber
    do not overwrite an existing file (overrides a previous -i
    option)

    -P, --no-dereference
    never follow symbolic links in SOURCE

    -p same as --preserve=mode,ownership,timestamps

    --preserve[=ATTR_LIST]
    preserve the specified attributes (default: mode,ownership,time
    stamps), if possible additional attributes: context, links,