Slashdot Mirror


User: sanosuke001

sanosuke001's activity in the archive.

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

Comments · 740

  1. Re:I doubt it was innocent mistake on Too Fat For Facebook: Photo Banned For Depicting Body In 'Undesirable Manner' (theguardian.com) · · Score: 1

    I didn't say that they should ban normal ads. Tess Holliday and her HAES (https://en.wikipedia.org/wiki/Health_at_Every_Size) followers are telling people being obese is okay and that science is wrong; you can't lose weight and 400+ lbs might be your "healthy" weight. What they're saying is dangerous and borderline criminal. They shouldn't be allowed on the internet.

  2. Re:I doubt it was innocent mistake on Too Fat For Facebook: Photo Banned For Depicting Body In 'Undesirable Manner' (theguardian.com) · · Score: 5, Insightful

    They didn't make a mistake; Tess Holliday is obese and tells everyone that its okay. It's not okay, its unhealthy (I know, I'm the same way and know I need to get in shape; I'm not trying to by a hypocrite) it is hard to get back in shape and I don't blame her for being fat but I do blame her and her kind for perpetuating the "healthy at any weight" bullshit on the internet. She's not fat, she's obese; she's unhealthy and allowing her to tell people that it's okay is not okay. I know it's not okay for me to be obese, either, but I'm not telling people that it is.

    Facebook, for once, did the right thing the first time; she shouldn't be allowed in an ad just like anorexic models shouldn't be either. Reversing their decision was the mistake.

  3. Don't tell me that you think the Chrome settings page is easier to use than the Firefox one; because if you do I'll have to call you a liar.

  4. Re:Hmm on Snapchat Sued For Facilitating 107 MPH Car Crash (patch.com) · · Score: 1

    People in planes, maybe?

  5. Re:Frivolous lawsuit on Snapchat Sued For Facilitating 107 MPH Car Crash (patch.com) · · Score: 0

    Except an 18 year old girl was the one using snapchat and the 55-year-old man's wife is suing them. He wasn't doing anything except driving. The girl that hit him was to blame. Now, should the man's wife be suing the girl instead of snapchat? Probably. However, I wouldn't call this lawsuit frivolous because you think the person who was in the wrong shouldn't be suing over their mistake.

  6. Re:I dunno about you... on Dyson Airblades 'Spread Germs 1,300 Times More Than Paper Towels' (telegraph.co.uk) · · Score: 1

    I don't know about you but I don't piss on my hands when I urinate

  7. dat burn-in tho... on AMOLED Displays Are Now Cheaper To Produce Than LCD (androidauthority.com) · · Score: 2

    http://www.alphr.com/realworld...

    I used a music app on my phone for a while and after a few months, it's buttons were permanently burned in because I left the screen on so I could skip songs while driving. It kinda sucked.

  8. Re:And nothing of value was lost on How One Dev Broke Node and Thousands of Projects In 11 Lines of JavaScript (theregister.co.uk) · · Score: 1

    ...and fix those pesky characters that /. thinks are html and removed!

    seriously, whoever was using left-pad and was too lazy to implement this themselves deserves their fate.

  9. Re:Cool Thought on What Apple Can Learn From BlackBerry Not To Do (informationweek.com) · · Score: 1

    Or just have the keys sent back to Apple when a phone is locked so they can decide whether to unlock it for someone?

  10. Sounds cheaper, too on SnO: First Stable P-Type 2D Semiconductor Discovered (phys.org) · · Score: 4, Insightful

    Tin + Oxygen sounds a lot cheaper (and more readily available) than those iridium, molybdenum, etc compounds, too

  11. Re:Mobile on Khronos Group Announces Release of Vulkan 1.0 (phoronix.com) · · Score: 1

    AMD has a beta driver; it just hasn't been certified yet (which is stated in the slides)

  12. Re:Official repos? on New Hack Shrinks Docker Containers (www.iron.io) · · Score: 1

    Ok, so from your comment I'm assuming that Iron.io doesn't own Docker? Because, from the summary, I had no idea this wasn't the people that own Docker doing the Dockering.

  13. Official repos? on New Hack Shrinks Docker Containers (www.iron.io) · · Score: 1

    If these are so much better, why aren't they just the official repos?

  14. Re:Ah, Slashdot. on Europe Now Has Its Own "Most Wanted Fugitives" Web Page (eumostwanted.eu) · · Score: 1

    There is a dropdown at the top to change language; english is selected when I go to the site. If they have different languages, they should use the language appropriate thousands separator character. Though, three-digits isn't a valid sub-currency-unit value anywhere I know of so it's still not a valid excuse.

  15. Re:This doesn't surprise me at all on Computer Beats Go Champion · · Score: 1

    You're right; I apologize. Chess isn't completely brute force but from the Go page on wikipedia:

    "There is significant strategy involved in the game, and the number of possible games is vast (10^761 compared, for example, to the estimated 10^120 possible in chess)"

    And from the Computer Chess page:

    "The Nalimov tablebases, which use state-of-the-art compression techniques, require 7.05 GB of hard disk space for all five-piece endings. To cover all the six-piece endings requires approximately 1.2 TB. It is estimated that seven-piece tablebases will require between 50 and 200 TB of storage space"

    Which is just not doable in Go; regardless of the fact that in endgame the match is usually already over or will only change the score by a few points.

  16. Re:This isn't AI.... on Computer Beats Go Champion · · Score: 1

    This doesn't brute force the board combinations completely; they used a Monte Carlo algorithm and a neural net to intelligently limit potential moves. Chess is brute forced; this is not.

  17. Re:This doesn't surprise me at all on Computer Beats Go Champion · · Score: 3, Interesting

    As wickerprints pointed out, this is completely false. A good move in a local position in Go may not be the best move overall and may, in fact, be a bad move when other areas on the board are taken into consideration. If a computer program split the board into smaller and smaller sections it could very easily get confused by a good player. Also, the number of moves possible at any given time in Go is exponentially higher than in Chess; you can brute force every possible path in Chess, you can't (not yet) in Go. It wasn't that it was more popular; it was much easier.

  18. Re:"would suck" is not a legal arguement on Newegg Sues Patent Troll After Troll Dropped Its Own Lawsuit (arstechnica.com) · · Score: 1

    I didn't RTFA (because /.) but I don't see where it says that quote is from their legal filing; maybe it was just a quote while talking with news outlets?

  19. Watching someone code drives me insane on Code Reviews vs. Pair Programming (mavenhive.in) · · Score: 5, Interesting

    Watching someone else code is the most maddening thing. They always seem to take the long way of doing something; use the mouse and doing eight clicks where a keyboard shortcut would do, etc. I do my best to not watch people code when I'm trying to help them. I would have killed someone years ago if I did that full time.

  20. Re:Why would you not want to upgrade to Windows 10 on 'Get Windows 10' Turns Itself On and Nags Win 7 and 8.1 Users Twice a Day (infoworld.com) · · Score: 1

    Did you forget the sarcasm tag? (If not, no media center, background data bullshit, ads in my start menu by default, etc)

  21. Unfortunately, Plex doesn't support encryped SDV cable channels or I'd have switched long ago (aka. when I got my CableCARD and already had XBMC installed I would have not installed Windows when it didn't work)

  22. Media Center on 'Get Windows 10' Turns Itself On and Nags Win 7 and 8.1 Users Twice a Day (infoworld.com) · · Score: 4, Informative

    I have a Home Theater with a CableCARD and NEED Windows Media Center for it to work. They removed Media Center from Windows 10. If they add it back in I'd be glad to upgrade. Otherwise, they give me no other option and they can go cry in the corner.

  23. Re:Backwards Compatibility Mode? on Mesa's Highlights Reel: An Impressive Year For Open Source 3-D Drivers · · Score: 1

    Nope, once they release Vulkan to the point where we can start developing with it we're starting a new version of our software.

  24. Backwards Compatibility Mode? on Mesa's Highlights Reel: An Impressive Year For Open Source 3-D Drivers · · Score: 2

    Without backwards compatibility, they're useless for me at work. We do GL2 and GL4 side by side (legacy vs. new development) and the open source drivers just fail at initializing because they don't support the backwards compatibility profiles. Also, with Vulkan coming out next year, it'll be a bit tough if they aren't working on that yet.

  25. Re:Is there a downside to upgrading to 10? on Microsoft Will Resume Pushing Windows 10 To Machines With Win7, 8.1 (computerworld.com) · · Score: 1

    Windows Media Center which is required to record encrypted cable TV from a CableCARD was removed from Windows 10. If they auto-update my HTPC, all my recordings are useless as they're only playable from the machine they were recorded on. Also, I can then never record any more since media player is not available.