From 299a08f325f3de71e191b17b16a120d1714e3d7c Mon Sep 17 00:00:00 2001 From: Niki Roo Date: Sun, 23 Sep 2018 06:29:13 +0200 Subject: [PATCH] Add test for Slashdot + fix style --- src/be/nikiroo/gofetch/test/Test.java | 3 +- src/be/nikiroo/gofetch/test/TestBase.java | 56 +- src/be/nikiroo/gofetch/test/TestSlashdot.java | 98 + test/expected/SLASHDOT/0102636958 | 437 ++ test/expected/SLASHDOT/0102636958.header | 17 + test/expected/SLASHDOT/0102636958.header.html | 21 + test/expected/SLASHDOT/0102636958.html | 191 + test/expected/SLASHDOT/0102637536 | 211 + test/expected/SLASHDOT/0102637536.header | 25 + test/expected/SLASHDOT/0102637536.header.html | 21 + test/expected/SLASHDOT/0102637536.html | 111 + test/expected/SLASHDOT/0102637868 | 306 ++ test/expected/SLASHDOT/0102637868.header | 16 + test/expected/SLASHDOT/0102637868.header.html | 21 + test/expected/SLASHDOT/0102637868.html | 156 + test/expected/SLASHDOT/0102638976 | 329 ++ test/expected/SLASHDOT/0102638976.header | 22 + test/expected/SLASHDOT/0102638976.header.html | 21 + test/expected/SLASHDOT/0102638976.html | 201 + test/expected/SLASHDOT/0102639448 | 346 ++ test/expected/SLASHDOT/0102639448.header | 17 + test/expected/SLASHDOT/0102639448.header.html | 21 + test/expected/SLASHDOT/0102639448.html | 191 + test/expected/SLASHDOT/0102639752 | 226 + test/expected/SLASHDOT/0102639752.header | 25 + test/expected/SLASHDOT/0102639752.header.html | 21 + test/expected/SLASHDOT/0102639752.html | 126 + test/expected/SLASHDOT/0102639856 | 847 +++ test/expected/SLASHDOT/0102639856.header | 27 + test/expected/SLASHDOT/0102639856.header.html | 21 + test/expected/SLASHDOT/0102639856.html | 371 ++ test/expected/SLASHDOT/0102640098 | 597 +++ test/expected/SLASHDOT/0102640098.header | 27 + test/expected/SLASHDOT/0102640098.header.html | 21 + test/expected/SLASHDOT/0102640098.html | 296 ++ test/expected/SLASHDOT/0102640274 | 377 ++ test/expected/SLASHDOT/0102640274.header | 37 + test/expected/SLASHDOT/0102640274.header.html | 21 + test/expected/SLASHDOT/0102640274.html | 176 + test/expected/SLASHDOT/0102640424 | 106 + test/expected/SLASHDOT/0102640424.header | 30 + test/expected/SLASHDOT/0102640424.header.html | 21 + test/expected/SLASHDOT/0102640424.html | 56 + test/expected/SLASHDOT/0102640864 | 397 ++ test/expected/SLASHDOT/0102640864.header | 49 + test/expected/SLASHDOT/0102640864.header.html | 21 + test/expected/SLASHDOT/0102640864.html | 151 + test/expected/SLASHDOT/0102640946 | 246 + test/expected/SLASHDOT/0102640946.header | 37 + test/expected/SLASHDOT/0102640946.header.html | 21 + test/expected/SLASHDOT/0102640946.html | 126 + test/expected/SLASHDOT/0102641010 | 216 + test/expected/SLASHDOT/0102641010.header | 42 + test/expected/SLASHDOT/0102641010.header.html | 21 + test/expected/SLASHDOT/0102641010.html | 91 + test/expected/SLASHDOT/0102641672 | 265 + test/expected/SLASHDOT/0102641672.header | 32 + test/expected/SLASHDOT/0102641672.header.html | 21 + test/expected/SLASHDOT/0102641672.html | 101 + test/expected/SLASHDOT/0102643378 | 70 + test/expected/SLASHDOT/0102643378.header | 23 + test/expected/SLASHDOT/0102643378.header.html | 21 + test/expected/SLASHDOT/0102643378.html | 51 + ...e-to-companies-than-money-says-survey.html | 4380 ++++++++++++++++ ...e-studio-acquired-by-korean-mmo-maker.html | 3456 ++++++++++++ ...troll-publishing-video-games-on-steam.html | 3011 +++++++++++ ...istory-by-finishing-atlantic-crossing.html | 3191 ++++++++++++ ...h-pipes-to-find-out-if-theyre-leaking.html | 2585 +++++++++ test/source/SLASHDOT/index.html | 4415 ++++++++++++++++ ...compromised-in-british-airways-breach.html | 2606 ++++++++++ ...-remote-nordic-peninsula-digital-free.html | 2936 +++++++++++ ..._computer-chips-are-still-made-in-usa.html | 3742 +++++++++++++ ...-thinks-its-time-to-break-up-facebook.html | 3552 +++++++++++++ ...-safe-for-voting-concludes-nap-report.html | 3364 ++++++++++++ ...-for-gut-health-as-previously-thought.html | 2804 ++++++++++ ...ue-with-blurry-fonts-on-new-chrome-69.html | 3564 +++++++++++++ ...rable-through-exposed-git-directories.html | 2989 +++++++++++ ...of-consumer-ai-and-it-doesnt-have-one.html | 4609 +++++++++++++++++ ...witches-to-new-firefox-quantum-engine.html | 3054 +++++++++++ 79 files changed, 62496 insertions(+), 31 deletions(-) create mode 100644 src/be/nikiroo/gofetch/test/TestSlashdot.java create mode 100644 test/expected/SLASHDOT/0102636958 create mode 100644 test/expected/SLASHDOT/0102636958.header create mode 100644 test/expected/SLASHDOT/0102636958.header.html create mode 100644 test/expected/SLASHDOT/0102636958.html create mode 100644 test/expected/SLASHDOT/0102637536 create mode 100644 test/expected/SLASHDOT/0102637536.header create mode 100644 test/expected/SLASHDOT/0102637536.header.html create mode 100644 test/expected/SLASHDOT/0102637536.html create mode 100644 test/expected/SLASHDOT/0102637868 create mode 100644 test/expected/SLASHDOT/0102637868.header create mode 100644 test/expected/SLASHDOT/0102637868.header.html create mode 100644 test/expected/SLASHDOT/0102637868.html create mode 100644 test/expected/SLASHDOT/0102638976 create mode 100644 test/expected/SLASHDOT/0102638976.header create mode 100644 test/expected/SLASHDOT/0102638976.header.html create mode 100644 test/expected/SLASHDOT/0102638976.html create mode 100644 test/expected/SLASHDOT/0102639448 create mode 100644 test/expected/SLASHDOT/0102639448.header create mode 100644 test/expected/SLASHDOT/0102639448.header.html create mode 100644 test/expected/SLASHDOT/0102639448.html create mode 100644 test/expected/SLASHDOT/0102639752 create mode 100644 test/expected/SLASHDOT/0102639752.header create mode 100644 test/expected/SLASHDOT/0102639752.header.html create mode 100644 test/expected/SLASHDOT/0102639752.html create mode 100644 test/expected/SLASHDOT/0102639856 create mode 100644 test/expected/SLASHDOT/0102639856.header create mode 100644 test/expected/SLASHDOT/0102639856.header.html create mode 100644 test/expected/SLASHDOT/0102639856.html create mode 100644 test/expected/SLASHDOT/0102640098 create mode 100644 test/expected/SLASHDOT/0102640098.header create mode 100644 test/expected/SLASHDOT/0102640098.header.html create mode 100644 test/expected/SLASHDOT/0102640098.html create mode 100644 test/expected/SLASHDOT/0102640274 create mode 100644 test/expected/SLASHDOT/0102640274.header create mode 100644 test/expected/SLASHDOT/0102640274.header.html create mode 100644 test/expected/SLASHDOT/0102640274.html create mode 100644 test/expected/SLASHDOT/0102640424 create mode 100644 test/expected/SLASHDOT/0102640424.header create mode 100644 test/expected/SLASHDOT/0102640424.header.html create mode 100644 test/expected/SLASHDOT/0102640424.html create mode 100644 test/expected/SLASHDOT/0102640864 create mode 100644 test/expected/SLASHDOT/0102640864.header create mode 100644 test/expected/SLASHDOT/0102640864.header.html create mode 100644 test/expected/SLASHDOT/0102640864.html create mode 100644 test/expected/SLASHDOT/0102640946 create mode 100644 test/expected/SLASHDOT/0102640946.header create mode 100644 test/expected/SLASHDOT/0102640946.header.html create mode 100644 test/expected/SLASHDOT/0102640946.html create mode 100644 test/expected/SLASHDOT/0102641010 create mode 100644 test/expected/SLASHDOT/0102641010.header create mode 100644 test/expected/SLASHDOT/0102641010.header.html create mode 100644 test/expected/SLASHDOT/0102641010.html create mode 100644 test/expected/SLASHDOT/0102641672 create mode 100644 test/expected/SLASHDOT/0102641672.header create mode 100644 test/expected/SLASHDOT/0102641672.header.html create mode 100644 test/expected/SLASHDOT/0102641672.html create mode 100644 test/expected/SLASHDOT/0102643378 create mode 100644 test/expected/SLASHDOT/0102643378.header create mode 100644 test/expected/SLASHDOT/0102643378.header.html create mode 100644 test/expected/SLASHDOT/0102643378.html create mode 100644 test/source/SLASHDOT/developers.slashdot.org/story_18_09_06_2024232_software-developers-are-now-more-valuable-to-companies-than-money-says-survey.html create mode 100644 test/source/SLASHDOT/games.slashdot.org/story_18_09_06_1921222_eve-online-studio-acquired-by-korean-mmo-maker.html create mode 100644 test/source/SLASHDOT/games.slashdot.org/story_18_09_06_2146237_valve-explains-how-it-decides-whos-a-straight-up-troll-publishing-video-games-on-steam.html create mode 100644 test/source/SLASHDOT/hardware.slashdot.org/story_18_09_06_1719243_robot-boat-sails-into-history-by-finishing-atlantic-crossing.html create mode 100644 test/source/SLASHDOT/hardware.slashdot.org/story_18_09_06_2058201_mit-graduate-creates-robot-that-swims-through-pipes-to-find-out-if-theyre-leaking.html create mode 100644 test/source/SLASHDOT/index.html create mode 100644 test/source/SLASHDOT/it.slashdot.org/story_18_09_07_0247228_380000-card-payments-compromised-in-british-airways-breach.html create mode 100644 test/source/SLASHDOT/mobile.slashdot.org/story_18_09_06_235254_icelanders-seek-to-keep-remote-nordic-peninsula-digital-free.html create mode 100644 test/source/SLASHDOT/news.slashdot.org/story_18_09_06_1558206_computer-chips-are-still-made-in-usa.html create mode 100644 test/source/SLASHDOT/news.slashdot.org/story_18_09_06_2043213_professor-who-coined-term-net-neutrality-thinks-its-time-to-break-up-facebook.html create mode 100644 test/source/SLASHDOT/politics.slashdot.org/story_18_09_06_2137245_blockchains-are-not-safe-for-voting-concludes-nap-report.html create mode 100644 test/source/SLASHDOT/science.slashdot.org/story_18_09_06_2153223_study-finds-probiotics-not-as-beneficial-for-gut-health-as-previously-thought.html create mode 100644 test/source/SLASHDOT/tech.slashdot.org/story_18_09_06_1839242_google-investigating-issue-with-blurry-fonts-on-new-chrome-69.html create mode 100644 test/source/SLASHDOT/tech.slashdot.org/story_18_09_06_1954253_400000-websites-vulnerable-through-exposed-git-directories.html create mode 100644 test/source/SLASHDOT/tech.slashdot.org/story_18_09_06_205221_ive-seen-the-future-of-consumer-ai-and-it-doesnt-have-one.html create mode 100644 test/source/SLASHDOT/yro.slashdot.org/story_18_09_06_1651255_tor-browser-gets-a-redesign-switches-to-new-firefox-quantum-engine.html diff --git a/src/be/nikiroo/gofetch/test/Test.java b/src/be/nikiroo/gofetch/test/Test.java index 7ece14a..3182fd9 100644 --- a/src/be/nikiroo/gofetch/test/Test.java +++ b/src/be/nikiroo/gofetch/test/Test.java @@ -10,7 +10,8 @@ import be.nikiroo.utils.test.TestLauncher; public class Test extends TestLauncher { public Test(String[] args) { super("GoFetch", args); - addSeries(new TestLWN(args)); + addTest(new TestLWN(args)); + addTest(new TestSlashdot(args)); } public static void main(String[] args) { diff --git a/src/be/nikiroo/gofetch/test/TestBase.java b/src/be/nikiroo/gofetch/test/TestBase.java index 1da6b48..65074ca 100644 --- a/src/be/nikiroo/gofetch/test/TestBase.java +++ b/src/be/nikiroo/gofetch/test/TestBase.java @@ -15,7 +15,6 @@ import be.nikiroo.gofetch.output.Output; import be.nikiroo.gofetch.support.BasicSupport; import be.nikiroo.utils.IOUtils; import be.nikiroo.utils.test.TestCase; -import be.nikiroo.utils.test.TestLauncher; /** * Base class for {@link BasicSupport}s testing. @@ -29,10 +28,12 @@ import be.nikiroo.utils.test.TestLauncher; * * @author niki */ -abstract class TestBase extends TestLauncher { +abstract class TestBase extends TestCase { + private BasicSupport support; + public TestBase(BasicSupport support, String[] args) { - super(support.getType().toString(), args); - addTest(support); + super(support.getType().toString()); + this.support = support; } static protected InputStream doOpen(BasicSupport support, @@ -48,35 +49,30 @@ abstract class TestBase extends TestLauncher { } - private void addTest(final BasicSupport support) { - addTest(new TestCase("Processing example data") { - @Override - public void test() throws Exception { - File expected = new File("test/expected/" + support.getType()); - File actual = new File("test/result/" + support.getType()); + @Override + public void test() throws Exception { + File expected = new File("test/expected/" + support.getType()); + File actual = new File("test/result/" + support.getType()); - IOUtils.deltree(actual); - expected.mkdirs(); - actual.mkdirs(); + IOUtils.deltree(actual); + expected.mkdirs(); + actual.mkdirs(); - Output gopher = new Gopher(support.getType(), "", "", 70); - Output html = new Html(support.getType(), "", "", 80); + Output gopher = new Gopher(support.getType(), "", "", 70); + Output html = new Html(support.getType(), "", "", 80); - for (Story story : support.list()) { - support.fetch(story); - IOUtils.writeSmallFile(new File(actual, story.getId() - + ".header"), gopher.exportHeader(story)); - IOUtils.writeSmallFile( - new File(actual, story.getId() + ""), - gopher.export(story)); - IOUtils.writeSmallFile(new File(actual, story.getId() - + ".header.html"), html.exportHeader(story)); - IOUtils.writeSmallFile(new File(actual, story.getId() - + ".html"), html.export(story)); - } + for (Story story : support.list()) { + support.fetch(story); + IOUtils.writeSmallFile(new File(actual, story.getId() + ".header"), + gopher.exportHeader(story)); + IOUtils.writeSmallFile(new File(actual, story.getId() + ""), + gopher.export(story)); + IOUtils.writeSmallFile(new File(actual, story.getId() + + ".header.html"), html.exportHeader(story)); + IOUtils.writeSmallFile(new File(actual, story.getId() + ".html"), + html.export(story)); + } - assertEquals(expected, actual); - } - }); + assertEquals(expected, actual); } } diff --git a/src/be/nikiroo/gofetch/test/TestSlashdot.java b/src/be/nikiroo/gofetch/test/TestSlashdot.java new file mode 100644 index 0000000..d9660c4 --- /dev/null +++ b/src/be/nikiroo/gofetch/test/TestSlashdot.java @@ -0,0 +1,98 @@ +package be.nikiroo.gofetch.test; + +import java.io.File; +import java.io.IOException; +import java.io.InputStream; +import java.net.MalformedURLException; +import java.net.URL; +import java.util.HashMap; +import java.util.Map; + +import be.nikiroo.gofetch.support.Slashdot; +import be.nikiroo.gofetch.support.Type; + +public class TestSlashdot extends TestBase { + + static private Map getMap() throws MalformedURLException { + Map map = new HashMap(); + + map.put(new URL("https://slashdot.org/"), new File("index.html")); + + map.put(new URL( + "https://developers.slashdot.org/story/18/09/06/2024232/software-developers-are-now-more-valuable-to-companies-than-money-says-survey"), + new File( + "developers.slashdot.org/story_18_09_06_2024232_software-developers-are-now-more-valuable-to-companies-than-money-says-survey.html")); + map.put(new URL( + "https://games.slashdot.org/story/18/09/06/1921222/eve-online-studio-acquired-by-korean-mmo-maker"), + new File( + "games.slashdot.org/story_18_09_06_1921222_eve-online-studio-acquired-by-korean-mmo-maker.html")); + map.put(new URL( + "https://games.slashdot.org/story/18/09/06/2146237/valve-explains-how-it-decides-whos-a-straight-up-troll-publishing-video-games-on-steam"), + new File( + "games.slashdot.org/story_18_09_06_2146237_valve-explains-how-it-decides-whos-a-straight-up-troll-publishing-video-games-on-steam.html")); + map.put(new URL( + "https://hardware.slashdot.org/story/18/09/06/1719243/robot-boat-sails-into-history-by-finishing-atlantic-crossing"), + new File( + "hardware.slashdot.org/story_18_09_06_1719243_robot-boat-sails-into-history-by-finishing-atlantic-crossing.html")); + map.put(new URL( + "https://hardware.slashdot.org/story/18/09/06/2058201/mit-graduate-creates-robot-that-swims-through-pipes-to-find-out-if-theyre-leaking"), + new File( + "hardware.slashdot.org/story_18_09_06_2058201_mit-graduate-creates-robot-that-swims-through-pipes-to-find-out-if-theyre-leaking.html")); + map.put(new URL( + "https://it.slashdot.org/story/18/09/07/0247228/380000-card-payments-compromised-in-british-airways-breach"), + new File( + "it.slashdot.org/story_18_09_07_0247228_380000-card-payments-compromised-in-british-airways-breach.html")); + map.put(new URL( + "https://mobile.slashdot.org/story/18/09/06/235254/icelanders-seek-to-keep-remote-nordic-peninsula-digital-free"), + new File( + "mobile.slashdot.org/story_18_09_06_235254_icelanders-seek-to-keep-remote-nordic-peninsula-digital-free.html")); + map.put(new URL( + "https://news.slashdot.org/story/18/09/06/1558206/computer-chips-are-still-made-in-usa"), + new File( + "news.slashdot.org/story_18_09_06_1558206_computer-chips-are-still-made-in-usa.html")); + map.put(new URL( + "https://news.slashdot.org/story/18/09/06/2043213/professor-who-coined-term-net-neutrality-thinks-its-time-to-break-up-facebook"), + new File( + "news.slashdot.org/story_18_09_06_2043213_professor-who-coined-term-net-neutrality-thinks-its-time-to-break-up-facebook.html")); + map.put(new URL( + "https://politics.slashdot.org/story/18/09/06/2137245/blockchains-are-not-safe-for-voting-concludes-nap-report"), + new File( + "politics.slashdot.org/story_18_09_06_2137245_blockchains-are-not-safe-for-voting-concludes-nap-report.html")); + map.put(new URL( + "https://science.slashdot.org/story/18/09/06/2153223/study-finds-probiotics-not-as-beneficial-for-gut-health-as-previously-thought"), + new File( + "science.slashdot.org/story_18_09_06_2153223_study-finds-probiotics-not-as-beneficial-for-gut-health-as-previously-thought.html")); + map.put(new URL( + "https://tech.slashdot.org/story/18/09/06/1839242/google-investigating-issue-with-blurry-fonts-on-new-chrome-69"), + new File( + "tech.slashdot.org/story_18_09_06_1839242_google-investigating-issue-with-blurry-fonts-on-new-chrome-69.html")); + map.put(new URL( + "https://tech.slashdot.org/story/18/09/06/1954253/400000-websites-vulnerable-through-exposed-git-directories"), + new File( + "tech.slashdot.org/story_18_09_06_1954253_400000-websites-vulnerable-through-exposed-git-directories.html")); + map.put(new URL( + "https://tech.slashdot.org/story/18/09/06/205221/ive-seen-the-future-of-consumer-ai-and-it-doesnt-have-one"), + new File( + "tech.slashdot.org/story_18_09_06_205221_ive-seen-the-future-of-consumer-ai-and-it-doesnt-have-one.html")); + map.put(new URL( + "https://yro.slashdot.org/story/18/09/06/1651255/tor-browser-gets-a-redesign-switches-to-new-firefox-quantum-engine"), + new File( + "yro.slashdot.org/story_18_09_06_1651255_tor-browser-gets-a-redesign-switches-to-new-firefox-quantum-engine.html")); + + return map; + } + + public TestSlashdot(String[] args) { + super(new Slashdot() { + @Override + protected InputStream open(URL url) throws IOException { + return doOpen(this, getMap(), url); + } + + @Override + public Type getType() { + return Type.SLASHDOT; + } + }, args); + } +} diff --git a/test/expected/SLASHDOT/0102636958 b/test/expected/SLASHDOT/0102636958 new file mode 100644 index 0000000..f4aa3c8 --- /dev/null +++ b/test/expected/SLASHDOT/0102636958 @@ -0,0 +1,437 @@ + COMPUTER CHIPS ARE STILL 'MADE IN USA' (AXIOS.COM) + + Thursday September 06, 2018 @11:30PM (msmash) + from the how-about-that dept. + + o News link: https://news.slashdot.org/story/18/09/06/1558206/computer-chips-are-still-made-in-usa + o Source link: https://www.axios.com/computer-chips-manufacturing-america--10dcfe13-64f3-4ea9-ad4a-cb189a00429a.html + + + For all the wishful thinking about manufacturing more laptops + and iPhones in the U.S., there is one sector of tech + manufacturing where America remains a leader: computer chips. + From a report: Some $44 billion worth of semiconductors are + exported from the U.S. each year, making them America's fourth + leading manufacturing export after cars, airplanes and refined + oil. There are roughly 80 wafer fabrication plants (aka fabs) + in the U.S., spread across 19 states. [...] An even greater + share of the world's computer chips are designed domestically + and made overseas by companies including Qualcomm, Apple, + Broadcom and Nvidia. A bunch of the high-tech gear needed to + produce chips is also designed and/or made in the U.S. + + + ** + + ** Re: (Score:2) + (by bobbied ( 2522392 )) + + + Why? + Politics of course.. + + ** Re: (Score:2) + (by Alwin Barni ( 5107629 )) + + + > Why? + > Politics of course.. + Could you please expand? + + ** Re:Why is it "wishful thinking"? (Score:5, Funny) + (by fahrbot-bot ( 874524 )) + + + >> Why? + >> Politics of course.. + > Could you please expand? + P o l i t i c s o f c o u r s e. + + ** Re: (Score:2, Funny) + (by Anonymous Coward) + + + >>> Why? + >>> Politics of course.. + >> Could you please expand? + > + > P o l i t i c s o f c o u r s e. + > + I'm not sure if I should laugh, or hunt you down and + smack you upside your head with a 2x4. + + ** Re: (Score:3) + (by Highdude702 ( 4456913 )) + + + I mean, I thought it was hilarious, and it wasn't + the name calling garbage you see here too often. + + + + ** Re: (Score:2) + (by Alwin Barni ( 5107629 )) + + + :-) + However: + expand ikspand/ + verb + verb: expand; 3rd person present: expands; past + tense: expanded; past participle: expanded; gerund + or present participle: expanding + * become or make larger or more extensive + * give a fuller version or account of. + + ** Re: (Score:2) + (by fahrbot-bot ( 874524 )) + + + > :-) + > However: expand - verb ... + > (1) become or make larger or more extensive + > (2) give a fuller version or account of. + Yup, I know; I was married to an English teacher + for 20 years, but using the first definition was + funnier. :-) + [1]Remember Sue... [tumblr.com] + + + + + [1] http://remembersue.tumblr.com/ + + + + + + + ** Re: Why is it "wishful thinking"? (Score:1) + (by Anonymous Coward) + + + The only reason is automation. Jobs were never going to come + back from chip manufacturing. + They have a factory crew for setting up the parts and feeding + the machines. Pretty cheap, doesn't actually make much money + for anyone but the corporation running it. It's all + "unskilled" and low pay...setting up all those machines, + getting material dimensions in spec and running the machine + is just considered general labor. + + + ** Re: (Score:3) + (by YuppieScum ( 1096 )) + + + > If the US leads in chip manufacture, why can't it be + > competitive in putting the pieces together? + Because most of the CPU silicon used in the commonest devices + - phones and laptops - is fabbed in Asia. + + Because most of the parts - like screens, RAM and flash + storage - are also made in Asia, so it's cheaper to bolt it + all together in a location closest to the source of the most + parts. + + Because final assembly of something like an iPhone is a + manual process that requires the dexterity of nimble fingers. + It's not quite the same as bolting doors onto a Chevvy. + + + ** Re: (Score:2) + (by GameboyRMH ( 1153867 )) + + + Because it hardly has any of the pieces right now - it would + be a massive effort to put all the supply chains in place for + the various electronics components needed for a whole + computer when the US currently makes little more than chips. + Currently those supply chains are in Asia (which also has the + advantages of cheap labor and lax environmental laws). I'd + compare it to going from just making engine blocks to making + a whole car, but that underplays the difficulty too much. + + + ** Re: (Score:2) + (by AHuxley ( 892839 )) + + + Re "why can't it be competitive in putting the pieces + together?" + Think back to the 1970 and 1980's when the CPU thing needed + new production lines and was no longer low yield skilled lab + work. + Non first world nations part pay their workers in food, + dormitories. Their introduction to work is free as its part + of the nations free "education". + Tax reductions and industrial export support then further + supports the electronics brand in the poor nation. + No unions. Lots of pollution. + + The big brands moved to ver + + + ** But for how long? (Score:2) + (by DMJC ( 682799 )) + + + Sure they still do, but China is beginning to manufacture X86 + CPUs directly. It's only a matter of time until they catch up + and crush Intel and AMD through undercutting, and throwing money + at the problem. [1]https://www.tomshardware.com/n... + [tomshardware.com] + + + + + [1] + https://www.tomshardware.com/news/china-zen-x86-processor-dryhan- + a,37417.html + + ** Re: (Score:2) + (by Dallas May ( 4891515 )) + + + In the long run, yes. Probably not really soon. There are + plenty of significant advances happening that space right + now. They might market to the far low end PCs, but they + aren't the market AMD and Intel really want anyway. + + + ** Re: (Score:2) + (by jon3k ( 691256 )) + + + By then (10-20 years, if they're lucky) the desktop will be + commoditized and mobile (ie laptops) mostly replaced with + ARM. All the growth is in the server market and China is a + long, long way from producing an X86 CPU that can compete + with Intel Xeons. Who knows what the landscape will look like + by then. + + ** Re: But for how long? (Score:2) + (by adolf ( 21054 )) + + + This will also be the year of Linux on the desktop! + + ** Re: (Score:2) + (by tsa ( 15680 )) + + + Yeah, paradise is near! + + ** Re: (Score:2) + (by adolf ( 21054 )) + + + We're on the home stretch, boys! + + + + + + ** Re: (Score:2) + (by AHuxley ( 892839 )) + + + As long as the NRO needs hand crafted space CPU products. + + + ** Re: (Score:2) + (by CaffeinatedBacon ( 5363221 )) + + + But who will people trust to make their CPU's. Intel with + their "management engine" and AMD etc all with the same is + already freaking enough people out. + Who is going to want a Chinese CPU with who knows what + running on it that you will never be able to see, has access + to everything, and can do anything it wants to "your + computer" and "your data". + Most countries would probably just ban them like they are + [1]doing for 5G telecom equipment already. [nytimes.com] + + + + + [1] + https://www.nytimes.com/2018/08/23/technology/huawei-banned-a- + ustralia-5g.html + + + ** Yeah, but . . . (Score:5, Interesting) + (by dtmos ( 447842 ) *) + + + . . . computer chips with state-of-the-art lithography soon all + will be manufactured overseas. Specifically, they will be made + by exactly two companies, [1]Samsung [samsungfoundry.com] and + [2]TSMC [tsmc.com], with GlobalFoundries' recent announcement + that it is [3]stopping development of its 7nm process + [anandtech.com]. GF operated the old IBM facility in Fishkill, + NY, and AFAIK was the last company offering state-of-the-art + foundry services with a fab in the US. + Intel is still in business, of course, and even has a [4]foundry + business [intel.com], but it cannot seem to successfully operate + it -- substantially all of its wafer starts are chips of its own + design. With the capital cost of each new-generation fab + reaching $20 billion, it's only a matter of time until Intel -- + which has only its internal product base of chip designs to fill + its fabs, while Samsung and TSMC make chips for the entire + industry -- can no longer afford the move to the next + generation. + If the rest of the semiconductor industry (or the US DoD) wants + high-performance computer chips, there's now nowhere to go + except Samsung and TSMC. It will be interesting to see what + politicians do when they realize that the best digital chips can + no longer be manufactured in the US. The choice seems to be + either (1) have our economy -- everything from cell phones to + missiles -- dependent on chips manufactured overseas, or (2) + subsidize Intel's foundry business and the semiconductor + equipment manufacturers to the tune of tens of $billions, just + to keep a US source of high-performance semiconductors. + + + + + [1] https://www.samsungfoundry.com/foundry/homepage.do + [2] http://www.tsmc.com/english/default.htm + [3] + https://www.anandtech.com/show/13277/globalfoundries-stops-all-7- + nm-development + [4] https://www.intel.com/content/www/us/en/foundry/overview.html + + ** + + ** Re: (Score:3) + (by Dallas May ( 4891515 )) + + + The same reason they haven't produced a car yet. They + could, but they don't want to. They have good deals with + their current suppliers, so why make that investment? + + ** The normal Transition of economies (Score:2) + (by aberglas ( 991072 )) + + + 1. Primary production + 2. Manufacturing + 3. Services + Services will keep things going fine. Lawyers, tax + accountants, retail and beauty consultants. That is + where the growth will come from. + + + + + ** + + ** Re: (Score:2) + (by nateman1352 ( 971364 )) + + + TI doesn't have state-of-the-art lithography for digital. + They gave up on the Moore's Law race 10 years ago after + they reached 45nm. TI realized during the development of + WinRT that building CPUs requires very expensive fabs and + if you are not an x86 supplier then your only option is to + make ARM chips, which is a race to the bottom with very + thin margins. TI realized they can make more money + building mixed signal designs on older process. + + + + ** Re:Yeah, but . . . (Score:4, Insightful) + (by Graymalkin ( 13732 ) *) + + + State of the art lithography is not a synonym for + high-performance computer chips. In fact for a lot of uses, + DoD included, state of the art lithography is nowhere in the + requirements. Hardened chips on robust/insulated substrates + is more important in many uses than smaller die traces. + + + ** Re: (Score:2) + (by KalvinB ( 205500 )) + + + They'll be subsidized under issues of national security if + they're really needed by the government. The government + generally doesn't run bleeding edge technology so the chips + that can be produced in the US will be plenty sufficient for + government needs. If the government ever needs a $20 billion + plant, they'll cut a check under the national defense budget. + We've been comfortable with foreign made chips for decades in + the consumer market. Unless there is a severe national + security issue that won't change. + + + ** Re: (Score:2) + (by nateman1352 ( 971364 )) + + + Intel has the same fundamental problem with foundry that AMD + had 10 years ago. Every 3rd party company does not trust + Intel to prioritize their products over Intel's own products. + Intel will always build their own products on the latest + process node first. If you fab with Intel then your wafers + will always get 2nd priority over Intel's own wafers. The + only way that is not the case is if you are such a huge + customer that your contract requires Intel to construct an + entire new factory just for you. Then you h + + + ** Poor writing in TFA (Score:5, Informative) + (by whoever57 ( 658626 )) + + + "An even greater share of the world's computer chips are + designed domestically and made overseas by companies including + Qualcomm, Apple, Broadcom and Nvidia." + This reads as though Qualcomm, Apple, Broadcom and Nvidia are + making chips. What would be clear and accurate is: + "An even greater share of the world's computer chips are + designed domestically by companies including Qualcomm, Apple, + Broadcom and Nvidia and made overseas." + + ** Still somewhat misleading... (Score:4, Informative) + (by YuppieScum ( 1096 )) + + + Don't forget, a hefty chunk of Qualcomm's - and pretty much + all of Apple's - designs are not original, but instead are + based on IP from ARM, a British company (although recently + bought out by SoftBank). + + In fact, Broadcom and Nvidia are also licencees of ARM IP as + well, but less of their overall product range derives from + it. + + + ** Are you sure? (Score:3, Interesting) + (by Gabest ( 852807 )) + + + TSMC and Samsung are the leaders in chip making. And second + class Intel and AMD both have shady Middle-East ties from Israel + and Dubai. + + ** 13% market share is not good (Score:4, Interesting) + (by Goldsmith ( 561202 )) + + + This is a crazy article. At the end, it meekly points out that + the US has a 13% market share in chip production. Given that the + US started this industry, leads in design in this space, leads + in capital available for high tech industry, and that the US + accounts for 15% to 18% of global GDP, a 13% market share in + chip production is very poor performance. This is below what you + might expect for a simple commodity that depends only on + domestic market size and way below what you'd expect for this + industry. + + diff --git a/test/expected/SLASHDOT/0102636958.header b/test/expected/SLASHDOT/0102636958.header new file mode 100644 index 0000000..b0e8184 --- /dev/null +++ b/test/expected/SLASHDOT/0102636958.header @@ -0,0 +1,17 @@ +0Computer Chips Are Still 'Made in USA' (axios.com) null/SLASHDOT/0102636958 70 +i Thursday September 06, 2018 @11:30PM (msmash) +i from the how-about-that dept. +i +i For all the wishful thinking about manufacturing more laptops +i and iPhones in the U.S., there is one sector of tech +i manufacturing where America remains a leader: computer chips. +i From a report: Some $44 billion worth of semiconductors are +i exported from the U.S. each year, making them America's fourth +i leading manufacturing export after cars, airplanes and refined +i oil. There are roughly 80 wafer fabrication plants (aka fabs) +i in the U.S., spread across 19 states. [...] An even greater +i share of the world's computer chips are designed domestically +i and made overseas by companies including Qualcomm, Apple, +i Broadcom and Nvidia. A bunch of the high-tech gear needed to +i produce chips is also designed and/or made in the U.S. +i diff --git a/test/expected/SLASHDOT/0102636958.header.html b/test/expected/SLASHDOT/0102636958.header.html new file mode 100644 index 0000000..851f45e --- /dev/null +++ b/test/expected/SLASHDOT/0102636958.header.html @@ -0,0 +1,21 @@ + + + + + + + + +
+

Computer Chips Are Still 'Made in USA' (axios.com)

+
(Thursday September 06, 2018 @11:30PM (msmash) +from the how-about-that dept.)
+
+
+ For all the wishful thinking about manufacturing more laptops and iPhones in the U.S., there is one sector of tech manufacturing where America remains a leader: computer chips. From a report: Some $44 billion worth of semiconductors are exported from the U.S. each year, making them America's fourth leading manufacturing export after cars, airplanes and refined oil. There are roughly 80 wafer fabrication plants (aka fabs) in the U.S., spread across 19 states. [...] An even greater share of the world's computer chips are designed domestically and made overseas by companies including Qualcomm, Apple, Broadcom and Nvidia. A bunch of the high-tech gear needed to produce chips is also designed and/or made in the U.S. +
+
+
+ diff --git a/test/expected/SLASHDOT/0102636958.html b/test/expected/SLASHDOT/0102636958.html new file mode 100644 index 0000000..130183b --- /dev/null +++ b/test/expected/SLASHDOT/0102636958.html @@ -0,0 +1,191 @@ + + + + + + + + +
+

Computer Chips Are Still 'Made in USA' (axios.com)

+
(Thursday September 06, 2018 @11:30PM (msmash) +from the how-about-that dept.)
+
+ +
+
+ For all the wishful thinking about manufacturing more laptops and iPhones in the U.S., there is one sector of tech manufacturing where America remains a leader: computer chips. From a report: Some $44 billion worth of semiconductors are exported from the U.S. each year, making them America's fourth leading manufacturing export after cars, airplanes and refined oil. There are roughly 80 wafer fabrication plants (aka fabs) in the U.S., spread across 19 states. [...] An even greater share of the world's computer chips are designed domestically and made overseas by companies including Qualcomm, Apple, Broadcom and Nvidia. A bunch of the high-tech gear needed to produce chips is also designed and/or made in the U.S. +
+
+
+

+
+
+
+

Re: (Score:2)

+
by bobbied ( 2522392 )
+

Why?

Politics of course..

+
+

Re: (Score:2)

+
by Alwin Barni ( 5107629 )
+

> Why?

> Politics of course..

Could you please expand?

+
+

Re:Why is it "wishful thinking"? (Score:5, Funny)

+
by fahrbot-bot ( 874524 )
+

>> Why?

>> Politics of course..

> Could you please expand?

P o l i t i c s o f c o u r s e.

+
+

Re: (Score:2, Funny)

+
by Anonymous Coward
+

>>> Why?

>>> Politics of course..

>> Could you please expand?

>

> P o l i t i c s o f c o u r s e.

>

I'm not sure if I should laugh, or hunt you down and smack you upside your head with a 2x4.

+
+

Re: (Score:3)

+
by Highdude702 ( 4456913 )
+

I mean, I thought it was hilarious, and it wasn't the name calling garbage you see here too often.

+
+
+
+

Re: (Score:2)

+
by Alwin Barni ( 5107629 )
+

:-)

However:

expand ikspand/

verb

verb: expand; 3rd person present: expands; past tense: expanded; past participle: expanded; gerund or present participle: expanding

* become or make larger or more extensive

* give a fuller version or account of.

+
+

Re: (Score:2)

+
by fahrbot-bot ( 874524 )
+

> :-)

> However: expand - verb ...

> (1) become or make larger or more extensive

> (2) give a fuller version or account of.

Yup, I know; I was married to an English teacher for 20 years, but using the first definition was funnier. :-)

[1]Remember Sue... [tumblr.com]

[1] http://remembersue.tumblr.com/

+
+
+
+
+
+
+

Re: Why is it "wishful thinking"? (Score:1)

+
by Anonymous Coward
+

The only reason is automation. Jobs were never going to come back from chip manufacturing.

They have a factory crew for setting up the parts and feeding the machines. Pretty cheap, doesn't actually make much money for anyone but the corporation running it. It's all "unskilled" and low pay...setting up all those machines, getting material dimensions in spec and running the machine is just considered general labor.

+
+
+

Re: (Score:3)

+
by YuppieScum ( 1096 )
+

> If the US leads in chip manufacture, why can't it be competitive in putting the pieces together?

Because most of the CPU silicon used in the commonest devices - phones and laptops - is fabbed in Asia.

Because most of the parts - like screens, RAM and flash storage - are also made in Asia, so it's cheaper to bolt it all together in a location closest to the source of the most parts.

Because final assembly of something like an iPhone is a manual process that requires the dexterity of nimble fingers. It's not quite the same as bolting doors onto a Chevvy.

+
+
+

Re: (Score:2)

+
by GameboyRMH ( 1153867 )
+

Because it hardly has any of the pieces right now - it would be a massive effort to put all the supply chains in place for the various electronics components needed for a whole computer when the US currently makes little more than chips. Currently those supply chains are in Asia (which also has the advantages of cheap labor and lax environmental laws). I'd compare it to going from just making engine blocks to making a whole car, but that underplays the difficulty too much.

+
+
+

Re: (Score:2)

+
by AHuxley ( 892839 )
+

Re "why can't it be competitive in putting the pieces together?"

Think back to the 1970 and 1980's when the CPU thing needed new production lines and was no longer low yield skilled lab work.

Non first world nations part pay their workers in food, dormitories. Their introduction to work is free as its part of the nations free "education".

Tax reductions and industrial export support then further supports the electronics brand in the poor nation.

No unions. Lots of pollution.

The big brands moved to ver

+
+
+
+

But for how long? (Score:2)

+
by DMJC ( 682799 )
+

Sure they still do, but China is beginning to manufacture X86 CPUs directly. It's only a matter of time until they catch up and crush Intel and AMD through undercutting, and throwing money at the problem. [1]https://www.tomshardware.com/n... [tomshardware.com]

[1] https://www.tomshardware.com/news/china-zen-x86-processor-dryhana,37417.html

+
+

Re: (Score:2)

+
by Dallas May ( 4891515 )
+

In the long run, yes. Probably not really soon. There are plenty of significant advances happening that space right now. They might market to the far low end PCs, but they aren't the market AMD and Intel really want anyway.

+
+
+

Re: (Score:2)

+
by jon3k ( 691256 )
+

By then (10-20 years, if they're lucky) the desktop will be commoditized and mobile (ie laptops) mostly replaced with ARM. All the growth is in the server market and China is a long, long way from producing an X86 CPU that can compete with Intel Xeons. Who knows what the landscape will look like by then.

+
+

Re: But for how long? (Score:2)

+
by adolf ( 21054 )
+

This will also be the year of Linux on the desktop!

+
+

Re: (Score:2)

+
by tsa ( 15680 )
+

Yeah, paradise is near!

+
+

Re: (Score:2)

+
by adolf ( 21054 )
+

We're on the home stretch, boys!

+
+
+
+
+
+

Re: (Score:2)

+
by AHuxley ( 892839 )
+

As long as the NRO needs hand crafted space CPU products.

+
+
+

Re: (Score:2)

+
by CaffeinatedBacon ( 5363221 )
+

But who will people trust to make their CPU's. Intel with their "management engine" and AMD etc all with the same is already freaking enough people out.

Who is going to want a Chinese CPU with who knows what running on it that you will never be able to see, has access to everything, and can do anything it wants to "your computer" and "your data".

Most countries would probably just ban them like they are [1]doing for 5G telecom equipment already. [nytimes.com]

[1] https://www.nytimes.com/2018/08/23/technology/huawei-banned-australia-5g.html

+
+
+
+

Yeah, but . . . (Score:5, Interesting)

+
by dtmos ( 447842 ) *
+

. . . computer chips with state-of-the-art lithography soon all will be manufactured overseas. Specifically, they will be made by exactly two companies, [1]Samsung [samsungfoundry.com] and [2]TSMC [tsmc.com], with GlobalFoundries' recent announcement that it is [3]stopping development of its 7nm process [anandtech.com]. GF operated the old IBM facility in Fishkill, NY, and AFAIK was the last company offering state-of-the-art foundry services with a fab in the US.

Intel is still in business, of course, and even has a [4]foundry business [intel.com], but it cannot seem to successfully operate it -- substantially all of its wafer starts are chips of its own design. With the capital cost of each new-generation fab reaching $20 billion, it's only a matter of time until Intel -- which has only its internal product base of chip designs to fill its fabs, while Samsung and TSMC make chips for the entire industry -- can no longer afford the move to the next generation.

If the rest of the semiconductor industry (or the US DoD) wants high-performance computer chips, there's now nowhere to go except Samsung and TSMC. It will be interesting to see what politicians do when they realize that the best digital chips can no longer be manufactured in the US. The choice seems to be either (1) have our economy -- everything from cell phones to missiles -- dependent on chips manufactured overseas, or (2) subsidize Intel's foundry business and the semiconductor equipment manufacturers to the tune of tens of $billions, just to keep a US source of high-performance semiconductors.

[1] https://www.samsungfoundry.com/foundry/homepage.do

[2] http://www.tsmc.com/english/default.htm

[3] https://www.anandtech.com/show/13277/globalfoundries-stops-all-7nm-development

[4] https://www.intel.com/content/www/us/en/foundry/overview.html

+
+

+
+
+
+

Re: (Score:3)

+
by Dallas May ( 4891515 )
+

The same reason they haven't produced a car yet. They could, but they don't want to. They have good deals with their current suppliers, so why make that investment?

+
+

The normal Transition of economies (Score:2)

+
by aberglas ( 991072 )
+

1. Primary production

2. Manufacturing

3. Services

Services will keep things going fine. Lawyers, tax accountants, retail and beauty consultants. That is where the growth will come from.

+
+
+
+
+

+
+
+
+

Re: (Score:2)

+
by nateman1352 ( 971364 )
+

TI doesn't have state-of-the-art lithography for digital. They gave up on the Moore's Law race 10 years ago after they reached 45nm. TI realized during the development of WinRT that building CPUs requires very expensive fabs and if you are not an x86 supplier then your only option is to make ARM chips, which is a race to the bottom with very thin margins. TI realized they can make more money building mixed signal designs on older process.

+
+
+
+

Re:Yeah, but . . . (Score:4, Insightful)

+
by Graymalkin ( 13732 ) *
+

State of the art lithography is not a synonym for high-performance computer chips. In fact for a lot of uses, DoD included, state of the art lithography is nowhere in the requirements. Hardened chips on robust/insulated substrates is more important in many uses than smaller die traces.

+
+
+

Re: (Score:2)

+
by KalvinB ( 205500 )
+

They'll be subsidized under issues of national security if they're really needed by the government. The government generally doesn't run bleeding edge technology so the chips that can be produced in the US will be plenty sufficient for government needs. If the government ever needs a $20 billion plant, they'll cut a check under the national defense budget.

We've been comfortable with foreign made chips for decades in the consumer market. Unless there is a severe national security issue that won't change.

+
+
+

Re: (Score:2)

+
by nateman1352 ( 971364 )
+

Intel has the same fundamental problem with foundry that AMD had 10 years ago. Every 3rd party company does not trust Intel to prioritize their products over Intel's own products. Intel will always build their own products on the latest process node first. If you fab with Intel then your wafers will always get 2nd priority over Intel's own wafers. The only way that is not the case is if you are such a huge customer that your contract requires Intel to construct an entire new factory just for you. Then you h

+
+
+
+

Poor writing in TFA (Score:5, Informative)

+
by whoever57 ( 658626 )
+

"An even greater share of the world's computer chips are designed domestically and made overseas by companies including Qualcomm, Apple, Broadcom and Nvidia."

This reads as though Qualcomm, Apple, Broadcom and Nvidia are making chips. What would be clear and accurate is:

"An even greater share of the world's computer chips are designed domestically by companies including Qualcomm, Apple, Broadcom and Nvidia and made overseas."

+
+

Still somewhat misleading... (Score:4, Informative)

+
by YuppieScum ( 1096 )
+

Don't forget, a hefty chunk of Qualcomm's - and pretty much all of Apple's - designs are not original, but instead are based on IP from ARM, a British company (although recently bought out by SoftBank).

In fact, Broadcom and Nvidia are also licencees of ARM IP as well, but less of their overall product range derives from it.

+
+
+
+

Are you sure? (Score:3, Interesting)

+
by Gabest ( 852807 )
+

TSMC and Samsung are the leaders in chip making. And second class Intel and AMD both have shady Middle-East ties from Israel and Dubai.

+
+
+

13% market share is not good (Score:4, Interesting)

+
by Goldsmith ( 561202 )
+

This is a crazy article. At the end, it meekly points out that the US has a 13% market share in chip production. Given that the US started this industry, leads in design in this space, leads in capital available for high tech industry, and that the US accounts for 15% to 18% of global GDP, a 13% market share in chip production is very poor performance. This is below what you might expect for a simple commodity that depends only on domestic market size and way below what you'd expect for this industry.

+
+
+ diff --git a/test/expected/SLASHDOT/0102637536 b/test/expected/SLASHDOT/0102637536 new file mode 100644 index 0000000..467d5d0 --- /dev/null +++ b/test/expected/SLASHDOT/0102637536 @@ -0,0 +1,211 @@ + TOR BROWSER GETS A REDESIGN, SWITCHES TO NEW FIREFOX QUANTUM + ENGINE (ZDNET.COM) + + Thursday September 06, 2018 @11:30PM (msmash) + from the for-the-record dept. + + o News link: https://yro.slashdot.org/story/18/09/06/1651255/tor-browser-gets-a-redesign-switches-to-new-firefox-quantum-engine + o Source link: https://www.zdnet.com/article/tor-browser-gets-a-redesign-switches-to-new-firefox-quantum-engine/ + + + The Tor Browser has rolled out a new interface with the + release of v8. From a report: The Tor Browser has always been + based on the Firefox codebase, but it lagged behind a few + releases. Mozilla rolled out a major overhaul of the Firefox + codebase in November 2017, with the release of Firefox 57, the + first release in the Firefox Quantum series. Firefox Quantum + came with a new page rendering engine, a new add-ons API, and + a new user interface called the Photon UI. Because these were + major, code-breaking changes, it took the smaller Tor team + some time to integrate all of them into the Tor Browser + codebase and make sure everything worked as intended. The new + Tor Browser 8, released yesterday, is now in sync with the + most recent version of Firefox, the Quantum release, and also + supports all of its features. This means the Tor Browser now + uses the same modern Photon UI that current Firefox versions + use, it supports the same speed-optimized page rendering + engine and has also dropped support for the old XUL-based + add-ons system for the new WebExtensions API system used by + Chrome, Opera, Vivaldi, Brave, and the rest of the Chromium + browsers. + + + ** + + ** Re: Isn't page render speed pretty irrelevant for (Score:1) + (by Anonymous Coward) + + + Not when you have the assets already cached. Most people + donâ(TM)t just visit a site once. I was playing with it this + morning. Itâ(TM)s a decent speed improvement even within the + restraints of tor + More impressively msmash posted an actual tech article not a + biasedpolitical article for a change. Losing too many readers + now I suspect + + + ** Re: (Score:3, Insightful) + (by Tough Love ( 215404 )) + + + > It's not like a new page renderer is going to solve that. + The point is to be synced up to the current Firefox codebase. + Which by the way is awesome. I have all my favorite + extensions running, in spite of all the FUD about the new + Webextensions API. + + ** Re: (Score:2) + (by Tough Love ( 215404 )) + + + >> It's not like a new page renderer is going to solve that. + > The point is to be synced up to the current Firefox + > codebase. Which by the way is awesome. I have all my + > favorite extensions running, in spite of all the FUD about + > the new Webextensions API. + Why would anybody mod that comment troll? + + ** + + ** Re: (Score:2) + (by Tough Love ( 215404 )) + + + It is FUD. Firefox's extension ecology is as vibrant + as ever, but far more secure. And if somebody + disagrees, they should do so instead of taking the + belly slither route. + + ** + + ** Re: (Score:2) + (by theweatherelectric ( 2007596 )) + + + You can use the built-in [1]Reader View + [mozilla.org] for a lot of pages, but it's not + available for all pages. It depends on the + page structure. + + + + + [1] + https://support.mozilla.org/en-US/kb/firefox-r- + eader-view-clutter-free-web-pages + + + + + + + + ** Tested today (Score:1) + (by Anonymous Coward) + + + First impression is I like it. Video playback seems sluggish but + overall positive. Hopefully any NSA addons did not make the cut. + + ** Who can afford to run a tor exit node ? (Score:4, Interesting) + (by dargaud ( 518470 )) + + + I really wonder that. I support tor. I've never actually used it + because I don't have much to hide, but I understand that other + do. So I ran a tor relay (not exit) as my way of supporting the + project for a while; from my home adsl. After a while I noticed + some weird stuff going on. Some websites (important ones) + wouldn't load properly. Emails sent would bounce or simply never + reach their destination. After looking at the problem I found + that my IP was on some minor blacklists. I stopped the relay and + after 2 days I was off the blacklists. Hence my question, if + running a simple relay gets you blacklisted, what does running + an exit point does to your other internet usage from that IP ? + Who can afford separate IPs besides institutions ? So who is + really really running them ? Certainly not private citizens... + + ** Re: (Score:3) + (by ftobin ( 48814 )) + + + You can run something like a Linode instance pretty cheaply + and get more IPs. I've run a highly restricted exit node in + the past (low bandwidth, select ports), and I've had the same + problems with you if I try to use my Linode as a web proxy. + My most recent problem has been with Shut Up and Sit Down RSS + feeds, which are blocking my host :-\ + + ** Re:Who can afford to run a tor exit node ? (Score:4, + Informative) + (by tlhIngan ( 30335 )) + + + > You can run something like a Linode instance pretty + > cheaply and get more IPs. I've run a highly restricted + > exit node in the past (low bandwidth, select ports), and + > I've had the same problems with you if I try to use my + > Linode as a web proxy. My most recent problem has been + > with Shut Up and Sit Down RSS feeds, which are blocking my + > host :-\ + And that's just because no matter how noble the cause, + idiots will just ruin it. You don't need a list of Tor + exit nodes because if you run a reasonably popular + website, you'll find out quite rapidly what they are and + auto-blacklist t hem. + It's why CDNs like CloudFlare block Tor - the abuse from + Tor exit nodes ensures that whatever trigger you use, + it'll be triggered and you'll end up blocking it. It's not + like it's done deliberately - you don't have to seek out + new Tor exit nodes. They just make themselves known. + I'd even venture to say if you want to allow Tor traffic, + you have to whitelist them specifically It's not that Tor + is bad, it's just that it's got a bunch of bad actors that + really do ruin it for those who need it. + + ** Re: (Score:2) + (by ftobin ( 48814 )) + + + > And that's just because no matter how noble the cause, + > idiots will just ruin it. You don't need a list of Tor + > exit nodes because if you run a reasonably popular + > website, you'll find out quite rapidly what they are + > and auto-blacklist t hem. + I should mention that I don't and never did allow + access on port 80 or 443, yet Shut up and Sit Down's + RSS feed blocks me. There is no way my host was causing + issues for their site, with the 20 KB/s of bandwidth I + allowed. Additionally, I only allowed ports like IRC, + DN + + + + + ** Re: (Score:2) + (by bill_mcgonigle ( 4333 ) *) + + + Check out the Library Freedom Project. + + + ** Re: (Score:2) + (by AHuxley ( 892839 )) + + + Governments. + + + ** + + ** Re: (Score:2) + (by AHuxley ( 892839 )) + + + NSA, CIA, GCHQ did not worry about anonymous communication. + Police with lots of cash per investigation at a national + level don't worry about anonymous communication anymore. + + + diff --git a/test/expected/SLASHDOT/0102637536.header b/test/expected/SLASHDOT/0102637536.header new file mode 100644 index 0000000..8301572 --- /dev/null +++ b/test/expected/SLASHDOT/0102637536.header @@ -0,0 +1,25 @@ +0Tor Browser Gets a Redesign, Switches To New Firefox Quantum Engine (zdnet.com) null/SLASHDOT/0102637536 70 +i Thursday September 06, 2018 @11:30PM (msmash) +i from the for-the-record dept. +i +i The Tor Browser has rolled out a new interface with the +i release of v8. From a report: The Tor Browser has always been +i based on the Firefox codebase, but it lagged behind a few +i releases. Mozilla rolled out a major overhaul of the Firefox +i codebase in November 2017, with the release of Firefox 57, the +i first release in the Firefox Quantum series. Firefox Quantum +i came with a new page rendering engine, a new add-ons API, and +i a new user interface called the Photon UI. Because these were +i major, code-breaking changes, it took the smaller Tor team +i some time to integrate all of them into the Tor Browser +i codebase and make sure everything worked as intended. The new +i Tor Browser 8, released yesterday, is now in sync with the +i most recent version of Firefox, the Quantum release, and also +i supports all of its features. This means the Tor Browser now +i uses the same modern Photon UI that current Firefox versions +i use, it supports the same speed-optimized page rendering +i engine and has also dropped support for the old XUL-based +i add-ons system for the new WebExtensions API system used by +i Chrome, Opera, Vivaldi, Brave, and the rest of the Chromium +i browsers. +i diff --git a/test/expected/SLASHDOT/0102637536.header.html b/test/expected/SLASHDOT/0102637536.header.html new file mode 100644 index 0000000..2c5e8c1 --- /dev/null +++ b/test/expected/SLASHDOT/0102637536.header.html @@ -0,0 +1,21 @@ + + + + + + + + +
+

Tor Browser Gets a Redesign, Switches To New Firefox Quantum Engine (zdnet.com)

+
(Thursday September 06, 2018 @11:30PM (msmash) +from the for-the-record dept.)
+
+
+ The Tor Browser has rolled out a new interface with the release of v8. From a report: The Tor Browser has always been based on the Firefox codebase, but it lagged behind a few releases. Mozilla rolled out a major overhaul of the Firefox codebase in November 2017, with the release of Firefox 57, the first release in the Firefox Quantum series. Firefox Quantum came with a new page rendering engine, a new add-ons API, and a new user interface called the Photon UI. Because these were major, code-breaking changes, it took the smaller Tor team some time to integrate all of them into the Tor Browser codebase and make sure everything worked as intended. The new Tor Browser 8, released yesterday, is now in sync with the most recent version of Firefox, the Quantum release, and also supports all of its features. This means the Tor Browser now uses the same modern Photon UI that current Firefox versions use, it supports the same speed-optimized page rendering engine and has also dropped support for the old XUL-based add-ons system for the new WebExtensions API system used by Chrome, Opera, Vivaldi, Brave, and the rest of the Chromium browsers. +
+
+
+ diff --git a/test/expected/SLASHDOT/0102637536.html b/test/expected/SLASHDOT/0102637536.html new file mode 100644 index 0000000..eedcb4e --- /dev/null +++ b/test/expected/SLASHDOT/0102637536.html @@ -0,0 +1,111 @@ + + + + + + + + +
+

Tor Browser Gets a Redesign, Switches To New Firefox Quantum Engine (zdnet.com)

+
(Thursday September 06, 2018 @11:30PM (msmash) +from the for-the-record dept.)
+
+ +
+
+ The Tor Browser has rolled out a new interface with the release of v8. From a report: The Tor Browser has always been based on the Firefox codebase, but it lagged behind a few releases. Mozilla rolled out a major overhaul of the Firefox codebase in November 2017, with the release of Firefox 57, the first release in the Firefox Quantum series. Firefox Quantum came with a new page rendering engine, a new add-ons API, and a new user interface called the Photon UI. Because these were major, code-breaking changes, it took the smaller Tor team some time to integrate all of them into the Tor Browser codebase and make sure everything worked as intended. The new Tor Browser 8, released yesterday, is now in sync with the most recent version of Firefox, the Quantum release, and also supports all of its features. This means the Tor Browser now uses the same modern Photon UI that current Firefox versions use, it supports the same speed-optimized page rendering engine and has also dropped support for the old XUL-based add-ons system for the new WebExtensions API system used by Chrome, Opera, Vivaldi, Brave, and the rest of the Chromium browsers. +
+
+
+

+
+
+
+

Re: Isn't page render speed pretty irrelevant for (Score:1)

+
by Anonymous Coward
+

Not when you have the assets already cached. Most people donâ(TM)t just visit a site once. I was playing with it this morning. Itâ(TM)s a decent speed improvement even within the restraints of tor

More impressively msmash posted an actual tech article not a biasedpolitical article for a change. Losing too many readers now I suspect

+
+
+

Re: (Score:3, Insightful)

+
by Tough Love ( 215404 )
+

> It's not like a new page renderer is going to solve that.

The point is to be synced up to the current Firefox codebase. Which by the way is awesome. I have all my favorite extensions running, in spite of all the FUD about the new Webextensions API.

+
+

Re: (Score:2)

+
by Tough Love ( 215404 )
+

>> It's not like a new page renderer is going to solve that.

> The point is to be synced up to the current Firefox codebase. Which by the way is awesome. I have all my favorite extensions running, in spite of all the FUD about the new Webextensions API.

Why would anybody mod that comment troll?

+
+

+
+
+
+

Re: (Score:2)

+
by Tough Love ( 215404 )
+

It is FUD. Firefox's extension ecology is as vibrant as ever, but far more secure. And if somebody disagrees, they should do so instead of taking the belly slither route.

+
+

+
+
+
+

Re: (Score:2)

+
by theweatherelectric ( 2007596 )
+

You can use the built-in [1]Reader View [mozilla.org] for a lot of pages, but it's not available for all pages. It depends on the page structure.

[1] https://support.mozilla.org/en-US/kb/firefox-reader-view-clutter-free-web-pages

+
+
+
+
+
+
+
+
+

Tested today (Score:1)

+
by Anonymous Coward
+

First impression is I like it. Video playback seems sluggish but overall positive. Hopefully any NSA addons did not make the cut.

+
+
+

Who can afford to run a tor exit node ? (Score:4, Interesting)

+
by dargaud ( 518470 )
+

I really wonder that. I support tor. I've never actually used it because I don't have much to hide, but I understand that other do. So I ran a tor relay (not exit) as my way of supporting the project for a while; from my home adsl. After a while I noticed some weird stuff going on. Some websites (important ones) wouldn't load properly. Emails sent would bounce or simply never reach their destination. After looking at the problem I found that my IP was on some minor blacklists. I stopped the relay and after 2 days I was off the blacklists. Hence my question, if running a simple relay gets you blacklisted, what does running an exit point does to your other internet usage from that IP ? Who can afford separate IPs besides institutions ? So who is really really running them ? Certainly not private citizens...

+
+

Re: (Score:3)

+
by ftobin ( 48814 )
+

You can run something like a Linode instance pretty cheaply and get more IPs. I've run a highly restricted exit node in the past (low bandwidth, select ports), and I've had the same problems with you if I try to use my Linode as a web proxy. My most recent problem has been with Shut Up and Sit Down RSS feeds, which are blocking my host :-\

+
+

Re:Who can afford to run a tor exit node ? (Score:4, Informative)

+
by tlhIngan ( 30335 )
+

> You can run something like a Linode instance pretty cheaply and get more IPs. I've run a highly restricted exit node in the past (low bandwidth, select ports), and I've had the same problems with you if I try to use my Linode as a web proxy. My most recent problem has been with Shut Up and Sit Down RSS feeds, which are blocking my host :-\

And that's just because no matter how noble the cause, idiots will just ruin it. You don't need a list of Tor exit nodes because if you run a reasonably popular website, you'll find out quite rapidly what they are and auto-blacklist t hem.

It's why CDNs like CloudFlare block Tor - the abuse from Tor exit nodes ensures that whatever trigger you use, it'll be triggered and you'll end up blocking it. It's not like it's done deliberately - you don't have to seek out new Tor exit nodes. They just make themselves known.

I'd even venture to say if you want to allow Tor traffic, you have to whitelist them specifically It's not that Tor is bad, it's just that it's got a bunch of bad actors that really do ruin it for those who need it.

+
+

Re: (Score:2)

+
by ftobin ( 48814 )
+

> And that's just because no matter how noble the cause, idiots will just ruin it. You don't need a list of Tor exit nodes because if you run a reasonably popular website, you'll find out quite rapidly what they are and auto-blacklist t hem.

I should mention that I don't and never did allow access on port 80 or 443, yet Shut up and Sit Down's RSS feed blocks me. There is no way my host was causing issues for their site, with the 20 KB/s of bandwidth I allowed. Additionally, I only allowed ports like IRC, DN

+
+
+
+
+

Re: (Score:2)

+
by bill_mcgonigle ( 4333 ) *
+

Check out the Library Freedom Project.

+
+
+

Re: (Score:2)

+
by AHuxley ( 892839 )
+

Governments.

+
+
+
+

+
+
+
+

Re: (Score:2)

+
by AHuxley ( 892839 )
+

NSA, CIA, GCHQ did not worry about anonymous communication.

Police with lots of cash per investigation at a national level don't worry about anonymous communication anymore.

+
+
+
+ diff --git a/test/expected/SLASHDOT/0102637868 b/test/expected/SLASHDOT/0102637868 new file mode 100644 index 0000000..42173ac --- /dev/null +++ b/test/expected/SLASHDOT/0102637868 @@ -0,0 +1,306 @@ + ROBOT BOAT SAILS INTO HISTORY BY FINISHING ATLANTIC CROSSING + (APNEWS.COM) + + Thursday September 06, 2018 @11:30PM (msmash) + from the impressive-feat dept. + + o News link: https://hardware.slashdot.org/story/18/09/06/1719243/robot-boat-sails-into-history-by-finishing-atlantic-crossing + o Source link: https://www.apnews.com/f6d0e2a099684468873ab48966590ada + + + An anonymous reader writes: For the first time an autonomous + sailing robot has completed the Microtransat Challenge by + crossing the Atlantic from Newfoundland, Canada to Ireland. + The Microtransat has been running since 2010 and has seen 23 + previous entries all fail to make it across. The successful + boat, SB Met was built by the Norwegian company Offshore + Sensing AS and is only 2 metres (6.5 ft) long. It completed + the crossing on August 26th, 79 days and 5000 km (3100 miles) + of sailing after departing Newfoundland on June 7th. Further + reading: A Fleet of Sailing Robots Sets Out To Quantify the + Oceans. + + + ** + + ** Re:Hard to understand why this would be difficult (Score:4, + Informative) + (by arth1 ( 260657 )) + + + You're a landlubber, I take it? + The Atlantic waves are quite an obstacle for a 2m boat. + Even drifting tar (and garbage) is a problem when you're that + small. + + + ** Re: (Score:3, Funny) + (by Anonymous Coward) + + + It is not that easy. If you just start sailing in a straight + line, you will end up many kilometers above the sea, which is + no good for a sail boat. If instead you point the boat + straight at the finish line, you'll be under water for most + of the trip. Again, not ideal for a sail boat. The earth is + not flat, you know. + + ** Re:Hard to understand why this would be difficult + (Score:4, Funny) + (by Oswald McWeany ( 2428506 )) + + + I've found a FLAT EARTH DENIER ! + I bet you vaccinate your kids and don't believe in lizard + people either. + + ** Re: (Score:2) + (by gnick ( 1211984 )) + + + Flat Earth statistic: If gravity is caused by a flat + earth accelerating at g, it'll reach c after about 1 + year (~354 days). + + ** Re: (Score:2) + (by amorsen ( 7485 )) + + + > Flat Earth statistic: If gravity is caused by a flat + > earth accelerating at g, it'll reach c after about 1 + > year (~354 days). + You are saying that as if it is a problem to hit C, + like it would be impossible to continue after 354 + days. This is not the case. As long as you only care + about your own point of view and you're the one + being accelerated, you can reach as many times C as + you want (well, have fuel for). + + ** Re: (Score:2) + (by gnick ( 1211984 )) + + + You also have to decide what "at rest" means. A + year accelerating at g will put you at your + current velocity + c. + + ** + + ** Re: (Score:2) + (by lokedhs ( 672255 )) + + + Would a flat earther believe in relativity + though? If simple geometry eludes them, + what would they do when being faced with a + Lorentz transformation? + + + + + + + ** Re: (Score:2) + (by lgw ( 121541 )) + + + > I've found a FLAT EARTH DENIER! + > I bet you vaccinate your kids and don't believe in + > lizard people either. + The earth is not flat - that's just silly. When we ent + to the moon, and we did go to the moon, we discovered + the terrifying truth. The MOON is flat! + + + + + ** Re:Hard to understand why this would be difficult (Score:4, + Insightful) + (by hey! ( 33014 )) + + + > There really aren't a lot of obstacles to deal with. Just + > point the boat and go. + I imagine that's true, if you have an effectively unlimited + energy, but the terms of this contest is to build a vehicle + less than eight feet long that can cross the Atlantic. + That's not a lot of room to stuff with batteries or diesel + fuel, or to cover with solar panels. And that's the whole + point. If you could make the vehicle a hundred feet long, + this challenge would be expensive, but easy. By making the + boat tiny, you make the challenge affordable, but tough. + The race has two divisions, sail powered and unlimited, but + it's hard to see what they had in mind for propulsion by + having an unlimited division. Possibly some + seawater-replenished fuel cell. + + ** + + ** Bottles with corks have traversed the Atlantic (Score:2) + (by aberglas ( 991072 )) + + + Being small means relative high strength. A solid two + meter boat should indestructible by waves. No need to + keep a human alive, nor to go very fast. A very basic, + fixed, small but strong sail would do. + Ice bergs could be a problem. Surely better to start + further south. Longer but safer. Also need to stay out + of shipping lanes. + I think this could be done without a computer. Just a + magnetic compass controlling a rudder. Occasionally it + would be blown backwards but no big deal. No need to + worry about po + + + + + ** KABLAM (Score:1) + (by fluffernutter ( 1411889 )) + + + No concrete barriers in the ocean? + + ** Re: (Score:2) + (by zlives ( 2009072 )) + + + or pedestrians + + + ** A small achievement... (Score:2) + (by Bearhouse ( 1034238 )) + + + Sure the Atlantic can be a tough place, but 79 days? + Single-handed (human) record is 3 1/2 days... + [1]https://en.wikipedia.org/wiki/... [wikipedia.org] + + + + + [1] https://en.wikipedia.org/wiki/Transatlantic_sailing_record + + ** Re:A small achievement... (Score:4, Informative) + (by careysub ( 976506 )) + + + This is a 2 meter vessel, not a large racing hull built to be + fast (and nothing but fast). Using the page you link to, the + most useful comparison would be the single-handed records, + and the one from 1987 which was about 11.5 days was in a 26 + meter hull! And this is the smallest vessel on the list. You + are probably not going to get a 2 meter vessel to tear along + at an average speed of 7.5 m/sec which would be needed for + that 11.5 day crossing. + + ** Re: (Score:3) + (by Solandri ( 704621 )) + + + There have been a few sailboats in the 2 meter size range + which have made the transatlantic crossing. + + Hugo Vihlen aboard April Fool (1.8m) in 84 days in 1968, + though technically he never finished since he was picked + up by the USCG 6 miles offshore. + Tom MacNally aboard the Vera Hugh (1.64m) in 134 days in + 1993. + Hugo Vihlen again aboard the Father's Day (1.62m) in 115 + days in 1993. + Tom MacNally unsuccessfully attempted the trip again + aboard a 1.19m craft in 1998. He passed away last year. + [1]Site with picture [microcruising.com] + + + + + [1] http://www.microcruising.com/famoussmallboats.htm + + + + ** Re: (Score:3) + (by careysub ( 976506 )) + + + Also note that the world speed record for a radio-controlled + sailing vessel (which was also 2 meters long) is [1]157.65 km + in 23 hours 42 min [guinnessworldrecords.com] in the milder + waters of the Mediterranean. At that world record speed in a + small RC boat this challenge would have taken 32 days. + So 79 days in a boat not controlled by a human, and not + limited to a 24 hour period, in the open waters of the + Atlantic is not so shabby. The speed made good over that + whole journey is 40% of that 24 hour record. + + + + + [1] + http://www.guinnessworldrecords.com/world-records/greatest-di- + stance-by-radio-controlled-model-sailing-ship-in-24-hours-(rc) + + + ** Re: (Score:3) + (by arth1 ( 260657 )) + + + > Sure the Atlantic can be a tough place, but 79 days? + The Mayflower took 66 days to cross, and was much bigger. + + + ** + + ** Re: (Score:2) + (by zlives ( 2009072 )) + + + shipping containers are more profitable. + + + ** And now the jokes begin... (Score:1) + (by Jharish ( 101858 )) + + + ..."I rowboat". + https://www.theonion.com/i-rowboat-1819583491 + + ** Re: (Score:2) + (by starless ( 60879 )) + + + Followed later by Cory Doctorow + [1]http://bestsciencefictionstori... [bestscienc...tories.com] + + + + + [1] + http://bestsciencefictionstories.com/2009/03/29/i-row-boat-by- + cory-doctorow/ + + + ** Description wrong? Not autonomous? (Score:5, Informative) + (by starless ( 60879 )) + + + > For the first time an autonomous sailing robot... + From the linked article: + [1]https://www.apnews.com/f6d0e2a... [apnews.com] + > The Sailbuoy competed in the “unmanned” class, which allows + > operators to change its course along the way. There’s a separate + > “autonomous” class that prohibits any such communication. + >> + + + + + [1] https://www.apnews.com/f6d0e2a099684468873ab48966590ada + + ** So you crossed the sea, Columbot (Score:1) + (by DulcetTone ( 601692 )) + + + Don't forget that indigenous robots have rights, too. + + diff --git a/test/expected/SLASHDOT/0102637868.header b/test/expected/SLASHDOT/0102637868.header new file mode 100644 index 0000000..dda4187 --- /dev/null +++ b/test/expected/SLASHDOT/0102637868.header @@ -0,0 +1,16 @@ +0Robot Boat Sails Into History By Finishing Atlantic Crossing (apnews.com) null/SLASHDOT/0102637868 70 +i Thursday September 06, 2018 @11:30PM (msmash) +i from the impressive-feat dept. +i +i An anonymous reader writes: For the first time an autonomous +i sailing robot has completed the Microtransat Challenge by +i crossing the Atlantic from Newfoundland, Canada to Ireland. +i The Microtransat has been running since 2010 and has seen 23 +i previous entries all fail to make it across. The successful +i boat, SB Met was built by the Norwegian company Offshore +i Sensing AS and is only 2 metres (6.5 ft) long. It completed +i the crossing on August 26th, 79 days and 5000 km (3100 miles) +i of sailing after departing Newfoundland on June 7th. Further +i reading: A Fleet of Sailing Robots Sets Out To Quantify the +i Oceans. +i diff --git a/test/expected/SLASHDOT/0102637868.header.html b/test/expected/SLASHDOT/0102637868.header.html new file mode 100644 index 0000000..b21c2a6 --- /dev/null +++ b/test/expected/SLASHDOT/0102637868.header.html @@ -0,0 +1,21 @@ + + + + + + + + +
+

Robot Boat Sails Into History By Finishing Atlantic Crossing (apnews.com)

+
(Thursday September 06, 2018 @11:30PM (msmash) +from the impressive-feat dept.)
+
+
+ An anonymous reader writes: For the first time an autonomous sailing robot has completed the Microtransat Challenge by crossing the Atlantic from Newfoundland, Canada to Ireland. The Microtransat has been running since 2010 and has seen 23 previous entries all fail to make it across. The successful boat, SB Met was built by the Norwegian company Offshore Sensing AS and is only 2 metres (6.5 ft) long. It completed the crossing on August 26th, 79 days and 5000 km (3100 miles) of sailing after departing Newfoundland on June 7th. Further reading: A Fleet of Sailing Robots Sets Out To Quantify the Oceans. +
+
+
+ diff --git a/test/expected/SLASHDOT/0102637868.html b/test/expected/SLASHDOT/0102637868.html new file mode 100644 index 0000000..1ae60d8 --- /dev/null +++ b/test/expected/SLASHDOT/0102637868.html @@ -0,0 +1,156 @@ + + + + + + + + +
+

Robot Boat Sails Into History By Finishing Atlantic Crossing (apnews.com)

+
(Thursday September 06, 2018 @11:30PM (msmash) +from the impressive-feat dept.)
+
+ +
+
+ An anonymous reader writes: For the first time an autonomous sailing robot has completed the Microtransat Challenge by crossing the Atlantic from Newfoundland, Canada to Ireland. The Microtransat has been running since 2010 and has seen 23 previous entries all fail to make it across. The successful boat, SB Met was built by the Norwegian company Offshore Sensing AS and is only 2 metres (6.5 ft) long. It completed the crossing on August 26th, 79 days and 5000 km (3100 miles) of sailing after departing Newfoundland on June 7th. Further reading: A Fleet of Sailing Robots Sets Out To Quantify the Oceans. +
+
+
+

+
+
+
+

Re:Hard to understand why this would be difficult (Score:4, Informative)

+
by arth1 ( 260657 )
+

You're a landlubber, I take it?

The Atlantic waves are quite an obstacle for a 2m boat.

Even drifting tar (and garbage) is a problem when you're that small.

+
+
+

Re: (Score:3, Funny)

+
by Anonymous Coward
+

It is not that easy. If you just start sailing in a straight line, you will end up many kilometers above the sea, which is no good for a sail boat. If instead you point the boat straight at the finish line, you'll be under water for most of the trip. Again, not ideal for a sail boat. The earth is not flat, you know.

+
+

Re:Hard to understand why this would be difficult (Score:4, Funny)

+
by Oswald McWeany ( 2428506 )
+

I've found a FLAT EARTH DENIER !

I bet you vaccinate your kids and don't believe in lizard people either.

+
+

Re: (Score:2)

+
by gnick ( 1211984 )
+

Flat Earth statistic: If gravity is caused by a flat earth accelerating at g, it'll reach c after about 1 year (~354 days).

+
+

Re: (Score:2)

+
by amorsen ( 7485 )
+

> Flat Earth statistic: If gravity is caused by a flat earth accelerating at g, it'll reach c after about 1 year (~354 days).

You are saying that as if it is a problem to hit C, like it would be impossible to continue after 354 days. This is not the case. As long as you only care about your own point of view and you're the one being accelerated, you can reach as many times C as you want (well, have fuel for).

+
+

Re: (Score:2)

+
by gnick ( 1211984 )
+

You also have to decide what "at rest" means. A year accelerating at g will put you at your current velocity + c.

+
+

+
+
+
+

Re: (Score:2)

+
by lokedhs ( 672255 )
+

Would a flat earther believe in relativity though? If simple geometry eludes them, what would they do when being faced with a Lorentz transformation?

+
+
+
+
+
+
+

Re: (Score:2)

+
by lgw ( 121541 )
+

> I've found a FLAT EARTH DENIER!

> I bet you vaccinate your kids and don't believe in lizard people either.

The earth is not flat - that's just silly. When we ent to the moon, and we did go to the moon, we discovered the terrifying truth. The MOON is flat!

+
+
+
+
+

Re:Hard to understand why this would be difficult (Score:4, Insightful)

+
by hey! ( 33014 )
+

> There really aren't a lot of obstacles to deal with. Just point the boat and go.

I imagine that's true, if you have an effectively unlimited energy, but the terms of this contest is to build a vehicle less than eight feet long that can cross the Atlantic.

That's not a lot of room to stuff with batteries or diesel fuel, or to cover with solar panels. And that's the whole point. If you could make the vehicle a hundred feet long, this challenge would be expensive, but easy. By making the boat tiny, you make the challenge affordable, but tough.

The race has two divisions, sail powered and unlimited, but it's hard to see what they had in mind for propulsion by having an unlimited division. Possibly some seawater-replenished fuel cell.

+
+

+
+
+
+

Bottles with corks have traversed the Atlantic (Score:2)

+
by aberglas ( 991072 )
+

Being small means relative high strength. A solid two meter boat should indestructible by waves. No need to keep a human alive, nor to go very fast. A very basic, fixed, small but strong sail would do.

Ice bergs could be a problem. Surely better to start further south. Longer but safer. Also need to stay out of shipping lanes.

I think this could be done without a computer. Just a magnetic compass controlling a rudder. Occasionally it would be blown backwards but no big deal. No need to worry about po

+
+
+
+
+
+

KABLAM (Score:1)

+
by fluffernutter ( 1411889 )
+

No concrete barriers in the ocean?

+
+

Re: (Score:2)

+
by zlives ( 2009072 )
+

or pedestrians

+
+
+
+

A small achievement... (Score:2)

+
by Bearhouse ( 1034238 )
+

Sure the Atlantic can be a tough place, but 79 days?

Single-handed (human) record is 3 1/2 days...

[1]https://en.wikipedia.org/wiki/... [wikipedia.org]

[1] https://en.wikipedia.org/wiki/Transatlantic_sailing_record

+
+

Re:A small achievement... (Score:4, Informative)

+
by careysub ( 976506 )
+

This is a 2 meter vessel, not a large racing hull built to be fast (and nothing but fast). Using the page you link to, the most useful comparison would be the single-handed records, and the one from 1987 which was about 11.5 days was in a 26 meter hull! And this is the smallest vessel on the list. You are probably not going to get a 2 meter vessel to tear along at an average speed of 7.5 m/sec which would be needed for that 11.5 day crossing.

+
+

Re: (Score:3)

+
by Solandri ( 704621 )
+

There have been a few sailboats in the 2 meter size range which have made the transatlantic crossing.

Hugo Vihlen aboard April Fool (1.8m) in 84 days in 1968, though technically he never finished since he was picked up by the USCG 6 miles offshore.

Tom MacNally aboard the Vera Hugh (1.64m) in 134 days in 1993.

Hugo Vihlen again aboard the Father's Day (1.62m) in 115 days in 1993.

Tom MacNally unsuccessfully attempted the trip again aboard a 1.19m craft in 1998. He passed away last year.

[1]Site with picture [microcruising.com]

[1] http://www.microcruising.com/famoussmallboats.htm

+
+
+
+

Re: (Score:3)

+
by careysub ( 976506 )
+

Also note that the world speed record for a radio-controlled sailing vessel (which was also 2 meters long) is [1]157.65 km in 23 hours 42 min [guinnessworldrecords.com] in the milder waters of the Mediterranean. At that world record speed in a small RC boat this challenge would have taken 32 days.

So 79 days in a boat not controlled by a human, and not limited to a 24 hour period, in the open waters of the Atlantic is not so shabby. The speed made good over that whole journey is 40% of that 24 hour record.

[1] http://www.guinnessworldrecords.com/world-records/greatest-distance-by-radio-controlled-model-sailing-ship-in-24-hours-(rc)

+
+
+

Re: (Score:3)

+
by arth1 ( 260657 )
+

> Sure the Atlantic can be a tough place, but 79 days?

The Mayflower took 66 days to cross, and was much bigger.

+
+
+
+

+
+
+
+

Re: (Score:2)

+
by zlives ( 2009072 )
+

shipping containers are more profitable.

+
+
+
+

And now the jokes begin... (Score:1)

+
by Jharish ( 101858 )
+

..."I rowboat".

https://www.theonion.com/i-rowboat-1819583491

+
+

Re: (Score:2)

+
by starless ( 60879 )
+

Followed later by Cory Doctorow

[1]http://bestsciencefictionstori... [bestscienc...tories.com]

[1] http://bestsciencefictionstories.com/2009/03/29/i-row-boat-by-cory-doctorow/

+
+
+
+

Description wrong? Not autonomous? (Score:5, Informative)

+
by starless ( 60879 )
+

> For the first time an autonomous sailing robot...

From the linked article:

[1]https://www.apnews.com/f6d0e2a... [apnews.com]

> The Sailbuoy competed in the “unmanned” class, which allows operators to change its course along the way. There’s a separate “autonomous” class that prohibits any such communication.

>>

[1] https://www.apnews.com/f6d0e2a099684468873ab48966590ada

+
+
+

So you crossed the sea, Columbot (Score:1)

+
by DulcetTone ( 601692 )
+

Don't forget that indigenous robots have rights, too.

+
+
+ diff --git a/test/expected/SLASHDOT/0102638976 b/test/expected/SLASHDOT/0102638976 new file mode 100644 index 0000000..3b53e71 --- /dev/null +++ b/test/expected/SLASHDOT/0102638976 @@ -0,0 +1,329 @@ + GOOGLE INVESTIGATING ISSUE WITH BLURRY FONTS ON NEW CHROME 69 + (ZDNET.COM) + + Thursday September 06, 2018 @11:30PM (msmash) + from the blurry-texts dept. + + o News link: https://tech.slashdot.org/story/18/09/06/1839242/google-investigating-issue-with-blurry-fonts-on-new-chrome-69 + o Source link: https://www.zdnet.com/article/google-investigating-issue-with-blurry-fonts-on-new-chrome-69/ + + + Since the release of Chrome 69 earlier this week, countless of + users have gone on social media and Google Product Forums to + complain about "blurry" or "fuzzy" text inside Chrome. ZDNet: + The blurred font issue isn't only limited to text rendered + inside a web page, users said, but also for the text + suggestions displayed inside the address bar search drop-down, + and Chrome's Developer Tools panel. [...] According to + reports, the issue only manifests for Chrome 69 users on + Windows. Those who rolled back to Chrome 68 stopped having + problems. Users said that changing Chrome, operating system, + or screen DPI settings didn't help. "Our team is investigating + reports of this behavior. You can find more information in + this public bug report," a Google spokesperson said last night + after first user complaints started surfacing online. Some + users have also expressed concerns over Chrome not showing + "trivial subdomains" including www and secure lock sign in the + address bar. + + + ** Whats the deal (Score:2) + (by 110010001000 ( 697113 )) + + + Whats the deal with the new interface. Looks like we are back to + rounded corners again. + + ** + + ** Re: (Score:1) + (by 110010001000 ( 697113 )) + + + And what's the deal with decaf coffee? How do they get the + caffeine out of there, and then where does it go? + + ** Re: (Score:1) + (by Anonymous Coward) + + + Why do they put caffeine in coffee and then take it + back out? + And why if Chrome rendering fonts in the first place? + That's a job for the operating system. + + + ** Re: Whats the deal (Score:2) + (by spongman ( 182339 )) + + + dichloromethe (or ethyl acetate) leeching. + + + + ** Re: (Score:2) + (by DontBeAMoran ( 4843879 )) + + + Score: 5, That's gold Jerry, GOLD! + + + + ** So Chrome 69 makes you blind? (Score:4, Funny) + (by the_skywise ( 189793 )) + + + The jokes write themselves... + + ** Blurry Fonts... (Score:2) + (by Oswald McWeany ( 2428506 )) + + + Maybe they need to put on their Google Glass so they can read + the fonts clearer. + + ** Re: (Score:3) + (by Z00L00K ( 682162 )) + + + They just started to use Cleartype and the fuzzy fonts. + Both cleartype and fuzzy fonts gives me a headache so I have + to use uBlock to revert to the browser default when I run + Firefox. + + + ** I bet you (Score:5, Insightful) + (by The MAZZTer ( 911996 )) + + + If these are Windows users they screwed with the Compatibility + Mode options for DPI in order to make the window smaller or + bigger. It looked fine until Google did something differently + and now the Compatibility Mode options make it look blurry. + Turns out using options designed for use on legacy applications + only on modern applications introduces problems. Lots of Steam + users have similar problems. + + ** Re: (Score:2) + (by omnichad ( 1198475 )) + + + Wrong. I use the standard DPI settings for the whole screen + (1.5x on my 27" 4K screen), which only works with programs + that are DPI-aware. It's true that I didn't notice the blurry + fonts until I saw the headline, but I really just thought I + was that tired (I've only had 69 for about a day). At least + for me, it's fairly mild. + + ** + + ** Re: (Score:2) + (by omnichad ( 1198475 )) + + + If it looks significantly worse, it could also have + nothing at all to do with the bug - Chrome is DPI aware + and should never have that enabled. Especially since + the bug report doesn't have any mention of anything but + the system DPI setting. + + + + ** + + ** Re: (Score:2) + (by omnichad ( 1198475 )) + + + So you like the way I word it (No Giggity). + + + + + ** Re: (Score:3) + (by Solandri ( 704621 )) + + + The problem is there are three ways to tweak the DPI. + Compatibility Mode, which can be set on a per-app basis. + Display scaling, which is set via the Windows desktop and + affects everything. And Advanced Scaling which Microsoft + introduced with the Spring Creators Update, which I haven't + figured out exactly how it's different from the regular + Display Scaling. + + Under the hood, there's also ClearType which runs on top of + DPI scaling, and does [1]subpixel rendering [grc.com] (using + the individual red, green, and blue subp + + + + + [1] https://www.grc.com/ctwhat.htm + + ** Re: (Score:2) + (by omnichad ( 1198475 )) + + + Looking at some zoomed in screenshots, I think they're + scaling the subpixel rendering itself (which should never + happen). There is no reason to have red or blue tint on + anything but the outermost pixel, but looking at my + screenshot close up I'm seeing two side-by-side bluish or + reddish pixels. + + + + ** Re: (Score:2) + (by Scoth ( 879800 )) + + + Even on Chrome 69 on my multi-DPI work setup I have to turn + on the DPI scaling compatibility mode/override to not get + huge dialog boxes and widgets. It's a bit frustrating to me + that a currently supported, modern app would still have + problems with that. + + + ** Re: (Score:2) + (by Ingenium13 ( 162116 )) + + + Nope, I have a Windows VM that's essentially stock that I use + for a couple applications. I had Chrome open in it earlier + today, and noticed that the fonts were blurry and were giving + me a headache after a few minutes of use. I thought maybe it + was something with RDP messing it up, but after I read this, + I logged in again and verified that the fuzzy fonts are only + in Chrome. All other applications are fine. + + + ** Re: (Score:2) + (by greenwow ( 3635575 )) + + + And most Windows apps. For most of our users on Windows 10, + Windows apps have blurry text no matter what settings we try. + That really sucks for developers that need to read a lot of + text. + + + ** + + ** Re: I bet you (Score:2) + (by spongman ( 182339 )) + + + They don't? + + + + ** Not new (Score:2) + (by Tailhook ( 98486 )) + + + Chrome has been having this problem for certain desktop users + for a while now. There are workaround flags and whatnot. Just + another chronic quality problem in Chrome that never gets + fixed.... + + ** Re: (Score:1) + (by MidSpeck ( 1516577 )) + + + True. I had to disable "Accelerated 2D canvas" in order to + get the fuzziness to go away on mine on Chrome 68, which was + working just fine before that. + + + ** + + ** Re: (Score:2) + (by Z34107 ( 925136 )) + + + Text wrapping is a "solved" problem, too, but you're still + doing it by hand for some reason. + + + ** While they're at it (Score:2) + (by Pedestrianwolf ( 1591767 )) + + + ..maybe they could also roll back all rounded rectangles they + added in v69. Everything is so round it feels like I designed it + in my basement. + + ** Re: (Score:3) + (by ArchieBunker ( 132337 )) + + + Chrome has a major UI re-design? Firefox is going to be + pulling some late nights to catch up! + + + ** It's also has performance regressions (Score:2) + (by Suren Enfiajyan ( 4600031 )) + + + On my Lenovo G570 the latest chrome also has very high CPU usage + on [1]slither.io game [slither.io] and the game turns into a + slideshow in places with many snakes. Firefox 61 doesn't suffer + from the this problem, despite the fact that its slower almost + in any regard. But not this time. + + + + + [1] http://slither.io/ + + ** BSOD (Score:2) + (by jimbrooking ( 1909170 )) + + + After installing ALL pages I visit are pure black. No text or + graphics. + + ** Re: (Score:2) + (by jimbrooking ( 1909170 )) + + + Fix (Win 7 Home): Uninstall Chrome, delete all browsing date. + reinstall Chrome, be dazzled by the curviness. + + + ** Can someone summarize the linked article? (Score:4, Funny) + (by kaizendojo ( 956951 )) + + + I upgraded and I can't read it. + + ** See Jeff Probst ... (Score:2) + (by CaptainDork ( 3678879 )) + + + ... about this. + I remember on Survivor®, back in the day, they had a "blurry + tit," problem. + They fixed that by disallowing exposed tits. + Google should remove the tits from their fonts. + + ** trivial subdomain hiding (Score:2) + (by Zaiff Urgulbunger ( 591514 )) + + + So this "trivial subdomain hiding" thing... it's a crap idea + right? + + ** Here's my take as a Mac user (Score:2) + (by DontBeAMoran ( 4843879 )) + + + First of all, I really hate these thin fonts. They may look neat + on hi-DPI displays but not everyone has one. + Secondly, the text on the left screen capture looks like it had + its pixels hammered to the nearest pixel, which is the typical + crappy-looking Microsoft anti-aliasing while the text on the + right looks like normal anti-aliased text to me. + + diff --git a/test/expected/SLASHDOT/0102638976.header b/test/expected/SLASHDOT/0102638976.header new file mode 100644 index 0000000..c60622c --- /dev/null +++ b/test/expected/SLASHDOT/0102638976.header @@ -0,0 +1,22 @@ +0Google Investigating Issue With Blurry Fonts on new Chrome 69 (zdnet.com) null/SLASHDOT/0102638976 70 +i Thursday September 06, 2018 @11:30PM (msmash) +i from the blurry-texts dept. +i +i Since the release of Chrome 69 earlier this week, countless of +i users have gone on social media and Google Product Forums to +i complain about "blurry" or "fuzzy" text inside Chrome. ZDNet: +i The blurred font issue isn't only limited to text rendered +i inside a web page, users said, but also for the text +i suggestions displayed inside the address bar search drop-down, +i and Chrome's Developer Tools panel. [...] According to +i reports, the issue only manifests for Chrome 69 users on +i Windows. Those who rolled back to Chrome 68 stopped having +i problems. Users said that changing Chrome, operating system, +i or screen DPI settings didn't help. "Our team is investigating +i reports of this behavior. You can find more information in +i this public bug report," a Google spokesperson said last night +i after first user complaints started surfacing online. Some +i users have also expressed concerns over Chrome not showing +i "trivial subdomains" including www and secure lock sign in the +i address bar. +i diff --git a/test/expected/SLASHDOT/0102638976.header.html b/test/expected/SLASHDOT/0102638976.header.html new file mode 100644 index 0000000..553d7eb --- /dev/null +++ b/test/expected/SLASHDOT/0102638976.header.html @@ -0,0 +1,21 @@ + + + + + + + + +
+

Google Investigating Issue With Blurry Fonts on new Chrome 69 (zdnet.com)

+
(Thursday September 06, 2018 @11:30PM (msmash) +from the blurry-texts dept.)
+
+
+ Since the release of Chrome 69 earlier this week, countless of users have gone on social media and Google Product Forums to complain about "blurry" or "fuzzy" text inside Chrome. ZDNet: The blurred font issue isn't only limited to text rendered inside a web page, users said, but also for the text suggestions displayed inside the address bar search drop-down, and Chrome's Developer Tools panel. [...] According to reports, the issue only manifests for Chrome 69 users on Windows. Those who rolled back to Chrome 68 stopped having problems. Users said that changing Chrome, operating system, or screen DPI settings didn't help. "Our team is investigating reports of this behavior. You can find more information in this public bug report," a Google spokesperson said last night after first user complaints started surfacing online. Some users have also expressed concerns over Chrome not showing "trivial subdomains" including www and secure lock sign in the address bar. +
+
+
+ diff --git a/test/expected/SLASHDOT/0102638976.html b/test/expected/SLASHDOT/0102638976.html new file mode 100644 index 0000000..ed4b3f4 --- /dev/null +++ b/test/expected/SLASHDOT/0102638976.html @@ -0,0 +1,201 @@ + + + + + + + + +
+

Google Investigating Issue With Blurry Fonts on new Chrome 69 (zdnet.com)

+
(Thursday September 06, 2018 @11:30PM (msmash) +from the blurry-texts dept.)
+
+ +
+
+ Since the release of Chrome 69 earlier this week, countless of users have gone on social media and Google Product Forums to complain about "blurry" or "fuzzy" text inside Chrome. ZDNet: The blurred font issue isn't only limited to text rendered inside a web page, users said, but also for the text suggestions displayed inside the address bar search drop-down, and Chrome's Developer Tools panel. [...] According to reports, the issue only manifests for Chrome 69 users on Windows. Those who rolled back to Chrome 68 stopped having problems. Users said that changing Chrome, operating system, or screen DPI settings didn't help. "Our team is investigating reports of this behavior. You can find more information in this public bug report," a Google spokesperson said last night after first user complaints started surfacing online. Some users have also expressed concerns over Chrome not showing "trivial subdomains" including www and secure lock sign in the address bar. +
+
+
+

Whats the deal (Score:2)

+
by 110010001000 ( 697113 )
+

Whats the deal with the new interface. Looks like we are back to rounded corners again.

+
+

+
+
+
+

Re: (Score:1)

+
by 110010001000 ( 697113 )
+

And what's the deal with decaf coffee? How do they get the caffeine out of there, and then where does it go?

+
+

Re: (Score:1)

+
by Anonymous Coward
+

Why do they put caffeine in coffee and then take it back out?

And why if Chrome rendering fonts in the first place? That's a job for the operating system.

+
+
+

Re: Whats the deal (Score:2)

+
by spongman ( 182339 )
+

dichloromethe (or ethyl acetate) leeching.

+
+
+
+

Re: (Score:2)

+
by DontBeAMoran ( 4843879 )
+

Score: 5, That's gold Jerry, GOLD!

+
+
+
+
+

So Chrome 69 makes you blind? (Score:4, Funny)

+
by the_skywise ( 189793 )
+

The jokes write themselves...

+
+
+

Blurry Fonts... (Score:2)

+
by Oswald McWeany ( 2428506 )
+

Maybe they need to put on their Google Glass so they can read the fonts clearer.

+
+

Re: (Score:3)

+
by Z00L00K ( 682162 )
+

They just started to use Cleartype and the fuzzy fonts.

Both cleartype and fuzzy fonts gives me a headache so I have to use uBlock to revert to the browser default when I run Firefox.

+
+
+
+

I bet you (Score:5, Insightful)

+
by The MAZZTer ( 911996 )
+

If these are Windows users they screwed with the Compatibility Mode options for DPI in order to make the window smaller or bigger. It looked fine until Google did something differently and now the Compatibility Mode options make it look blurry. Turns out using options designed for use on legacy applications only on modern applications introduces problems. Lots of Steam users have similar problems.

+
+

Re: (Score:2)

+
by omnichad ( 1198475 )
+

Wrong. I use the standard DPI settings for the whole screen (1.5x on my 27" 4K screen), which only works with programs that are DPI-aware. It's true that I didn't notice the blurry fonts until I saw the headline, but I really just thought I was that tired (I've only had 69 for about a day). At least for me, it's fairly mild.

+
+

+
+
+
+

Re: (Score:2)

+
by omnichad ( 1198475 )
+

If it looks significantly worse, it could also have nothing at all to do with the bug - Chrome is DPI aware and should never have that enabled. Especially since the bug report doesn't have any mention of anything but the system DPI setting.

+
+
+
+

+
+
+
+

Re: (Score:2)

+
by omnichad ( 1198475 )
+

So you like the way I word it (No Giggity).

+
+
+
+
+

Re: (Score:3)

+
by Solandri ( 704621 )
+

The problem is there are three ways to tweak the DPI. Compatibility Mode, which can be set on a per-app basis. Display scaling, which is set via the Windows desktop and affects everything. And Advanced Scaling which Microsoft introduced with the Spring Creators Update, which I haven't figured out exactly how it's different from the regular Display Scaling.

Under the hood, there's also ClearType which runs on top of DPI scaling, and does [1]subpixel rendering [grc.com] (using the individual red, green, and blue subp

[1] https://www.grc.com/ctwhat.htm

+
+

Re: (Score:2)

+
by omnichad ( 1198475 )
+

Looking at some zoomed in screenshots, I think they're scaling the subpixel rendering itself (which should never happen). There is no reason to have red or blue tint on anything but the outermost pixel, but looking at my screenshot close up I'm seeing two side-by-side bluish or reddish pixels.

+
+
+
+

Re: (Score:2)

+
by Scoth ( 879800 )
+

Even on Chrome 69 on my multi-DPI work setup I have to turn on the DPI scaling compatibility mode/override to not get huge dialog boxes and widgets. It's a bit frustrating to me that a currently supported, modern app would still have problems with that.

+
+
+

Re: (Score:2)

+
by Ingenium13 ( 162116 )
+

Nope, I have a Windows VM that's essentially stock that I use for a couple applications. I had Chrome open in it earlier today, and noticed that the fonts were blurry and were giving me a headache after a few minutes of use. I thought maybe it was something with RDP messing it up, but after I read this, I logged in again and verified that the fuzzy fonts are only in Chrome. All other applications are fine.

+
+
+

Re: (Score:2)

+
by greenwow ( 3635575 )
+

And most Windows apps. For most of our users on Windows 10, Windows apps have blurry text no matter what settings we try. That really sucks for developers that need to read a lot of text.

+
+
+

+
+
+
+

Re: I bet you (Score:2)

+
by spongman ( 182339 )
+

They don't?

+
+
+
+
+

Not new (Score:2)

+
by Tailhook ( 98486 )
+

Chrome has been having this problem for certain desktop users for a while now. There are workaround flags and whatnot. Just another chronic quality problem in Chrome that never gets fixed....

+
+

Re: (Score:1)

+
by MidSpeck ( 1516577 )
+

True. I had to disable "Accelerated 2D canvas" in order to get the fuzziness to go away on mine on Chrome 68, which was working just fine before that.

+
+
+
+

+
+
+
+

Re: (Score:2)

+
by Z34107 ( 925136 )
+

Text wrapping is a "solved" problem, too, but you're still doing it by hand for some reason.

+
+
+
+

While they're at it (Score:2)

+
by Pedestrianwolf ( 1591767 )
+

..maybe they could also roll back all rounded rectangles they added in v69. Everything is so round it feels like I designed it in my basement.

+
+

Re: (Score:3)

+
by ArchieBunker ( 132337 )
+

Chrome has a major UI re-design? Firefox is going to be pulling some late nights to catch up!

+
+
+
+

It's also has performance regressions (Score:2)

+
by Suren Enfiajyan ( 4600031 )
+

On my Lenovo G570 the latest chrome also has very high CPU usage on [1]slither.io game [slither.io] and the game turns into a slideshow in places with many snakes. Firefox 61 doesn't suffer from the this problem, despite the fact that its slower almost in any regard. But not this time.

[1] http://slither.io/

+
+
+

BSOD (Score:2)

+
by jimbrooking ( 1909170 )
+

After installing ALL pages I visit are pure black. No text or graphics.

+
+

Re: (Score:2)

+
by jimbrooking ( 1909170 )
+

Fix (Win 7 Home): Uninstall Chrome, delete all browsing date. reinstall Chrome, be dazzled by the curviness.

+
+
+
+

Can someone summarize the linked article? (Score:4, Funny)

+
by kaizendojo ( 956951 )
+

I upgraded and I can't read it.

+
+
+

See Jeff Probst ... (Score:2)

+
by CaptainDork ( 3678879 )
+

... about this.

I remember on Survivor®, back in the day, they had a "blurry tit," problem.

They fixed that by disallowing exposed tits.

Google should remove the tits from their fonts.

+
+
+

trivial subdomain hiding (Score:2)

+
by Zaiff Urgulbunger ( 591514 )
+

So this "trivial subdomain hiding" thing... it's a crap idea right?

+
+
+

Here's my take as a Mac user (Score:2)

+
by DontBeAMoran ( 4843879 )
+

First of all, I really hate these thin fonts. They may look neat on hi-DPI displays but not everyone has one.

Secondly, the text on the left screen capture looks like it had its pixels hammered to the nearest pixel, which is the typical crappy-looking Microsoft anti-aliasing while the text on the right looks like normal anti-aliased text to me.

+
+
+ diff --git a/test/expected/SLASHDOT/0102639448 b/test/expected/SLASHDOT/0102639448 new file mode 100644 index 0000000..7fb3ce4 --- /dev/null +++ b/test/expected/SLASHDOT/0102639448 @@ -0,0 +1,346 @@ + 'EVE ONLINE' STUDIO ACQUIRED BY KOREAN MMO MAKER (ENGADGET.COM) + + Thursday September 06, 2018 @11:30PM (msmash) + from the in-some-business-news dept. + + o News link: https://games.slashdot.org/story/18/09/06/1921222/eve-online-studio-acquired-by-korean-mmo-maker + o Source link: https://www.engadget.com/2018/09/06/eve-online-pearl-abyss-ccp-games/ + + + MAXOMENOS writes: EVE Online developer CCP Games has been + acquired by Pearl Abyss, the South Korean studio behind the + action-oriented MMORPG Black Desert Online. According to + VentureBeat, the deal was worth $425 million and will close in + early October. It's a surprise announcement for CCP, which has + long operated as an independent developer. Eve Online isn't + the biggest MMORPG on the market, but it has maintained a + steady and loyal userbase through continuous updates and a + well-timed switch to a hybrid premium and free-to-play model. + The 15-year-old game is unique, too, with its large-scale + battles and notoriously complex economic and political + systems. + + + ** RIP Eve (Score:3) + (by spiritplumber ( 1944222 )) + + + Now watch the new owners completely misunderstand the userbase's + culture and wreck a good thing. + + ** Re: (Score:3) + (by sinij ( 911942 )) + + + If someone could make EVE more grindy, it would be a Korean + MMO maker. I don't see them misunderstanding that aspect, as + they invented Korean Grinder. + + + ** Re: (Score:3) + (by duke_cheetah2003 ( 862933 )) + + + > Now watch the new owners completely misunderstand the + > userbase's culture and wreck a good thing. + CCP already did that years ago. + + + ** + + ** Re: (Score:1) + (by Anonymous Coward) + + + Son, if Koreans will do anything it's inject sexy alien + women and bikini-space-armor into it. + East Asia never suffered the retardation of puritanism, + which is unique to the Western world owing to Abrahamic + doctrine, to develop Gymnophobia and Genophobia, so they + don't care about the Church-Feminist anti-sexualization + offense alliance. The only exception are the "Communist" + governments there. + + + + ** + + ** Re: (Score:2) + (by jeff4747 ( 256583 )) + + + It's almost like you don't know there's already Korean and + Chinese alliances in Eve.......and they're not doing all + that well. I'm sure FRT will stop feeding Keepstars soon. + + + + ** + + ** Re: (Score:3) + (by St.Creed ( 853824 )) + + + It was bad in the beta and never actually recovered from + some pretty bad development choices. Have they discovered + parallel processing yet? And version management? Okay, I + guess the last one was a bit mean. They must have + discovered Git by now. + But seriously, the game is an unstructured mess. Played it + for a while, flew a Machariel and did incursions, level 4 + missions etc. but after a while it got boring. May pick it + up again though. + + + + ** Not Good News (Score:4, Interesting) + (by Kunedog ( 1033226 )) + + + Shamus Young has a series on Black Desert, explaining how + shockingly aggressive, expensive and game-ruining he found the + microtransactions system to be, even if you're familiar with the + worst of the American systems. There's manadatory PvP and + deliberately cramped inventory space but the "cash shop" can + always make things better (i.e. playable). + + I'd be worried if I were an EVE Online fan. + + [1]https://www.shamusyoung.com/tw... [shamusyoung.com] + > I see all the default clothes are bland and I need to pay real + > money for a cool outfit. Aesthetics are important to me. (Which + > is why I spend so much time on sculpting my character.) So I + > really don’t want to spend the rest of my time looking at these + > blando outfits. Sigh. Fine. What’s a pretend suit of armor cost + > these days? Three bucks? Five bucks? + > + > FORTY SIX AMERICAN DOLLARS? ARE YOU TRYING TO START A FIGHT? + > The cheap outfits can be had for $22. They also offer ladies + > underwear sets for just $7, if you want to run around in your + > underpants. (I don’t, thanks.) + > + > (They also offer similar options for male characters. I was + > tempted to get the outfit that would let my kung-fu guy go + > shirtless, because he’s a kung-fu dude. But all of the choices + > looked like modern-day boxers. You can’t just wear baggy pants + > with no shirt.) + > + > Would you like to dye that super-expensive outfit you just + > bought? Or any other outfit? That will set you back another $10. + > And that’s somehow a rental. Your ten bucks gets you a month of + > being allowed to have dyed clothes. After the month is up, your + > clothes revert to their original colors and you gotta fork over + > another $10. + > Do you enjoy wheeling and dealing at the auction house in other + > games, but the egregious 35% tax on all your sales is making it + > impossible for you to have fun or turn a profit? Pay fifteen + > real-world dollars and the tax will go down to the normal 5%. + > (For one month.) + > + > Everything is exorbitantly priced like this. It’s so + > outrageously expensive that I get immediately pissed off. It’s + > not even about the money, it’s about the sheer audacity of the + > seller to ask this much[2] for what should be trivial virtual + > goods. Even if you’re a millionaire, you’re still likely to get + > offended if someone tries to sell you a stick of ordinary gum + > for five bucks. + + + + + [1] https://www.shamusyoung.com/twentysidedtale/?p=42507 + + ** Re: (Score:3, Interesting) + (by Anonymous Coward) + + + > Everything is exorbitantly priced like this. It’s so + > outrageously expensive that I get immediately pissed off. + > It’s not even about the money, it’s about the sheer audacity + > of the seller to ask this much for what should be trivial + > virtual goods. Even if you’re a millionaire, you’re still + > likely to get offended if someone tries to sell you a stick + > of ordinary gum for five bucks. + Sometimes, I thought Stallman was being a pendant for gripes + about terminology like "intellectual property". + Now I realize he was exactly right. + This guy uses the words "virtual goods", like it's something + he'll actually own. Dollars to donuts, the EULA and TOS says + these 'virtual goods' are nothing more than bits on their + server, you don't own a single bit of it, and they do + whatever they like, and fuck you we're keeping your money if + you don't like it. + Seriously, this should be a legal term. If your company + + + ** + + ** Re: (Score:2) + (by Calydor ( 739835 )) + + + Remember when they wanted to make players PAY for mods for + Skyrim? + + + + ** Re: (Score:2) + (by JustAnotherOldGuy ( 4145623 )) + + + $46 for a suit of armor? + If I ever had any interest in playing Eve*, this pricing + would instantly cure me of that notion. + *Which I don't, but still... + + + ** Eve + Korean MMO + Pay To Win (Score:2) + (by Crashmarik ( 635988 )) + + + If that isn't a match made in hell I don't know what is. + + ** + + ** Re: (Score:2) + (by MAXOMENOS ( 9802 )) + + + ....if they can only get out of beta...... + + ** Re: (Score:2) + (by blackomegax ( 807080 )) + + + The current beta is 3 moons, 2 stations, and a shitty + framework of a "game" that runs at 10fps on a GTX1060 + at low settings and looks 5x worse than games like doom + or E:D. + + + ** + + ** Re: (Score:2) + (by St.Creed ( 853824 )) + + + They're not even in Alpha. They call it that, but + what it actually is, is "perpetual development + hell". It doesn't have a version number but if it + had, it would be 666. + + + + + + ** Why didn't microsoft acquire it? (Score:3) + (by xxxJonBoyxxx ( 565205 )) + + + Since its unofficial tagline is, ya know, "spreadsheet online" + + ** Re: (Score:2) + (by JustAnotherOldGuy ( 4145623 )) + + + It's also known as "Spreadsheet Simulator". + + + ** Re: (Score:2) + (by meglon ( 1001833 )) + + + But...it's a really pretty spreadsheet. + + + ** + + ** Re: (Score:2) + (by ctilsie242 ( 4841247 )) + + + Makes me wonder too. I wonder if White Wolf would be sold off + (likely) or spun off (unlikely, but would be nicer). My fear + is that it gets tossed to some big company, and the IP + completely shelved, never to see the light of day again, + similar to how EA has done with a lot of Origin IP. + + + ** Re: (Score:2) + (by jeff4747 ( 256583 )) + + + CCP was making a World of Darkness MMO, but canceled the + project a few years ago. I think they sold the IP. + + + ** Only half a billion? (Score:2) + (by beheaderaswp ( 549877 ) *) + + + My god... that number is kinda high... + That aside... this new owner will just accentuate the problem + areas of Eve that kept it from truly meeting it's potential. + As it is, it's already a griefing sandbox with little wiggle + room for anything except PVP and/or massive corporate/alliance + industry or fleet ops. When it could be far more balanced and + appeal to a larger player base. + Pushing it further into "gang warfare" style griefing will + eventually make the player base smaller. + I stopped playing in 2016. So I play + + ** Re: (Score:3) + (by Luckyo ( 1726890 )) + + + Your description of events is the exact opposite of your + conclusion. It sounds like EVE has in fact achieved + greatness, because the process you describe functions exactly + like real world functions on macro level. + The fact that they apparently managed to recreated the world + on macro level in a game through long standing player + interactions in less than two decades is mind blowingly + amazing. + + ** Re: (Score:2) + (by St.Creed ( 853824 )) + + + And indeed, a subject of economic studies. Pretty + brilliant work in that respect. Whether it's successful as + an enjoyable game is something else entirely. + + ** Re: (Score:2) + (by Luckyo ( 1726890 )) + + + Not economic. Political. This is literally the core + tenets of concept of sovereignty. Economy is just a + part of the picture here. + + + + + ** Eve Online New addon will contain loot boxes (Score:2) + (by Cito ( 1725214 )) + + + No more expansion packs but eve online will offer season passes + at 4 different tier prices; standard, deluxe edition, legacy and + ultimate edition. + + ** Also known as (Score:2) + (by JustAnotherOldGuy ( 4145623 )) + + + "Eve Online", also affectionately known as "Spreadsheet + Simulator". + + ** made me laugh (Score:2) + (by meglon ( 1001833 )) + + + > Eve Online isn't the biggest MMORPG on the market + In other news: water is wet, and the sky is blue. + + diff --git a/test/expected/SLASHDOT/0102639448.header b/test/expected/SLASHDOT/0102639448.header new file mode 100644 index 0000000..11f3ae1 --- /dev/null +++ b/test/expected/SLASHDOT/0102639448.header @@ -0,0 +1,17 @@ +0'Eve Online' Studio Acquired By Korean MMO Maker (engadget.com) null/SLASHDOT/0102639448 70 +i Thursday September 06, 2018 @11:30PM (msmash) +i from the in-some-business-news dept. +i +i MAXOMENOS writes: EVE Online developer CCP Games has been +i acquired by Pearl Abyss, the South Korean studio behind the +i action-oriented MMORPG Black Desert Online. According to +i VentureBeat, the deal was worth $425 million and will close in +i early October. It's a surprise announcement for CCP, which has +i long operated as an independent developer. Eve Online isn't +i the biggest MMORPG on the market, but it has maintained a +i steady and loyal userbase through continuous updates and a +i well-timed switch to a hybrid premium and free-to-play model. +i The 15-year-old game is unique, too, with its large-scale +i battles and notoriously complex economic and political +i systems. +i diff --git a/test/expected/SLASHDOT/0102639448.header.html b/test/expected/SLASHDOT/0102639448.header.html new file mode 100644 index 0000000..a9cda4b --- /dev/null +++ b/test/expected/SLASHDOT/0102639448.header.html @@ -0,0 +1,21 @@ + + + + + + + + +
+

'Eve Online' Studio Acquired By Korean MMO Maker (engadget.com)

+
(Thursday September 06, 2018 @11:30PM (msmash) +from the in-some-business-news dept.)
+
+
+ MAXOMENOS writes: EVE Online developer CCP Games has been acquired by Pearl Abyss, the South Korean studio behind the action-oriented MMORPG Black Desert Online. According to VentureBeat, the deal was worth $425 million and will close in early October. It's a surprise announcement for CCP, which has long operated as an independent developer. Eve Online isn't the biggest MMORPG on the market, but it has maintained a steady and loyal userbase through continuous updates and a well-timed switch to a hybrid premium and free-to-play model. The 15-year-old game is unique, too, with its large-scale battles and notoriously complex economic and political systems. +
+
+
+ diff --git a/test/expected/SLASHDOT/0102639448.html b/test/expected/SLASHDOT/0102639448.html new file mode 100644 index 0000000..cc4be1a --- /dev/null +++ b/test/expected/SLASHDOT/0102639448.html @@ -0,0 +1,191 @@ + + + + + + + + +
+

'Eve Online' Studio Acquired By Korean MMO Maker (engadget.com)

+
(Thursday September 06, 2018 @11:30PM (msmash) +from the in-some-business-news dept.)
+
+ +
+
+ MAXOMENOS writes: EVE Online developer CCP Games has been acquired by Pearl Abyss, the South Korean studio behind the action-oriented MMORPG Black Desert Online. According to VentureBeat, the deal was worth $425 million and will close in early October. It's a surprise announcement for CCP, which has long operated as an independent developer. Eve Online isn't the biggest MMORPG on the market, but it has maintained a steady and loyal userbase through continuous updates and a well-timed switch to a hybrid premium and free-to-play model. The 15-year-old game is unique, too, with its large-scale battles and notoriously complex economic and political systems. +
+
+
+

RIP Eve (Score:3)

+
by spiritplumber ( 1944222 )
+

Now watch the new owners completely misunderstand the userbase's culture and wreck a good thing.

+
+

Re: (Score:3)

+
by sinij ( 911942 )
+

If someone could make EVE more grindy, it would be a Korean MMO maker. I don't see them misunderstanding that aspect, as they invented Korean Grinder.

+
+
+

Re: (Score:3)

+
by duke_cheetah2003 ( 862933 )
+

> Now watch the new owners completely misunderstand the userbase's culture and wreck a good thing.

CCP already did that years ago.

+
+
+

+
+
+
+

Re: (Score:1)

+
by Anonymous Coward
+

Son, if Koreans will do anything it's inject sexy alien women and bikini-space-armor into it.

East Asia never suffered the retardation of puritanism, which is unique to the Western world owing to Abrahamic doctrine, to develop Gymnophobia and Genophobia, so they don't care about the Church-Feminist anti-sexualization offense alliance. The only exception are the "Communist" governments there.

+
+
+
+

+
+
+
+

Re: (Score:2)

+
by jeff4747 ( 256583 )
+

It's almost like you don't know there's already Korean and Chinese alliances in Eve.......and they're not doing all that well. I'm sure FRT will stop feeding Keepstars soon.

+
+
+
+

+
+
+
+

Re: (Score:3)

+
by St.Creed ( 853824 )
+

It was bad in the beta and never actually recovered from some pretty bad development choices. Have they discovered parallel processing yet? And version management? Okay, I guess the last one was a bit mean. They must have discovered Git by now.

But seriously, the game is an unstructured mess. Played it for a while, flew a Machariel and did incursions, level 4 missions etc. but after a while it got boring. May pick it up again though.

+
+
+
+
+

Not Good News (Score:4, Interesting)

+
by Kunedog ( 1033226 )
+

Shamus Young has a series on Black Desert, explaining how shockingly aggressive, expensive and game-ruining he found the microtransactions system to be, even if you're familiar with the worst of the American systems. There's manadatory PvP and deliberately cramped inventory space but the "cash shop" can always make things better (i.e. playable).

I'd be worried if I were an EVE Online fan.

[1]https://www.shamusyoung.com/tw... [shamusyoung.com]

> I see all the default clothes are bland and I need to pay real money for a cool outfit. Aesthetics are important to me. (Which is why I spend so much time on sculpting my character.) So I really don’t want to spend the rest of my time looking at these blando outfits. Sigh. Fine. What’s a pretend suit of armor cost these days? Three bucks? Five bucks?

>

> FORTY SIX AMERICAN DOLLARS? ARE YOU TRYING TO START A FIGHT?

> The cheap outfits can be had for $22. They also offer ladies underwear sets for just $7, if you want to run around in your underpants. (I don’t, thanks.)

>

> (They also offer similar options for male characters. I was tempted to get the outfit that would let my kung-fu guy go shirtless, because he’s a kung-fu dude. But all of the choices looked like modern-day boxers. You can’t just wear baggy pants with no shirt.)

>

> Would you like to dye that super-expensive outfit you just bought? Or any other outfit? That will set you back another $10. And that’s somehow a rental. Your ten bucks gets you a month of being allowed to have dyed clothes. After the month is up, your clothes revert to their original colors and you gotta fork over another $10.

> Do you enjoy wheeling and dealing at the auction house in other games, but the egregious 35% tax on all your sales is making it impossible for you to have fun or turn a profit? Pay fifteen real-world dollars and the tax will go down to the normal 5%. (For one month.)

>

> Everything is exorbitantly priced like this. It’s so outrageously expensive that I get immediately pissed off. It’s not even about the money, it’s about the sheer audacity of the seller to ask this much[2] for what should be trivial virtual goods. Even if you’re a millionaire, you’re still likely to get offended if someone tries to sell you a stick of ordinary gum for five bucks.

[1] https://www.shamusyoung.com/twentysidedtale/?p=42507

+
+

Re: (Score:3, Interesting)

+
by Anonymous Coward
+

> Everything is exorbitantly priced like this. It’s so outrageously expensive that I get immediately pissed off. It’s not even about the money, it’s about the sheer audacity of the seller to ask this much for what should be trivial virtual goods. Even if you’re a millionaire, you’re still likely to get offended if someone tries to sell you a stick of ordinary gum for five bucks.

Sometimes, I thought Stallman was being a pendant for gripes about terminology like "intellectual property".

Now I realize he was exactly right.

This guy uses the words "virtual goods", like it's something he'll actually own. Dollars to donuts, the EULA and TOS says these 'virtual goods' are nothing more than bits on their server, you don't own a single bit of it, and they do whatever they like, and fuck you we're keeping your money if you don't like it.

Seriously, this should be a legal term. If your company

+
+
+

+
+
+
+

Re: (Score:2)

+
by Calydor ( 739835 )
+

Remember when they wanted to make players PAY for mods for Skyrim?

+
+
+
+

Re: (Score:2)

+
by JustAnotherOldGuy ( 4145623 )
+

$46 for a suit of armor?

If I ever had any interest in playing Eve*, this pricing would instantly cure me of that notion.

*Which I don't, but still...

+
+
+
+

Eve + Korean MMO + Pay To Win (Score:2)

+
by Crashmarik ( 635988 )
+

If that isn't a match made in hell I don't know what is.

+
+

+
+
+
+

Re: (Score:2)

+
by MAXOMENOS ( 9802 )
+

....if they can only get out of beta......

+
+

Re: (Score:2)

+
by blackomegax ( 807080 )
+

The current beta is 3 moons, 2 stations, and a shitty framework of a "game" that runs at 10fps on a GTX1060 at low settings and looks 5x worse than games like doom or E:D.

+
+
+

+
+
+
+

Re: (Score:2)

+
by St.Creed ( 853824 )
+

They're not even in Alpha. They call it that, but what it actually is, is "perpetual development hell". It doesn't have a version number but if it had, it would be 666.

+
+
+
+
+
+
+

Why didn't microsoft acquire it? (Score:3)

+
by xxxJonBoyxxx ( 565205 )
+

Since its unofficial tagline is, ya know, "spreadsheet online"

+
+

Re: (Score:2)

+
by JustAnotherOldGuy ( 4145623 )
+

It's also known as "Spreadsheet Simulator".

+
+
+

Re: (Score:2)

+
by meglon ( 1001833 )
+

But...it's a really pretty spreadsheet.

+
+
+
+

+
+
+
+

Re: (Score:2)

+
by ctilsie242 ( 4841247 )
+

Makes me wonder too. I wonder if White Wolf would be sold off (likely) or spun off (unlikely, but would be nicer). My fear is that it gets tossed to some big company, and the IP completely shelved, never to see the light of day again, similar to how EA has done with a lot of Origin IP.

+
+
+

Re: (Score:2)

+
by jeff4747 ( 256583 )
+

CCP was making a World of Darkness MMO, but canceled the project a few years ago. I think they sold the IP.

+
+
+
+

Only half a billion? (Score:2)

+
by beheaderaswp ( 549877 ) *
+

My god... that number is kinda high...

That aside... this new owner will just accentuate the problem areas of Eve that kept it from truly meeting it's potential.

As it is, it's already a griefing sandbox with little wiggle room for anything except PVP and/or massive corporate/alliance industry or fleet ops. When it could be far more balanced and appeal to a larger player base.

Pushing it further into "gang warfare" style griefing will eventually make the player base smaller.

I stopped playing in 2016. So I play

+
+

Re: (Score:3)

+
by Luckyo ( 1726890 )
+

Your description of events is the exact opposite of your conclusion. It sounds like EVE has in fact achieved greatness, because the process you describe functions exactly like real world functions on macro level.

The fact that they apparently managed to recreated the world on macro level in a game through long standing player interactions in less than two decades is mind blowingly amazing.

+
+

Re: (Score:2)

+
by St.Creed ( 853824 )
+

And indeed, a subject of economic studies. Pretty brilliant work in that respect. Whether it's successful as an enjoyable game is something else entirely.

+
+

Re: (Score:2)

+
by Luckyo ( 1726890 )
+

Not economic. Political. This is literally the core tenets of concept of sovereignty. Economy is just a part of the picture here.

+
+
+
+
+
+

Eve Online New addon will contain loot boxes (Score:2)

+
by Cito ( 1725214 )
+

No more expansion packs but eve online will offer season passes at 4 different tier prices; standard, deluxe edition, legacy and ultimate edition.

+
+
+

Also known as (Score:2)

+
by JustAnotherOldGuy ( 4145623 )
+

"Eve Online", also affectionately known as "Spreadsheet Simulator".

+
+
+

made me laugh (Score:2)

+
by meglon ( 1001833 )
+

> Eve Online isn't the biggest MMORPG on the market

In other news: water is wet, and the sky is blue.

+
+
+ diff --git a/test/expected/SLASHDOT/0102639752 b/test/expected/SLASHDOT/0102639752 new file mode 100644 index 0000000..406db36 --- /dev/null +++ b/test/expected/SLASHDOT/0102639752 @@ -0,0 +1,226 @@ + 400,000 WEBSITES VULNERABLE THROUGH EXPOSED .GIT DIRECTORIES + (SCMAGAZINE.COM) + + Thursday September 06, 2018 @11:30PM (msmash) + from the security-woes dept. + + o News link: https://tech.slashdot.org/story/18/09/06/1954253/400000-websites-vulnerable-through-exposed-git-directories + o Source link: https://www.scmagazine.com/home/news/400000-websites-vulnerable-through-exposed-git-directories/ + + + Open .git directories are a bigger cybersecurity problem than + many might imagine, at least according to a Czech security + researcher who discovered almost 400,000 web pages with an + open .git directory possibly exposing a wide variety of data. + From a report: Vladimir Smitka began his .git directory + odyssey in July when he began looking at Czech websites to + find how many were improperly configured and allow access to + their .git folders within the file versions repository. Open + .git directories are a particularly dangerous issue, he said, + because they can contain a great deal of sensitive + information. "Information about the website's structure, and + sometimes you can get very sensitive data such as database + passwords, API keys, development IDE settings, and so on. + However, this data shouldn't be stored in the repository, but + in previous scans of various security issues, I have found + many developers that do not follow these best practices," + Smitka wrote. Smitka queried 230 million websites to discover + the 390,000 allowing access to their .git directories. The + vast majority of the websites with open directories had a .com + TLD with .net, .de, .org and uk comprising most of the others. + + + ** + + ** Re: (Score:2, Informative) + (by MidSpeck ( 1516577 )) + + + ^/.*/\.git/ + Protect git repositories in all subdirectories as well. + + + ** Re: (Score:2) + (by jrumney ( 197329 )) + + + Why stop there? Are there any dot files/directories that need + to be served over HTTP? + + + ** Re: .htaccess (Score:3) + (by spongman ( 182339 )) + + + Why doesn't Apache block all '.'-prefixed directories by + default? + + + ** + + ** Re:https://slashdot.org/.git (Score:4, Informative) + (by ls671 ( 1122017 )) + + + Slashdot is still using CVS try [1]https://slashdot.org/CVS/ + [slashdot.org] + you will see, it works! :) + + + + + [1] https://slashdot.org/CVS/ + + + ** Your central git repo ... (Score:1) + (by Qbertino ( 265505 )) + + + ... belongs behind ssh or, at least, behind http access and SSL. + If I catch you doing otherwise for anything other than FOSS + software I'll smack you. Hard. + + ** Re:Your central git repo ... (Score:4, Informative) + (by tlhIngan ( 30335 )) + + + > ... belongs behind ssh or, at least, behind http access and + > SSL. + > If I catch you doing otherwise for anything other than FOSS + > software I'll smack you. Hard. + And it probably is. The thing is, the website owners are + using git to version control and deploy their website (not a + bad idea). So they develop their web site, push it to the + central git repo, and whenever they need to go live, they + just do a "git pull" on the webserver and it'll pull down the + latest version of the website. + Problem is, they forget about the hidden .git directory git + makes that stores all sorts of useful information and with a + little persistence, allow you access to the raw source code + since you can access the individual git objects. (Or maybe + even clone it using git). + + ** Re: (Score:2) + (by jrumney ( 197329 )) + + + I do this, it is very convenient for deploying updates to + the site. But I always put the web interface into a + subdirectory, and only configure the web server to see + that so the .git directory is not visible over HTTP. And + dotfiles and directories are blocked in the webserver + config for extra protection against accidental inclusion + of invisible files. + + + + ** reheating yesterday's food (Score:3) + (by Tsolias ( 2813011 )) + + + just an article from 2015 [1]https://en.internetwache.org/d... + [internetwache.org] + I can give you also next year's article about .file + vulnerabilities. (spoiler alert) + [2]https://en.internetwache.org/s... [internetwache.org] + + + + + [1] + https://en.internetwache.org/dont-publicly-expose-git-or-how-we- + downloaded-your-websites-sourcecode-an-analysis-of-alexas-1m-28- + 07-2015/ + [2] + https://en.internetwache.org/scanning-the-alexa-top-1m-for-ds-st- + ore-files-12-03-2018/ + + ** + + ** KKK (Score:2) + (by Tsolias ( 2813011 )) + + + > Thats what you get on hiring those bootcamp "graduates" + Kode w/ Karlie Kloss, like it or not. + + + ** Alternate headline: 99.8% websites are OK (Score:2) + (by jmichaelg ( 148257 )) + + + 230 million websites. 400k poorly configured. 4*10^5/2.3*10^8 is + less than 0.2% of websites surveyed screwed this up. + 400k is a big number but it's good to know most developers + aren't that stupid on this issue. + + ** + + ** Re: yarn dist (Score:2) + (by TimMD909 ( 260285 )) + + + ... Equifax types for free security tests from 3rd parties + and press coverage, presumably... + + + ** So? (Score:2) + (by cshark ( 673578 )) + + + An open git directory will be everything you need to reconstruct + the site, more often than not from the same server you're + targeting. Scary. Database servers are rarely open. Short of + some serious hacking, there isn't a lot you're going to be able + to do with this stuff once you've obtained the information + you're waving around here. + Until such time as I see hackers actually logging in with this + information and defacing github, I'm going to remain unconvinced + of the severity of this one. + + ** Re: (Score:2) + (by OrangeTide ( 124937 )) + + + My website's .git directories are open intentionally. Makes + for convenient mirroring and viewing of archives without + having to hope and pray wayback machine picked up my obscure + website. + I'm not too worried. It's just data on the filesystem, it's + not executing programs. And the data is not supposed to + contain any secrets. If it ever does then I better rewrite my + git history. + + + ** Re: (Score:1) + (by Anonymous Coward) + + + The most likely actual security implication is hard coded + keys to 3rd party APIs. + Not that this is an inevitable threat, itâ(TM)s just + something I could see being inadvertently exposed and useful + without much additional effort. + + ** Re: (Score:1) + (by Orrin Bloquy ( 898571 )) + + + > itâ(TM)s + Clear something up, are you typing curly + quotes/apostrophes on purpose or do you have your browser + configured to automatically do that. + + + + ** Re: (Score:2) + (by jonwil ( 467024 )) + + + What about if that .git folder (and the website's source + code) included private keys for stuff. Or credentials/API + keys for 3rd party services. Or credentials for database and + other servers. + + + diff --git a/test/expected/SLASHDOT/0102639752.header b/test/expected/SLASHDOT/0102639752.header new file mode 100644 index 0000000..28888f4 --- /dev/null +++ b/test/expected/SLASHDOT/0102639752.header @@ -0,0 +1,25 @@ +0400,000 Websites Vulnerable Through Exposed .git Directories (scmagazine.com) null/SLASHDOT/0102639752 70 +i Thursday September 06, 2018 @11:30PM (msmash) +i from the security-woes dept. +i +i Open .git directories are a bigger cybersecurity problem than +i many might imagine, at least according to a Czech security +i researcher who discovered almost 400,000 web pages with an +i open .git directory possibly exposing a wide variety of data. +i From a report: Vladimir Smitka began his .git directory +i odyssey in July when he began looking at Czech websites to +i find how many were improperly configured and allow access to +i their .git folders within the file versions repository. Open +i .git directories are a particularly dangerous issue, he said, +i because they can contain a great deal of sensitive +i information. "Information about the website's structure, and +i sometimes you can get very sensitive data such as database +i passwords, API keys, development IDE settings, and so on. +i However, this data shouldn't be stored in the repository, but +i in previous scans of various security issues, I have found +i many developers that do not follow these best practices," +i Smitka wrote. Smitka queried 230 million websites to discover +i the 390,000 allowing access to their .git directories. The +i vast majority of the websites with open directories had a .com +i TLD with .net, .de, .org and uk comprising most of the others. +i diff --git a/test/expected/SLASHDOT/0102639752.header.html b/test/expected/SLASHDOT/0102639752.header.html new file mode 100644 index 0000000..042810c --- /dev/null +++ b/test/expected/SLASHDOT/0102639752.header.html @@ -0,0 +1,21 @@ + + + + + + + + +
+

400,000 Websites Vulnerable Through Exposed .git Directories (scmagazine.com)

+
(Thursday September 06, 2018 @11:30PM (msmash) +from the security-woes dept.)
+
+
+ Open .git directories are a bigger cybersecurity problem than many might imagine, at least according to a Czech security researcher who discovered almost 400,000 web pages with an open .git directory possibly exposing a wide variety of data. From a report: Vladimir Smitka began his .git directory odyssey in July when he began looking at Czech websites to find how many were improperly configured and allow access to their .git folders within the file versions repository. Open .git directories are a particularly dangerous issue, he said, because they can contain a great deal of sensitive information. "Information about the website's structure, and sometimes you can get very sensitive data such as database passwords, API keys, development IDE settings, and so on. However, this data shouldn't be stored in the repository, but in previous scans of various security issues, I have found many developers that do not follow these best practices," Smitka wrote. Smitka queried 230 million websites to discover the 390,000 allowing access to their .git directories. The vast majority of the websites with open directories had a .com TLD with .net, .de, .org and uk comprising most of the others. +
+
+
+ diff --git a/test/expected/SLASHDOT/0102639752.html b/test/expected/SLASHDOT/0102639752.html new file mode 100644 index 0000000..a4297bb --- /dev/null +++ b/test/expected/SLASHDOT/0102639752.html @@ -0,0 +1,126 @@ + + + + + + + + +
+

400,000 Websites Vulnerable Through Exposed .git Directories (scmagazine.com)

+
(Thursday September 06, 2018 @11:30PM (msmash) +from the security-woes dept.)
+
+ +
+
+ Open .git directories are a bigger cybersecurity problem than many might imagine, at least according to a Czech security researcher who discovered almost 400,000 web pages with an open .git directory possibly exposing a wide variety of data. From a report: Vladimir Smitka began his .git directory odyssey in July when he began looking at Czech websites to find how many were improperly configured and allow access to their .git folders within the file versions repository. Open .git directories are a particularly dangerous issue, he said, because they can contain a great deal of sensitive information. "Information about the website's structure, and sometimes you can get very sensitive data such as database passwords, API keys, development IDE settings, and so on. However, this data shouldn't be stored in the repository, but in previous scans of various security issues, I have found many developers that do not follow these best practices," Smitka wrote. Smitka queried 230 million websites to discover the 390,000 allowing access to their .git directories. The vast majority of the websites with open directories had a .com TLD with .net, .de, .org and uk comprising most of the others. +
+
+
+

+
+
+
+

Re: (Score:2, Informative)

+
by MidSpeck ( 1516577 )
+

^/.*/\.git/

Protect git repositories in all subdirectories as well.

+
+
+

Re: (Score:2)

+
by jrumney ( 197329 )
+

Why stop there? Are there any dot files/directories that need to be served over HTTP?

+
+
+

Re: .htaccess (Score:3)

+
by spongman ( 182339 )
+

Why doesn't Apache block all '.'-prefixed directories by default?

+
+
+
+

+
+
+
+

Re:https://slashdot.org/.git (Score:4, Informative)

+
by ls671 ( 1122017 )
+

Slashdot is still using CVS try [1]https://slashdot.org/CVS/ [slashdot.org]

you will see, it works! :)

[1] https://slashdot.org/CVS/

+
+
+
+

Your central git repo ... (Score:1)

+
by Qbertino ( 265505 )
+

... belongs behind ssh or, at least, behind http access and SSL.

If I catch you doing otherwise for anything other than FOSS software I'll smack you. Hard.

+
+

Re:Your central git repo ... (Score:4, Informative)

+
by tlhIngan ( 30335 )
+

> ... belongs behind ssh or, at least, behind http access and SSL.

> If I catch you doing otherwise for anything other than FOSS software I'll smack you. Hard.

And it probably is. The thing is, the website owners are using git to version control and deploy their website (not a bad idea). So they develop their web site, push it to the central git repo, and whenever they need to go live, they just do a "git pull" on the webserver and it'll pull down the latest version of the website.

Problem is, they forget about the hidden .git directory git makes that stores all sorts of useful information and with a little persistence, allow you access to the raw source code since you can access the individual git objects. (Or maybe even clone it using git).

+
+

Re: (Score:2)

+
by jrumney ( 197329 )
+

I do this, it is very convenient for deploying updates to the site. But I always put the web interface into a subdirectory, and only configure the web server to see that so the .git directory is not visible over HTTP. And dotfiles and directories are blocked in the webserver config for extra protection against accidental inclusion of invisible files.

+
+
+
+
+

reheating yesterday's food (Score:3)

+
by Tsolias ( 2813011 )
+

just an article from 2015 [1]https://en.internetwache.org/d... [internetwache.org]

I can give you also next year's article about .file vulnerabilities. (spoiler alert) [2]https://en.internetwache.org/s... [internetwache.org]

[1] https://en.internetwache.org/dont-publicly-expose-git-or-how-we-downloaded-your-websites-sourcecode-an-analysis-of-alexas-1m-28-07-2015/

[2] https://en.internetwache.org/scanning-the-alexa-top-1m-for-ds-store-files-12-03-2018/

+
+
+

+
+
+
+

KKK (Score:2)

+
by Tsolias ( 2813011 )
+

> Thats what you get on hiring those bootcamp "graduates"

Kode w/ Karlie Kloss, like it or not.

+
+
+
+

Alternate headline: 99.8% websites are OK (Score:2)

+
by jmichaelg ( 148257 )
+

230 million websites. 400k poorly configured. 4*10^5/2.3*10^8 is less than 0.2% of websites surveyed screwed this up.

400k is a big number but it's good to know most developers aren't that stupid on this issue.

+
+
+

+
+
+
+

Re: yarn dist (Score:2)

+
by TimMD909 ( 260285 )
+

... Equifax types for free security tests from 3rd parties and press coverage, presumably...

+
+
+
+

So? (Score:2)

+
by cshark ( 673578 )
+

An open git directory will be everything you need to reconstruct the site, more often than not from the same server you're targeting. Scary. Database servers are rarely open. Short of some serious hacking, there isn't a lot you're going to be able to do with this stuff once you've obtained the information you're waving around here.

Until such time as I see hackers actually logging in with this information and defacing github, I'm going to remain unconvinced of the severity of this one.

+
+

Re: (Score:2)

+
by OrangeTide ( 124937 )
+

My website's .git directories are open intentionally. Makes for convenient mirroring and viewing of archives without having to hope and pray wayback machine picked up my obscure website.

I'm not too worried. It's just data on the filesystem, it's not executing programs. And the data is not supposed to contain any secrets. If it ever does then I better rewrite my git history.

+
+
+

Re: (Score:1)

+
by Anonymous Coward
+

The most likely actual security implication is hard coded keys to 3rd party APIs.

Not that this is an inevitable threat, itâ(TM)s just something I could see being inadvertently exposed and useful without much additional effort.

+
+

Re: (Score:1)

+
by Orrin Bloquy ( 898571 )
+

> itâ(TM)s

Clear something up, are you typing curly quotes/apostrophes on purpose or do you have your browser configured to automatically do that.

+
+
+
+

Re: (Score:2)

+
by jonwil ( 467024 )
+

What about if that .git folder (and the website's source code) included private keys for stuff. Or credentials/API keys for 3rd party services. Or credentials for database and other servers.

+
+
+
+ diff --git a/test/expected/SLASHDOT/0102639856 b/test/expected/SLASHDOT/0102639856 new file mode 100644 index 0000000..1492add --- /dev/null +++ b/test/expected/SLASHDOT/0102639856 @@ -0,0 +1,847 @@ + 'I'VE SEEN THE FUTURE OF CONSUMER AI, AND IT DOESN'T HAVE ONE' + (THEREGISTER.CO.UK) + + Thursday September 06, 2018 @11:30PM (msmash) + from the there-is-no-spoon dept. + + o News link: https://tech.slashdot.org/story/18/09/06/205221/ive-seen-the-future-of-consumer-ai-and-it-doesnt-have-one + o Source link: https://www.theregister.co.uk/2018/09/05/consumer_ai_ifa_2018_roundup/ + + + Andrew Orlowski of The Register recounts all the gadgets + supercharged with AI that he came across at IFA tradeshow last + week -- and wonders what value AI brought to the table. He + writes: I didn't see a blockchain toothbrush at IFA in Berlin + last week, but I'm sure there was one lurking about somewhere. + With 30 vast halls to cover, I didn't look too hard for it. + But I did see many things almost as tragic that no one could + miss -- AI being squeezed into almost every conceivable bit of + consumer electronics. But none were convincing. If ever there + was a solution looking for a problem, it's ramming AI into + gadgets to show of a company's machine learning prowess. For + the consumer it adds unreliability, cost and complexity, and + the annoyance of being prompted. [...] Back to LG, which takes + 2018's prize for sticking AI into a superfluous gadget. The + centrepiece of its AI efforts this year is a robot, ClOi. Put + Google Assistant or Alexa on wheels, and you have ClOi. I + asked the booth person what exactly ClOi could do to be told + "it can take notes for your shopping list." Why wasn't this + miracle of the Fourth Industrial Revolution let loose on the + LG floor? I wondered -- a question answered by this account of + ClOi's debut at CES in January. Clearly things haven't + improved much -- this robot buddy was kept indoors. + + + ** Stupid industry fads (Score:5, Funny) + (by Spy Handler ( 822350 )) + + + 3D printer in every home will fundamentally change human society + IoT internet connected belt buckles and toothbrushes will take + over the world + AI will revolutionize consumer electronics + Net PC from Sun will dominate the computer industry (this one is + really old) + + ** Re:Stupid industry fads (Score:5, Insightful) + (by ShanghaiBill ( 739463 )) + + + Excessive hype is always followed by a trough of + disillusionment. But as the TOD fades, plenty of mature, + practical applications are likely to emerge. The + technological naysayers are usually even more wrong than the + hypesters. + [1]Hype cycle [wikipedia.org] + + + + + [1] https://en.wikipedia.org/wiki/Hype_cycle + + ** Re: (Score:2) + (by fahrbot-bot ( 874524 )) + + + > Excessive hype is always followed by a trough of + > disillusionment. + Pro Tip: Get out in front and mention this *before* taking + your date home. Better for her to hear it from you than + her working it out on her own ... :-) + + + ** Re:Stupid industry fads (Score:4, Insightful) + (by CaptainDork ( 3678879 )) + + + If smart phones and tablets are any indicator ... + AI, too, is an evolutionary dead end. + It's a buzz word with a vacuous definition. + + ** Re: (Score:2) + (by Q-Hack! ( 37846 )) + + + Not a lot different than back in the 1950's when the + trend was to create all manor of odd gadgets to make + life easier. Those deemed useful are still around... + The rest can be found in junk markets around the world. + But hey, the Cracker-barrel's of the future will still + need stuff to decorate their walls with. + + ** Re: (Score:2) + (by CaptainDork ( 3678879 )) + + + In reaction to your sig: + I recently re-read "Nineteen Eighty-Four," because + my first reading was so long ago. + Good read, but what a goddam depressing book! + + + + + ** Re: (Score:2) + (by magzteel ( 5013587 )) + + + > Excessive hype is always followed by a trough of + > disillusionment. But as the TOD fades, plenty of mature, + > practical applications are likely to emerge. The + > technological naysayers are usually even more wrong than + > the hypesters. + > [1]Hype cycle [wikipedia.org] + Back in the early PC days, when you had to hook up a + cassette player to load your application, and then another + one to load your data, we used to tell people they could + store recipes on their TRS-80 personal computer. This was + not much of a productivity enhancer. I'm sure based on + this experience some people would have thought PC's were + useless and had no future. + And then floppy disks and spreadsheets were invented. + + + + + [1] https://en.wikipedia.org/wiki/Hype_cycle + + + ** Re: (Score:2) + (by jythie ( 914043 )) + + + It is really difficult to say if the naysayers or + hypesters are more often right or wrong. One problem with + looking back at negative guesses is we only really + remember the ones that turned out to be wrong since the + evidence is in modern use today, while all the naysayers + that we right, well, the things they were right about + faded into obscurity. + + ** Re: (Score:2) + (by ShanghaiBill ( 739463 )) + + + You only count as a "true" naysayer if you are negative + about an overhyped trend with groupies and fanbois, not + about an obviously stupid idea. + The naysayers were right about the Segway, but that was + an easy target, since it reached peak hype before it + had even been shown to the public. + Other tech failures were Iridium, Zune, Pebble, + Juicero. But none of these were hyped as world changing + technology. + + + + ** + + ** Re: (Score:2) + (by ShanghaiBill ( 739463 )) + + + > In the long term only 1/20 companies really make it. + Success of a technology is rarely correlated with the + success of particular companies. Silicon Valley is + littered with plaques marking the graves of + semiconductor pioneering companies. Few of them + survived. Yet semiconductors have been the greatest + technological success since fire was tamed. + For another example, look at aviation. It took 66 years + to go from Kitty Hawk to the Sea of Tranquility. Yet + how many airlines made money during those years? Almost + none. + + + + + ** Re: (Score:1) + (by atherophage ( 2481624 )) + + + Prognosticators have been wrong before. While it is easy to + poke fun at the unusual who knows, perhaps in a few years + dental floss will come with AI. The thought of not having AI + floss will be unthinkable. + + + ** Re: (Score:3, Interesting) + (by Anonymous Coward) + + + As much as I am a nerd, I blame "nerds" for this. There is + this whole new fad of being a "techie", watching Big Bang + Theory, owning a Tesla, and generally being absolutely + ignorant about real science, technology and math while + "pretending" to be a nerd. I used "pretending" but there may + be some legitimate attempt but it is hard to tell if someone + is a fake nerd or just a stupid nerd. I think this trend + partly follows from women trying to follow the (tech) money + and then men trying to follow the women. + This + + ** Re: (Score:2) + (by AbRASiON ( 589899 ) *) + + + I don't know that there's a lot of these people but they + do exist, for certain yes. The 'watching big bang theory' + is the kicker, once someone admits watching that, you know + they're very unlikely to be a 'proper nerd' for lack of a + better term. + Considering they only have partial skills in technology + then, we can likely guess, if they work in the industry, + they're probably higher on the ladder than us and paid + more though :/ like most management / consultant types. + + + + ** Re: (Score:3) + (by JMJimmy ( 2036122 )) + + + The thing no one can consider is time. + "AI" being jammed into things now is probably lame, awkward, + and of very limited use. Much like computers were back in the + punch card days with devices that. Less than 100 years later + we've got computers in our pocket. We are in the early days + of AI - we'll look back on it decades from now as we do with + things like: [1]https://www.youtube.com/watch?... + [youtube.com] + This article is just another example of someone who can't see + past their nose to the road ahead and the million differen + + + + + [1] https://www.youtube.com/watch?v=Sp7MHZY2ADI + + + ** Re: (Score:2) + (by AHuxley ( 892839 )) + + + Good for a few workers over the decade of hype. + + + ** Re: (Score:2) + (by m00sh ( 2538182 )) + + + > 3D printer in every home will fundamentally change human + > society + > IoT internet connected belt buckles and toothbrushes will + > take over the world + > AI will revolutionize consumer electronics + > Net PC from Sun will dominate the computer industry (this one + > is really old) + I don't know about home but it plays a big part in + manufacturing. There are very specialized and successful + medical companies that use 3d printing. + Don't know about belt buckles but fitbit, apple watch, garmin + has been worth billions of dollars and fundamentally changed + the way a lot of people do things. + I don't know about NetPC but what about the cloud? The hype + that we would all put all our stuff in the cloud blah blah + actually materialized. There are many companies who own no + hardware except the dev la + + + ** Re: (Score:2) + (by lokedhs ( 672255 )) + + + Net PC was not from Sun. I should I know, I worked for them + during that era. What they had was JavaStation, which was a + neat idea but ahead of its time. That concept is now realised + by the Chromebook. Net PC was a Compaq thing, if I recall + correctly. However, Wikipedia tells me it was Oracle, so + perhaps the Compaq device was called something else. + + + ** + + ** Re: (Score:2) + (by bobbied ( 2522392 )) + + + > Example: Apple will go under...any day now....since 1984 + But they've been totally correct in not predicting the "Year + of the Linux Desktop" has come. + You win a few and lose a few. + + ** Re: (Score:2) + (by jythie ( 914043 )) + + + *nod* to expand on this.... true, Apple never did go + under. But look how many computer companies started up + around the same time and did. It is fun to look at the + successes and compare them to the naysayers who were + wrong, but the ones who were right, well, their + predictions did not leave much to talk about today. + + + + ** + + ** Re:Now With AI! (Score:5, Informative) + (by ShanghaiBill ( 739463 )) + + + > Gee, I could have sworn we already HAD the AI craze back in + > the late 80s. Or was it early 90s? + It was the 1980s. It had faded long before 1990. + But there was an earlier AI craze in the 1960s, based on + perceptrons. That faded by 1970. + The 1980 AI hype cycle was driven by "expert systems" and + "Lisp machines". + The latest cycle started in 2006 with the publication of the + [1]seminal paper on deep learning [sciencemag.org], and has + so far lasted far longer than any previous AI hype cycle. + + + + + [1] http://science.sciencemag.org/content/313/5786/504 + + ** Re: (Score:2) + (by CaptainDork ( 3678879 )) + + + I go way back, too. + AI had an unambiguous definition that eroded under stress + because the industry came to the realization that the "I" + part (intelligence) used the human mind as the high bar. + The second epiphany came when no one could fabricate an AI + that would simply refuse to cooperate if Facebook was + unreachable. + + + ** Re: (Score:2) + (by Pseudonym ( 62607 )) + + + In the 90s it was all "knowledge-based systems" and in the + noughties it was all "intelligent agents". + + ** Re: (Score:2) + (by ShanghaiBill ( 739463 )) + + + > In the 90s it was all "knowledge-based systems" and in + > the noughties it was all "intelligent agents". + Yes, but those generated far less hype than what + happened in the 60s, 80s, and teenies. + The big things in the 90s and noughties were the web + and e-commerce. + + + + ** Re: (Score:2) + (by CWCheese ( 729272 )) + + + Thanks for the Lisp reference! I fondly remember learning + Lisp in an AI class during college in the 80s. Actually + enjoyed programming Lisp because it could be so terse and + do so much very rapidly. However, we really had no good + applications to use for it, other than having an + application learn the best way to win a chess game. I + chose not to pursue AI as a career and haven't suffered + for that. + + ** Re: (Score:2) + (by ShanghaiBill ( 739463 )) + + + > I chose not to pursue AI as a career and haven't + > suffered for that. + Learning Lisp would not have helped you. Modern AI uses + mostly Python based libraries such as Tensorflow and + PyTorch. C++ is used for performance critical stuff. + Nobody uses Lisp for AI anymore. It was a dead end. + + + + ** Fifth Generation (Score:2) + (by mcswell ( 1102107 )) + + + Fueling the hype in the 1980s AI cycle was the Japanese + Fifth Generation project, for which a stated goal was to + leapfrog the West's computer technology and skills. People + like Edward Feigenbaum and Pamela McCorduck used the FUD + generated around this project to call for increased + funding, claiming in their 1983 book 'The Fifth + Generation: Japan’s Computer Challenge to the World' that + "America needs a national plan of action, a kind of space + shuttle program for the knowledge systems of the future." + A + + + + ** Re: (Score:2) + (by Torodung ( 31985 )) + + + > Cats on the blockchain, anyone? + Well, at the very least, every zig should be on the + blockchain. Don't know about Cats. + + + ** You can stop reading at "Orlowski" (Score:4, Interesting) + (by serviscope_minor ( 664417 )) + + + Andrew Orlowski of The Register is basically a professional + dickhead. His main goal seems to be to be as obnoxious and + ignorant as possible presumably with the goal of trolling the + readership. He's pretty much the reason I stopped reading the + Register because of the constant streem of utter bullshit from + that guy. + + ** Re:You can stop reading at "Orlowski" (Score:4, Interesting) + (by starless ( 60879 )) + + + And also appears to be climate change denier.... + (at least for some of his Register articles.) + + + ** Re: (Score:2) + (by TJ_Phazerhacki ( 520002 )) + + + So, Walt Mossberg for a new generation? Shutup! + + + ** AI in a Toaster! (Score:2) + (by Zorro ( 15797 )) + + + Red Dwarf has already shown why this is a BAD Idea. + https://www.youtube.com/watch?v=lhnN4eUiei4 + + ** Re: (Score:2) + (by Revek ( 133289 )) + + + Please learn basic html K, thanks. + + ** Re: (Score:2) + (by AbRASiON ( 589899 ) *) + + + How about slashdot stop being entirely backwards with that + shit instead? + + + + ** + + ** Re: (Score:2) + (by Applehu Akbar ( 2968043 )) + + + But I do like being able to verbally ask my phone to navigate + to a contact, without having to squint at a screen in the + sun, and get turn by turn directions. Digital assistants have + slipped into a place in my life where they do a few useful + things. As time goes on, this set will grow larger. + But I know: "If it works, it's not AI!" "If it's AI, it won't + work!" + + + ** Aibo (Score:1) + (by Anonymous Coward) + + + If Sony's Aibo lives up to the demos I have seen - that would be + one big application. AI as a pet. + I also use AI (maybe more ML) all the time with photo sorting, + image recognition, etc. It is already in the home. + + ** OP must be joking... (Score:4, Insightful) + (by JoeDuncan ( 874519 )) + + + ... because consumer AI is *ALREADY* ubiquitous and all around + us. + From the face detection in your phone, to the fuzzy logic + controllers in washing machines, to the ant colony algorithms + being used to route network traffic, to finding directions with + google maps, to Netflix and Amazon's recommendation algorithms, + to OCR for cheques and mail, to NEST thermostats, to robot + vacuum cleaners and lawn mowers, to expert systems in medical + diagnosis... (I could keep going) + AI in consumer products is literally *already* ALL around us. + Saying that consumer AI "has no future" is like looking around + at the world today and saying "personal cars have no future" - + it's completely idiotic because to anyone with half an ounce of + perception that future is ALREADY here. + It's like looking at a forest and claiming there are no trees + + ** Re: (Score:2) + (by grahamsz ( 150076 )) + + + Yeah it seems like it is a natural fit in optimizing the + things we do. + Even though I don't routinely use my phone as an alarm clock, + it still knows when i'm likely to get up and if I plug it in + at bed time it'll do a good job of figuring out when i'm + likely to get up and adjusts its charging rate to be done + about an hour before then. Yet if I plug it in a 3pm then + it'll assume i want as much charge as possible and charge as + fast as it can. It's not rocket science, but it's useful. + Do I need a dishwasher with + + ** Re: (Score:2) + (by JoeDuncan ( 874519 )) + + + > Do I need a dishwasher with a screen that I can talk to? + Nope, but I'm willing to bet it has an embedded fuzzy + logic controller in it to control water levels. + + + ** Re: (Score:2) + (by mcswell ( 1102107 )) + + + "Do I need a dishwasher with a screen that I can talk to?" + Printers have a screen. You can't talk to it (at least + you're not supposed to--when aggravated, I've been know to + do so, and not kindly). But try to decipher what's on that + screen. I claim that printers are not any easier to use + than they were in 1984 (which is when I got my first dot + matrix printer). You (ok, I) *still* can't figure out + what's wrong with them, despite the screen. + + + + ** + + ** Re: (Score:2) + (by JoeDuncan ( 874519 )) + + + > None of the tings you mention actually contain any real + > artificial intelligence in the sense of being able to + > making decisions in the face of unknown circumstances and + > data sources. + They do actually. + Roombas have to be able to adapt to unknown obstacles and + uncertain sensory input (could get blocked, partially + occluded etc...). + Embedded fuzzy logic controllers (also used in anti-lock + brakes) have to be able to maintain a steady output signal + given uncertain input (wear and tear on the mechanics, + grit...) that can vary wildly in an unknown manner. + OCR systems need to be able to tell the difference between + a cheque and unknown things, like night club flyers, and + they deal with hand written + + + + ** Re: (Score:1) + (by AHuxley ( 892839 )) + + + Re "face detection" is not AI. Its a really big and fast + database. Filled with faces the police know about and random + people walking past CCTV. + Re "fuzzy logic controllers in washing machines" A set amount + of power, water, weight of laundry is not AI. Just good + programming within set limits. + Re "'finding directions" with maps that are created and set. + Re "recommendation algorithms" that is set by past people + buying things and another person showing the same interests. + More to do with collecting lots + + ** Re: (Score:2) + (by JoeDuncan ( 874519 )) + + + > ..."face detection" is not AI. Its a really big and fast + > database. Filled with faces the police know... + ...and just HOW do the faces "police know" get matched to + this database? Explain without reference to AI. + > ..."fuzzy logic controllers in washing machines" A set + > amount of power, water, weight of laundry is not AI. + No it isn't, but you're a fool if you think your washing + machine is that simple these days. It DOES take fuzzy + logic to adapt to things like wear and tear on the + machine, arbitrarily changing water pressures and + temperatures, etc... and still maintain consistent + performance. + > "'finding directions" with maps that are created and set. + ...and using AI algorithms to find the best path. + Blah blah blah... you get the point. You've deliberately + downplayed the AI aspect + + + + ** + + ** Re: (Score:2) + (by JoeDuncan ( 874519 )) + + + You are clearly uneducated, Troll. + If you actually wish to enlighten yourself, I'd start + here: [1]https://en.wikipedia.org/wiki/... [wikipedia.org] + + + + + [1] https://en.wikipedia.org/wiki/Artificial_intelligence + + + + ** Re: (Score:2) + (by hazem ( 472289 )) + + + > From the face detection in your phone, to the fuzzy logic + > controllers in washing machines, to the ant colony algorithms + > being used to route network traffic, to finding directions + > with google maps, to Netflix and Amazon's recommendation + > algorithms, to OCR for cheques and mail, to NEST thermostats, + > to robot vacuum cleaners and lawn mowers, to expert systems + > in medical diagnosis... (I could keep going) + When I took an AI class a few years ago, one of my favorite + things the professor said was, "What we called 'AI' yesterday + is simply the algorithm for how we do a thing today." + + + ** AI's Strength (Score:2) + (by thePsychologist ( 1062886 )) + + + AI (i.e. machine learning/neural networks) is really good at + optimizing stuff, so its natural strength shows when you have + hundreds of thousands of entities in a system. Examples are the + electricity grid, playing Go, and a department store's + inventory. + In our individual lives, AI seems more like another drop in the + bucket of too much technology, and I think one day we'll realize + that less is more when it comes to the stuff in our homes. + + ** Getting concerned myself (Score:1) + (by SuperKendall ( 25149 )) + + + I was looking at new fridges recently as a friend was asking for + a recommendation, and it's alarming how trying to find a fridge + without a screen is getting to be like trying to find a cell + phone without a camera... it really limits your options. + The only way they could make fridges any worse is the if screens + also played CNN constantly when not in use, like in an + airport... you can absolutely see subsidized ad-fridges coming + down the pipeline. + + ** Re: (Score:2) + (by lgw ( 121541 )) + + + Seems like only the highest and lowest-end fridges lack + screens these days (as well as ice/water in the door, + something else I could do without). + + ** Re: (Score:2) + (by mcswell ( 1102107 )) + + + Come to my house. The refr *has* an ice/water dispenser in + the door, but it hasn't worked for over a year. I think + the tube to the water dispenser is frozen, and if it gets + thawed, it just freezes up again. Same with the water + dispenser on the refr nearest my office at work. + As for the ice dispenser on our refr, we never used it, so + I took it out and got lots more room in the freezer. If we + want ice cubes, we make them in trays, like the 1960s. + + + + ** + + ** Re: (Score:3) + (by sheramil ( 921315 )) + + + > What the hell does a fridge need a screen for? + You can connect it to a webcam inside the fridge and see + if the light goes out when you close the door. + + + + ** I remember a time... (Score:2) + (by Dallas May ( 4891515 )) + + + My uncle was a computer scientist for a National Lab. He retired + 15 or so years ago. I remember just after my grandmother first + got internet, he didn't have it at his home yet because he + didn't believe it was safe -this was probably 1997 or 98, and I + remember him talking to me about how disappointed he was with + the internet. "It was supposed to be this great thing. It's + useless. It'll never amount to anything." + Yeah, he was wrong. + + ** Re: (Score:2) + (by bobbied ( 2522392 )) + + + > My uncle was a computer scientist for a National Lab. He + > retired 15 or so years ago. I remember just after my + > grandmother first got internet, he didn't have it at his home + > yet because he didn't believe it was safe -this was probably + > 1997 or 98, and I remember him talking to me about how + > disappointed he was with the internet. "It was supposed to be + > this great thing. It's useless. It'll never amount to + > anything." + > Yeah, he was wrong. + Was he? Was he really? + How much of the internet is truly useful and how much is just + trash? Judging by my inbox, the number of E-mail in my inbox + the ratio 1s more than 10 to 1 SPAM to worth while messages + (And that's AFTER the SPAM filters.) + I find that this ratio pretty much governs the whole of the + internet.. Where 1/10th of it is actually something of use + and the rest is just useless junk. + So he's not that wrong. + + + ** + + ** Re: (Score:2) + (by mcswell ( 1102107 )) + + + And here you (and I) are. + + + + ** I heard... (Score:1) + (by Hentai007 ( 188457 )) + + + AI is turning frogs gay. + + ** Re: (Score:2) + (by AbRASiON ( 589899 ) *) + + + That's actually not true, the frogs are only gay for pay. + + + ** Nobody buys something because of AI (Score:3) + (by Laxator2 ( 973549 )) + + + I did not see any example where someone says: "I did not buy + that product because it lacked AI". + I did not hear from anyone that they need AI so they are going + out of their way to buy it. In its current form AI is good for + pattern recognition in some cases, for example, face + identification in photos. + The only customers are corporations with massive collections of + personal data to analyze, but not individual consumers. + I believe AI has been over-hyped and pushed in areas where it is + not usable in its current form (like self-driving cars) and we + start to see the backlash. + I've already seen stories saying that the medical diagnoses made + by IBM's Watson are just plain wrong. More examples will follow. + + ** Re: (Score:2) + (by m00sh ( 2538182 )) + + + > I did not see any example where someone says: "I did not buy + > that product because it lacked AI". + > I did not hear from anyone that they need AI so they are + > going out of their way to buy it. In its current form AI is + > good for pattern recognition in some cases, for example, face + > identification in photos. The only customers are corporations + > with massive collections of personal data to analyze, but not + > individual consumers. I believe AI has been over-hyped and + > pushed in areas where it is not usable in its current form + > (like self-driving cars) and we start to see the backlash. + > I've already seen stories saying that the medical diagnoses + > made by IBM's Watson are just plain wrong. More examples will + > follow. + What about Google home and Alexa? + How do you recognize pedestrians in self-driving cars without + AI? + IBM Watson was wrong quite a bit but it won jeopardy. + + + ** First they ignore you, ... (Score:1) + (by Maxo-Texas ( 864189 )) + + + First they ignore you, then they laugh at you, then they fight + you, then you win. + Mahatma Gandhi + This field is moving so fast compared to the 90s. + + ** It's a dead end because it's not very good anyway (Score:2) + (by Rick Schumann ( 4662797 )) + + + So-called 'AI' is over-hyped and under-performing. + + ** Another AI winter? (Score:2) + (by OneHundredAndTen ( 1523865 )) + + + The AI bubble seems to be starting to deflate. It may not pop, + but it will likely carry on shrinking. Most people already know + that Alex and co. are little more than gimmicks, good for party + games, grins and giggles, and little more. The AI community + seems to be making the same mistakes they made in the late 60s + and 70s. The second AI winter is nigh. + + ** how do you see non-existent things ? (Score:2) + (by bingoUV ( 1066850 )) + + + If Consumer AI doesn't have a future, how can that non-existent + future be seen ? + In an alternative interpretation, the author has seen the future + of Consumer AI and so of course it exists. But the future of the + future of Consumer AI doesn't exist. I.e. Future of Consumer AI + doesn't have one - where "one" stands for future. + Any other interpretations ? + + ** It's not "Consumer AI" (Score:1) + (by themusicgod1 ( 241799 )) + + + Since the consumer is not control of it. + + It's Anti-Consumer AI if anything + + diff --git a/test/expected/SLASHDOT/0102639856.header b/test/expected/SLASHDOT/0102639856.header new file mode 100644 index 0000000..e47a198 --- /dev/null +++ b/test/expected/SLASHDOT/0102639856.header @@ -0,0 +1,27 @@ +0'I've Seen the Future of Consumer AI, and it Doesn't Have One' (theregister.co.uk) null/SLASHDOT/0102639856 70 +i Thursday September 06, 2018 @11:30PM (msmash) +i from the there-is-no-spoon dept. +i +i Andrew Orlowski of The Register recounts all the gadgets +i supercharged with AI that he came across at IFA tradeshow last +i week -- and wonders what value AI brought to the table. He +i writes: I didn't see a blockchain toothbrush at IFA in Berlin +i last week, but I'm sure there was one lurking about somewhere. +i With 30 vast halls to cover, I didn't look too hard for it. +i But I did see many things almost as tragic that no one could +i miss -- AI being squeezed into almost every conceivable bit of +i consumer electronics. But none were convincing. If ever there +i was a solution looking for a problem, it's ramming AI into +i gadgets to show of a company's machine learning prowess. For +i the consumer it adds unreliability, cost and complexity, and +i the annoyance of being prompted. [...] Back to LG, which takes +i 2018's prize for sticking AI into a superfluous gadget. The +i centrepiece of its AI efforts this year is a robot, ClOi. Put +i Google Assistant or Alexa on wheels, and you have ClOi. I +i asked the booth person what exactly ClOi could do to be told +i "it can take notes for your shopping list." Why wasn't this +i miracle of the Fourth Industrial Revolution let loose on the +i LG floor? I wondered -- a question answered by this account of +i ClOi's debut at CES in January. Clearly things haven't +i improved much -- this robot buddy was kept indoors. +i diff --git a/test/expected/SLASHDOT/0102639856.header.html b/test/expected/SLASHDOT/0102639856.header.html new file mode 100644 index 0000000..7d44aab --- /dev/null +++ b/test/expected/SLASHDOT/0102639856.header.html @@ -0,0 +1,21 @@ + + + + + + + + +
+

'I've Seen the Future of Consumer AI, and it Doesn't Have One' (theregister.co.uk)

+
(Thursday September 06, 2018 @11:30PM (msmash) +from the there-is-no-spoon dept.)
+
+
+ Andrew Orlowski of The Register recounts all the gadgets supercharged with AI that he came across at IFA tradeshow last week -- and wonders what value AI brought to the table. He writes: I didn't see a blockchain toothbrush at IFA in Berlin last week, but I'm sure there was one lurking about somewhere. With 30 vast halls to cover, I didn't look too hard for it. But I did see many things almost as tragic that no one could miss -- AI being squeezed into almost every conceivable bit of consumer electronics. But none were convincing. If ever there was a solution looking for a problem, it's ramming AI into gadgets to show of a company's machine learning prowess. For the consumer it adds unreliability, cost and complexity, and the annoyance of being prompted. [...] Back to LG, which takes 2018's prize for sticking AI into a superfluous gadget. The centrepiece of its AI efforts this year is a robot, ClOi. Put Google Assistant or Alexa on wheels, and you have ClOi. I asked the booth person what exactly ClOi could do to be told "it can take notes for your shopping list." Why wasn't this miracle of the Fourth Industrial Revolution let loose on the LG floor? I wondered -- a question answered by this account of ClOi's debut at CES in January. Clearly things haven't improved much -- this robot buddy was kept indoors. +
+
+
+ diff --git a/test/expected/SLASHDOT/0102639856.html b/test/expected/SLASHDOT/0102639856.html new file mode 100644 index 0000000..f8b7271 --- /dev/null +++ b/test/expected/SLASHDOT/0102639856.html @@ -0,0 +1,371 @@ + + + + + + + + +
+

'I've Seen the Future of Consumer AI, and it Doesn't Have One' (theregister.co.uk)

+
(Thursday September 06, 2018 @11:30PM (msmash) +from the there-is-no-spoon dept.)
+
+ +
+
+ Andrew Orlowski of The Register recounts all the gadgets supercharged with AI that he came across at IFA tradeshow last week -- and wonders what value AI brought to the table. He writes: I didn't see a blockchain toothbrush at IFA in Berlin last week, but I'm sure there was one lurking about somewhere. With 30 vast halls to cover, I didn't look too hard for it. But I did see many things almost as tragic that no one could miss -- AI being squeezed into almost every conceivable bit of consumer electronics. But none were convincing. If ever there was a solution looking for a problem, it's ramming AI into gadgets to show of a company's machine learning prowess. For the consumer it adds unreliability, cost and complexity, and the annoyance of being prompted. [...] Back to LG, which takes 2018's prize for sticking AI into a superfluous gadget. The centrepiece of its AI efforts this year is a robot, ClOi. Put Google Assistant or Alexa on wheels, and you have ClOi. I asked the booth person what exactly ClOi could do to be told "it can take notes for your shopping list." Why wasn't this miracle of the Fourth Industrial Revolution let loose on the LG floor? I wondered -- a question answered by this account of ClOi's debut at CES in January. Clearly things haven't improved much -- this robot buddy was kept indoors. +
+
+
+

Stupid industry fads (Score:5, Funny)

+
by Spy Handler ( 822350 )
+

3D printer in every home will fundamentally change human society

IoT internet connected belt buckles and toothbrushes will take over the world

AI will revolutionize consumer electronics

Net PC from Sun will dominate the computer industry (this one is really old)

+
+

Re:Stupid industry fads (Score:5, Insightful)

+
by ShanghaiBill ( 739463 )
+

Excessive hype is always followed by a trough of disillusionment. But as the TOD fades, plenty of mature, practical applications are likely to emerge. The technological naysayers are usually even more wrong than the hypesters.

[1]Hype cycle [wikipedia.org]

[1] https://en.wikipedia.org/wiki/Hype_cycle

+
+

Re: (Score:2)

+
by fahrbot-bot ( 874524 )
+

> Excessive hype is always followed by a trough of disillusionment.

Pro Tip: Get out in front and mention this *before* taking your date home. Better for her to hear it from you than her working it out on her own ... :-)

+
+
+

Re:Stupid industry fads (Score:4, Insightful)

+
by CaptainDork ( 3678879 )
+

If smart phones and tablets are any indicator ...

AI, too, is an evolutionary dead end.

It's a buzz word with a vacuous definition.

+
+

Re: (Score:2)

+
by Q-Hack! ( 37846 )
+

Not a lot different than back in the 1950's when the trend was to create all manor of odd gadgets to make life easier. Those deemed useful are still around... The rest can be found in junk markets around the world. But hey, the Cracker-barrel's of the future will still need stuff to decorate their walls with.

+
+

Re: (Score:2)

+
by CaptainDork ( 3678879 )
+

In reaction to your sig:

I recently re-read "Nineteen Eighty-Four," because my first reading was so long ago.

Good read, but what a goddam depressing book!

+
+
+
+
+

Re: (Score:2)

+
by magzteel ( 5013587 )
+

> Excessive hype is always followed by a trough of disillusionment. But as the TOD fades, plenty of mature, practical applications are likely to emerge. The technological naysayers are usually even more wrong than the hypesters.

> [1]Hype cycle [wikipedia.org]

Back in the early PC days, when you had to hook up a cassette player to load your application, and then another one to load your data, we used to tell people they could store recipes on their TRS-80 personal computer. This was not much of a productivity enhancer. I'm sure based on this experience some people would have thought PC's were useless and had no future.

And then floppy disks and spreadsheets were invented.

[1] https://en.wikipedia.org/wiki/Hype_cycle

+
+
+

Re: (Score:2)

+
by jythie ( 914043 )
+

It is really difficult to say if the naysayers or hypesters are more often right or wrong. One problem with looking back at negative guesses is we only really remember the ones that turned out to be wrong since the evidence is in modern use today, while all the naysayers that we right, well, the things they were right about faded into obscurity.

+
+

Re: (Score:2)

+
by ShanghaiBill ( 739463 )
+

You only count as a "true" naysayer if you are negative about an overhyped trend with groupies and fanbois, not about an obviously stupid idea.

The naysayers were right about the Segway, but that was an easy target, since it reached peak hype before it had even been shown to the public.

Other tech failures were Iridium, Zune, Pebble, Juicero. But none of these were hyped as world changing technology.

+
+
+
+

+
+
+
+

Re: (Score:2)

+
by ShanghaiBill ( 739463 )
+

> In the long term only 1/20 companies really make it.

Success of a technology is rarely correlated with the success of particular companies. Silicon Valley is littered with plaques marking the graves of semiconductor pioneering companies. Few of them survived. Yet semiconductors have been the greatest technological success since fire was tamed.

For another example, look at aviation. It took 66 years to go from Kitty Hawk to the Sea of Tranquility. Yet how many airlines made money during those years? Almost none.

+
+
+
+
+

Re: (Score:1)

+
by atherophage ( 2481624 )
+

Prognosticators have been wrong before. While it is easy to poke fun at the unusual who knows, perhaps in a few years dental floss will come with AI. The thought of not having AI floss will be unthinkable.

+
+
+

Re: (Score:3, Interesting)

+
by Anonymous Coward
+

As much as I am a nerd, I blame "nerds" for this. There is this whole new fad of being a "techie", watching Big Bang Theory, owning a Tesla, and generally being absolutely ignorant about real science, technology and math while "pretending" to be a nerd. I used "pretending" but there may be some legitimate attempt but it is hard to tell if someone is a fake nerd or just a stupid nerd. I think this trend partly follows from women trying to follow the (tech) money and then men trying to follow the women.

This

+
+

Re: (Score:2)

+
by AbRASiON ( 589899 ) *
+

I don't know that there's a lot of these people but they do exist, for certain yes. The 'watching big bang theory' is the kicker, once someone admits watching that, you know they're very unlikely to be a 'proper nerd' for lack of a better term.

Considering they only have partial skills in technology then, we can likely guess, if they work in the industry, they're probably higher on the ladder than us and paid more though :/ like most management / consultant types.

+
+
+
+

Re: (Score:3)

+
by JMJimmy ( 2036122 )
+

The thing no one can consider is time.

"AI" being jammed into things now is probably lame, awkward, and of very limited use. Much like computers were back in the punch card days with devices that. Less than 100 years later we've got computers in our pocket. We are in the early days of AI - we'll look back on it decades from now as we do with things like: [1]https://www.youtube.com/watch?... [youtube.com]

This article is just another example of someone who can't see past their nose to the road ahead and the million differen

[1] https://www.youtube.com/watch?v=Sp7MHZY2ADI

+
+
+

Re: (Score:2)

+
by AHuxley ( 892839 )
+

Good for a few workers over the decade of hype.

+
+
+

Re: (Score:2)

+
by m00sh ( 2538182 )
+

> 3D printer in every home will fundamentally change human society

> IoT internet connected belt buckles and toothbrushes will take over the world

> AI will revolutionize consumer electronics

> Net PC from Sun will dominate the computer industry (this one is really old)

I don't know about home but it plays a big part in manufacturing. There are very specialized and successful medical companies that use 3d printing.

Don't know about belt buckles but fitbit, apple watch, garmin has been worth billions of dollars and fundamentally changed the way a lot of people do things.

I don't know about NetPC but what about the cloud? The hype that we would all put all our stuff in the cloud blah blah actually materialized. There are many companies who own no hardware except the dev la

+
+
+

Re: (Score:2)

+
by lokedhs ( 672255 )
+

Net PC was not from Sun. I should I know, I worked for them during that era. What they had was JavaStation, which was a neat idea but ahead of its time. That concept is now realised by the Chromebook. Net PC was a Compaq thing, if I recall correctly. However, Wikipedia tells me it was Oracle, so perhaps the Compaq device was called something else.

+
+
+
+

+
+
+
+

Re: (Score:2)

+
by bobbied ( 2522392 )
+

> Example: Apple will go under...any day now....since 1984

But they've been totally correct in not predicting the "Year of the Linux Desktop" has come.

You win a few and lose a few.

+
+

Re: (Score:2)

+
by jythie ( 914043 )
+

*nod* to expand on this.... true, Apple never did go under. But look how many computer companies started up around the same time and did. It is fun to look at the successes and compare them to the naysayers who were wrong, but the ones who were right, well, their predictions did not leave much to talk about today.

+
+
+
+
+

+
+
+
+

Re:Now With AI! (Score:5, Informative)

+
by ShanghaiBill ( 739463 )
+

> Gee, I could have sworn we already HAD the AI craze back in the late 80s. Or was it early 90s?

It was the 1980s. It had faded long before 1990.

But there was an earlier AI craze in the 1960s, based on perceptrons. That faded by 1970.

The 1980 AI hype cycle was driven by "expert systems" and "Lisp machines".

The latest cycle started in 2006 with the publication of the [1]seminal paper on deep learning [sciencemag.org], and has so far lasted far longer than any previous AI hype cycle.

[1] http://science.sciencemag.org/content/313/5786/504

+
+

Re: (Score:2)

+
by CaptainDork ( 3678879 )
+

I go way back, too.

AI had an unambiguous definition that eroded under stress because the industry came to the realization that the "I" part (intelligence) used the human mind as the high bar.

The second epiphany came when no one could fabricate an AI that would simply refuse to cooperate if Facebook was unreachable.

+
+
+

Re: (Score:2)

+
by Pseudonym ( 62607 )
+

In the 90s it was all "knowledge-based systems" and in the noughties it was all "intelligent agents".

+
+

Re: (Score:2)

+
by ShanghaiBill ( 739463 )
+

> In the 90s it was all "knowledge-based systems" and in the noughties it was all "intelligent agents".

Yes, but those generated far less hype than what happened in the 60s, 80s, and teenies.

The big things in the 90s and noughties were the web and e-commerce.

+
+
+
+

Re: (Score:2)

+
by CWCheese ( 729272 )
+

Thanks for the Lisp reference! I fondly remember learning Lisp in an AI class during college in the 80s. Actually enjoyed programming Lisp because it could be so terse and do so much very rapidly. However, we really had no good applications to use for it, other than having an application learn the best way to win a chess game. I chose not to pursue AI as a career and haven't suffered for that.

+
+

Re: (Score:2)

+
by ShanghaiBill ( 739463 )
+

> I chose not to pursue AI as a career and haven't suffered for that.

Learning Lisp would not have helped you. Modern AI uses mostly Python based libraries such as Tensorflow and PyTorch. C++ is used for performance critical stuff. Nobody uses Lisp for AI anymore. It was a dead end.

+
+
+
+

Fifth Generation (Score:2)

+
by mcswell ( 1102107 )
+

Fueling the hype in the 1980s AI cycle was the Japanese Fifth Generation project, for which a stated goal was to leapfrog the West's computer technology and skills. People like Edward Feigenbaum and Pamela McCorduck used the FUD generated around this project to call for increased funding, claiming in their 1983 book 'The Fifth Generation: Japan’s Computer Challenge to the World' that "America needs a national plan of action, a kind of space shuttle program for the knowledge systems of the future." A

+
+
+
+

Re: (Score:2)

+
by Torodung ( 31985 )
+

> Cats on the blockchain, anyone?

Well, at the very least, every zig should be on the blockchain. Don't know about Cats.

+
+
+
+

You can stop reading at "Orlowski" (Score:4, Interesting)

+
by serviscope_minor ( 664417 )
+

Andrew Orlowski of The Register is basically a professional dickhead. His main goal seems to be to be as obnoxious and ignorant as possible presumably with the goal of trolling the readership. He's pretty much the reason I stopped reading the Register because of the constant streem of utter bullshit from that guy.

+
+

Re:You can stop reading at "Orlowski" (Score:4, Interesting)

+
by starless ( 60879 )
+

And also appears to be climate change denier....

(at least for some of his Register articles.)

+
+
+

Re: (Score:2)

+
by TJ_Phazerhacki ( 520002 )
+

So, Walt Mossberg for a new generation? Shutup!

+
+
+
+

AI in a Toaster! (Score:2)

+
by Zorro ( 15797 )
+

Red Dwarf has already shown why this is a BAD Idea.

https://www.youtube.com/watch?v=lhnN4eUiei4

+
+

Re: (Score:2)

+
by Revek ( 133289 )
+

Please learn basic html K, thanks.

+
+

Re: (Score:2)

+
by AbRASiON ( 589899 ) *
+

How about slashdot stop being entirely backwards with that shit instead?

+
+
+
+
+

+
+
+
+

Re: (Score:2)

+
by Applehu Akbar ( 2968043 )
+

But I do like being able to verbally ask my phone to navigate to a contact, without having to squint at a screen in the sun, and get turn by turn directions. Digital assistants have slipped into a place in my life where they do a few useful things. As time goes on, this set will grow larger.

But I know: "If it works, it's not AI!" "If it's AI, it won't work!"

+
+
+
+

Aibo (Score:1)

+
by Anonymous Coward
+

If Sony's Aibo lives up to the demos I have seen - that would be one big application. AI as a pet.

I also use AI (maybe more ML) all the time with photo sorting, image recognition, etc. It is already in the home.

+
+
+

OP must be joking... (Score:4, Insightful)

+
by JoeDuncan ( 874519 )
+

... because consumer AI is *ALREADY* ubiquitous and all around us.

From the face detection in your phone, to the fuzzy logic controllers in washing machines, to the ant colony algorithms being used to route network traffic, to finding directions with google maps, to Netflix and Amazon's recommendation algorithms, to OCR for cheques and mail, to NEST thermostats, to robot vacuum cleaners and lawn mowers, to expert systems in medical diagnosis... (I could keep going)

AI in consumer products is literally *already* ALL around us.

Saying that consumer AI "has no future" is like looking around at the world today and saying "personal cars have no future" - it's completely idiotic because to anyone with half an ounce of perception that future is ALREADY here.

It's like looking at a forest and claiming there are no trees

+
+

Re: (Score:2)

+
by grahamsz ( 150076 )
+

Yeah it seems like it is a natural fit in optimizing the things we do.

Even though I don't routinely use my phone as an alarm clock, it still knows when i'm likely to get up and if I plug it in at bed time it'll do a good job of figuring out when i'm likely to get up and adjusts its charging rate to be done about an hour before then. Yet if I plug it in a 3pm then it'll assume i want as much charge as possible and charge as fast as it can. It's not rocket science, but it's useful.

Do I need a dishwasher with

+
+

Re: (Score:2)

+
by JoeDuncan ( 874519 )
+

> Do I need a dishwasher with a screen that I can talk to?

Nope, but I'm willing to bet it has an embedded fuzzy logic controller in it to control water levels.

+
+
+

Re: (Score:2)

+
by mcswell ( 1102107 )
+

"Do I need a dishwasher with a screen that I can talk to?" Printers have a screen. You can't talk to it (at least you're not supposed to--when aggravated, I've been know to do so, and not kindly). But try to decipher what's on that screen. I claim that printers are not any easier to use than they were in 1984 (which is when I got my first dot matrix printer). You (ok, I) *still* can't figure out what's wrong with them, despite the screen.

+
+
+
+

+
+
+
+

Re: (Score:2)

+
by JoeDuncan ( 874519 )
+

> None of the tings you mention actually contain any real artificial intelligence in the sense of being able to making decisions in the face of unknown circumstances and data sources.

They do actually.

Roombas have to be able to adapt to unknown obstacles and uncertain sensory input (could get blocked, partially occluded etc...).

Embedded fuzzy logic controllers (also used in anti-lock brakes) have to be able to maintain a steady output signal given uncertain input (wear and tear on the mechanics, grit...) that can vary wildly in an unknown manner.

OCR systems need to be able to tell the difference between a cheque and unknown things, like night club flyers, and they deal with hand written

+
+
+
+

Re: (Score:1)

+
by AHuxley ( 892839 )
+

Re "face detection" is not AI. Its a really big and fast database. Filled with faces the police know about and random people walking past CCTV.

Re "fuzzy logic controllers in washing machines" A set amount of power, water, weight of laundry is not AI. Just good programming within set limits.

Re "'finding directions" with maps that are created and set.

Re "recommendation algorithms" that is set by past people buying things and another person showing the same interests. More to do with collecting lots

+
+

Re: (Score:2)

+
by JoeDuncan ( 874519 )
+

> ..."face detection" is not AI. Its a really big and fast database. Filled with faces the police know...

...and just HOW do the faces "police know" get matched to this database? Explain without reference to AI.

> ..."fuzzy logic controllers in washing machines" A set amount of power, water, weight of laundry is not AI.

No it isn't, but you're a fool if you think your washing machine is that simple these days. It DOES take fuzzy logic to adapt to things like wear and tear on the machine, arbitrarily changing water pressures and temperatures, etc... and still maintain consistent performance.

> "'finding directions" with maps that are created and set.

...and using AI algorithms to find the best path.

Blah blah blah... you get the point. You've deliberately downplayed the AI aspect

+
+
+
+

+
+
+
+

Re: (Score:2)

+
by JoeDuncan ( 874519 )
+

You are clearly uneducated, Troll.

If you actually wish to enlighten yourself, I'd start here: [1]https://en.wikipedia.org/wiki/... [wikipedia.org]

[1] https://en.wikipedia.org/wiki/Artificial_intelligence

+
+
+
+

Re: (Score:2)

+
by hazem ( 472289 )
+

> From the face detection in your phone, to the fuzzy logic controllers in washing machines, to the ant colony algorithms being used to route network traffic, to finding directions with google maps, to Netflix and Amazon's recommendation algorithms, to OCR for cheques and mail, to NEST thermostats, to robot vacuum cleaners and lawn mowers, to expert systems in medical diagnosis... (I could keep going)

When I took an AI class a few years ago, one of my favorite things the professor said was, "What we called 'AI' yesterday is simply the algorithm for how we do a thing today."

+
+
+
+

AI's Strength (Score:2)

+
by thePsychologist ( 1062886 )
+

AI (i.e. machine learning/neural networks) is really good at optimizing stuff, so its natural strength shows when you have hundreds of thousands of entities in a system. Examples are the electricity grid, playing Go, and a department store's inventory.

In our individual lives, AI seems more like another drop in the bucket of too much technology, and I think one day we'll realize that less is more when it comes to the stuff in our homes.

+
+
+

Getting concerned myself (Score:1)

+
by SuperKendall ( 25149 )
+

I was looking at new fridges recently as a friend was asking for a recommendation, and it's alarming how trying to find a fridge without a screen is getting to be like trying to find a cell phone without a camera... it really limits your options.

The only way they could make fridges any worse is the if screens also played CNN constantly when not in use, like in an airport... you can absolutely see subsidized ad-fridges coming down the pipeline.

+
+

Re: (Score:2)

+
by lgw ( 121541 )
+

Seems like only the highest and lowest-end fridges lack screens these days (as well as ice/water in the door, something else I could do without).

+
+

Re: (Score:2)

+
by mcswell ( 1102107 )
+

Come to my house. The refr *has* an ice/water dispenser in the door, but it hasn't worked for over a year. I think the tube to the water dispenser is frozen, and if it gets thawed, it just freezes up again. Same with the water dispenser on the refr nearest my office at work.

As for the ice dispenser on our refr, we never used it, so I took it out and got lots more room in the freezer. If we want ice cubes, we make them in trays, like the 1960s.

+
+
+
+

+
+
+
+

Re: (Score:3)

+
by sheramil ( 921315 )
+

> What the hell does a fridge need a screen for?

You can connect it to a webcam inside the fridge and see if the light goes out when you close the door.

+
+
+
+
+

I remember a time... (Score:2)

+
by Dallas May ( 4891515 )
+

My uncle was a computer scientist for a National Lab. He retired 15 or so years ago. I remember just after my grandmother first got internet, he didn't have it at his home yet because he didn't believe it was safe -this was probably 1997 or 98, and I remember him talking to me about how disappointed he was with the internet. "It was supposed to be this great thing. It's useless. It'll never amount to anything."

Yeah, he was wrong.

+
+

Re: (Score:2)

+
by bobbied ( 2522392 )
+

> My uncle was a computer scientist for a National Lab. He retired 15 or so years ago. I remember just after my grandmother first got internet, he didn't have it at his home yet because he didn't believe it was safe -this was probably 1997 or 98, and I remember him talking to me about how disappointed he was with the internet. "It was supposed to be this great thing. It's useless. It'll never amount to anything."

> Yeah, he was wrong.

Was he? Was he really?

How much of the internet is truly useful and how much is just trash? Judging by my inbox, the number of E-mail in my inbox the ratio 1s more than 10 to 1 SPAM to worth while messages (And that's AFTER the SPAM filters.)

I find that this ratio pretty much governs the whole of the internet.. Where 1/10th of it is actually something of use and the rest is just useless junk.

So he's not that wrong.

+
+
+

+
+
+
+

Re: (Score:2)

+
by mcswell ( 1102107 )
+

And here you (and I) are.

+
+
+
+
+

I heard... (Score:1)

+
by Hentai007 ( 188457 )
+

AI is turning frogs gay.

+
+

Re: (Score:2)

+
by AbRASiON ( 589899 ) *
+

That's actually not true, the frogs are only gay for pay.

+
+
+
+

Nobody buys something because of AI (Score:3)

+
by Laxator2 ( 973549 )
+

I did not see any example where someone says: "I did not buy that product because it lacked AI".

I did not hear from anyone that they need AI so they are going out of their way to buy it. In its current form AI is good for pattern recognition in some cases, for example, face identification in photos.

The only customers are corporations with massive collections of personal data to analyze, but not individual consumers.

I believe AI has been over-hyped and pushed in areas where it is not usable in its current form (like self-driving cars) and we start to see the backlash.

I've already seen stories saying that the medical diagnoses made by IBM's Watson are just plain wrong. More examples will follow.

+
+

Re: (Score:2)

+
by m00sh ( 2538182 )
+

> I did not see any example where someone says: "I did not buy that product because it lacked AI".

> I did not hear from anyone that they need AI so they are going out of their way to buy it. In its current form AI is good for pattern recognition in some cases, for example, face identification in photos. The only customers are corporations with massive collections of personal data to analyze, but not individual consumers. I believe AI has been over-hyped and pushed in areas where it is not usable in its current form (like self-driving cars) and we start to see the backlash.

> I've already seen stories saying that the medical diagnoses made by IBM's Watson are just plain wrong. More examples will follow.

What about Google home and Alexa?

How do you recognize pedestrians in self-driving cars without AI?

IBM Watson was wrong quite a bit but it won jeopardy.

+
+
+
+

First they ignore you, ... (Score:1)

+
by Maxo-Texas ( 864189 )
+

First they ignore you, then they laugh at you, then they fight you, then you win.

Mahatma Gandhi

This field is moving so fast compared to the 90s.

+
+
+

It's a dead end because it's not very good anyway (Score:2)

+
by Rick Schumann ( 4662797 )
+

So-called 'AI' is over-hyped and under-performing.

+
+
+

Another AI winter? (Score:2)

+
by OneHundredAndTen ( 1523865 )
+

The AI bubble seems to be starting to deflate. It may not pop, but it will likely carry on shrinking. Most people already know that Alex and co. are little more than gimmicks, good for party games, grins and giggles, and little more. The AI community seems to be making the same mistakes they made in the late 60s and 70s. The second AI winter is nigh.

+
+
+

how do you see non-existent things ? (Score:2)

+
by bingoUV ( 1066850 )
+

If Consumer AI doesn't have a future, how can that non-existent future be seen ?

In an alternative interpretation, the author has seen the future of Consumer AI and so of course it exists. But the future of the future of Consumer AI doesn't exist. I.e. Future of Consumer AI doesn't have one - where "one" stands for future.

Any other interpretations ?

+
+
+

It's not "Consumer AI" (Score:1)

+
by themusicgod1 ( 241799 )
+

Since the consumer is not control of it.

It's Anti-Consumer AI if anything

+
+
+ diff --git a/test/expected/SLASHDOT/0102640098 b/test/expected/SLASHDOT/0102640098 new file mode 100644 index 0000000..dc0bd6b --- /dev/null +++ b/test/expected/SLASHDOT/0102640098 @@ -0,0 +1,597 @@ + SOFTWARE DEVELOPERS ARE NOW MORE VALUABLE TO COMPANIES THAN + MONEY, SAYS SURVEY (CNBC.COM) + + Thursday September 06, 2018 @11:30PM (BeauHD) + from the new-breed-of-corporate-leaders dept. + + o News link: https://developers.slashdot.org/story/18/09/06/2024232/software-developers-are-now-more-valuable-to-companies-than-money-says-survey + o Source link: https://www.cnbc.com/2018/09/06/companies-worry-more-about-access-to-software-developers-than-capital.html + + + An anonymous reader quotes a report from CNBC: As our global + economy increasingly comes to run on technology-enabled rails + and every company becomes a tech company, demand for + high-quality software engineers is at an all-time high. A + recent study from Stripe and Harris Poll found that 61 percent + of C-suite executives believe access to developer talent is a + threat to the success of their business. Perhaps more + surprisingly -- as we mark a decade after the financial crisis + -- this threat was even ranked above capital constraints. And + yet, despite being many corporations' most precious resource, + developer talents are all too often squandered. Collectively, + companies today lose upward of $300 billion a year paying down + "technical debt," as developers pour time into maintaining + legacy systems or dealing with the ramifications of bad + software. This is especially worrisome, given the outsized + impact developers have on companies' chances of success. + Software developers don't have a monopoly on good ideas, but + their skill set makes them a uniquely deep source of + innovation, productivity and new economic connections. When + deployed correctly, developers can be economic multipliers -- + coefficients that dramatically ratchet up the output of the + teams and companies of which they're a part. + + + ** So why not treat them well? (Score:5, Insightful) + (by gweihir ( 88907 )) + + + Naa, that would be un-capitalist. Developers must be cheap + wage-slaves that do not have a real career-path and are unable + to find a job once they hit 50. That will surely not have any + impact on whether smart people go into software writing or not, + right? + + ** Re: So why not treat them well? (Score:1) + (by Dannis12345 ( 5512754 )) + + + This is really true. As the fact that the IT leads the world. + + + ** + + ** Re: (Score:3) + (by ShanghaiBill ( 739463 )) + + + > But even so, I hear these horror stories about how + > software developers are treated and I just have not seen + > it. + Me neither. I have worked for companies that had catered + meals, free soda, laundry service, sky diving bonding + trips, etc. I have had plenty of opportunities to travel. + I have worked some late nights, and done a few death + marches, but those only lasted a few weeks, out of a + career lasting decades. + Software developers are likely the most spoiled employees + in the history of the world. + People will alway whine. + + ** Re: (Score:2) + (by gweihir ( 88907 )) + + + > People will alway whine. + And there you are wrong. I have a pretty good career + myself. But I see how many coders are treated and I am + not surprised at all that there are by far not enough + good ones. + + ** Re: (Score:1) + (by NicknameUnavailable ( 4134147 )) + + + As much as I'm for better treatment and perks for + coders, the issue of "not enough good ones" isn't + because of that. There's only so many smart people, + dumb people and mediocre people don't make good + coders. Some of the above-average ones might make + the cut as maintenance coders or some incredibly + soul-crushing AGILE environment where they don't + actually have to think, but for the most part any + programming position of note requires a 150+ IQ to + do even moderately well. + + ** + + ** Re: (Score:2) + (by HornWumpus ( 783565 )) + + + How many 3+ standard deviation people are we + supposed to believe you know? + Same crit as you gave the GP. I doubt you know + even one. + + + + ** Re: (Score:2) + (by gweihir ( 88907 )) + + + The issue is very much that a lot of the few + people that could be good at it, see the working + conditions and career options and go somewhere + else. Also, 150+IQ people basically do not exist. + I gather this is some wired non-standard US + scale... + + ** Re: (Score:3) + (by _Sharp'r_ ( 649297 )) + + + Having a measured IQ >150, I can tell you with + my excellent two-minute Googling skills there + are approximately 300K in the U.S. if you're + using the Stanford-Binet scale. For the + Wechsler scale, it's more like 140K, which is + still a lot of people. Heck, the Prometheus + Society's cut-off for membership is 160+. I + guess to you, they basically don't exist... + + + ** Re: (Score:2) + (by ShanghaiBill ( 739463 )) + + + > ... see the working conditions and career + > options and go somewhere else. + Where do they go? + Doctors, lawyers and investment bankers work + longer hours than programmers. Nearly everyone + else makes less money. + Maybe they become underwater welders? + + + + + + + + ** Re:So why not treat them well? (Score:5, Interesting) + (by spagthorpe ( 111133 )) + + + It won't really have any impact, because young people don't + think they'll ever get old. Or it will be different for them. + Had a 20-something at my last job make a number of comments + about some of the older developers there, saying they'd hate + to still be working at that age, and that they are probably + stuck doing the same work because they can't learn anything + new. I don't know why he was telling me this, as I was twice + his age at the time, but it's obvious that he doesn't think + he'll be in the same position. + They ultimately did lay off a lot of their senior engineers + and replace a lot of the position with 20-somethings, + including in project management positions. A number of those + projects never saw the light of day after years of re-writes + into new frameworks. + + + ** And yet there's agile (Score:2) + (by xxxJonBoyxxx ( 565205 )) + + + And open concept offices. + + ** Re:And yet there's agile (Score:5, Interesting) + (by Seven Spirals ( 4924941 )) + + + I've quit one job and refused two others because of open + offices. The two I refused were absolutely flabbergasted by + my refusal. They literally could not understand why anyone + wouldn't want to be in an open office space surrounded on 3.8 + sides by glass-walled manager offices, loud ugly marketing + girls, and a bunch of H1B dudes who couldn't be bothered to + wear deodorant. That place (MX Logic) had the worst looking + office I've ever seen. One of them offered me the job on the + spot after the interview and I was already shutting them down + and refusing it before they even got started. I told them + there is about a zero percent chance of getting anyone really + talented to take the gig, because they had this ridiculous + noisy slave pit thing going. I nearly left before I even + *did* the interview I was so disgusted with the place. The + hiring manager was (of course) offended, but he was also + clueless. About a year after that interview I had a guy come + up to me at the local Maker Space who was one of the + "technical resources" for the company during the interview + (quiet guy in the back of the room). He told me "My god was I + cheering when you refused them over the goddamn open + workspace idiocy. My boss was upset over that for weeks. They + still talk about it during the hiring process and argue about + it." + + ** Re: (Score:1) + (by bkmoore ( 1910118 )) + + + > ....One of them offered me the job on the spot after the + > interview and I was already shutting them down and + > refusing it before they even got started..... + It begs the question, why even apply there in the first + place. + + ** Re: (Score:3) + (by Klaxton ( 609696 )) + + + > It begs the question, why even apply there in the first + > place. + So you could see their office environment tucked away + behind the job description on the internet? + + + + ** Re: (Score:2) + (by Ocker3 ( 1232550 )) + + + "But I can See everyone and I know that they're working" - + Manager If someone doesn't know enough about their direct + report's job that they don't know whether they're working + or not without seeing them at their desk, there's a + problem. Not all jobs are reduced in efficiency by a + cubicle farm, but if your job is primarily about mental + focus for the time-intensive tasks, then most people will + benefit from having their own room. And the employer will + probably benefit enough that an actual room is a + worthwhile + + + ** Re: (Score:2) + (by erp_consultant ( 2614861 )) + + + Sounds like a real horror show. Safe to say you made the + right move. + + + + ** Re: (Score:3) + (by Klaxton ( 609696 )) + + + I've worked in the industry for many years, usually with a + private office or shared with one person. Recently got a job + in an agile "scrum" shop, which went to an open floorplan a + few months later. Miserable experience on both counts. Every + day you get a Jira work ticket for some "the user wants to + see" granule of a thing that you had no part in designing. + Zero privacy. It is amazingly de-motivating. + + + ** + + ** Re: (Score:2) + (by HornWumpus ( 783565 )) + + + Microsoft owns javascript? You have things backwards. + + ** Re: (Score:2) + (by gweihir ( 88907 )) + + + I was thinking the same thing. Although JavaScript, Java, + and the surrounding ecosystems could have come from MS, no + doubt. + + + + ** Yeah, right (Score:5, Insightful) + (by Anonymous Coward) + + + If they considered developers more important than money, they'd + pay the developers more to keep the skilled ones. Every time a + developer leaves a company, a hunk of business knowledge walks + out the door with him. + Companies care about that quarter's finance report, and the + C-level execs care only about fleecing the company for all they + can stuff into their own pockets. Look at what they do, not what + some survey says. + + ** + + ** Re: (Score:3, Interesting) + (by Anonymous Coward) + + + LOL. You've massively understated the ageism and the issue + of job qualifications. + First, the ageism problem is associated also with a + problem that people aren't allowed to take breaks. After + having great success even to the point of being a chief + architect on an 80-man program, I quit working for a while + and now can't find anyone who will let me start at the + bottom. + But, the job qualification thing is really ridiculous. A + good software engineer is a specialist at picking up new + domains, languages, frameworks, + + + ** Re: (Score:2) + (by Anonymous Brave Guy ( 457657 )) + + + > Don't know where you live, but in most places I think + > developers are paid fairly well. We offer + > straight-out-of-school newbies $80-$90k, and still some + > turn us down for better offers. + Most places are not the Bay Area or a few big US cities. + In most of the world, new starter salaries in software + development are rarely more than 1/3 of that level, and in + many places they are much lower. + + + ** Re: (Score:2) + (by Ocker3 ( 1232550 )) + + + Your post is probably at zero rep because it was posted + AC, but you make good points. + + + + ** + + ** Re: (Score:3) + (by Klaxton ( 609696 )) + + + Software developers generally have to do what they are told, + and work on whatever the boss thinks is important. You don't + get to decide whether it is going to bring in money or not. + + + ** Yeah haven't heard that one before (Score:2) + (by Crashmarik ( 635988 )) + + + Maybe it just sounds too much like 40 years of businesses + claiming there was a shortage of engineers in the U.S. when what + they meant was there was a shortage of engineers that could be + treated really badly. + Or maybe it's the fact that companies only seem to be willing to + hire H1Bs that will do anything not to go back to their + shitholes, or young kids who are stupid enough to believe + managements promises and have no family or social life to + distract from putting in 80+ hour weeks ? + + ** Re: (Score:2) + (by zlives ( 2009072 )) + + + you misread, and i quote + "developer talent is a threat to the success of their + business" thus the hiring of no talent, spot filling h1b. and + if they accidentally get a talented h1b... replace and + repeat. + + + ** FTFY (Score:5, Funny) + (by thevirtualcat ( 1071504 )) + + + Software Developers Who Are Willing To Work For Uncompetitive + Wages And No Benefits Are Now More Valuable To Companies Than + Money, Says Survey + + ** Re: (Score:2) + (by Seven Spirals ( 4924941 )) + + + Fucking-A right. Period. + + + ** .ORG (Score:4, Insightful) + (by fluffernutter ( 1411889 )) + + + This just tells me that developers need to get organized and + start saying no to 80+ work weeks collectively. Otherwise it + will be divided they fall, forever. + + ** Re: (Score:2) + (by Ocker3 ( 1232550 )) + + + How do we re-invent Unions without calling them Unions and + avoid the very real baggage that the term has in the USA? + Guilds? + + + ** In other news... (Score:1) + (by Robobox Computer ( 5357621 )) + + + The sun rose today. + + ** Legacy systems are out of control (Score:2) + (by xack ( 5304745 )) + + + Microsoft has just announced paid extended support for Windows 7 + as too many companies are using it. There’s a lot of server 2003 + systems out there too, with companies rather risking security + exploits than upgrade. + + ** + + ** Re: (Score:2) + (by Ocker3 ( 1232550 )) + + + A pity that new features aren't separated from security + patches to allow users to keep their old platform secure + without feature changes. + + + ** Re: (Score:2) + (by xvan ( 2935999 )) + + + > Newer file browsers no longer let you edit the file path, + > you have to click on everything to get somewhere + Ctrl+L , no, you don't need to thank me. + + + + ** Re: (Score:1) + (by Anonymous Coward) + + + So I'm supposed to upgrade the single Windows 2003 system I + have, running as a non-networked VM, hosting a proprietary + application on a system we need to lookup legacy data that + never changes so I can pay to upgrade to a modern system, + figure out a way to migrate the data from one proprietary + application to a new and different system just so I can have + support I don't need on a system that can't realistically be + exploited in the first place? + OR I'm supposed to pay a premium for extended support on the + curren + + + ** Re: (Score:3) + (by gweihir ( 88907 )) + + + That is a different problem. Their new offerings are just + really bad. Also, nobody sane used MS crap on server-side. + + + ** Yet us 50+ folks are unemployed (Score:4, Informative) + (by Snotnose ( 212196 )) + + + Forget how long I've been out of work, it's been 2-3 years now + since I quit looking. + + ** Re: (Score:3) + (by Locke2005 ( 849178 )) + + + I'm 57 and got at least 3 calls TODAY offering to submit me + for contract software positions. Granted, a lot of recruiters + try to low-ball me on the hourly rate, but they change their + tune as soon as you call their bluff and tell them you're not + interested at that low rate. + + ** Re: (Score:1) + (by Anonymous Coward) + + + > I'm 57 and got at least 3 calls TODAY offering to submit + > me for contract software positions. Granted, a lot of + > recruiters try to low-ball me on the hourly rate, but they + > change their tune as soon as you call their bluff and tell + > them you're not interested at that low rate. + I get recruiters wanting to submit me all the time. Then + after a week, I follow up and the "the position is + closed." I think recruiters are assholes who got fired + from see car lots for ethics violations. + So, when you get a real job with health insurance, you'll + be an outlier. + Of course, that's assumimg you're not full of shit. + + ** Re: (Score:2) + (by Locke2005 ( 849178 )) + + + I agree; I regard recruiters as people that weren't + ethical enough to get jobs as used car salesmen. I + interviewed for a job once, didn't get any response, so + I started another position. A month after the initial + interview, the recruiter for the first position offered + me $1500 cash in a plain, unmarked envelope to quit the + job I'd just started and take the other position + instead! (Apparently the cash came out of his + commission.) So yes, recruiters know nothing, rely + almost entirely on keyword searching in r + + + + + ** So, the old adage? (Score:2) + (by fahrbot-bot ( 874524 )) + + + Employees are our most valuable asset? I'm pretty sure it's + actually still money. + + ** Nonsensical headline... (Score:2) + (by JoeDuncan ( 874519 )) + + + It's like saying "gold is worth more than money!" - totally + meaningless. + One (gold, developers) is a commodity that IS exchanged, the + other (money) is the medium OF exchange. + Saying that "commodity X" is worth more than "exchange medium Y" + makes no sense because a commodity CANNOT be worth "more" or + "less" than the medium of exchange used - it can only ever be + worth a specified amount of Y. + + ** Talk about not understanding an article / Poll (Score:2) + (by Harlequin80 ( 1671040 )) + + + No where does it say that companies think developers are more + important than money. + The results state that the companies perceive the risk of not + being able to find skills as higher than the risks of not being + able to access capital. + This is especially true if you're a cash rich organisation. + In the current financial climate finding returns on your + investments is hard. Interest rates are at historically low + levels, bond returns are zero, and so that leaves higher risk + investments to get returns. That effecti + + ** lots of employees are "worth more than money"... (Score:2) + (by bkmoore ( 1910118 )) + + + What management school fails to teach young inexperienced + executives: If the company's future existence depends on whether + or not an employee does the job correctly or not, they are + "worth more than money". + + ** Tech debt is a business decision (Score:2) + (by swm ( 171547 )) + + + Incurring technical debt is a business decision. + And it may well be the right decision. + For example, in a startup, time to market typically trumps + software quality. + And there are a lot of startups in the software field... + + ** Not at my compamy (Score:1) + (by dccase ( 56453 )) + + + Not at my company, and certainly not at any other + publicly-traded company. + Maybe at some privately-held company until it gets bought out. + + ** Employees are our Most Valuable Asset (Score:3) + (by R3d M3rcury ( 871886 )) + + + Right behind [1]carbon paper. [dilbert.com] + + + + + [1] http://dilbert.com/strip/1993-03-03 + + ** And this is why we keep them chained to (Score:2) + (by Ranger ( 1783 )) + + + a cubicle. + + diff --git a/test/expected/SLASHDOT/0102640098.header b/test/expected/SLASHDOT/0102640098.header new file mode 100644 index 0000000..4cafd75 --- /dev/null +++ b/test/expected/SLASHDOT/0102640098.header @@ -0,0 +1,27 @@ +0Software Developers Are Now More Valuable To Companies Than Money, Says Survey (cnbc.com) null/SLASHDOT/0102640098 70 +i Thursday September 06, 2018 @11:30PM (BeauHD) +i from the new-breed-of-corporate-leaders dept. +i +i An anonymous reader quotes a report from CNBC: As our global +i economy increasingly comes to run on technology-enabled rails +i and every company becomes a tech company, demand for +i high-quality software engineers is at an all-time high. A +i recent study from Stripe and Harris Poll found that 61 percent +i of C-suite executives believe access to developer talent is a +i threat to the success of their business. Perhaps more +i surprisingly -- as we mark a decade after the financial crisis +i -- this threat was even ranked above capital constraints. And +i yet, despite being many corporations' most precious resource, +i developer talents are all too often squandered. Collectively, +i companies today lose upward of $300 billion a year paying down +i "technical debt," as developers pour time into maintaining +i legacy systems or dealing with the ramifications of bad +i software. This is especially worrisome, given the outsized +i impact developers have on companies' chances of success. +i Software developers don't have a monopoly on good ideas, but +i their skill set makes them a uniquely deep source of +i innovation, productivity and new economic connections. When +i deployed correctly, developers can be economic multipliers -- +i coefficients that dramatically ratchet up the output of the +i teams and companies of which they're a part. +i diff --git a/test/expected/SLASHDOT/0102640098.header.html b/test/expected/SLASHDOT/0102640098.header.html new file mode 100644 index 0000000..451416b --- /dev/null +++ b/test/expected/SLASHDOT/0102640098.header.html @@ -0,0 +1,21 @@ + + + + + + + + +
+

Software Developers Are Now More Valuable To Companies Than Money, Says Survey (cnbc.com)

+
(Thursday September 06, 2018 @11:30PM (BeauHD) +from the new-breed-of-corporate-leaders dept.)
+
+
+ An anonymous reader quotes a report from CNBC: As our global economy increasingly comes to run on technology-enabled rails and every company becomes a tech company, demand for high-quality software engineers is at an all-time high. A recent study from Stripe and Harris Poll found that 61 percent of C-suite executives believe access to developer talent is a threat to the success of their business. Perhaps more surprisingly -- as we mark a decade after the financial crisis -- this threat was even ranked above capital constraints. And yet, despite being many corporations' most precious resource, developer talents are all too often squandered. Collectively, companies today lose upward of $300 billion a year paying down "technical debt," as developers pour time into maintaining legacy systems or dealing with the ramifications of bad software. This is especially worrisome, given the outsized impact developers have on companies' chances of success. Software developers don't have a monopoly on good ideas, but their skill set makes them a uniquely deep source of innovation, productivity and new economic connections. When deployed correctly, developers can be economic multipliers -- coefficients that dramatically ratchet up the output of the teams and companies of which they're a part. +
+
+
+ diff --git a/test/expected/SLASHDOT/0102640098.html b/test/expected/SLASHDOT/0102640098.html new file mode 100644 index 0000000..56a604e --- /dev/null +++ b/test/expected/SLASHDOT/0102640098.html @@ -0,0 +1,296 @@ + + + + + + + + +
+

Software Developers Are Now More Valuable To Companies Than Money, Says Survey (cnbc.com)

+
(Thursday September 06, 2018 @11:30PM (BeauHD) +from the new-breed-of-corporate-leaders dept.)
+
+ +
+
+ An anonymous reader quotes a report from CNBC: As our global economy increasingly comes to run on technology-enabled rails and every company becomes a tech company, demand for high-quality software engineers is at an all-time high. A recent study from Stripe and Harris Poll found that 61 percent of C-suite executives believe access to developer talent is a threat to the success of their business. Perhaps more surprisingly -- as we mark a decade after the financial crisis -- this threat was even ranked above capital constraints. And yet, despite being many corporations' most precious resource, developer talents are all too often squandered. Collectively, companies today lose upward of $300 billion a year paying down "technical debt," as developers pour time into maintaining legacy systems or dealing with the ramifications of bad software. This is especially worrisome, given the outsized impact developers have on companies' chances of success. Software developers don't have a monopoly on good ideas, but their skill set makes them a uniquely deep source of innovation, productivity and new economic connections. When deployed correctly, developers can be economic multipliers -- coefficients that dramatically ratchet up the output of the teams and companies of which they're a part. +
+
+
+

So why not treat them well? (Score:5, Insightful)

+
by gweihir ( 88907 )
+

Naa, that would be un-capitalist. Developers must be cheap wage-slaves that do not have a real career-path and are unable to find a job once they hit 50. That will surely not have any impact on whether smart people go into software writing or not, right?

+
+

Re: So why not treat them well? (Score:1)

+
by Dannis12345 ( 5512754 )
+

This is really true. As the fact that the IT leads the world.

+
+
+

+
+
+
+

Re: (Score:3)

+
by ShanghaiBill ( 739463 )
+

> But even so, I hear these horror stories about how software developers are treated and I just have not seen it.

Me neither. I have worked for companies that had catered meals, free soda, laundry service, sky diving bonding trips, etc. I have had plenty of opportunities to travel. I have worked some late nights, and done a few death marches, but those only lasted a few weeks, out of a career lasting decades.

Software developers are likely the most spoiled employees in the history of the world.

People will alway whine.

+
+

Re: (Score:2)

+
by gweihir ( 88907 )
+

> People will alway whine.

And there you are wrong. I have a pretty good career myself. But I see how many coders are treated and I am not surprised at all that there are by far not enough good ones.

+
+

Re: (Score:1)

+
by NicknameUnavailable ( 4134147 )
+

As much as I'm for better treatment and perks for coders, the issue of "not enough good ones" isn't because of that. There's only so many smart people, dumb people and mediocre people don't make good coders. Some of the above-average ones might make the cut as maintenance coders or some incredibly soul-crushing AGILE environment where they don't actually have to think, but for the most part any programming position of note requires a 150+ IQ to do even moderately well.

+
+

+
+
+
+

Re: (Score:2)

+
by HornWumpus ( 783565 )
+

How many 3+ standard deviation people are we supposed to believe you know?

Same crit as you gave the GP. I doubt you know even one.

+
+
+
+

Re: (Score:2)

+
by gweihir ( 88907 )
+

The issue is very much that a lot of the few people that could be good at it, see the working conditions and career options and go somewhere else. Also, 150+IQ people basically do not exist. I gather this is some wired non-standard US scale...

+
+

Re: (Score:3)

+
by _Sharp'r_ ( 649297 )
+

Having a measured IQ >150, I can tell you with my excellent two-minute Googling skills there are approximately 300K in the U.S. if you're using the Stanford-Binet scale. For the Wechsler scale, it's more like 140K, which is still a lot of people. Heck, the Prometheus Society's cut-off for membership is 160+. I guess to you, they basically don't exist...

+
+
+

Re: (Score:2)

+
by ShanghaiBill ( 739463 )
+

> ... see the working conditions and career options and go somewhere else.

Where do they go?

Doctors, lawyers and investment bankers work longer hours than programmers. Nearly everyone else makes less money.

Maybe they become underwater welders?

+
+
+
+
+
+
+
+

Re:So why not treat them well? (Score:5, Interesting)

+
by spagthorpe ( 111133 )
+

It won't really have any impact, because young people don't think they'll ever get old. Or it will be different for them.

Had a 20-something at my last job make a number of comments about some of the older developers there, saying they'd hate to still be working at that age, and that they are probably stuck doing the same work because they can't learn anything new. I don't know why he was telling me this, as I was twice his age at the time, but it's obvious that he doesn't think he'll be in the same position.

They ultimately did lay off a lot of their senior engineers and replace a lot of the position with 20-somethings, including in project management positions. A number of those projects never saw the light of day after years of re-writes into new frameworks.

+
+
+
+

And yet there's agile (Score:2)

+
by xxxJonBoyxxx ( 565205 )
+

And open concept offices.

+
+

Re:And yet there's agile (Score:5, Interesting)

+
by Seven Spirals ( 4924941 )
+

I've quit one job and refused two others because of open offices. The two I refused were absolutely flabbergasted by my refusal. They literally could not understand why anyone wouldn't want to be in an open office space surrounded on 3.8 sides by glass-walled manager offices, loud ugly marketing girls, and a bunch of H1B dudes who couldn't be bothered to wear deodorant. That place (MX Logic) had the worst looking office I've ever seen. One of them offered me the job on the spot after the interview and I was already shutting them down and refusing it before they even got started. I told them there is about a zero percent chance of getting anyone really talented to take the gig, because they had this ridiculous noisy slave pit thing going. I nearly left before I even *did* the interview I was so disgusted with the place. The hiring manager was (of course) offended, but he was also clueless. About a year after that interview I had a guy come up to me at the local Maker Space who was one of the "technical resources" for the company during the interview (quiet guy in the back of the room). He told me "My god was I cheering when you refused them over the goddamn open workspace idiocy. My boss was upset over that for weeks. They still talk about it during the hiring process and argue about it."

+
+

Re: (Score:1)

+
by bkmoore ( 1910118 )
+

> ....One of them offered me the job on the spot after the interview and I was already shutting them down and refusing it before they even got started.....

It begs the question, why even apply there in the first place.

+
+

Re: (Score:3)

+
by Klaxton ( 609696 )
+

> It begs the question, why even apply there in the first place.

So you could see their office environment tucked away behind the job description on the internet?

+
+
+
+

Re: (Score:2)

+
by Ocker3 ( 1232550 )
+

"But I can See everyone and I know that they're working" - Manager If someone doesn't know enough about their direct report's job that they don't know whether they're working or not without seeing them at their desk, there's a problem. Not all jobs are reduced in efficiency by a cubicle farm, but if your job is primarily about mental focus for the time-intensive tasks, then most people will benefit from having their own room. And the employer will probably benefit enough that an actual room is a worthwhile

+
+
+

Re: (Score:2)

+
by erp_consultant ( 2614861 )
+

Sounds like a real horror show. Safe to say you made the right move.

+
+
+
+

Re: (Score:3)

+
by Klaxton ( 609696 )
+

I've worked in the industry for many years, usually with a private office or shared with one person. Recently got a job in an agile "scrum" shop, which went to an open floorplan a few months later. Miserable experience on both counts. Every day you get a Jira work ticket for some "the user wants to see" granule of a thing that you had no part in designing. Zero privacy. It is amazingly de-motivating.

+
+
+
+

+
+
+
+

Re: (Score:2)

+
by HornWumpus ( 783565 )
+

Microsoft owns javascript? You have things backwards.

+
+

Re: (Score:2)

+
by gweihir ( 88907 )
+

I was thinking the same thing. Although JavaScript, Java, and the surrounding ecosystems could have come from MS, no doubt.

+
+
+
+
+

Yeah, right (Score:5, Insightful)

+
by Anonymous Coward
+

If they considered developers more important than money, they'd pay the developers more to keep the skilled ones. Every time a developer leaves a company, a hunk of business knowledge walks out the door with him.

Companies care about that quarter's finance report, and the C-level execs care only about fleecing the company for all they can stuff into their own pockets. Look at what they do, not what some survey says.

+
+

+
+
+
+

Re: (Score:3, Interesting)

+
by Anonymous Coward
+

LOL. You've massively understated the ageism and the issue of job qualifications.

First, the ageism problem is associated also with a problem that people aren't allowed to take breaks. After having great success even to the point of being a chief architect on an 80-man program, I quit working for a while and now can't find anyone who will let me start at the bottom.

But, the job qualification thing is really ridiculous. A good software engineer is a specialist at picking up new domains, languages, frameworks,

+
+
+

Re: (Score:2)

+
by Anonymous Brave Guy ( 457657 )
+

> Don't know where you live, but in most places I think developers are paid fairly well. We offer straight-out-of-school newbies $80-$90k, and still some turn us down for better offers.

Most places are not the Bay Area or a few big US cities. In most of the world, new starter salaries in software development are rarely more than 1/3 of that level, and in many places they are much lower.

+
+
+

Re: (Score:2)

+
by Ocker3 ( 1232550 )
+

Your post is probably at zero rep because it was posted AC, but you make good points.

+
+
+
+
+

+
+
+
+

Re: (Score:3)

+
by Klaxton ( 609696 )
+

Software developers generally have to do what they are told, and work on whatever the boss thinks is important. You don't get to decide whether it is going to bring in money or not.

+
+
+
+

Yeah haven't heard that one before (Score:2)

+
by Crashmarik ( 635988 )
+

Maybe it just sounds too much like 40 years of businesses claiming there was a shortage of engineers in the U.S. when what they meant was there was a shortage of engineers that could be treated really badly.

Or maybe it's the fact that companies only seem to be willing to hire H1Bs that will do anything not to go back to their shitholes, or young kids who are stupid enough to believe managements promises and have no family or social life to distract from putting in 80+ hour weeks ?

+
+

Re: (Score:2)

+
by zlives ( 2009072 )
+

you misread, and i quote

"developer talent is a threat to the success of their business" thus the hiring of no talent, spot filling h1b. and if they accidentally get a talented h1b... replace and repeat.

+
+
+
+

FTFY (Score:5, Funny)

+
by thevirtualcat ( 1071504 )
+

Software Developers Who Are Willing To Work For Uncompetitive Wages And No Benefits Are Now More Valuable To Companies Than Money, Says Survey

+
+

Re: (Score:2)

+
by Seven Spirals ( 4924941 )
+

Fucking-A right. Period.

+
+
+
+

.ORG (Score:4, Insightful)

+
by fluffernutter ( 1411889 )
+

This just tells me that developers need to get organized and start saying no to 80+ work weeks collectively. Otherwise it will be divided they fall, forever.

+
+

Re: (Score:2)

+
by Ocker3 ( 1232550 )
+

How do we re-invent Unions without calling them Unions and avoid the very real baggage that the term has in the USA? Guilds?

+
+
+
+

In other news... (Score:1)

+
by Robobox Computer ( 5357621 )
+

The sun rose today.

+
+
+

Legacy systems are out of control (Score:2)

+
by xack ( 5304745 )
+

Microsoft has just announced paid extended support for Windows 7 as too many companies are using it. There’s a lot of server 2003 systems out there too, with companies rather risking security exploits than upgrade.

+
+

+
+
+
+

Re: (Score:2)

+
by Ocker3 ( 1232550 )
+

A pity that new features aren't separated from security patches to allow users to keep their old platform secure without feature changes.

+
+
+

Re: (Score:2)

+
by xvan ( 2935999 )
+

> Newer file browsers no longer let you edit the file path, you have to click on everything to get somewhere

Ctrl+L , no, you don't need to thank me.

+
+
+
+

Re: (Score:1)

+
by Anonymous Coward
+

So I'm supposed to upgrade the single Windows 2003 system I have, running as a non-networked VM, hosting a proprietary application on a system we need to lookup legacy data that never changes so I can pay to upgrade to a modern system, figure out a way to migrate the data from one proprietary application to a new and different system just so I can have support I don't need on a system that can't realistically be exploited in the first place?

OR I'm supposed to pay a premium for extended support on the curren

+
+
+

Re: (Score:3)

+
by gweihir ( 88907 )
+

That is a different problem. Their new offerings are just really bad. Also, nobody sane used MS crap on server-side.

+
+
+
+

Yet us 50+ folks are unemployed (Score:4, Informative)

+
by Snotnose ( 212196 )
+

Forget how long I've been out of work, it's been 2-3 years now since I quit looking.

+
+

Re: (Score:3)

+
by Locke2005 ( 849178 )
+

I'm 57 and got at least 3 calls TODAY offering to submit me for contract software positions. Granted, a lot of recruiters try to low-ball me on the hourly rate, but they change their tune as soon as you call their bluff and tell them you're not interested at that low rate.

+
+

Re: (Score:1)

+
by Anonymous Coward
+

> I'm 57 and got at least 3 calls TODAY offering to submit me for contract software positions. Granted, a lot of recruiters try to low-ball me on the hourly rate, but they change their tune as soon as you call their bluff and tell them you're not interested at that low rate.

I get recruiters wanting to submit me all the time. Then after a week, I follow up and the "the position is closed." I think recruiters are assholes who got fired from see car lots for ethics violations.

So, when you get a real job with health insurance, you'll be an outlier.

Of course, that's assumimg you're not full of shit.

+
+

Re: (Score:2)

+
by Locke2005 ( 849178 )
+

I agree; I regard recruiters as people that weren't ethical enough to get jobs as used car salesmen. I interviewed for a job once, didn't get any response, so I started another position. A month after the initial interview, the recruiter for the first position offered me $1500 cash in a plain, unmarked envelope to quit the job I'd just started and take the other position instead! (Apparently the cash came out of his commission.) So yes, recruiters know nothing, rely almost entirely on keyword searching in r

+
+
+
+
+
+

So, the old adage? (Score:2)

+
by fahrbot-bot ( 874524 )
+

Employees are our most valuable asset? I'm pretty sure it's actually still money.

+
+
+

Nonsensical headline... (Score:2)

+
by JoeDuncan ( 874519 )
+

It's like saying "gold is worth more than money!" - totally meaningless.

One (gold, developers) is a commodity that IS exchanged, the other (money) is the medium OF exchange.

Saying that "commodity X" is worth more than "exchange medium Y" makes no sense because a commodity CANNOT be worth "more" or "less" than the medium of exchange used - it can only ever be worth a specified amount of Y.

+
+
+

Talk about not understanding an article / Poll (Score:2)

+
by Harlequin80 ( 1671040 )
+

No where does it say that companies think developers are more important than money.

The results state that the companies perceive the risk of not being able to find skills as higher than the risks of not being able to access capital.

This is especially true if you're a cash rich organisation.

In the current financial climate finding returns on your investments is hard. Interest rates are at historically low levels, bond returns are zero, and so that leaves higher risk investments to get returns. That effecti

+
+
+

lots of employees are "worth more than money"... (Score:2)

+
by bkmoore ( 1910118 )
+

What management school fails to teach young inexperienced executives: If the company's future existence depends on whether or not an employee does the job correctly or not, they are "worth more than money".

+
+
+

Tech debt is a business decision (Score:2)

+
by swm ( 171547 )
+

Incurring technical debt is a business decision.

And it may well be the right decision.

For example, in a startup, time to market typically trumps software quality.

And there are a lot of startups in the software field...

+
+
+

Not at my compamy (Score:1)

+
by dccase ( 56453 )
+

Not at my company, and certainly not at any other publicly-traded company.

Maybe at some privately-held company until it gets bought out.

+
+
+

Employees are our Most Valuable Asset (Score:3)

+
by R3d M3rcury ( 871886 )
+

Right behind [1]carbon paper. [dilbert.com]

[1] http://dilbert.com/strip/1993-03-03

+
+
+

And this is why we keep them chained to (Score:2)

+
by Ranger ( 1783 )
+

a cubicle.

+
+
+ diff --git a/test/expected/SLASHDOT/0102640274 b/test/expected/SLASHDOT/0102640274 new file mode 100644 index 0000000..2d9f868 --- /dev/null +++ b/test/expected/SLASHDOT/0102640274 @@ -0,0 +1,377 @@ + PROFESSOR WHO COINED TERM 'NET NEUTRALITY' THINKS IT'S TIME TO + BREAK UP FACEBOOK (THEVERGE.COM) + + Thursday September 06, 2018 @11:30PM (BeauHD) + from the easier-said-than-done dept. + + o News link: https://news.slashdot.org/story/18/09/06/2043213/professor-who-coined-term-net-neutrality-thinks-its-time-to-break-up-facebook + o Source link: https://www.theverge.com/2018/9/4/17816572/tim-wu-facebook-regulation-interview-curse-of-bigness-antitrust + + + pgmrdlm shares a report from The Verge: Best known for coining + the phrase "net neutrality" and his book The Master Switch: + The Rise and Fall of Information Empires, Wu has a new book + coming out in November called The Curse of Bigness: Antitrust + in the New Gilded Age. In it, he argues compellingly for a + return to aggressive antitrust enforcement in the style of + Teddy Roosevelt, saying that Google, Facebook, Amazon, and + other huge tech companies are a threat to democracy as they + get bigger and bigger. "We live in America, which has a strong + and proud tradition of breaking up companies that are too big + for inefficient reasons," Wu told me on this week's Vergecast. + "We need to reverse this idea that it's not an American + tradition. We've broken up dozens of companies." "I think if + you took a hard look at the acquisition of WhatsApp and + Instagram, the argument that the effects of those acquisitions + have been anticompetitive would be easy to prove for a number + of reasons," says Wu. And breaking up the company wouldn't be + hard, he says. "What would be the harm? You'll have three + competitors. It's not 'Oh my god, if you get rid of WhatsApp + and Instagram, well then the whole world's going to fall + apart.' It would be like 'Okay, now you have some companies + actually trying to offer you an alternative to Facebook.'" + Breaking up Facebook (and other huge tech companies like + Google and Amazon) could be simple under the current law, + suggests Wu. But it could also lead to a major rethinking of + how antitrust law should work in a world where the giant + platform companies give their products away for free, and the + ability for the government to restrict corporate power seems + to be diminishing by the day. And it demands that we all think + seriously about the conditions that create innovation. "I + think everyone's steering way away from the monopolies, and I + think it's hurting innovation in the tech sector," says Wu. + + + ** Safe Harbor (Score:5, Interesting) + (by Kunedog ( 1033226 )) + + + There's a simpler way: + [1]https://www.youtube.com/watch?... [youtube.com] + + If they want to curate content according to their political + bias, then treat them like the politically-biased media outlets + they are, legally liable for the content they host, instead of + platforms under "safe harbor" protections. If they want to + continue to be treated like platforms, then they can keep their + hands off their political opponents' speech. + + + + + [1] https://www.youtube.com/watch?v=uMLLlnRCBqg + + ** Re: (Score:2) + (by HornWumpus ( 783565 )) + + + They're already not 'common carriers' so they really didn't + lose anything by curating. + The solution is to reestablish 'common carrier' protections + for those web forums that deserve it. + + + ** Re:Safe Harbor (Score:4, Interesting) + (by pots ( 5047349 )) + + + I didn't read the article, but the summary has nothing to do + with what you're talking about. The issue at hand is + monopolies and the consequent stifling of innovation and lack + of competitive pressure, that being the only thing which + makes our economy work for people instead of against them. + + + ** Holy Fuck (Score:1) + (by Anonymous Coward) + + + Why do I bother coming here anymore? + + ** + + ** Re: (Score:3) + (by ArchieBunker ( 132337 )) + + + We don't even have that anymore. + + + + ** Re: (Score:1) + (by DontBeAMoran ( 4843879 )) + + + PHRASING. + + + ** + + ** Re: (Score:1) + (by rojash ( 2567409 )) + + + i really wanted to mod this up...but screw this mod point + rationing here + + + + ** + + ** Re: (Score:2) + (by LostMyBeaver ( 1226054 )) + + + I honestly want the monopolies to pretend to strengthen + democracy. + + At this point in time, + Jeff Bezos owns Amazon and news papers and whatever else + Satya Nadella is in control of one of the biggest new + networks (which slashdotters will never see because it's + through Edge and Bing) + The Alphabet boys are in control of what almost everyone in + the world sees + Zuck and Dorsey could easily control a MASSIVE amount of what + everyone sees. + + What's also important is that most of these people seem to + have some inkling of wanti + + + ** Re: (Score:1) + (by Tyger-ZA ( 1886544 )) + + + It's correct that people want one point of access to a thing, + but nobody really wants a monopoly. + Assuming that one inevitably leads to the other is part of + the problem. + For example, with the video streaming sites, what we really + need is for them to collaborate on the platform (how you + login and watch shit) but compete on the content, meaning + that if you watch American Gods on the shared platform, + Amazon gets paid a share of your subscription, yet if you + watch Luke Cage on the same platform , Netflix gets paid + + + ** + + ** Re: (Score:2) + (by LostMyBeaver ( 1226054 )) + + + Nope... that was back before we had mass real-time media and + we didn't fully understand how incredibly fucked the entire + government was. + + Then there was FDR who had the national radio and used it as + a weapon against others in Washington to give him + near-dictator powers. And then he completely without + foresight fucked up the political system in America by + imposing term limits which meant that politicians who have + real plans that take more than 8 years to accomplish... + won't. + + When we got TV and had 1-3 channels, + + + ** Professor? Professor? (Score:2) + (by NoNonAlphaCharsHere ( 2201864 )) + + + Professor Who??? + + ** Re: (Score:1) + (by antdude ( 79039 )) + + + Dr. Who! :D + + + ** How (Score:2) + (by ArchieBunker ( 132337 )) + + + exactly do you break up a company who offers a service for free? + + ** Re: (Score:1) + (by pots ( 5047349 )) + + + Facebook's service is selling advertising. It is not free, + they are the #2 advertiser in the world right now (I think + that's right, but I'm not going to look it up). + + + ** Facebook, Google, and Apple need to be broken up. (Score:1) + (by WCMI92 ( 592436 )) + + + Microsoft has fallen below the zone they were once in. + + ** And how would that solve anything for consumers? (Score:3, + Interesting) + (by Anonymous Coward) + + + Facebook has grown because it offered the best social platform + for users. The point of social platforms is to connect with + everyone else. Fragmentation means people needing to belong to + and check multiple platforms. Trying to force competition won't + solve any user issues. However, once Facebook stops providing a + compelling service, people will move on their own. The same as + they gave up MySpace and the same as they rejected Google+. The + market chose Facebook and will purge it when time comes. + The same with Google. There were plenty of entrenched search + services when Google came to be. Users chose it because it was + better. The old search services died because they didn't evolve. + If Google stops being the best fit option, people will go + somewhere else. They already have choices like Bing and Duck + Duck Go. As the service is free, people are choosing based on + functionality, not on price. Those that don't like the privacy + price of Google are opting for other services. You can't just + declare another search service is required and then force the + public to use it so that you can claim to have multiple services + with comparable market share. + If people were given a choice of all you can eat steak or beets + at equal cost, odds are that the majority would choose steak. + When you remove cost and scarcity, the premium option will + dominate. Digital services don't have scarcity like physical + products do. It's a different economy. + + ** Re: (Score:1) + (by pots ( 5047349 )) + + + > Facebook has grown because it offered the best social + > platform for users. + As stated in the summary: Facebook has grown by purchasing + their competitors. The summary mentions WhatsApp and + Instagram specifically. + + Your comment about the problem with fragmentation is an + example of why Facebook needs to be broken up by an outside + entity: they have a natural monopoly, since real competition + from startups would lead to fragmentation. + + I've said this before, but if the government came along and + broke up the company by splitting off Facebook's front-end + from its back-end, then we could + + ** Re: (Score:2) + (by jrumney ( 197329 )) + + + > As stated in the summary: Facebook has grown by purchasing + > their competitors. The summary mentions WhatsApp and + > Instagram specifically. + While this is true, so far they have not bought their + competitors to shut them down, or to raise prices to the + detriment of consumers. They are building a monopoly, but + so far, it is not harmful from an economic perspective, + and unfortunately I don't think anti-trust law is + concerned with privacy, so the case for breaking up + Facebook is not strong. + Apple would be a much juicier target, especially as they + recently became the world's first trillion dollar company + (with Amazon close behind). Splitting out the + + + + ** ok (Score:1) + (by Alyks ( 798644 )) + + + why do I care about a guy whose biggest contribution to this + subject is clever phrasing? + + ** Re: (Score:2) + (by Zontar The Mindless ( 9002 )) + + + > Are you with me Doctor Wu + > Are you really just a shadow + > Of the man that I once knew + > Are you crazy are you high + > Or just an ordinary guy + > Have you done all you can do + > Are you with me Doctor + + + ** We need open platforms (Score:1) + (by Karmashock ( 2415832 )) + + + These proprietary social networks are bad for free speech. + I have no problem with facebook, google, twitter, except that + they concentrate the internet in the hands of a few large + companies. + We need open platforms like HTML, TCP/IP, Email, Newsgroups, etc. + All old retrograde stuff according to the children. But there + isn't one of these social networks that couldn't be made P2P or + something that anyone could set up their own personal server for + that interlinked with each other. + A 20 dollar raspberry pi could host + + ** Not a monopoly or required... (Score:2) + (by Archfeld ( 6757 )) + + + I don't like Facebook either but its not a monopoly, nor is it + required in anyway to use the internet. Anyone could come up + with the next social network thing anytime now or you can just + NOT use Facebook. It isn't like an OS or a browser that is + necessary for use or access to anything. Facebook or Twitter are + tools of convenience and can easily be done without. If you + don't like what is being said filter it out or don't use either. + + ** We had the chance... (Score:2) + (by erp_consultant ( 2614861 )) + + + and blew it...with Microsoft. They should have been broken up + just like Standard Oil. But they were not and that just created + a precedent for companies like Facebook and Amazon and Google. + We reap what we sow. + + ** Why I posted this (Score:2) + (by pgmrdlm ( 1642279 )) + + + Look, I don't get my news from Facebook. Local, National, World. + Be it political or otherwise. I don't give a shit about who they + ban, and who they don't. I don't give a shit on who they censor, + and who they don't. Just don't care. Face book has purchased the + following which was competition. At least they didn't kill them. + They own Tinder, dating. They own Instagram, another form of + social media. And a couple others were mentioned in the article. + My profile was not used by that company that tried t + + ** What the f____ (Score:2) + (by WolfgangVL ( 3494585 )) + + + "Look over here! See? We're thinking about maybe eventually + doing something someday! (Pay no attention to the massive + personal data collection feast that + every-single-damn-corporation and government in the entire + bloody world is gorging on behind the curtain)" + WHY do people give so many shits for instabook and facegram? + It's not something anybody actually needs to begin with. For + fucks sake. Big tech is not "The internet"... in fact, the case + has been made that these companies are big evil time eaters that + p + + ** Re: (Score:2) + (by pgmrdlm ( 1642279 )) + + + Hell, let's start with the fact that before Facebook, what + ever. Credit cards are tracked, companies record everything + you purchase from them. Those company cards on your key + change to save 3 cents. That is all tracked. And it is all + shared via companies selling the information + + + diff --git a/test/expected/SLASHDOT/0102640274.header b/test/expected/SLASHDOT/0102640274.header new file mode 100644 index 0000000..3d5338f --- /dev/null +++ b/test/expected/SLASHDOT/0102640274.header @@ -0,0 +1,37 @@ +0Professor Who Coined Term 'Net Neutrality' Thinks It's Time To Break Up Facebook (theverge.com) null/SLASHDOT/0102640274 70 +i Thursday September 06, 2018 @11:30PM (BeauHD) +i from the easier-said-than-done dept. +i +i pgmrdlm shares a report from The Verge: Best known for coining +i the phrase "net neutrality" and his book The Master Switch: +i The Rise and Fall of Information Empires, Wu has a new book +i coming out in November called The Curse of Bigness: Antitrust +i in the New Gilded Age. In it, he argues compellingly for a +i return to aggressive antitrust enforcement in the style of +i Teddy Roosevelt, saying that Google, Facebook, Amazon, and +i other huge tech companies are a threat to democracy as they +i get bigger and bigger. "We live in America, which has a strong +i and proud tradition of breaking up companies that are too big +i for inefficient reasons," Wu told me on this week's Vergecast. +i "We need to reverse this idea that it's not an American +i tradition. We've broken up dozens of companies." "I think if +i you took a hard look at the acquisition of WhatsApp and +i Instagram, the argument that the effects of those acquisitions +i have been anticompetitive would be easy to prove for a number +i of reasons," says Wu. And breaking up the company wouldn't be +i hard, he says. "What would be the harm? You'll have three +i competitors. It's not 'Oh my god, if you get rid of WhatsApp +i and Instagram, well then the whole world's going to fall +i apart.' It would be like 'Okay, now you have some companies +i actually trying to offer you an alternative to Facebook.'" +i Breaking up Facebook (and other huge tech companies like +i Google and Amazon) could be simple under the current law, +i suggests Wu. But it could also lead to a major rethinking of +i how antitrust law should work in a world where the giant +i platform companies give their products away for free, and the +i ability for the government to restrict corporate power seems +i to be diminishing by the day. And it demands that we all think +i seriously about the conditions that create innovation. "I +i think everyone's steering way away from the monopolies, and I +i think it's hurting innovation in the tech sector," says Wu. +i diff --git a/test/expected/SLASHDOT/0102640274.header.html b/test/expected/SLASHDOT/0102640274.header.html new file mode 100644 index 0000000..c70926c --- /dev/null +++ b/test/expected/SLASHDOT/0102640274.header.html @@ -0,0 +1,21 @@ + + + + + + + + +
+

Professor Who Coined Term 'Net Neutrality' Thinks It's Time To Break Up Facebook (theverge.com)

+
(Thursday September 06, 2018 @11:30PM (BeauHD) +from the easier-said-than-done dept.)
+
+
+ pgmrdlm shares a report from The Verge: Best known for coining the phrase "net neutrality" and his book The Master Switch: The Rise and Fall of Information Empires, Wu has a new book coming out in November called The Curse of Bigness: Antitrust in the New Gilded Age. In it, he argues compellingly for a return to aggressive antitrust enforcement in the style of Teddy Roosevelt, saying that Google, Facebook, Amazon, and other huge tech companies are a threat to democracy as they get bigger and bigger. "We live in America, which has a strong and proud tradition of breaking up companies that are too big for inefficient reasons," Wu told me on this week's Vergecast. "We need to reverse this idea that it's not an American tradition. We've broken up dozens of companies." "I think if you took a hard look at the acquisition of WhatsApp and Instagram, the argument that the effects of those acquisitions have been anticompetitive would be easy to prove for a number of reasons," says Wu. And breaking up the company wouldn't be hard, he says. "What would be the harm? You'll have three competitors. It's not 'Oh my god, if you get rid of WhatsApp and Instagram, well then the whole world's going to fall apart.' It would be like 'Okay, now you have some companies actually trying to offer you an alternative to Facebook.'" Breaking up Facebook (and other huge tech companies like Google and Amazon) could be simple under the current law, suggests Wu. But it could also lead to a major rethinking of how antitrust law should work in a world where the giant platform companies give their products away for free, and the ability for the government to restrict corporate power seems to be diminishing by the day. And it demands that we all think seriously about the conditions that create innovation. "I think everyone's steering way away from the monopolies, and I think it's hurting innovation in the tech sector," says Wu. +
+
+
+ diff --git a/test/expected/SLASHDOT/0102640274.html b/test/expected/SLASHDOT/0102640274.html new file mode 100644 index 0000000..8cc1368 --- /dev/null +++ b/test/expected/SLASHDOT/0102640274.html @@ -0,0 +1,176 @@ + + + + + + + + +
+

Professor Who Coined Term 'Net Neutrality' Thinks It's Time To Break Up Facebook (theverge.com)

+
(Thursday September 06, 2018 @11:30PM (BeauHD) +from the easier-said-than-done dept.)
+
+ +
+
+ pgmrdlm shares a report from The Verge: Best known for coining the phrase "net neutrality" and his book The Master Switch: The Rise and Fall of Information Empires, Wu has a new book coming out in November called The Curse of Bigness: Antitrust in the New Gilded Age. In it, he argues compellingly for a return to aggressive antitrust enforcement in the style of Teddy Roosevelt, saying that Google, Facebook, Amazon, and other huge tech companies are a threat to democracy as they get bigger and bigger. "We live in America, which has a strong and proud tradition of breaking up companies that are too big for inefficient reasons," Wu told me on this week's Vergecast. "We need to reverse this idea that it's not an American tradition. We've broken up dozens of companies." "I think if you took a hard look at the acquisition of WhatsApp and Instagram, the argument that the effects of those acquisitions have been anticompetitive would be easy to prove for a number of reasons," says Wu. And breaking up the company wouldn't be hard, he says. "What would be the harm? You'll have three competitors. It's not 'Oh my god, if you get rid of WhatsApp and Instagram, well then the whole world's going to fall apart.' It would be like 'Okay, now you have some companies actually trying to offer you an alternative to Facebook.'" Breaking up Facebook (and other huge tech companies like Google and Amazon) could be simple under the current law, suggests Wu. But it could also lead to a major rethinking of how antitrust law should work in a world where the giant platform companies give their products away for free, and the ability for the government to restrict corporate power seems to be diminishing by the day. And it demands that we all think seriously about the conditions that create innovation. "I think everyone's steering way away from the monopolies, and I think it's hurting innovation in the tech sector," says Wu. +
+
+
+

Safe Harbor (Score:5, Interesting)

+
by Kunedog ( 1033226 )
+

There's a simpler way:

[1]https://www.youtube.com/watch?... [youtube.com]

If they want to curate content according to their political bias, then treat them like the politically-biased media outlets they are, legally liable for the content they host, instead of platforms under "safe harbor" protections. If they want to continue to be treated like platforms, then they can keep their hands off their political opponents' speech.

[1] https://www.youtube.com/watch?v=uMLLlnRCBqg

+
+

Re: (Score:2)

+
by HornWumpus ( 783565 )
+

They're already not 'common carriers' so they really didn't lose anything by curating.

The solution is to reestablish 'common carrier' protections for those web forums that deserve it.

+
+
+

Re:Safe Harbor (Score:4, Interesting)

+
by pots ( 5047349 )
+

I didn't read the article, but the summary has nothing to do with what you're talking about. The issue at hand is monopolies and the consequent stifling of innovation and lack of competitive pressure, that being the only thing which makes our economy work for people instead of against them.

+
+
+
+

Holy Fuck (Score:1)

+
by Anonymous Coward
+

Why do I bother coming here anymore?

+
+

+
+
+
+

Re: (Score:3)

+
by ArchieBunker ( 132337 )
+

We don't even have that anymore.

+
+
+
+

Re: (Score:1)

+
by DontBeAMoran ( 4843879 )
+

PHRASING.

+
+
+

+
+
+
+

Re: (Score:1)

+
by rojash ( 2567409 )
+

i really wanted to mod this up...but screw this mod point rationing here

+
+
+
+
+

+
+
+
+

Re: (Score:2)

+
by LostMyBeaver ( 1226054 )
+

I honestly want the monopolies to pretend to strengthen democracy.

At this point in time,

Jeff Bezos owns Amazon and news papers and whatever else

Satya Nadella is in control of one of the biggest new networks (which slashdotters will never see because it's through Edge and Bing)

The Alphabet boys are in control of what almost everyone in the world sees

Zuck and Dorsey could easily control a MASSIVE amount of what everyone sees.

What's also important is that most of these people seem to have some inkling of wanti

+
+
+

Re: (Score:1)

+
by Tyger-ZA ( 1886544 )
+

It's correct that people want one point of access to a thing, but nobody really wants a monopoly.

Assuming that one inevitably leads to the other is part of the problem.

For example, with the video streaming sites, what we really need is for them to collaborate on the platform (how you login and watch shit) but compete on the content, meaning that if you watch American Gods on the shared platform, Amazon gets paid a share of your subscription, yet if you watch Luke Cage on the same platform , Netflix gets paid

+
+
+
+

+
+
+
+

Re: (Score:2)

+
by LostMyBeaver ( 1226054 )
+

Nope... that was back before we had mass real-time media and we didn't fully understand how incredibly fucked the entire government was.

Then there was FDR who had the national radio and used it as a weapon against others in Washington to give him near-dictator powers. And then he completely without foresight fucked up the political system in America by imposing term limits which meant that politicians who have real plans that take more than 8 years to accomplish... won't.

When we got TV and had 1-3 channels,

+
+
+
+

Professor? Professor? (Score:2)

+
by NoNonAlphaCharsHere ( 2201864 )
+

Professor Who???

+
+

Re: (Score:1)

+
by antdude ( 79039 )
+

Dr. Who! :D

+
+
+
+

How (Score:2)

+
by ArchieBunker ( 132337 )
+

exactly do you break up a company who offers a service for free?

+
+

Re: (Score:1)

+
by pots ( 5047349 )
+

Facebook's service is selling advertising. It is not free, they are the #2 advertiser in the world right now (I think that's right, but I'm not going to look it up).

+
+
+
+

Facebook, Google, and Apple need to be broken up. (Score:1)

+
by WCMI92 ( 592436 )
+

Microsoft has fallen below the zone they were once in.

+
+
+

And how would that solve anything for consumers? (Score:3, Interesting)

+
by Anonymous Coward
+

Facebook has grown because it offered the best social platform for users. The point of social platforms is to connect with everyone else. Fragmentation means people needing to belong to and check multiple platforms. Trying to force competition won't solve any user issues. However, once Facebook stops providing a compelling service, people will move on their own. The same as they gave up MySpace and the same as they rejected Google+. The market chose Facebook and will purge it when time comes.

The same with Google. There were plenty of entrenched search services when Google came to be. Users chose it because it was better. The old search services died because they didn't evolve. If Google stops being the best fit option, people will go somewhere else. They already have choices like Bing and Duck Duck Go. As the service is free, people are choosing based on functionality, not on price. Those that don't like the privacy price of Google are opting for other services. You can't just declare another search service is required and then force the public to use it so that you can claim to have multiple services with comparable market share.

If people were given a choice of all you can eat steak or beets at equal cost, odds are that the majority would choose steak. When you remove cost and scarcity, the premium option will dominate. Digital services don't have scarcity like physical products do. It's a different economy.

+
+

Re: (Score:1)

+
by pots ( 5047349 )
+

> Facebook has grown because it offered the best social platform for users.

As stated in the summary: Facebook has grown by purchasing their competitors. The summary mentions WhatsApp and Instagram specifically.

Your comment about the problem with fragmentation is an example of why Facebook needs to be broken up by an outside entity: they have a natural monopoly, since real competition from startups would lead to fragmentation.

I've said this before, but if the government came along and broke up the company by splitting off Facebook's front-end from its back-end, then we could

+
+

Re: (Score:2)

+
by jrumney ( 197329 )
+

> As stated in the summary: Facebook has grown by purchasing their competitors. The summary mentions WhatsApp and Instagram specifically.

While this is true, so far they have not bought their competitors to shut them down, or to raise prices to the detriment of consumers. They are building a monopoly, but so far, it is not harmful from an economic perspective, and unfortunately I don't think anti-trust law is concerned with privacy, so the case for breaking up Facebook is not strong.

Apple would be a much juicier target, especially as they recently became the world's first trillion dollar company (with Amazon close behind). Splitting out the

+
+
+
+
+

ok (Score:1)

+
by Alyks ( 798644 )
+

why do I care about a guy whose biggest contribution to this subject is clever phrasing?

+
+

Re: (Score:2)

+
by Zontar The Mindless ( 9002 )
+

> Are you with me Doctor Wu

> Are you really just a shadow

> Of the man that I once knew

> Are you crazy are you high

> Or just an ordinary guy

> Have you done all you can do

> Are you with me Doctor

+
+
+
+

We need open platforms (Score:1)

+
by Karmashock ( 2415832 )
+

These proprietary social networks are bad for free speech.

I have no problem with facebook, google, twitter, except that they concentrate the internet in the hands of a few large companies.

We need open platforms like HTML, TCP/IP, Email, Newsgroups, etc.

All old retrograde stuff according to the children. But there isn't one of these social networks that couldn't be made P2P or something that anyone could set up their own personal server for that interlinked with each other.

A 20 dollar raspberry pi could host

+
+
+

Not a monopoly or required... (Score:2)

+
by Archfeld ( 6757 )
+

I don't like Facebook either but its not a monopoly, nor is it required in anyway to use the internet. Anyone could come up with the next social network thing anytime now or you can just NOT use Facebook. It isn't like an OS or a browser that is necessary for use or access to anything. Facebook or Twitter are tools of convenience and can easily be done without. If you don't like what is being said filter it out or don't use either.

+
+
+

We had the chance... (Score:2)

+
by erp_consultant ( 2614861 )
+

and blew it...with Microsoft. They should have been broken up just like Standard Oil. But they were not and that just created a precedent for companies like Facebook and Amazon and Google. We reap what we sow.

+
+
+

Why I posted this (Score:2)

+
by pgmrdlm ( 1642279 )
+

Look, I don't get my news from Facebook. Local, National, World. Be it political or otherwise. I don't give a shit about who they ban, and who they don't. I don't give a shit on who they censor, and who they don't. Just don't care. Face book has purchased the following which was competition. At least they didn't kill them. They own Tinder, dating. They own Instagram, another form of social media. And a couple others were mentioned in the article. My profile was not used by that company that tried t

+
+
+

What the f____ (Score:2)

+
by WolfgangVL ( 3494585 )
+

"Look over here! See? We're thinking about maybe eventually doing something someday! (Pay no attention to the massive personal data collection feast that every-single-damn-corporation and government in the entire bloody world is gorging on behind the curtain)"

WHY do people give so many shits for instabook and facegram? It's not something anybody actually needs to begin with. For fucks sake. Big tech is not "The internet"... in fact, the case has been made that these companies are big evil time eaters that p

+
+

Re: (Score:2)

+
by pgmrdlm ( 1642279 )
+

Hell, let's start with the fact that before Facebook, what ever. Credit cards are tracked, companies record everything you purchase from them. Those company cards on your key change to save 3 cents. That is all tracked. And it is all shared via companies selling the information

+
+
+
+ diff --git a/test/expected/SLASHDOT/0102640424 b/test/expected/SLASHDOT/0102640424 new file mode 100644 index 0000000..2f07bce --- /dev/null +++ b/test/expected/SLASHDOT/0102640424 @@ -0,0 +1,106 @@ + MIT GRADUATE CREATES ROBOT THAT SWIMS THROUGH PIPES TO FIND OUT + IF THEY'RE LEAKING (FASTCOMPANY.COM) + + Thursday September 06, 2018 @11:30PM (BeauHD) + from the leak-detecting dept. + + o News link: https://hardware.slashdot.org/story/18/09/06/2058201/mit-graduate-creates-robot-that-swims-through-pipes-to-find-out-if-theyre-leaking + o Source link: https://www.fastcompany.com/90232363/this-leak-seeking-robot-just-won-the-u-s-james-dyson-award + + + A 28-year-old MIT graduate named You Wu spent six years + developing a low-cost robot designed to find leaks in pipes + early, both to save water and to avoid bigger damage later + from bursting water mains. "Called Lighthouse, the robot looks + like a badminton birdie," reports Fast Company. "A soft + 'skirt' on the device is covered with sensors. As it travels + through pipes, propelled by the flowing water, suction tugs at + the device when there's a leak, and it records the location, + making a map of critical leaks to fix." From the report: MIT + doctoral student You Wu spent six years developing the design, + building on research that earlier students began under a + project sponsored by a university in Saudi Arabia, where most + drinking water comes from expensive desalination plants and + around a third of it is lost to leaks. It took three years + before he had a working prototype. Then Wu got inspiration + from an unexpected source: At a party with his partner, he + accidentally stepped on her dress. She noticed immediately, + unsurprisingly, and Wu realized that he could use a similar + skirt-like design on a robot so that the robot could detect + subtle tugs from the suction at each leak. Wu graduated from + MIT in June, and is now launching the technology through a + startup called WatchTower Robotics. The company will soon + begin pilots in Australia and in Cambridge, Massachusetts. One + challenge now, he says, is creating a guide so water companies + can use the device on their own. + + + ** What we are not told ... (Score:1) + (by Alain Williams ( 2972 )) + + + is he still with his partner who's dress he trod on ? + + ** pig (Score:1, Informative) + (by Anonymous Coward) + + + Congratulations, you reinvented the pig. + [1]https://en.wikipedia.org/wiki/... [wikipedia.org] + + + + + [1] https://en.wikipedia.org/wiki/Pigging + + ** + + ** Re: (Score:2) + (by An Ominous Coward ( 13324 )) + + + Ridiculous, how dare you plebeians libel our foremost + technology elite. It's MIT, of course what they're doing is + utterly novel and deserving of fawning media coverage. + ( + [1]https://puretechltd.com/technology/purerobotics-pipeline-i- + nspection-system/ [puretechltd.com]) + + + + + [1] + https://puretechltd.com/technology/purerobotics-pipeline-insp- + ection-system/ + + + ** They tried that robot in Montreal... (Score:2) + (by ls671 ( 1122017 )) + + + I hear they tried that robot in Montreal and it crashed due to + memory exhaustion. + Montreal is one of the oldest city in North America and there + are so many leaks in its water system that it loses 30% of its + fresh water supply. + Makes you wonder what is the average water loss in other systems. + [1]https://montrealgazette.com/ne... [montrealgazette.com] + [2]https://www.cbc.ca/news/canada... [www.cbc.ca] + + + + + [1] + https://montrealgazette.com/news/local-news/by-the-numbers-30-pe- + rcent-of-montreals-water-is-lost-due-to-leaky-city-pipes + [2] + https://www.cbc.ca/news/canada/city-water-leaks-wasting-millions- + of-tax-dollars-1.1048035 + + ** Badminton Birdie? (Score:2) + (by TechyImmigrant ( 175943 )) + + + It's called a shuttlecock you blithering idiot. + + diff --git a/test/expected/SLASHDOT/0102640424.header b/test/expected/SLASHDOT/0102640424.header new file mode 100644 index 0000000..4b659a4 --- /dev/null +++ b/test/expected/SLASHDOT/0102640424.header @@ -0,0 +1,30 @@ +0MIT Graduate Creates Robot That Swims Through Pipes To Find Out If They're Leaking (fastcompany.com) null/SLASHDOT/0102640424 70 +i Thursday September 06, 2018 @11:30PM (BeauHD) +i from the leak-detecting dept. +i +i A 28-year-old MIT graduate named You Wu spent six years +i developing a low-cost robot designed to find leaks in pipes +i early, both to save water and to avoid bigger damage later +i from bursting water mains. "Called Lighthouse, the robot looks +i like a badminton birdie," reports Fast Company. "A soft +i 'skirt' on the device is covered with sensors. As it travels +i through pipes, propelled by the flowing water, suction tugs at +i the device when there's a leak, and it records the location, +i making a map of critical leaks to fix." From the report: MIT +i doctoral student You Wu spent six years developing the design, +i building on research that earlier students began under a +i project sponsored by a university in Saudi Arabia, where most +i drinking water comes from expensive desalination plants and +i around a third of it is lost to leaks. It took three years +i before he had a working prototype. Then Wu got inspiration +i from an unexpected source: At a party with his partner, he +i accidentally stepped on her dress. She noticed immediately, +i unsurprisingly, and Wu realized that he could use a similar +i skirt-like design on a robot so that the robot could detect +i subtle tugs from the suction at each leak. Wu graduated from +i MIT in June, and is now launching the technology through a +i startup called WatchTower Robotics. The company will soon +i begin pilots in Australia and in Cambridge, Massachusetts. One +i challenge now, he says, is creating a guide so water companies +i can use the device on their own. +i diff --git a/test/expected/SLASHDOT/0102640424.header.html b/test/expected/SLASHDOT/0102640424.header.html new file mode 100644 index 0000000..a19ebe4 --- /dev/null +++ b/test/expected/SLASHDOT/0102640424.header.html @@ -0,0 +1,21 @@ + + + + + + + + +
+

MIT Graduate Creates Robot That Swims Through Pipes To Find Out If They're Leaking (fastcompany.com)

+
(Thursday September 06, 2018 @11:30PM (BeauHD) +from the leak-detecting dept.)
+
+
+ A 28-year-old MIT graduate named You Wu spent six years developing a low-cost robot designed to find leaks in pipes early, both to save water and to avoid bigger damage later from bursting water mains. "Called Lighthouse, the robot looks like a badminton birdie," reports Fast Company. "A soft 'skirt' on the device is covered with sensors. As it travels through pipes, propelled by the flowing water, suction tugs at the device when there's a leak, and it records the location, making a map of critical leaks to fix." From the report: MIT doctoral student You Wu spent six years developing the design, building on research that earlier students began under a project sponsored by a university in Saudi Arabia, where most drinking water comes from expensive desalination plants and around a third of it is lost to leaks. It took three years before he had a working prototype. Then Wu got inspiration from an unexpected source: At a party with his partner, he accidentally stepped on her dress. She noticed immediately, unsurprisingly, and Wu realized that he could use a similar skirt-like design on a robot so that the robot could detect subtle tugs from the suction at each leak. Wu graduated from MIT in June, and is now launching the technology through a startup called WatchTower Robotics. The company will soon begin pilots in Australia and in Cambridge, Massachusetts. One challenge now, he says, is creating a guide so water companies can use the device on their own. +
+
+
+ diff --git a/test/expected/SLASHDOT/0102640424.html b/test/expected/SLASHDOT/0102640424.html new file mode 100644 index 0000000..0579c10 --- /dev/null +++ b/test/expected/SLASHDOT/0102640424.html @@ -0,0 +1,56 @@ + + + + + + + + +
+

MIT Graduate Creates Robot That Swims Through Pipes To Find Out If They're Leaking (fastcompany.com)

+
(Thursday September 06, 2018 @11:30PM (BeauHD) +from the leak-detecting dept.)
+
+ +
+
+ A 28-year-old MIT graduate named You Wu spent six years developing a low-cost robot designed to find leaks in pipes early, both to save water and to avoid bigger damage later from bursting water mains. "Called Lighthouse, the robot looks like a badminton birdie," reports Fast Company. "A soft 'skirt' on the device is covered with sensors. As it travels through pipes, propelled by the flowing water, suction tugs at the device when there's a leak, and it records the location, making a map of critical leaks to fix." From the report: MIT doctoral student You Wu spent six years developing the design, building on research that earlier students began under a project sponsored by a university in Saudi Arabia, where most drinking water comes from expensive desalination plants and around a third of it is lost to leaks. It took three years before he had a working prototype. Then Wu got inspiration from an unexpected source: At a party with his partner, he accidentally stepped on her dress. She noticed immediately, unsurprisingly, and Wu realized that he could use a similar skirt-like design on a robot so that the robot could detect subtle tugs from the suction at each leak. Wu graduated from MIT in June, and is now launching the technology through a startup called WatchTower Robotics. The company will soon begin pilots in Australia and in Cambridge, Massachusetts. One challenge now, he says, is creating a guide so water companies can use the device on their own. +
+
+
+

What we are not told ... (Score:1)

+
by Alain Williams ( 2972 )
+

is he still with his partner who's dress he trod on ?

+
+
+

pig (Score:1, Informative)

+
by Anonymous Coward
+

Congratulations, you reinvented the pig.

[1]https://en.wikipedia.org/wiki/... [wikipedia.org]

[1] https://en.wikipedia.org/wiki/Pigging

+
+
+

+
+
+
+

Re: (Score:2)

+
by An Ominous Coward ( 13324 )
+

Ridiculous, how dare you plebeians libel our foremost technology elite. It's MIT, of course what they're doing is utterly novel and deserving of fawning media coverage.

( [1]https://puretechltd.com/technology/purerobotics-pipeline-inspection-system/ [puretechltd.com])

[1] https://puretechltd.com/technology/purerobotics-pipeline-inspection-system/

+
+
+
+

They tried that robot in Montreal... (Score:2)

+
by ls671 ( 1122017 )
+

I hear they tried that robot in Montreal and it crashed due to memory exhaustion.

Montreal is one of the oldest city in North America and there are so many leaks in its water system that it loses 30% of its fresh water supply.

Makes you wonder what is the average water loss in other systems.

[1]https://montrealgazette.com/ne... [montrealgazette.com]

[2]https://www.cbc.ca/news/canada... [www.cbc.ca]

[1] https://montrealgazette.com/news/local-news/by-the-numbers-30-percent-of-montreals-water-is-lost-due-to-leaky-city-pipes

[2] https://www.cbc.ca/news/canada/city-water-leaks-wasting-millions-of-tax-dollars-1.1048035

+
+
+

Badminton Birdie? (Score:2)

+
by TechyImmigrant ( 175943 )
+

It's called a shuttlecock you blithering idiot.

+
+
+ diff --git a/test/expected/SLASHDOT/0102640864 b/test/expected/SLASHDOT/0102640864 new file mode 100644 index 0000000..ef36c28 --- /dev/null +++ b/test/expected/SLASHDOT/0102640864 @@ -0,0 +1,397 @@ + BLOCKCHAINS ARE NOT SAFE FOR VOTING, CONCLUDES NAP REPORT + (NYTIMES.COM) + + Thursday September 06, 2018 @11:30PM (BeauHD) + from the ensuring-the-integrity-of-elections dept. + + o News link: https://politics.slashdot.org/story/18/09/06/2137245/blockchains-are-not-safe-for-voting-concludes-nap-report + o Source link: https://www.nytimes.com/aponline/2018/09/06/technology/ap-us-tec-election-security-reform-report.html + + + The National Academies Press has released a 156-page report, + called "Securing the Vote: Protecting American Democracy," + concluding that blockchains are not safe for the U.S. election + system. "While the notion of using a blockchain as an + immutable ballot box may seem promising, blockchain technology + does little to solve the fundamental security issues of + elections, and indeed, blockchains introduce additional + security vulnerabilities," the report states. "In particular, + if malware on a voter's device alters a vote before it ever + reaches a blockchain, the immutability of the blockchain fails + to provide the desired integrity, and the voter may never know + of the alteration." The report goes on to say that + "Blockchains do not provide the anonymity often ascribed to + them." It continues: "In the particular context of elections, + voters need to be authorized as eligible to vote and as not + having cast more than one ballot in the particular election. + Blockchains do not offer means for providing the necessary + authorization. [...] If a blockchain is used, then cast + ballots must be encrypted or otherwise anonymized to prevent + coercion and vote-selling." The New York Times summarizes the + findings: The cautiously worded report calls for conducting + all federal, state and local elections on paper ballots by + 2020. Its other top recommendation would require nationwide + use of a specific form of routine postelection audit to ensure + votes have been accurately counted. The panel did not offer a + price tag for its recommended overhaul. New York University's + Brennan Center has estimated that replacing aging voting + machines over the next few years could cost well over $1 + billion. The 156-page report [...] bemoans a rickety system + compromised by insecure voting equipment and software whose + vulnerabilities were exposed more than a decade ago and which + are too often managed by officials with little training in + cybersecurity. Among its specific recommendations was a + mainstay of election reformers: All elections should use + human-readable paper ballots by 2020. Such systems are + intended to assure voters that their vote was recorded + accurately. They also create a lasting record of "voter + intent" that can be used for reliable recounts, which may not + be possible in systems that record votes electronically. [...] + The panel also calls for all states to adopt a type of + post-election audit that employs statistical analysis of + ballots prior to results certification. Such "risk-limiting" + audits are designed to uncover miscounts and vote tampering. + Currently only three states mandate them. + + + ** + + ** Re:All security = an implementation. (Score:5, Insightful) + (by PopeRatzo ( 965947 )) + + + > To say blockchain is inherently unsafe is like saying + > software is inherently unsafe + Oh, you are so close to a breakthrough. + When it comes to voting, blockchain, like software, IS + inherently unsafe. If the main goal for voting security is + maintaining the people's confidence in an election, the only + system that will meet that standard is a system where people + are actually keeping an eye on one another. And I mean + physically watching one another. And that's the system we had + in place before the advent of voting machines and election + software. You had a room full of election judges from both + sides, and they sat side-by-side checking in voters as they + approached the voting booth and physically watched them put + the ballot in the box. When the votes were counted, there was + a whole bunch of people from both parties standing around + keeping a close eye. When the ballots were sent for storage, + one person from each party rode in the truck to drop them off + after sealing the container - together - and signing off. + It was trust, but verify. Was it possible to jigger with an + election like that? Of course. But you had a list of names of + people you could hold accountable at every step in the + process. Electronic voting will never, ever be trusted. That + is the effect of transparency. + + ** + + ** Re: (Score:1, Insightful) + (by Anonymous Coward) + + + > " If the main goal for voting security is maintaining + > the people's confidence in an election " - Well I don't + > agree with that starting point definition. I think + > security = security, not theater of. + Then you're bad at security. Security is theater. + There is no impregnable system. Security can only + increase the difficulty of entering a system, it cannot + stop a determined opponent. Is a CCTV system going to + stop someone from breaking into your store? No, but it + will make the person think twice about it, because they + are likely to be recorded, found, and caught. Is the + TSA likely to stop all bad guys from getting on planes? + No, but it alters how much they must prepare to get on + board the plane so hop + + ** Re: (Score:2) + (by Ocker3 ( 1232550 )) + + + Sadly, the TSA haven't shown themselves to be any + good at their job, repeatedly. It's hard to get good + help when the work is shite, the 'customers' range + from sullen to hating you, and the pay is peanuts. + + + + + ** Transparency is the key (Score:1) + (by victor_alarcon ( 5520418 )) + + + I thought that was the main selling point. Yes, I'm sure + someone can come up with some anonymity scheme but + transparency should be top priority. Apologies if the + point is too naive. + + + ** Re: (Score:1) + (by Anonymous Coward) + + + Paper votes aren't any better, just look at Russia's vote + stuffing. Literately. Someone comes up to the booth and + stuffs fake/coerced votes into the box. + Now the way most US, Canadian, and UK elections are run, + the paper vote is a two-step process. + A) You go to a scrutineer to check your name off a PAPER + list, they hand you a ballot with no identifying + information on it + B) You mark an X on the ballot, fold it in half or stick + it in a privacy envelope and then stick it in a cardboard + box with a hole on top. + Now + + ** Re: (Score:2) + (by PopeRatzo ( 965947 )) + + + > Paper votes aren't any better, just look at Russia's + > vote stuffing. Literately. Someone comes up to the + > booth and stuffs fake/coerced votes into the box. + That's right, because Russia doesn't have the same + safeguards built into their elections that we have. You + don't have election judges from both sides watching + every vote from the time it's cast to the time it's + counted to the time it's sent for storage. In the US, + there have to be two election judges on hand when + absentee ballots are opened. + People can sti + + + + ** Re: (Score:2) + (by Ocker3 ( 1232550 )) + + + I'd invite you to visit us in Australia, where we have the + Australian Electoral Commission (AEC), a non-partisan (not + bi-partisan) body of people who are collectively + considered the Platinum Standard of running elections + around the world. We actually send people to the USA to + train election staff. We don't have party reps in the + voting area until the polls close, then the parties can + send in scrutineers who check that the paper ballots are + being counted as per the regulations (when I did this I + actually not + + ** Re: (Score:2) + (by PopeRatzo ( 965947 )) + + + > I'd invite you to visit us in Australia, + I've spent a fair amount of time in Australia. Yes, + I've heard you guys do a good job with elections, but + I'm not coming back until you get rid of those spiders + that jump up and bite you on the eye. Oh, and drop + bears and yowgwai. I don't need that kind of stress, + thanks. + + + + + ** Re: (Score:2) + (by shellster_dude ( 1261444 )) + + + Blockchains are obviously a terrible solution to election + fraud. The only thing that prevents blockchain tampering is a + ton of neutral third party machines checking the transactions + (typically miners). We've already seen that this is a + non-trivial problem when there is plenty of incentive for + random people to fulfill that role (mining of crypto + currency). National elections have very little incentive for + people to invest thousands in hardware and electricity, and a + ton of incentive for nation states like + + + ** Oh the irony (Score:4, Insightful) + (by the_skywise ( 189793 )) + + + > All elections should use human-readable paper ballots by 2020. + > Such systems are intended to assure voters that their vote was + > recorded accurately. They also create a lasting record of "voter + > intent" that can be used for reliable recounts, + Now I agree with this and am happy to move back to paper ballots + - But the entire reason we moved away from paper ballots was + because of the 2000 elections where Florida used punch cards and + political officers kept trying to argue over "partial punches", + "dimpled chads" and "dangling chads" where they tried to + reassess what the voter's INTENT was. + And, of course, let's not forget magical disappearing and + appearing boxes of ballots. + Any system can be hacked but the electronic one is harder to + track hacking than the good ol' traditional methods with paper + ballots. + + ** Re: (Score:3) + (by Dare nMc ( 468959 )) + + + Their have been academic papers proposing electronic system + that would be safe, where you could verify that your vote was + counted (IE received at the server.) + In theory with open software, hardware, and multiple servers + (again all open source) we could have a very robust + electronic voting system. This would require a large project + likely done with universities, and it may even be similar to + some bitcoin concepts. + The technology side is very solvable, getting the project + started, past the politics, and accept + + + ** Key statement (Score:2, Insightful) + (by Anonymous Coward) + + + They key statement in the finding that most technology solutions + fail to solve is this: + "Such systems are intended to *assure* voters that their vote + was recorded accurately." + In the end, paper ballots may seem inefficient from a processing + perspective, but that inefficiency becomes inherently difficult + to tamper with and builds in systems for checks and recounts. + The argument here is that blockchain is vulnerable before the + data is stored in the blockchain, at the UI and the machine + level, and blockchain th + + ** Re: (Score:2) + (by presidenteloco ( 659168 )) + + + Blanket arguments against computer algorithms for secure + voting (or secure anything) are illogical, emotional, and + flawed. + People argue to the effect: Because many programs have been + found to have a security flaw in either A) the algorithm + mathematics and logical assumptions, or in B) the + implementation, therefore ALL programs must have some flaw in + A) or B) therefore there is no such thing is a secure + computer program. That is just bullshit. It's incorrect, + unsupported generalization from specific examples. + + ** Re: (Score:2) + (by presidenteloco ( 659168 )) + + + Ok, there's a stupid bug in slashdot apparently, not + including my less-than sign. + There. One bug. + What's up with that. Let me try again. Hmm. There was a + less-than in there just to the left of this sentence. + That's lame on slashdot software's part. + So you proved that ALL programs have bugs? + Didn't think so. + + + + ** Paper ballots are by far the most secure solution (Score:4, + Insightful) + (by Seven Spirals ( 4924941 )) + + + Gimme a break. Use paper. Computers will be better tools for + tabulating and processing the votes after they are cast, but + it's tough to beat paper for a recount. Even paper has it's + flaws, but the hand waving crypto-bullshit is pathetic "Oh but + this counter signature will detect if the previous + initialization vector was properly zeroed inside of the S-Box" + *rolls eyes*. KISS baby. Things don't get more secure by making + them more complex and I can't think of any way to make something + more complex than to introduce computers. Computers are great at + some things, ideal for some tasks: not for voting. They suck at + that. + + ** paper ballots (Score:1) + (by Anonymous Coward) + + + The only way you can have some measure of accountability while + keeping votes anonymous. + + ** Or, for heaven's sake, you can just use paper (Score:3) + (by mark-t ( 151149 )) + + + Make a simple mark on a paper ballot indicating your vote, fold + it, put it in a box. + done + Now theoretically you could bribe people who do the counting, + but you'd have to bribe a *LOT* of people to make any kind of + difference because each individual ballot box with the folded + ballots contains but a tiny fraction of the number of votes, and + nobody ever counts the ballots from more than one or sometimes + two different boxes. + + ** the real story (Score:2) + (by slashmydots ( 2189826 )) + + + Blockchains are perfect, right? WRONG. And also right. They are + mathmatically flawless BUT if you outprocess the rest of the + network, you can finalize a block with whatever the hell you + want in it. You can form a block that says you own all bitcoins, + all transactions put them in your wallet, and you're also the + queen of England. The reason this "51% attack" doesn't happen it + because that amount of processing power doesn't exist. That many + ASICs don't exist on Earth. But let's set up a separate + blockchain an + + ** Re: (Score:2) + (by Kaenneth ( 82978 )) + + + Even with a 51% attack, the Bitcoin blockchain is filled with + digital signatures; noone but your own nodes would accept the + blocks, and you would only be 'fooling' yourself. + Electronic voting could only work if every citizen had their + own private, secure, digital signature key. Which can't + happen in the US because poor people can't afford them, and a + certain party would never give anything for free, while the + other would protect the poor. + + + ** + + ** Re: (Score:2) + (by jwymanm ( 627857 )) + + + This was the dumbest comment in the article. Obviously + software methods exist to verify after the fact that what you + saved is what you expected. + + + ** It's not how the vote was recorded... (Score:2) + (by LynnwoodRooster ( 966895 )) + + + > The report goes on to say that "Blockchains do not provide the + > anonymity often ascribed to them." It continues: "In the + > particular context of elections, voters need to be authorized as + > eligible to vote and as not having cast more than one ballot in + > the particular election. + It's who casts the vote. Before we even worry about Blockchain, + we need to ensure people casting the ballots are legally + eligible to vote. Guaranteeing a vote was cast is no more + important than guaranteeing who cast the vote was eligible to + actually cast that vote. + + ** Paper ballots (Score:2) + (by burtosis ( 1124179 )) + + + Let me start out saying 100% electronic voting is going to be a + disaster, triply so when done remotely and not at a secure + voting machine. But what most people don't realize is we + currently use unencrypted images of paper ballots in many states + as backups. These are very insecure. Why not use paper ballots + for the primary method, blockchain for the electronic backups? + This ultimately seems far more secure than what we are doing + now. We also could use open source machines and have audits at + each polling + + diff --git a/test/expected/SLASHDOT/0102640864.header b/test/expected/SLASHDOT/0102640864.header new file mode 100644 index 0000000..5ff2376 --- /dev/null +++ b/test/expected/SLASHDOT/0102640864.header @@ -0,0 +1,49 @@ +0Blockchains Are Not Safe For Voting, Concludes NAP Report (nytimes.com) null/SLASHDOT/0102640864 70 +i Thursday September 06, 2018 @11:30PM (BeauHD) +i from the ensuring-the-integrity-of-elections dept. +i +i The National Academies Press has released a 156-page report, +i called "Securing the Vote: Protecting American Democracy," +i concluding that blockchains are not safe for the U.S. election +i system. "While the notion of using a blockchain as an +i immutable ballot box may seem promising, blockchain technology +i does little to solve the fundamental security issues of +i elections, and indeed, blockchains introduce additional +i security vulnerabilities," the report states. "In particular, +i if malware on a voter's device alters a vote before it ever +i reaches a blockchain, the immutability of the blockchain fails +i to provide the desired integrity, and the voter may never know +i of the alteration." The report goes on to say that +i "Blockchains do not provide the anonymity often ascribed to +i them." It continues: "In the particular context of elections, +i voters need to be authorized as eligible to vote and as not +i having cast more than one ballot in the particular election. +i Blockchains do not offer means for providing the necessary +i authorization. [...] If a blockchain is used, then cast +i ballots must be encrypted or otherwise anonymized to prevent +i coercion and vote-selling." The New York Times summarizes the +i findings: The cautiously worded report calls for conducting +i all federal, state and local elections on paper ballots by +i 2020. Its other top recommendation would require nationwide +i use of a specific form of routine postelection audit to ensure +i votes have been accurately counted. The panel did not offer a +i price tag for its recommended overhaul. New York University's +i Brennan Center has estimated that replacing aging voting +i machines over the next few years could cost well over $1 +i billion. The 156-page report [...] bemoans a rickety system +i compromised by insecure voting equipment and software whose +i vulnerabilities were exposed more than a decade ago and which +i are too often managed by officials with little training in +i cybersecurity. Among its specific recommendations was a +i mainstay of election reformers: All elections should use +i human-readable paper ballots by 2020. Such systems are +i intended to assure voters that their vote was recorded +i accurately. They also create a lasting record of "voter +i intent" that can be used for reliable recounts, which may not +i be possible in systems that record votes electronically. [...] +i The panel also calls for all states to adopt a type of +i post-election audit that employs statistical analysis of +i ballots prior to results certification. Such "risk-limiting" +i audits are designed to uncover miscounts and vote tampering. +i Currently only three states mandate them. +i diff --git a/test/expected/SLASHDOT/0102640864.header.html b/test/expected/SLASHDOT/0102640864.header.html new file mode 100644 index 0000000..48fd911 --- /dev/null +++ b/test/expected/SLASHDOT/0102640864.header.html @@ -0,0 +1,21 @@ + + + + + + + + +
+

Blockchains Are Not Safe For Voting, Concludes NAP Report (nytimes.com)

+
(Thursday September 06, 2018 @11:30PM (BeauHD) +from the ensuring-the-integrity-of-elections dept.)
+
+
+ The National Academies Press has released a 156-page report, called "Securing the Vote: Protecting American Democracy," concluding that blockchains are not safe for the U.S. election system. "While the notion of using a blockchain as an immutable ballot box may seem promising, blockchain technology does little to solve the fundamental security issues of elections, and indeed, blockchains introduce additional security vulnerabilities," the report states. "In particular, if malware on a voter's device alters a vote before it ever reaches a blockchain, the immutability of the blockchain fails to provide the desired integrity, and the voter may never know of the alteration." The report goes on to say that "Blockchains do not provide the anonymity often ascribed to them." It continues: "In the particular context of elections, voters need to be authorized as eligible to vote and as not having cast more than one ballot in the particular election. Blockchains do not offer means for providing the necessary authorization. [...] If a blockchain is used, then cast ballots must be encrypted or otherwise anonymized to prevent coercion and vote-selling." The New York Times summarizes the findings: The cautiously worded report calls for conducting all federal, state and local elections on paper ballots by 2020. Its other top recommendation would require nationwide use of a specific form of routine postelection audit to ensure votes have been accurately counted. The panel did not offer a price tag for its recommended overhaul. New York University's Brennan Center has estimated that replacing aging voting machines over the next few years could cost well over $1 billion. The 156-page report [...] bemoans a rickety system compromised by insecure voting equipment and software whose vulnerabilities were exposed more than a decade ago and which are too often managed by officials with little training in cybersecurity. Among its specific recommendations was a mainstay of election reformers: All elections should use human-readable paper ballots by 2020. Such systems are intended to assure voters that their vote was recorded accurately. They also create a lasting record of "voter intent" that can be used for reliable recounts, which may not be possible in systems that record votes electronically. [...] The panel also calls for all states to adopt a type of post-election audit that employs statistical analysis of ballots prior to results certification. Such "risk-limiting" audits are designed to uncover miscounts and vote tampering. Currently only three states mandate them. +
+
+
+ diff --git a/test/expected/SLASHDOT/0102640864.html b/test/expected/SLASHDOT/0102640864.html new file mode 100644 index 0000000..e622934 --- /dev/null +++ b/test/expected/SLASHDOT/0102640864.html @@ -0,0 +1,151 @@ + + + + + + + + +
+

Blockchains Are Not Safe For Voting, Concludes NAP Report (nytimes.com)

+
(Thursday September 06, 2018 @11:30PM (BeauHD) +from the ensuring-the-integrity-of-elections dept.)
+
+ +
+
+ The National Academies Press has released a 156-page report, called "Securing the Vote: Protecting American Democracy," concluding that blockchains are not safe for the U.S. election system. "While the notion of using a blockchain as an immutable ballot box may seem promising, blockchain technology does little to solve the fundamental security issues of elections, and indeed, blockchains introduce additional security vulnerabilities," the report states. "In particular, if malware on a voter's device alters a vote before it ever reaches a blockchain, the immutability of the blockchain fails to provide the desired integrity, and the voter may never know of the alteration." The report goes on to say that "Blockchains do not provide the anonymity often ascribed to them." It continues: "In the particular context of elections, voters need to be authorized as eligible to vote and as not having cast more than one ballot in the particular election. Blockchains do not offer means for providing the necessary authorization. [...] If a blockchain is used, then cast ballots must be encrypted or otherwise anonymized to prevent coercion and vote-selling." The New York Times summarizes the findings: The cautiously worded report calls for conducting all federal, state and local elections on paper ballots by 2020. Its other top recommendation would require nationwide use of a specific form of routine postelection audit to ensure votes have been accurately counted. The panel did not offer a price tag for its recommended overhaul. New York University's Brennan Center has estimated that replacing aging voting machines over the next few years could cost well over $1 billion. The 156-page report [...] bemoans a rickety system compromised by insecure voting equipment and software whose vulnerabilities were exposed more than a decade ago and which are too often managed by officials with little training in cybersecurity. Among its specific recommendations was a mainstay of election reformers: All elections should use human-readable paper ballots by 2020. Such systems are intended to assure voters that their vote was recorded accurately. They also create a lasting record of "voter intent" that can be used for reliable recounts, which may not be possible in systems that record votes electronically. [...] The panel also calls for all states to adopt a type of post-election audit that employs statistical analysis of ballots prior to results certification. Such "risk-limiting" audits are designed to uncover miscounts and vote tampering. Currently only three states mandate them. +
+
+
+

+
+
+
+

Re:All security = an implementation. (Score:5, Insightful)

+
by PopeRatzo ( 965947 )
+

> To say blockchain is inherently unsafe is like saying software is inherently unsafe

Oh, you are so close to a breakthrough.

When it comes to voting, blockchain, like software, IS inherently unsafe. If the main goal for voting security is maintaining the people's confidence in an election, the only system that will meet that standard is a system where people are actually keeping an eye on one another. And I mean physically watching one another. And that's the system we had in place before the advent of voting machines and election software. You had a room full of election judges from both sides, and they sat side-by-side checking in voters as they approached the voting booth and physically watched them put the ballot in the box. When the votes were counted, there was a whole bunch of people from both parties standing around keeping a close eye. When the ballots were sent for storage, one person from each party rode in the truck to drop them off after sealing the container - together - and signing off.

It was trust, but verify. Was it possible to jigger with an election like that? Of course. But you had a list of names of people you could hold accountable at every step in the process. Electronic voting will never, ever be trusted. That is the effect of transparency.

+
+

+
+
+
+

Re: (Score:1, Insightful)

+
by Anonymous Coward
+

> " If the main goal for voting security is maintaining the people's confidence in an election " - Well I don't agree with that starting point definition. I think security = security, not theater of.

Then you're bad at security. Security is theater.

There is no impregnable system. Security can only increase the difficulty of entering a system, it cannot stop a determined opponent. Is a CCTV system going to stop someone from breaking into your store? No, but it will make the person think twice about it, because they are likely to be recorded, found, and caught. Is the TSA likely to stop all bad guys from getting on planes? No, but it alters how much they must prepare to get on board the plane so hop

+
+

Re: (Score:2)

+
by Ocker3 ( 1232550 )
+

Sadly, the TSA haven't shown themselves to be any good at their job, repeatedly. It's hard to get good help when the work is shite, the 'customers' range from sullen to hating you, and the pay is peanuts.

+
+
+
+
+

Transparency is the key (Score:1)

+
by victor_alarcon ( 5520418 )
+

I thought that was the main selling point. Yes, I'm sure someone can come up with some anonymity scheme but transparency should be top priority. Apologies if the point is too naive.

+
+
+

Re: (Score:1)

+
by Anonymous Coward
+

Paper votes aren't any better, just look at Russia's vote stuffing. Literately. Someone comes up to the booth and stuffs fake/coerced votes into the box.

Now the way most US, Canadian, and UK elections are run, the paper vote is a two-step process.

A) You go to a scrutineer to check your name off a PAPER list, they hand you a ballot with no identifying information on it

B) You mark an X on the ballot, fold it in half or stick it in a privacy envelope and then stick it in a cardboard box with a hole on top.

Now

+
+

Re: (Score:2)

+
by PopeRatzo ( 965947 )
+

> Paper votes aren't any better, just look at Russia's vote stuffing. Literately. Someone comes up to the booth and stuffs fake/coerced votes into the box.

That's right, because Russia doesn't have the same safeguards built into their elections that we have. You don't have election judges from both sides watching every vote from the time it's cast to the time it's counted to the time it's sent for storage. In the US, there have to be two election judges on hand when absentee ballots are opened.

People can sti

+
+
+
+

Re: (Score:2)

+
by Ocker3 ( 1232550 )
+

I'd invite you to visit us in Australia, where we have the Australian Electoral Commission (AEC), a non-partisan (not bi-partisan) body of people who are collectively considered the Platinum Standard of running elections around the world. We actually send people to the USA to train election staff. We don't have party reps in the voting area until the polls close, then the parties can send in scrutineers who check that the paper ballots are being counted as per the regulations (when I did this I actually not

+
+

Re: (Score:2)

+
by PopeRatzo ( 965947 )
+

> I'd invite you to visit us in Australia,

I've spent a fair amount of time in Australia. Yes, I've heard you guys do a good job with elections, but I'm not coming back until you get rid of those spiders that jump up and bite you on the eye. Oh, and drop bears and yowgwai. I don't need that kind of stress, thanks.

+
+
+
+
+

Re: (Score:2)

+
by shellster_dude ( 1261444 )
+

Blockchains are obviously a terrible solution to election fraud. The only thing that prevents blockchain tampering is a ton of neutral third party machines checking the transactions (typically miners). We've already seen that this is a non-trivial problem when there is plenty of incentive for random people to fulfill that role (mining of crypto currency). National elections have very little incentive for people to invest thousands in hardware and electricity, and a ton of incentive for nation states like

+
+
+
+

Oh the irony (Score:4, Insightful)

+
by the_skywise ( 189793 )
+

> All elections should use human-readable paper ballots by 2020. Such systems are intended to assure voters that their vote was recorded accurately. They also create a lasting record of "voter intent" that can be used for reliable recounts,

Now I agree with this and am happy to move back to paper ballots - But the entire reason we moved away from paper ballots was because of the 2000 elections where Florida used punch cards and political officers kept trying to argue over "partial punches", "dimpled chads" and "dangling chads" where they tried to reassess what the voter's INTENT was.

And, of course, let's not forget magical disappearing and appearing boxes of ballots.

Any system can be hacked but the electronic one is harder to track hacking than the good ol' traditional methods with paper ballots.

+
+

Re: (Score:3)

+
by Dare nMc ( 468959 )
+

Their have been academic papers proposing electronic system that would be safe, where you could verify that your vote was counted (IE received at the server.)

In theory with open software, hardware, and multiple servers (again all open source) we could have a very robust electronic voting system. This would require a large project likely done with universities, and it may even be similar to some bitcoin concepts.

The technology side is very solvable, getting the project started, past the politics, and accept

+
+
+
+

Key statement (Score:2, Insightful)

+
by Anonymous Coward
+

They key statement in the finding that most technology solutions fail to solve is this:

"Such systems are intended to *assure* voters that their vote was recorded accurately."

In the end, paper ballots may seem inefficient from a processing perspective, but that inefficiency becomes inherently difficult to tamper with and builds in systems for checks and recounts. The argument here is that blockchain is vulnerable before the data is stored in the blockchain, at the UI and the machine level, and blockchain th

+
+

Re: (Score:2)

+
by presidenteloco ( 659168 )
+

Blanket arguments against computer algorithms for secure voting (or secure anything) are illogical, emotional, and flawed.

People argue to the effect: Because many programs have been found to have a security flaw in either A) the algorithm mathematics and logical assumptions, or in B) the implementation, therefore ALL programs must have some flaw in A) or B) therefore there is no such thing is a secure computer program. That is just bullshit. It's incorrect, unsupported generalization from specific examples.

+
+

Re: (Score:2)

+
by presidenteloco ( 659168 )
+

Ok, there's a stupid bug in slashdot apparently, not including my less-than sign.

There. One bug.

What's up with that. Let me try again. Hmm. There was a less-than in there just to the left of this sentence. That's lame on slashdot software's part.

So you proved that ALL programs have bugs?

Didn't think so.

+
+
+
+
+

Paper ballots are by far the most secure solution (Score:4, Insightful)

+
by Seven Spirals ( 4924941 )
+

Gimme a break. Use paper. Computers will be better tools for tabulating and processing the votes after they are cast, but it's tough to beat paper for a recount. Even paper has it's flaws, but the hand waving crypto-bullshit is pathetic "Oh but this counter signature will detect if the previous initialization vector was properly zeroed inside of the S-Box" *rolls eyes*. KISS baby. Things don't get more secure by making them more complex and I can't think of any way to make something more complex than to introduce computers. Computers are great at some things, ideal for some tasks: not for voting. They suck at that.

+
+
+

paper ballots (Score:1)

+
by Anonymous Coward
+

The only way you can have some measure of accountability while keeping votes anonymous.

+
+
+

Or, for heaven's sake, you can just use paper (Score:3)

+
by mark-t ( 151149 )
+

Make a simple mark on a paper ballot indicating your vote, fold it, put it in a box.

done

Now theoretically you could bribe people who do the counting, but you'd have to bribe a *LOT* of people to make any kind of difference because each individual ballot box with the folded ballots contains but a tiny fraction of the number of votes, and nobody ever counts the ballots from more than one or sometimes two different boxes.

+
+
+

the real story (Score:2)

+
by slashmydots ( 2189826 )
+

Blockchains are perfect, right? WRONG. And also right. They are mathmatically flawless BUT if you outprocess the rest of the network, you can finalize a block with whatever the hell you want in it. You can form a block that says you own all bitcoins, all transactions put them in your wallet, and you're also the queen of England. The reason this "51% attack" doesn't happen it because that amount of processing power doesn't exist. That many ASICs don't exist on Earth. But let's set up a separate blockchain an

+
+

Re: (Score:2)

+
by Kaenneth ( 82978 )
+

Even with a 51% attack, the Bitcoin blockchain is filled with digital signatures; noone but your own nodes would accept the blocks, and you would only be 'fooling' yourself.

Electronic voting could only work if every citizen had their own private, secure, digital signature key. Which can't happen in the US because poor people can't afford them, and a certain party would never give anything for free, while the other would protect the poor.

+
+
+
+

+
+
+
+

Re: (Score:2)

+
by jwymanm ( 627857 )
+

This was the dumbest comment in the article. Obviously software methods exist to verify after the fact that what you saved is what you expected.

+
+
+
+

It's not how the vote was recorded... (Score:2)

+
by LynnwoodRooster ( 966895 )
+

> The report goes on to say that "Blockchains do not provide the anonymity often ascribed to them." It continues: "In the particular context of elections, voters need to be authorized as eligible to vote and as not having cast more than one ballot in the particular election.

It's who casts the vote. Before we even worry about Blockchain, we need to ensure people casting the ballots are legally eligible to vote. Guaranteeing a vote was cast is no more important than guaranteeing who cast the vote was eligible to actually cast that vote.

+
+
+

Paper ballots (Score:2)

+
by burtosis ( 1124179 )
+

Let me start out saying 100% electronic voting is going to be a disaster, triply so when done remotely and not at a secure voting machine. But what most people don't realize is we currently use unencrypted images of paper ballots in many states as backups. These are very insecure. Why not use paper ballots for the primary method, blockchain for the electronic backups? This ultimately seems far more secure than what we are doing now. We also could use open source machines and have audits at each polling

+
+
+ diff --git a/test/expected/SLASHDOT/0102640946 b/test/expected/SLASHDOT/0102640946 new file mode 100644 index 0000000..5fced27 --- /dev/null +++ b/test/expected/SLASHDOT/0102640946 @@ -0,0 +1,246 @@ + VALVE EXPLAINS HOW IT DECIDES WHO'S A 'STRAIGHT UP TROLL' + PUBLISHING VIDEO GAMES ON STEAM (VICE.COM) + + Thursday September 06, 2018 @11:30PM (BeauHD) + from the behind-the-scenes dept. + + o News link: https://games.slashdot.org/story/18/09/06/2146237/valve-explains-how-it-decides-whos-a-straight-up-troll-publishing-video-games-on-steam + o Source link: https://motherboard.vice.com/en_us/article/9kmej7/valve-it-really-does-seem-bad-games-are-made-by-bad-people + + + An anonymous reader quotes a report from Motherboard: + Wednesday, Valve, the company that operates the huge online + video game store Steam, shared more details about how it plans + to control and moderate the ever-increasing number of games + published on its platform. In the post published Wednesday, + Valve shared more details about how it determines what it + considers "outright trolling." "It is vague and we'll tell you + why," Valve wrote. "You're a denizen of the internet so you + know that trolls come in all forms. On Steam, some are simply + trying to rile people up with something we call 'a game shaped + object' (ie: a crudely made piece of software that technically + and just barely passes our bar as a functioning video game but + isn't what 99.9% of folks would say is "good.") Valve goes on + to explain that some trolls are trying to scam folks out of + their Steam inventory items (digital items that can be traded + for real money), while others are trying to generate a small + amount of money through a variety of schemes that have to do + with how developers use keys to unlock Steam games, while + others are trying to "incite and sow discord." "Trolls are + figuring out new ways to be loathsome as we write this," Valve + said. "But the thing these folks have in common is that they + aren't actually interested in good faith efforts to make and + sell games to you or anyone. When a developer's motives aren't + that, they're probably a troll." One interesting observation + Valve shares in the blog post is that it rarely bans + individual games from Steam, and more often bans developers + and/or publishers entirely. [...] Valve said that its review + process for determining that something may be a "troll game" + is a "deep assessment" that involves investigating who the + developer is, what they've done in the past, their behavior on + Steam as a developer, as a customer, their banking + information, developers they associate with, and more. + + + ** Just charge a $5K "listing fee" (Score:5, Interesting) + (by west ( 39918 )) + + + 98% of the total garbage disappears (as well as a few percent of + the good). Of course "not terribly good games" will still + appear, but it gets rid of the absolute garbage. + Or if people are appalled at paying to appear on Steam, allow + spending $10K for a Steam "check-mark of marketing", and allow + users to filter to show only check-marked games. + + ** + + ** Re: (Score:1) + (by Anonymous Coward) + + + "Choices"??? + Thirty-five (35) games were released on Steam today alone . + Go fuck yourself. + + + + ** Steam wants the garbage (Score:3) + (by rsilvergun ( 571051 )) + + + because there's no accounting for taste, and if you took away + garbage there'd be no Goat Simulator. As the saying goes, one + man's trash is another's treasure. + + Plus, a lot of good devs get their start making trash. + + ** Re: (Score:3) + (by AC-x ( 735297 )) + + + > because there's no accounting for taste, and if you took + > away garbage there'd be no Goat Simulator. As the saying + > goes, one man's trash is another's treasure. + I'm sorry, but anyone with a functioning brain would see + that infinitely more effort and polish has been put in to + games like Goat Simulator than any of those garbage "asset + flips" that litter the Steam store. + Yes the difference between a good and bad game is + subjective, but broken zero effort trash is much easier to + agree on... + + + + ** Re: (Score:2) + (by mentil ( 1748130 )) + + + Will never happen. There are way too many games like PUBG + that would've never become Steam hits if they had such a + policy. It only needs to be enough to make the trolls miss + it/lose out with their scams; $100 would likely be enough. + + + ** Re: (Score:2) + (by Escogido ( 884359 )) + + + Either would shut a lot of starting indie games developers + out of the system, thus preventing said developers and the + gaming industry in general from making future hits. + Basically, all new games are either essentially + reskins/clones of existing games, or trying new mechanics + and/or interactions, and sometimes (rarely) stories and + characters. Given the typical indie level production values + are garbage, in general, only the ones that try to innovate + actually do have some value for the industry. However, first + + + ** Best New Feature (Score:2) + (by Kunedog ( 1033226 )) + + + > A second set of changes was focused on improving how you can + > ignore things you're not interested in. In the past you've been + > able to ignore individual games or product types (like VR, or + > Early Access) you didn't want to see again. But now we've added + > ways for you to also easily ignore individual developers, + > publishers, and curators. + Imagine how much easier browsing Netflix would be if you could + filter out whole franchises and showrunners. Of course, that + might make it obvious how little on Netflix actually interests + you. + + ** Re: (Score:2, Funny) + (by Anonymous Coward) + + + Then they could charge a fee to shows that don't want to be + filtered by you + + ** Re: (Score:2) + (by Archfeld ( 6757 )) + + + Sounds like Amazon, and the Kindle Library. No matter what + you search, every 7th listing is a 'Sponsored' listing, + and even if you specify a particular author or absolute + title, you always get 10 or 12 additional 'bonus' items + listed. + + + + ** Early Access Garbage and abandonment (Score:2) + (by shendar ( 674986 )) + + + How about if a developer starts a EA Project and walks away + (takes forever with no progress) they are banned from further + EA? How about if they are banned from the store entirely? + + ** Re: (Score:3) + (by AC-x ( 735297 )) + + + I'm sure the type of developer who does that would simply + abandon their old label and create a new developer account to + carry on. + + + ** Re: (Score:2) + (by mentil ( 1748130 )) + + + "I'm sick of development, so here's version '1.0'." + Also define 'forever' in a timescale that doesn't apply to + Notch, Rockstar or Valve. + + ** Re: (Score:2) + (by Calydor ( 739835 )) + + + Wait. I see what you did there. + You mentioned three developers. + CONFIRMED: Half-Life 3 is being produced by Notch and + Rockstar! + + + + ** Great Yet Another Meaning For Troll (Score:1) + (by Crashmarik ( 635988 )) + + + Already May well be the most overloaded operator in the English + language. As it seems to mean anything anyone anywhere takes + objection to, or otherwise makes them feel bad. + + ** Re: Great Yet Another Meaning For Troll (Score:2) + (by Nidi62 ( 1525137 )) + + + The troll in me wants to say that "nazi" probably has "troll" + beat ;) + + + ** + + ** Re: (Score:2) + (by tepples ( 727027 )) + + + Furthermore, unlike console and mobile platforms, Steam has + very little switching cost. An end user can always just up + and switch to Itch or Origin or GOG or Humble or wherever + else. + + + ** Steam's progression (Score:3) + (by Luckyo ( 1726890 )) + + + So Steam started as "shove it down their throats" Counter Strike + 1.6 launcher. Evolved into highly curated game store over about + a decade. + Then decided to suddenly drop all curation and allow anything + and everything on the platform. Got flooded with garbage. Added + weird "meta gaming" shit like trading cards. Got games that + literally existed just to allow people to get cards. Allowed + some trading and other meta gaming of the system. Even got + pressured by some SJW types to drop politically controversial + games like Hatred and even had their recent porn games brouhaha. + And now, they're doing this. I guess there's just too much + pressure from all directions, and they really just decided that + no, we're not bending to various pressure groups, and instead + just making sure that asset flips and such are not on the store. + If true, good on them. + + ** Early Access (Score:2) + (by tylersoze ( 789256 )) + + + Eh, all I really want from Valve is a filter that blocks all + "Early Access" games from ever appearing, as I'm browsing for + games on their web site. + + diff --git a/test/expected/SLASHDOT/0102640946.header b/test/expected/SLASHDOT/0102640946.header new file mode 100644 index 0000000..ef1f276 --- /dev/null +++ b/test/expected/SLASHDOT/0102640946.header @@ -0,0 +1,37 @@ +0Valve Explains How It Decides Who's a 'Straight Up Troll' Publishing Video Games On Steam (vice.com) null/SLASHDOT/0102640946 70 +i Thursday September 06, 2018 @11:30PM (BeauHD) +i from the behind-the-scenes dept. +i +i An anonymous reader quotes a report from Motherboard: +i Wednesday, Valve, the company that operates the huge online +i video game store Steam, shared more details about how it plans +i to control and moderate the ever-increasing number of games +i published on its platform. In the post published Wednesday, +i Valve shared more details about how it determines what it +i considers "outright trolling." "It is vague and we'll tell you +i why," Valve wrote. "You're a denizen of the internet so you +i know that trolls come in all forms. On Steam, some are simply +i trying to rile people up with something we call 'a game shaped +i object' (ie: a crudely made piece of software that technically +i and just barely passes our bar as a functioning video game but +i isn't what 99.9% of folks would say is "good.") Valve goes on +i to explain that some trolls are trying to scam folks out of +i their Steam inventory items (digital items that can be traded +i for real money), while others are trying to generate a small +i amount of money through a variety of schemes that have to do +i with how developers use keys to unlock Steam games, while +i others are trying to "incite and sow discord." "Trolls are +i figuring out new ways to be loathsome as we write this," Valve +i said. "But the thing these folks have in common is that they +i aren't actually interested in good faith efforts to make and +i sell games to you or anyone. When a developer's motives aren't +i that, they're probably a troll." One interesting observation +i Valve shares in the blog post is that it rarely bans +i individual games from Steam, and more often bans developers +i and/or publishers entirely. [...] Valve said that its review +i process for determining that something may be a "troll game" +i is a "deep assessment" that involves investigating who the +i developer is, what they've done in the past, their behavior on +i Steam as a developer, as a customer, their banking +i information, developers they associate with, and more. +i diff --git a/test/expected/SLASHDOT/0102640946.header.html b/test/expected/SLASHDOT/0102640946.header.html new file mode 100644 index 0000000..be1df65 --- /dev/null +++ b/test/expected/SLASHDOT/0102640946.header.html @@ -0,0 +1,21 @@ + + + + + + + + +
+

Valve Explains How It Decides Who's a 'Straight Up Troll' Publishing Video Games On Steam (vice.com)

+
(Thursday September 06, 2018 @11:30PM (BeauHD) +from the behind-the-scenes dept.)
+
+
+ An anonymous reader quotes a report from Motherboard: Wednesday, Valve, the company that operates the huge online video game store Steam, shared more details about how it plans to control and moderate the ever-increasing number of games published on its platform. In the post published Wednesday, Valve shared more details about how it determines what it considers "outright trolling." "It is vague and we'll tell you why," Valve wrote. "You're a denizen of the internet so you know that trolls come in all forms. On Steam, some are simply trying to rile people up with something we call 'a game shaped object' (ie: a crudely made piece of software that technically and just barely passes our bar as a functioning video game but isn't what 99.9% of folks would say is "good.") Valve goes on to explain that some trolls are trying to scam folks out of their Steam inventory items (digital items that can be traded for real money), while others are trying to generate a small amount of money through a variety of schemes that have to do with how developers use keys to unlock Steam games, while others are trying to "incite and sow discord." "Trolls are figuring out new ways to be loathsome as we write this," Valve said. "But the thing these folks have in common is that they aren't actually interested in good faith efforts to make and sell games to you or anyone. When a developer's motives aren't that, they're probably a troll." One interesting observation Valve shares in the blog post is that it rarely bans individual games from Steam, and more often bans developers and/or publishers entirely. [...] Valve said that its review process for determining that something may be a "troll game" is a "deep assessment" that involves investigating who the developer is, what they've done in the past, their behavior on Steam as a developer, as a customer, their banking information, developers they associate with, and more. +
+
+
+ diff --git a/test/expected/SLASHDOT/0102640946.html b/test/expected/SLASHDOT/0102640946.html new file mode 100644 index 0000000..daf01bd --- /dev/null +++ b/test/expected/SLASHDOT/0102640946.html @@ -0,0 +1,126 @@ + + + + + + + + +
+

Valve Explains How It Decides Who's a 'Straight Up Troll' Publishing Video Games On Steam (vice.com)

+
(Thursday September 06, 2018 @11:30PM (BeauHD) +from the behind-the-scenes dept.)
+
+ +
+
+ An anonymous reader quotes a report from Motherboard: Wednesday, Valve, the company that operates the huge online video game store Steam, shared more details about how it plans to control and moderate the ever-increasing number of games published on its platform. In the post published Wednesday, Valve shared more details about how it determines what it considers "outright trolling." "It is vague and we'll tell you why," Valve wrote. "You're a denizen of the internet so you know that trolls come in all forms. On Steam, some are simply trying to rile people up with something we call 'a game shaped object' (ie: a crudely made piece of software that technically and just barely passes our bar as a functioning video game but isn't what 99.9% of folks would say is "good.") Valve goes on to explain that some trolls are trying to scam folks out of their Steam inventory items (digital items that can be traded for real money), while others are trying to generate a small amount of money through a variety of schemes that have to do with how developers use keys to unlock Steam games, while others are trying to "incite and sow discord." "Trolls are figuring out new ways to be loathsome as we write this," Valve said. "But the thing these folks have in common is that they aren't actually interested in good faith efforts to make and sell games to you or anyone. When a developer's motives aren't that, they're probably a troll." One interesting observation Valve shares in the blog post is that it rarely bans individual games from Steam, and more often bans developers and/or publishers entirely. [...] Valve said that its review process for determining that something may be a "troll game" is a "deep assessment" that involves investigating who the developer is, what they've done in the past, their behavior on Steam as a developer, as a customer, their banking information, developers they associate with, and more. +
+
+
+

Just charge a $5K "listing fee" (Score:5, Interesting)

+
by west ( 39918 )
+

98% of the total garbage disappears (as well as a few percent of the good). Of course "not terribly good games" will still appear, but it gets rid of the absolute garbage.

Or if people are appalled at paying to appear on Steam, allow spending $10K for a Steam "check-mark of marketing", and allow users to filter to show only check-marked games.

+
+

+
+
+
+

Re: (Score:1)

+
by Anonymous Coward
+

"Choices"???

Thirty-five (35) games were released on Steam today alone .

Go fuck yourself.

+
+
+
+

Steam wants the garbage (Score:3)

+
by rsilvergun ( 571051 )
+

because there's no accounting for taste, and if you took away garbage there'd be no Goat Simulator. As the saying goes, one man's trash is another's treasure.

Plus, a lot of good devs get their start making trash.

+
+

Re: (Score:3)

+
by AC-x ( 735297 )
+

> because there's no accounting for taste, and if you took away garbage there'd be no Goat Simulator. As the saying goes, one man's trash is another's treasure.

I'm sorry, but anyone with a functioning brain would see that infinitely more effort and polish has been put in to games like Goat Simulator than any of those garbage "asset flips" that litter the Steam store.

Yes the difference between a good and bad game is subjective, but broken zero effort trash is much easier to agree on...

+
+
+
+

Re: (Score:2)

+
by mentil ( 1748130 )
+

Will never happen. There are way too many games like PUBG that would've never become Steam hits if they had such a policy. It only needs to be enough to make the trolls miss it/lose out with their scams; $100 would likely be enough.

+
+
+

Re: (Score:2)

+
by Escogido ( 884359 )
+

Either would shut a lot of starting indie games developers out of the system, thus preventing said developers and the gaming industry in general from making future hits. Basically, all new games are either essentially reskins/clones of existing games, or trying new mechanics and/or interactions, and sometimes (rarely) stories and characters. Given the typical indie level production values are garbage, in general, only the ones that try to innovate actually do have some value for the industry. However, first

+
+
+
+

Best New Feature (Score:2)

+
by Kunedog ( 1033226 )
+

> A second set of changes was focused on improving how you can ignore things you're not interested in. In the past you've been able to ignore individual games or product types (like VR, or Early Access) you didn't want to see again. But now we've added ways for you to also easily ignore individual developers, publishers, and curators.

Imagine how much easier browsing Netflix would be if you could filter out whole franchises and showrunners. Of course, that might make it obvious how little on Netflix actually interests you.

+
+

Re: (Score:2, Funny)

+
by Anonymous Coward
+

Then they could charge a fee to shows that don't want to be filtered by you

+
+

Re: (Score:2)

+
by Archfeld ( 6757 )
+

Sounds like Amazon, and the Kindle Library. No matter what you search, every 7th listing is a 'Sponsored' listing, and even if you specify a particular author or absolute title, you always get 10 or 12 additional 'bonus' items listed.

+
+
+
+
+

Early Access Garbage and abandonment (Score:2)

+
by shendar ( 674986 )
+

How about if a developer starts a EA Project and walks away (takes forever with no progress) they are banned from further EA? How about if they are banned from the store entirely?

+
+

Re: (Score:3)

+
by AC-x ( 735297 )
+

I'm sure the type of developer who does that would simply abandon their old label and create a new developer account to carry on.

+
+
+

Re: (Score:2)

+
by mentil ( 1748130 )
+

"I'm sick of development, so here's version '1.0'."

Also define 'forever' in a timescale that doesn't apply to Notch, Rockstar or Valve.

+
+

Re: (Score:2)

+
by Calydor ( 739835 )
+

Wait. I see what you did there.

You mentioned three developers.

CONFIRMED: Half-Life 3 is being produced by Notch and Rockstar!

+
+
+
+
+

Great Yet Another Meaning For Troll (Score:1)

+
by Crashmarik ( 635988 )
+

Already May well be the most overloaded operator in the English language. As it seems to mean anything anyone anywhere takes objection to, or otherwise makes them feel bad.

+
+

Re: Great Yet Another Meaning For Troll (Score:2)

+
by Nidi62 ( 1525137 )
+

The troll in me wants to say that "nazi" probably has "troll" beat ;)

+
+
+
+

+
+
+
+

Re: (Score:2)

+
by tepples ( 727027 )
+

Furthermore, unlike console and mobile platforms, Steam has very little switching cost. An end user can always just up and switch to Itch or Origin or GOG or Humble or wherever else.

+
+
+
+

Steam's progression (Score:3)

+
by Luckyo ( 1726890 )
+

So Steam started as "shove it down their throats" Counter Strike 1.6 launcher. Evolved into highly curated game store over about a decade.

Then decided to suddenly drop all curation and allow anything and everything on the platform. Got flooded with garbage. Added weird "meta gaming" shit like trading cards. Got games that literally existed just to allow people to get cards. Allowed some trading and other meta gaming of the system. Even got pressured by some SJW types to drop politically controversial games like Hatred and even had their recent porn games brouhaha.

And now, they're doing this. I guess there's just too much pressure from all directions, and they really just decided that no, we're not bending to various pressure groups, and instead just making sure that asset flips and such are not on the store. If true, good on them.

+
+
+

Early Access (Score:2)

+
by tylersoze ( 789256 )
+

Eh, all I really want from Valve is a filter that blocks all "Early Access" games from ever appearing, as I'm browsing for games on their web site.

+
+
+ diff --git a/test/expected/SLASHDOT/0102641010 b/test/expected/SLASHDOT/0102641010 new file mode 100644 index 0000000..fcd0c4e --- /dev/null +++ b/test/expected/SLASHDOT/0102641010 @@ -0,0 +1,216 @@ + STUDY FINDS PROBIOTICS 'NOT AS BENEFICIAL FOR GUT HEALTH AS + PREVIOUSLY THOUGHT' (THEGUARDIAN.COM) + + Thursday September 06, 2018 @11:30PM (BeauHD) + from the contrary-to-popular-belief dept. + + o News link: https://science.slashdot.org/story/18/09/06/2153223/study-finds-probiotics-not-as-beneficial-for-gut-health-as-previously-thought + o Source link: https://www.theguardian.com/science/2018/sep/06/probiotics-not-as-beneficial-for-gut-health-as-previously-thought + + + An anonymous reader quotes a report from The Guardian: The gut + microbiome is the sum total of all the micro-organisms living + in a person's gut, and has been shown to play a huge role in + human health. New research has found probiotics -- usually + taken as supplements or in foods such as yoghurt, kimchi or + kefir -- can hinder a patient's gut microbiome from returning + to normal after a course of antibiotics, and that different + people respond to probiotics in dramatically different ways. + In the first of two papers published in the journal Cell, + researchers performed endoscopies and colonoscopies to sample + and study the gut microbiomes of people who took antibiotics + before and after probiotic consumption. Another group were + given samples of their own gut microbiomes collected before + consuming antibiotics. The researchers found the microbiomes + of those who had taken the probiotics had suffered a "very + severe disturbance." "Once the probiotics had colonized the + gut, they completely inhibited the return of the indigenous + microbiome which was disrupted during antibiotic treatment," + said Eran Elinav, an immunologist at the Weizmann Institute of + Science in Israel and lead author on the studies. The + scientists also compared the gut microbiomes of the gut + intestinal tract of 25 volunteers with that of their stools. + They found that stool bacteria only partially correlated with + the microbiomes functioning inside their bodies. "So the fact + that we all almost exclusively rely on stool in our microbiome + research may not be a reliable way of studying gut microbiome + health," said Elinav. In the second paper, the researchers + examined the colonization and impact of probiotics on 15 + people by sampling within their gastrointestinal tract. They + divided the individuals into two groups: one were given a + preparation made of 11 strains of very commonly used + probiotics and the other were given a placebo. Of those who + were given probiotics, he said, "We could group the + individuals into two distinct groups: one which resisted the + colonisation of the probiotics, and one in which the + probiotics colonized the gut and modified the composition of + the gut microbiome and the genes of the host individual." + + + ** + + ** Re: (Score:2) + (by jblues ( 1703158 )) + + + Bacteria are are naturally present in raw fruit and + vegetables and naturally fermented foods, including naturally + fermented bread. Most cold climate cultures relied on + fermented vegetables to get them through the winter. Salt + fermentation of raw vegetables allows the lactobacillus + bacterias to proliferate. Almost all of the sugars are + consumed, however most of the rest of nutritional profile is + intact, including the vitamin C. In some cases the + nutritional profile is enhanced. This is why viking sailors + di + + + ** Bitter sweet (Score:3, Informative) + (by Anonymous Coward) + + + Been saying this for years. I get some people have IBS but the + reliance on things like yogurt is crazy. + Fun little tip for a stomach ache - saliva. Let it build in your + mouth (without water) and swallow in one gulp. Not only does it + give your mouth a natural way to break down any bateria / sugar, + but helps to calm your gut. Mouthwash is the nuclear option. + So much of how your body functions comes down to diet. It's + interesting they do not go into what foods were consumed. + + ** + + ** Re: (Score:3) + (by omnichad ( 1198475 )) + + + The "S" stands for syndrome, which identifies it as a + collection of symptoms and not a disease. It's a diagnosis + only in that there are good ways to treat the symptoms + even when you don't understand the root cause fully. + + + + ** I guess it's back to (Score:2) + (by bobstreo ( 1320787 )) + + + shit transplants for the health crazed. /s + Seriously, is anything really good or really bad for you in + moderation? + + ** Don't take probiotic pills (Score:5, Insightful) + (by PopeRatzo ( 965947 )) + + + Don't waste your money on probiotic capsules. If you want to try + to increase the amount or variety of bacteria in your guts, + there are tons of delicious foods that are chock full of + probiotics. Olives, pickles, fermented meats like the Italian + delicacy soprasetta (which might be the tastiest thing ever + invented by humans). Kimchi is also good, but it will make you + smell bad, so if you're single, you might want to go easy on the + kimchi. + Also, if you use vinegar on salads, try getting some of that + good cider vinegar that still has the "mother" in it. Shake the + bottle and use like any other vinegar. And of course, yogurt, + kefir, that kind of stuff is delicious too. + I'm not crazy about kombucha. It's a big fad now and there are + places here in California that have kombucha on tap, but it's + not really to my taste. Some people swear by it. I notice that + now when you buy it in the store, they ask for an ID since + there's a small amount of alcohol in it. + Also, alcohol is not really good for your gut bacteria, but + there are more important things in life than gut bacteria, you + know? Just eat a lot of different kinds of food and you'll end + up with good gut bacteria without even trying. + + ** Re: Don't take probiotic pills (Score:3) + (by ljw1004 ( 764174 )) + + + Why would you advise people on natural sources of probiotics + - in response to an article which said that they're either + ineffectual or actually bad? + + ** Re: (Score:2) + (by omnichad ( 1198475 )) + + + They likely contain a lot more biodiversity vs. a + monoculture or handful of strains in probiotic + supplements. And they would still probably be ineffectual + most of the time, except after antibiotic use. This study + doesn't cover any of that. Of course if you're trying to + feed the microbiome you already have, eating unfermented + vegetables makes more sense as they still have the complex + sugars like oligosaccharides, fructans and so on that + would feed it. That depends on whether you are + repopulating after an + + + ** Re: (Score:2) + (by PopeRatzo ( 965947 )) + + + > Why would you advise people on natural sources of + > probiotics - in response to an article which said that + > they're either ineffectual or actually bad? + Because on the high probability that this new "study" + actually gets overturned by future research, I want people + to know they can eat delicious healthy food. + Remember when fats were bad? And coffee? And wine was good + for you? And eggs were bad for you? And low-fat diets were + good for losing weight? + And chocolate was bad for you? Do you need me to go on? + When + + + + ** Makes sense to me. (Score:5, Informative) + (by Vegan Cyclist ( 1650427 )) + + + Most probiotics are a pretty small range of bacteria, and I + don't know if I've ever seen anywhere that confirms these are + actually the ones we want on a large scale...especially when + some supplements have pretty large doses of these. + From all the reading I've done it seems the best direction will + be to focus on prebiotics, aka the foods that the microbiome + thrives on, which is typically fibrous vegetable matter. Feed + the good ones you've got (rather than trying to implant others), + and you'll probably be better off. + + ** This study is done by morons (Score:2) + (by gurps_npc ( 621217 )) + + + What idiot thinks that if you give pills of a specific biome you + will get something BESIDES that specific biome???? Look, if you + take probiotic pills, you are replacing your normal biome WITH + the biome of the pills. + That was the presumed GOAL of taking the pills. The fact that + your biome change is the thing you were trying to do, that's why + you take the pills. + If you have a blue car, and then paint it with red paint you are + an idiot if you complain that the car is no longer red. + There are lots of good reas + + ** Re: (Score:2) + (by omnichad ( 1198475 )) + + + > Look, if you take probiotic pills, you are replacing your + > normal biome WITH the biome of the pills. + The study concluded the opposite (in all cases except with + antibiotic use). And the results are surprising. What it + sounds like is happening is that all of the bacteria in the + probiotic compete for food with the biofilm in your + intestines. However, the probiotic has no way to supplant the + biofilm - that's a protective layer that keeps out competing + bacteria. It just starves the resident population a little + bit as it passes on through. Either way, more or less none of + it stays behind and it all leaves t + + + diff --git a/test/expected/SLASHDOT/0102641010.header b/test/expected/SLASHDOT/0102641010.header new file mode 100644 index 0000000..daab165 --- /dev/null +++ b/test/expected/SLASHDOT/0102641010.header @@ -0,0 +1,42 @@ +0Study Finds Probiotics 'Not As Beneficial For Gut Health As Previously Thought' (theguardian.com) null/SLASHDOT/0102641010 70 +i Thursday September 06, 2018 @11:30PM (BeauHD) +i from the contrary-to-popular-belief dept. +i +i An anonymous reader quotes a report from The Guardian: The gut +i microbiome is the sum total of all the micro-organisms living +i in a person's gut, and has been shown to play a huge role in +i human health. New research has found probiotics -- usually +i taken as supplements or in foods such as yoghurt, kimchi or +i kefir -- can hinder a patient's gut microbiome from returning +i to normal after a course of antibiotics, and that different +i people respond to probiotics in dramatically different ways. +i In the first of two papers published in the journal Cell, +i researchers performed endoscopies and colonoscopies to sample +i and study the gut microbiomes of people who took antibiotics +i before and after probiotic consumption. Another group were +i given samples of their own gut microbiomes collected before +i consuming antibiotics. The researchers found the microbiomes +i of those who had taken the probiotics had suffered a "very +i severe disturbance." "Once the probiotics had colonized the +i gut, they completely inhibited the return of the indigenous +i microbiome which was disrupted during antibiotic treatment," +i said Eran Elinav, an immunologist at the Weizmann Institute of +i Science in Israel and lead author on the studies. The +i scientists also compared the gut microbiomes of the gut +i intestinal tract of 25 volunteers with that of their stools. +i They found that stool bacteria only partially correlated with +i the microbiomes functioning inside their bodies. "So the fact +i that we all almost exclusively rely on stool in our microbiome +i research may not be a reliable way of studying gut microbiome +i health," said Elinav. In the second paper, the researchers +i examined the colonization and impact of probiotics on 15 +i people by sampling within their gastrointestinal tract. They +i divided the individuals into two groups: one were given a +i preparation made of 11 strains of very commonly used +i probiotics and the other were given a placebo. Of those who +i were given probiotics, he said, "We could group the +i individuals into two distinct groups: one which resisted the +i colonisation of the probiotics, and one in which the +i probiotics colonized the gut and modified the composition of +i the gut microbiome and the genes of the host individual." +i diff --git a/test/expected/SLASHDOT/0102641010.header.html b/test/expected/SLASHDOT/0102641010.header.html new file mode 100644 index 0000000..793a5a9 --- /dev/null +++ b/test/expected/SLASHDOT/0102641010.header.html @@ -0,0 +1,21 @@ + + + + + + + + +
+

Study Finds Probiotics 'Not As Beneficial For Gut Health As Previously Thought' (theguardian.com)

+
(Thursday September 06, 2018 @11:30PM (BeauHD) +from the contrary-to-popular-belief dept.)
+
+
+ An anonymous reader quotes a report from The Guardian: The gut microbiome is the sum total of all the micro-organisms living in a person's gut, and has been shown to play a huge role in human health. New research has found probiotics -- usually taken as supplements or in foods such as yoghurt, kimchi or kefir -- can hinder a patient's gut microbiome from returning to normal after a course of antibiotics, and that different people respond to probiotics in dramatically different ways. In the first of two papers published in the journal Cell, researchers performed endoscopies and colonoscopies to sample and study the gut microbiomes of people who took antibiotics before and after probiotic consumption. Another group were given samples of their own gut microbiomes collected before consuming antibiotics. The researchers found the microbiomes of those who had taken the probiotics had suffered a "very severe disturbance." "Once the probiotics had colonized the gut, they completely inhibited the return of the indigenous microbiome which was disrupted during antibiotic treatment," said Eran Elinav, an immunologist at the Weizmann Institute of Science in Israel and lead author on the studies. The scientists also compared the gut microbiomes of the gut intestinal tract of 25 volunteers with that of their stools. They found that stool bacteria only partially correlated with the microbiomes functioning inside their bodies. "So the fact that we all almost exclusively rely on stool in our microbiome research may not be a reliable way of studying gut microbiome health," said Elinav. In the second paper, the researchers examined the colonization and impact of probiotics on 15 people by sampling within their gastrointestinal tract. They divided the individuals into two groups: one were given a preparation made of 11 strains of very commonly used probiotics and the other were given a placebo. Of those who were given probiotics, he said, "We could group the individuals into two distinct groups: one which resisted the colonisation of the probiotics, and one in which the probiotics colonized the gut and modified the composition of the gut microbiome and the genes of the host individual." +
+
+
+ diff --git a/test/expected/SLASHDOT/0102641010.html b/test/expected/SLASHDOT/0102641010.html new file mode 100644 index 0000000..38d3b5d --- /dev/null +++ b/test/expected/SLASHDOT/0102641010.html @@ -0,0 +1,91 @@ + + + + + + + + +
+

Study Finds Probiotics 'Not As Beneficial For Gut Health As Previously Thought' (theguardian.com)

+
(Thursday September 06, 2018 @11:30PM (BeauHD) +from the contrary-to-popular-belief dept.)
+
+ +
+
+ An anonymous reader quotes a report from The Guardian: The gut microbiome is the sum total of all the micro-organisms living in a person's gut, and has been shown to play a huge role in human health. New research has found probiotics -- usually taken as supplements or in foods such as yoghurt, kimchi or kefir -- can hinder a patient's gut microbiome from returning to normal after a course of antibiotics, and that different people respond to probiotics in dramatically different ways. In the first of two papers published in the journal Cell, researchers performed endoscopies and colonoscopies to sample and study the gut microbiomes of people who took antibiotics before and after probiotic consumption. Another group were given samples of their own gut microbiomes collected before consuming antibiotics. The researchers found the microbiomes of those who had taken the probiotics had suffered a "very severe disturbance." "Once the probiotics had colonized the gut, they completely inhibited the return of the indigenous microbiome which was disrupted during antibiotic treatment," said Eran Elinav, an immunologist at the Weizmann Institute of Science in Israel and lead author on the studies. The scientists also compared the gut microbiomes of the gut intestinal tract of 25 volunteers with that of their stools. They found that stool bacteria only partially correlated with the microbiomes functioning inside their bodies. "So the fact that we all almost exclusively rely on stool in our microbiome research may not be a reliable way of studying gut microbiome health," said Elinav. In the second paper, the researchers examined the colonization and impact of probiotics on 15 people by sampling within their gastrointestinal tract. They divided the individuals into two groups: one were given a preparation made of 11 strains of very commonly used probiotics and the other were given a placebo. Of those who were given probiotics, he said, "We could group the individuals into two distinct groups: one which resisted the colonisation of the probiotics, and one in which the probiotics colonized the gut and modified the composition of the gut microbiome and the genes of the host individual." +
+
+
+

+
+
+
+

Re: (Score:2)

+
by jblues ( 1703158 )
+

Bacteria are are naturally present in raw fruit and vegetables and naturally fermented foods, including naturally fermented bread. Most cold climate cultures relied on fermented vegetables to get them through the winter. Salt fermentation of raw vegetables allows the lactobacillus bacterias to proliferate. Almost all of the sugars are consumed, however most of the rest of nutritional profile is intact, including the vitamin C. In some cases the nutritional profile is enhanced. This is why viking sailors di

+
+
+
+

Bitter sweet (Score:3, Informative)

+
by Anonymous Coward
+

Been saying this for years. I get some people have IBS but the reliance on things like yogurt is crazy.

Fun little tip for a stomach ache - saliva. Let it build in your mouth (without water) and swallow in one gulp. Not only does it give your mouth a natural way to break down any bateria / sugar, but helps to calm your gut. Mouthwash is the nuclear option.

So much of how your body functions comes down to diet. It's interesting they do not go into what foods were consumed.

+
+

+
+
+
+

Re: (Score:3)

+
by omnichad ( 1198475 )
+

The "S" stands for syndrome, which identifies it as a collection of symptoms and not a disease. It's a diagnosis only in that there are good ways to treat the symptoms even when you don't understand the root cause fully.

+
+
+
+
+

I guess it's back to (Score:2)

+
by bobstreo ( 1320787 )
+

shit transplants for the health crazed. /s

Seriously, is anything really good or really bad for you in moderation?

+
+
+

Don't take probiotic pills (Score:5, Insightful)

+
by PopeRatzo ( 965947 )
+

Don't waste your money on probiotic capsules. If you want to try to increase the amount or variety of bacteria in your guts, there are tons of delicious foods that are chock full of probiotics. Olives, pickles, fermented meats like the Italian delicacy soprasetta (which might be the tastiest thing ever invented by humans). Kimchi is also good, but it will make you smell bad, so if you're single, you might want to go easy on the kimchi.

Also, if you use vinegar on salads, try getting some of that good cider vinegar that still has the "mother" in it. Shake the bottle and use like any other vinegar. And of course, yogurt, kefir, that kind of stuff is delicious too.

I'm not crazy about kombucha. It's a big fad now and there are places here in California that have kombucha on tap, but it's not really to my taste. Some people swear by it. I notice that now when you buy it in the store, they ask for an ID since there's a small amount of alcohol in it.

Also, alcohol is not really good for your gut bacteria, but there are more important things in life than gut bacteria, you know? Just eat a lot of different kinds of food and you'll end up with good gut bacteria without even trying.

+
+

Re: Don't take probiotic pills (Score:3)

+
by ljw1004 ( 764174 )
+

Why would you advise people on natural sources of probiotics - in response to an article which said that they're either ineffectual or actually bad?

+
+

Re: (Score:2)

+
by omnichad ( 1198475 )
+

They likely contain a lot more biodiversity vs. a monoculture or handful of strains in probiotic supplements. And they would still probably be ineffectual most of the time, except after antibiotic use. This study doesn't cover any of that. Of course if you're trying to feed the microbiome you already have, eating unfermented vegetables makes more sense as they still have the complex sugars like oligosaccharides, fructans and so on that would feed it. That depends on whether you are repopulating after an

+
+
+

Re: (Score:2)

+
by PopeRatzo ( 965947 )
+

> Why would you advise people on natural sources of probiotics - in response to an article which said that they're either ineffectual or actually bad?

Because on the high probability that this new "study" actually gets overturned by future research, I want people to know they can eat delicious healthy food.

Remember when fats were bad? And coffee? And wine was good for you? And eggs were bad for you? And low-fat diets were good for losing weight?

And chocolate was bad for you? Do you need me to go on? When

+
+
+
+
+

Makes sense to me. (Score:5, Informative)

+
by Vegan Cyclist ( 1650427 )
+

Most probiotics are a pretty small range of bacteria, and I don't know if I've ever seen anywhere that confirms these are actually the ones we want on a large scale...especially when some supplements have pretty large doses of these.

From all the reading I've done it seems the best direction will be to focus on prebiotics, aka the foods that the microbiome thrives on, which is typically fibrous vegetable matter. Feed the good ones you've got (rather than trying to implant others), and you'll probably be better off.

+
+
+

This study is done by morons (Score:2)

+
by gurps_npc ( 621217 )
+

What idiot thinks that if you give pills of a specific biome you will get something BESIDES that specific biome???? Look, if you take probiotic pills, you are replacing your normal biome WITH the biome of the pills.

That was the presumed GOAL of taking the pills. The fact that your biome change is the thing you were trying to do, that's why you take the pills.

If you have a blue car, and then paint it with red paint you are an idiot if you complain that the car is no longer red.

There are lots of good reas

+
+

Re: (Score:2)

+
by omnichad ( 1198475 )
+

> Look, if you take probiotic pills, you are replacing your normal biome WITH the biome of the pills.

The study concluded the opposite (in all cases except with antibiotic use). And the results are surprising. What it sounds like is happening is that all of the bacteria in the probiotic compete for food with the biofilm in your intestines. However, the probiotic has no way to supplant the biofilm - that's a protective layer that keeps out competing bacteria. It just starves the resident population a little bit as it passes on through. Either way, more or less none of it stays behind and it all leaves t

+
+
+
+ diff --git a/test/expected/SLASHDOT/0102641672 b/test/expected/SLASHDOT/0102641672 new file mode 100644 index 0000000..3de9aca --- /dev/null +++ b/test/expected/SLASHDOT/0102641672 @@ -0,0 +1,265 @@ + ICELANDERS SEEK TO KEEP REMOTE NORDIC PENINSULA DIGITAL-FREE + (APNEWS.COM) + + Thursday September 06, 2018 @11:30PM (BeauHD) + from the no-cellphones-allowed dept. + + o News link: https://mobile.slashdot.org/story/18/09/06/235254/icelanders-seek-to-keep-remote-nordic-peninsula-digital-free + o Source link: https://www.apnews.com/71cdfb7b1c2245069a6f681f8b8f906f/Wired-Icelanders-seek-to-keep-remote-peninsula-digital-free + + + Hikers, park rangers, and summer residents of Iceland's + northernmost peninsula are seeking to keep the area free from + internet service, worrying that all that comes with it "will + destroy a way of life that depends on the absence of [email, + news, and social media]," reports the Associated Press. "The + area has long resisted cell towers, but commercial initiatives + could take the decision out of Icelanders' hands and push + Hornstrandir across the digital divide." From the report: + Despite or because of its remoteness, Iceland ranks first on a + U.N. index comparing nations by information technology use, + with roughly 98 percent of the population using the internet. + Among adults, 93 percent report having Facebook accounts and + two-thirds are Snapchat users, according to pollster MMR. Many + people who live in northwestern Iceland or visit as outdoor + enthusiasts want Hornstrandir's 570 square kilometers (220 + square miles), which accounts for 0.6 percent of Iceland's + land mass, to be declared a "digital-free zone." The idea + hasn't coalesced into a petition or formal campaign, so what + it would require or prohibit hasn't been fleshed out. The last + full-time resident of the rugged area moved away in 1952 -- it + never was an easy place to farm -- but many descendants have + turned family farmsteads into summer getaways. Northwest + Iceland's representative, Halla Signy Kristjansdottir, is in + favor of adding cell towers for the safety of sailors and + travelers in the area. "I don't see anything romantic about + lying on the ground with a broken thigh bone and no cellphone + signal," Kristjansdottir said in an interview. + + + ** Yeah it's real annoying (Score:3, Insightful) + (by Crashmarik ( 635988 )) + + + You're out in the wilderness and somebody's WiFi is screwing up + the colors of the forest and making everything look strange, + while the cell towers are driving the wildlife nuts. / sarcasm + I'd love to hear these people justify how this in anyway + diminishes them. + + ** Because people no longer have self discipline? (Score:3) + (by thesupraman ( 179040 )) + + + Because they CAN get Farcebook, I guess they Must get + Farcebook. + I mean, you would think they could just choose to turn off + their devices, not bring a charger, whatever. + Although knowing people from such areas, I suspect it is more + about giving one big finger to 'thems city folks' (even if + most of these people live in the cit\y most of the time). + Anyway, good on them for caring, but good luck in keeping + such things out. The safety point is also quite valid. + + ** Re: (Score:3, Interesting) + (by ShanghaiBill ( 739463 )) + + + > I mean, you would think they could just choose to turn off + > their devices + They don't want to just stop using Facebook, they want + their NEIGHBORS to stop using it too. + This isn't about self-control. It is about controlling + others, which is a near universal human desire. + + + ** Re: (Score:3) + (by e3m4n ( 947977 )) + + + exactly. I just posted a more descriptive explanation of + that very thing a thread above this one. Sometimes it's + easier to buy a vacation that makes the choice for you, + than having to, repeatedly, make the same choice + throughout the entire vacation. Picking a destination that + has no access means you can re-focus on other forms of + entertainment. Its easy to fall back into habits. By + picking a spot with no access, you are not fighting + temptation, and i dare say withdrawal, the entire time. + The price of vacati + + + + ** Re:Yeah it's real annoying (Score:5, Informative) + (by Rei ( 128717 )) + + + Forest? *snicker*. Here's the joke everyone over the age of 8 + here knows: + Q: What do you do if you get lost in an Icelandic forest? + A: Stand up. + I've actually not been to Hornstrandir; it's been on my TODO + list for a long, long time, but I've lacked one of the + obligatory "round tuits". So it's actually surprising to hear + that there's not internet access (via cell towers) there, + because in general even the most remote places here have cell + access. When Bárðarbunga erupted, deep in the highlands, the + eruption was livestreamed. And there's a lot more people in + Vestfirðir then in the highlands! + This would of course be more about visitors than residents, + given that there's no permanent residents in Hornstrandir. + And in some ways I can sympathize. For example, there's + always a lot of opposition to improving the highland roads + because we don't want to have more cars driving through and + tons of people flooding in, and driving really fast on some + paved road would totally change the experience of going into + the highlands... it would just turn into a set of "sites to + see" rather than a journey. The effect of the isolation on + you can really be profound. You feel like a person exploring + Mars - so tiny in an endless empty expanse, completely devoid + of any signs of human civilization except the + half-bulldozed-out "road" you take, the endless travel + punctured by rushes of adrenaline as you try to ford a river + or trying to avoid ruining your car crossing a lava field. + And people who know that experience generally don't want to + see it altered. So I imagine it's the same thing for + Hornstrandir. The difference being, as previously mentioned, + in much of the highlands there's cell coverage. At least as + far as I know, when I go out I'm not checking Facebook all + the time. ;) But I don't recall any meaningful loss of + coverage events. + ED: Just checked [1]a map [wp.com] from my cell provider. + Looks like most of Hornstrandir is indeed marked in white (no + coverage), while most of the highlands is light blue (2G) or + in some places blue (3G) - even a good chunk of Vatnajökull + (largest glacier in Europe). + + + + + [1] + https://i2.wp.com/www.icelandnorthernlightshq.com/wp-content/- + uploads/2015/06/Screen-Shot-2015-06-27-at-09.57.16.png?ssl=1 + + + ** Re: (Score:3) + (by e3m4n ( 947977 )) + + + Actually this intrigues me. I go on cruises for the same + getaway. Sure one can declare a weekend of no devices or + technology, but theres always something that comes up that + eventually screws that up. I go on cruises with the family + and we do not buy the internet package. The fact that its + ridiculously expensive helps 'cut the cord' when on vacation. + The most online time the kids ever experience is when we pull + into a port and visit a place that has 'free wifi'; giving + them 30-60 min of checking their email + + + ** Re: (Score:3) + (by GumphMaster ( 772693 )) + + + > You're out in the wilderness and somebody's ... + bloody mobile phone is playing something loosely called + "music" over the shittiest, tinny piezoelectric "speaker" you + ever heard. I have personally experienced this scenario while + walking the Milford Track (NZ) and in Torres del Payne + (Chile). I can only imagine how much worse it would be _with_ + coverage: Youtube videos turned up to 11, incessant need to + share the latest "news" from home, inattentive walking in + dangerous places etc. If your region's livelihood depends on + people coming to experience wil + + + ** Satellite Internet (Score:2) + (by crow ( 16139 )) + + + We may only be a few years away from Starlink or something + similar providing practical high-bandwidth Internet service + globally. So they may hold back the tide a bit longer, but the + reality is that modern communications will become a fact of life + everywhere for anyone that wants it. Yes, that will mean some + significant changes to the lifestyles of the people living + there, and yes, it won't all be for the better, but I don't see + the point of fighting it now. + + ** Re: (Score:2) + (by rossdee ( 243626 )) + + + How far north are we talking about? Satellite coverage is + always going to be a problem at the poles + + ** Re:Satellite Internet (Score:4, Informative) + (by quenda ( 644621 )) + + + > Satellite coverage is always going to be a problem at the + > poles + No, that applies to geosynchronous broadcast satellites, + but not to LEO constellations such as Starlink or + Irridium. + + + ** Re: (Score:3) + (by crow ( 16139 )) + + + Good point. A quick look at Google Maps suggests around 66 + degrees north. I'm not the best a geography, and I had + thought Iceland was a bit further south. I didn't realize + it was north of the southern tip of Greenland. That could + well be outside the range of satellite Internet, depending + on the orbits involved. I have no idea what the plans are. + + ** Re: (Score:3) + (by Mashiki ( 184564 )) + + + Seem to remember there was active satellite links in + Resolute, Nvt.(74deg/N), so I don't think that's a + problem. The real problem was the astronomical cost of + those links, short of a stationary polar orbit + satellite there is no real way to keep it cheap. So + they've been building fiber as a replacement since + 2012ish for the far north remote communities at least + here in Canada. I think Resolute was finished in + 2016ish or so. + + + + + ** Fuck yes. (Score:3) + (by DogDude ( 805747 )) + + + Fuck yes, I fucking love Icelanders. I'm so sick of seeing + smartphone zombies everywhere. The addicts and the stupid will + be addicted and stupid anywhere there's an Internet connection. + What a wonderful, thoughtful, human decision to make. Wonderful + idea. + + ** Re: (Score:2) + (by Gojira Shipi-Taro ( 465802 )) + + + I don't see it as thoughtful or "human" at all. Simply + reactionary. + As long as EVERYONE in that area agrees, fine. + + + ** safety, use a friggin' PLB (Score:1) + (by Anonymous Coward) + + + I spend a lot of time in the woods of British Columbia, Canada. + There is no celphone coverage in probably 95% of our + woods/wilderness. I don't ask for cel towers, I carry a Personal + Locator Beacon (PLB) for safety. If it is that important to + someone to be connected, let them use satellite. We don't need + more cel coverage for narcisists. + + diff --git a/test/expected/SLASHDOT/0102641672.header b/test/expected/SLASHDOT/0102641672.header new file mode 100644 index 0000000..fd613c4 --- /dev/null +++ b/test/expected/SLASHDOT/0102641672.header @@ -0,0 +1,32 @@ +0Icelanders Seek To Keep Remote Nordic Peninsula Digital-Free (apnews.com) null/SLASHDOT/0102641672 70 +i Thursday September 06, 2018 @11:30PM (BeauHD) +i from the no-cellphones-allowed dept. +i +i Hikers, park rangers, and summer residents of Iceland's +i northernmost peninsula are seeking to keep the area free from +i internet service, worrying that all that comes with it "will +i destroy a way of life that depends on the absence of [email, +i news, and social media]," reports the Associated Press. "The +i area has long resisted cell towers, but commercial initiatives +i could take the decision out of Icelanders' hands and push +i Hornstrandir across the digital divide." From the report: +i Despite or because of its remoteness, Iceland ranks first on a +i U.N. index comparing nations by information technology use, +i with roughly 98 percent of the population using the internet. +i Among adults, 93 percent report having Facebook accounts and +i two-thirds are Snapchat users, according to pollster MMR. Many +i people who live in northwestern Iceland or visit as outdoor +i enthusiasts want Hornstrandir's 570 square kilometers (220 +i square miles), which accounts for 0.6 percent of Iceland's +i land mass, to be declared a "digital-free zone." The idea +i hasn't coalesced into a petition or formal campaign, so what +i it would require or prohibit hasn't been fleshed out. The last +i full-time resident of the rugged area moved away in 1952 -- it +i never was an easy place to farm -- but many descendants have +i turned family farmsteads into summer getaways. Northwest +i Iceland's representative, Halla Signy Kristjansdottir, is in +i favor of adding cell towers for the safety of sailors and +i travelers in the area. "I don't see anything romantic about +i lying on the ground with a broken thigh bone and no cellphone +i signal," Kristjansdottir said in an interview. +i diff --git a/test/expected/SLASHDOT/0102641672.header.html b/test/expected/SLASHDOT/0102641672.header.html new file mode 100644 index 0000000..68d1dba --- /dev/null +++ b/test/expected/SLASHDOT/0102641672.header.html @@ -0,0 +1,21 @@ + + + + + + + + +
+

Icelanders Seek To Keep Remote Nordic Peninsula Digital-Free (apnews.com)

+
(Thursday September 06, 2018 @11:30PM (BeauHD) +from the no-cellphones-allowed dept.)
+
+
+ Hikers, park rangers, and summer residents of Iceland's northernmost peninsula are seeking to keep the area free from internet service, worrying that all that comes with it "will destroy a way of life that depends on the absence of [email, news, and social media]," reports the Associated Press. "The area has long resisted cell towers, but commercial initiatives could take the decision out of Icelanders' hands and push Hornstrandir across the digital divide." From the report: Despite or because of its remoteness, Iceland ranks first on a U.N. index comparing nations by information technology use, with roughly 98 percent of the population using the internet. Among adults, 93 percent report having Facebook accounts and two-thirds are Snapchat users, according to pollster MMR. Many people who live in northwestern Iceland or visit as outdoor enthusiasts want Hornstrandir's 570 square kilometers (220 square miles), which accounts for 0.6 percent of Iceland's land mass, to be declared a "digital-free zone." The idea hasn't coalesced into a petition or formal campaign, so what it would require or prohibit hasn't been fleshed out. The last full-time resident of the rugged area moved away in 1952 -- it never was an easy place to farm -- but many descendants have turned family farmsteads into summer getaways. Northwest Iceland's representative, Halla Signy Kristjansdottir, is in favor of adding cell towers for the safety of sailors and travelers in the area. "I don't see anything romantic about lying on the ground with a broken thigh bone and no cellphone signal," Kristjansdottir said in an interview. +
+
+
+ diff --git a/test/expected/SLASHDOT/0102641672.html b/test/expected/SLASHDOT/0102641672.html new file mode 100644 index 0000000..d149f25 --- /dev/null +++ b/test/expected/SLASHDOT/0102641672.html @@ -0,0 +1,101 @@ + + + + + + + + +
+

Icelanders Seek To Keep Remote Nordic Peninsula Digital-Free (apnews.com)

+
(Thursday September 06, 2018 @11:30PM (BeauHD) +from the no-cellphones-allowed dept.)
+
+ +
+
+ Hikers, park rangers, and summer residents of Iceland's northernmost peninsula are seeking to keep the area free from internet service, worrying that all that comes with it "will destroy a way of life that depends on the absence of [email, news, and social media]," reports the Associated Press. "The area has long resisted cell towers, but commercial initiatives could take the decision out of Icelanders' hands and push Hornstrandir across the digital divide." From the report: Despite or because of its remoteness, Iceland ranks first on a U.N. index comparing nations by information technology use, with roughly 98 percent of the population using the internet. Among adults, 93 percent report having Facebook accounts and two-thirds are Snapchat users, according to pollster MMR. Many people who live in northwestern Iceland or visit as outdoor enthusiasts want Hornstrandir's 570 square kilometers (220 square miles), which accounts for 0.6 percent of Iceland's land mass, to be declared a "digital-free zone." The idea hasn't coalesced into a petition or formal campaign, so what it would require or prohibit hasn't been fleshed out. The last full-time resident of the rugged area moved away in 1952 -- it never was an easy place to farm -- but many descendants have turned family farmsteads into summer getaways. Northwest Iceland's representative, Halla Signy Kristjansdottir, is in favor of adding cell towers for the safety of sailors and travelers in the area. "I don't see anything romantic about lying on the ground with a broken thigh bone and no cellphone signal," Kristjansdottir said in an interview. +
+
+
+

Yeah it's real annoying (Score:3, Insightful)

+
by Crashmarik ( 635988 )
+

You're out in the wilderness and somebody's WiFi is screwing up the colors of the forest and making everything look strange, while the cell towers are driving the wildlife nuts. / sarcasm

I'd love to hear these people justify how this in anyway diminishes them.

+
+

Because people no longer have self discipline? (Score:3)

+
by thesupraman ( 179040 )
+

Because they CAN get Farcebook, I guess they Must get Farcebook.

I mean, you would think they could just choose to turn off their devices, not bring a charger, whatever.

Although knowing people from such areas, I suspect it is more about giving one big finger to 'thems city folks' (even if most of these people live in the cit\y most of the time).

Anyway, good on them for caring, but good luck in keeping such things out. The safety point is also quite valid.

+
+

Re: (Score:3, Interesting)

+
by ShanghaiBill ( 739463 )
+

> I mean, you would think they could just choose to turn off their devices

They don't want to just stop using Facebook, they want their NEIGHBORS to stop using it too.

This isn't about self-control. It is about controlling others, which is a near universal human desire.

+
+
+

Re: (Score:3)

+
by e3m4n ( 947977 )
+

exactly. I just posted a more descriptive explanation of that very thing a thread above this one. Sometimes it's easier to buy a vacation that makes the choice for you, than having to, repeatedly, make the same choice throughout the entire vacation. Picking a destination that has no access means you can re-focus on other forms of entertainment. Its easy to fall back into habits. By picking a spot with no access, you are not fighting temptation, and i dare say withdrawal, the entire time. The price of vacati

+
+
+
+

Re:Yeah it's real annoying (Score:5, Informative)

+
by Rei ( 128717 )
+

Forest? *snicker*. Here's the joke everyone over the age of 8 here knows:

Q: What do you do if you get lost in an Icelandic forest?

A: Stand up.

I've actually not been to Hornstrandir; it's been on my TODO list for a long, long time, but I've lacked one of the obligatory "round tuits". So it's actually surprising to hear that there's not internet access (via cell towers) there, because in general even the most remote places here have cell access. When Bárðarbunga erupted, deep in the highlands, the eruption was livestreamed. And there's a lot more people in Vestfirðir then in the highlands!

This would of course be more about visitors than residents, given that there's no permanent residents in Hornstrandir. And in some ways I can sympathize. For example, there's always a lot of opposition to improving the highland roads because we don't want to have more cars driving through and tons of people flooding in, and driving really fast on some paved road would totally change the experience of going into the highlands... it would just turn into a set of "sites to see" rather than a journey. The effect of the isolation on you can really be profound. You feel like a person exploring Mars - so tiny in an endless empty expanse, completely devoid of any signs of human civilization except the half-bulldozed-out "road" you take, the endless travel punctured by rushes of adrenaline as you try to ford a river or trying to avoid ruining your car crossing a lava field. And people who know that experience generally don't want to see it altered. So I imagine it's the same thing for Hornstrandir. The difference being, as previously mentioned, in much of the highlands there's cell coverage. At least as far as I know, when I go out I'm not checking Facebook all the time. ;) But I don't recall any meaningful loss of coverage events.

ED: Just checked [1]a map [wp.com] from my cell provider. Looks like most of Hornstrandir is indeed marked in white (no coverage), while most of the highlands is light blue (2G) or in some places blue (3G) - even a good chunk of Vatnajökull (largest glacier in Europe).

[1] https://i2.wp.com/www.icelandnorthernlightshq.com/wp-content/uploads/2015/06/Screen-Shot-2015-06-27-at-09.57.16.png?ssl=1

+
+
+

Re: (Score:3)

+
by e3m4n ( 947977 )
+

Actually this intrigues me. I go on cruises for the same getaway. Sure one can declare a weekend of no devices or technology, but theres always something that comes up that eventually screws that up. I go on cruises with the family and we do not buy the internet package. The fact that its ridiculously expensive helps 'cut the cord' when on vacation. The most online time the kids ever experience is when we pull into a port and visit a place that has 'free wifi'; giving them 30-60 min of checking their email

+
+
+

Re: (Score:3)

+
by GumphMaster ( 772693 )
+

> You're out in the wilderness and somebody's ...

bloody mobile phone is playing something loosely called "music" over the shittiest, tinny piezoelectric "speaker" you ever heard. I have personally experienced this scenario while walking the Milford Track (NZ) and in Torres del Payne (Chile). I can only imagine how much worse it would be _with_ coverage: Youtube videos turned up to 11, incessant need to share the latest "news" from home, inattentive walking in dangerous places etc. If your region's livelihood depends on people coming to experience wil

+
+
+
+

Satellite Internet (Score:2)

+
by crow ( 16139 )
+

We may only be a few years away from Starlink or something similar providing practical high-bandwidth Internet service globally. So they may hold back the tide a bit longer, but the reality is that modern communications will become a fact of life everywhere for anyone that wants it. Yes, that will mean some significant changes to the lifestyles of the people living there, and yes, it won't all be for the better, but I don't see the point of fighting it now.

+
+

Re: (Score:2)

+
by rossdee ( 243626 )
+

How far north are we talking about? Satellite coverage is always going to be a problem at the poles

+
+

Re:Satellite Internet (Score:4, Informative)

+
by quenda ( 644621 )
+

> Satellite coverage is always going to be a problem at the poles

No, that applies to geosynchronous broadcast satellites, but not to LEO constellations such as Starlink or Irridium.

+
+
+

Re: (Score:3)

+
by crow ( 16139 )
+

Good point. A quick look at Google Maps suggests around 66 degrees north. I'm not the best a geography, and I had thought Iceland was a bit further south. I didn't realize it was north of the southern tip of Greenland. That could well be outside the range of satellite Internet, depending on the orbits involved. I have no idea what the plans are.

+
+

Re: (Score:3)

+
by Mashiki ( 184564 )
+

Seem to remember there was active satellite links in Resolute, Nvt.(74deg/N), so I don't think that's a problem. The real problem was the astronomical cost of those links, short of a stationary polar orbit satellite there is no real way to keep it cheap. So they've been building fiber as a replacement since 2012ish for the far north remote communities at least here in Canada. I think Resolute was finished in 2016ish or so.

+
+
+
+
+
+

Fuck yes. (Score:3)

+
by DogDude ( 805747 )
+

Fuck yes, I fucking love Icelanders. I'm so sick of seeing smartphone zombies everywhere. The addicts and the stupid will be addicted and stupid anywhere there's an Internet connection. What a wonderful, thoughtful, human decision to make. Wonderful idea.

+
+

Re: (Score:2)

+
by Gojira Shipi-Taro ( 465802 )
+

I don't see it as thoughtful or "human" at all. Simply reactionary.

As long as EVERYONE in that area agrees, fine.

+
+
+
+

safety, use a friggin' PLB (Score:1)

+
by Anonymous Coward
+

I spend a lot of time in the woods of British Columbia, Canada. There is no celphone coverage in probably 95% of our woods/wilderness. I don't ask for cel towers, I carry a Personal Locator Beacon (PLB) for safety. If it is that important to someone to be connected, let them use satellite. We don't need more cel coverage for narcisists.

+
+
+ diff --git a/test/expected/SLASHDOT/0102643378 b/test/expected/SLASHDOT/0102643378 new file mode 100644 index 0000000..d49df82 --- /dev/null +++ b/test/expected/SLASHDOT/0102643378 @@ -0,0 +1,70 @@ + 380,000 CARD PAYMENTS COMPROMISED IN BRITISH AIRWAYS BREACH + (SKY.COM) + + Thursday September 06, 2018 @11:30PM (BeauHD) + from the sorry-not-sorry dept. + + o News link: https://it.slashdot.org/story/18/09/07/0247228/380000-card-payments-compromised-in-british-airways-breach + o Source link: https://news.sky.com/story/ba-calls-in-police-over-customer-data-theft-from-website-11491980 + + + Earlier today, British Airways said credit card information of + at least 380,000 customers have been "compromised" in a data + breach that occurred between August 21 and September 5. The + information stolen includes customer names, email addresses, + home addresses and payment card information -- but not travel + or passport details. Sky News reports: In an email to affected + customers, BA said: "We're deeply sorry, but you may have been + affected. We recommend that you contact your bank or credit + card provider and follow their recommended advice. We take the + protection of your personal information very seriously. Please + accept our deepest apologies for the worry and inconvenience + that this criminal activity has caused." The breach has been + "resolved" and the website is "working normally," it said. In + a statement, the airline added: "We have notified the police + and relevant authorities... [and] will continue to keep our + customers updated with the very latest information. We will be + contacting customers and will manage any claims on an + individual basis." + + + ** when not if (Score:2) + (by johnsnails ( 1715452 )) + + + when not if + + ** And that should be really expensive for them (Score:5, + Insightful) + (by gweihir ( 88907 )) + + + Say, $100 per customer, payable to the customer for their + hassle. But likely this will not cost them a thing. So it will + happen again and again and again. + + ** For 380,000 ... (Score:2) + (by CaptainDork ( 3678879 )) + + + ... years, the universe was in an expanding opaque plasma state + so dense that photons could not travel very far. + Coincidence? + Yes, I'm sure of it. + + ** What else is new. (Score:2) + (by Hallux-F-Sinister ( 5127197 )) + + + -Sigh-. + This is why we can’t have nice things. + + ** Not enough (Score:2) + (by hcs_$reboot ( 1536101 )) + + + "We take the protection of your personal information very + seriously" Almost insulting to put that in the email sent to + affected clients. + + diff --git a/test/expected/SLASHDOT/0102643378.header b/test/expected/SLASHDOT/0102643378.header new file mode 100644 index 0000000..fcfedc4 --- /dev/null +++ b/test/expected/SLASHDOT/0102643378.header @@ -0,0 +1,23 @@ +0380,000 Card Payments Compromised In British Airways Breach (sky.com) null/SLASHDOT/0102643378 70 +i Thursday September 06, 2018 @11:30PM (BeauHD) +i from the sorry-not-sorry dept. +i +i Earlier today, British Airways said credit card information of +i at least 380,000 customers have been "compromised" in a data +i breach that occurred between August 21 and September 5. The +i information stolen includes customer names, email addresses, +i home addresses and payment card information -- but not travel +i or passport details. Sky News reports: In an email to affected +i customers, BA said: "We're deeply sorry, but you may have been +i affected. We recommend that you contact your bank or credit +i card provider and follow their recommended advice. We take the +i protection of your personal information very seriously. Please +i accept our deepest apologies for the worry and inconvenience +i that this criminal activity has caused." The breach has been +i "resolved" and the website is "working normally," it said. In +i a statement, the airline added: "We have notified the police +i and relevant authorities... [and] will continue to keep our +i customers updated with the very latest information. We will be +i contacting customers and will manage any claims on an +i individual basis." +i diff --git a/test/expected/SLASHDOT/0102643378.header.html b/test/expected/SLASHDOT/0102643378.header.html new file mode 100644 index 0000000..9c263e7 --- /dev/null +++ b/test/expected/SLASHDOT/0102643378.header.html @@ -0,0 +1,21 @@ + + + + + + + + +
+

380,000 Card Payments Compromised In British Airways Breach (sky.com)

+
(Thursday September 06, 2018 @11:30PM (BeauHD) +from the sorry-not-sorry dept.)
+
+
+ Earlier today, British Airways said credit card information of at least 380,000 customers have been "compromised" in a data breach that occurred between August 21 and September 5. The information stolen includes customer names, email addresses, home addresses and payment card information -- but not travel or passport details. Sky News reports: In an email to affected customers, BA said: "We're deeply sorry, but you may have been affected. We recommend that you contact your bank or credit card provider and follow their recommended advice. We take the protection of your personal information very seriously. Please accept our deepest apologies for the worry and inconvenience that this criminal activity has caused." The breach has been "resolved" and the website is "working normally," it said. In a statement, the airline added: "We have notified the police and relevant authorities... [and] will continue to keep our customers updated with the very latest information. We will be contacting customers and will manage any claims on an individual basis." +
+
+
+ diff --git a/test/expected/SLASHDOT/0102643378.html b/test/expected/SLASHDOT/0102643378.html new file mode 100644 index 0000000..a189e49 --- /dev/null +++ b/test/expected/SLASHDOT/0102643378.html @@ -0,0 +1,51 @@ + + + + + + + + +
+

380,000 Card Payments Compromised In British Airways Breach (sky.com)

+
(Thursday September 06, 2018 @11:30PM (BeauHD) +from the sorry-not-sorry dept.)
+
+ +
+
+ Earlier today, British Airways said credit card information of at least 380,000 customers have been "compromised" in a data breach that occurred between August 21 and September 5. The information stolen includes customer names, email addresses, home addresses and payment card information -- but not travel or passport details. Sky News reports: In an email to affected customers, BA said: "We're deeply sorry, but you may have been affected. We recommend that you contact your bank or credit card provider and follow their recommended advice. We take the protection of your personal information very seriously. Please accept our deepest apologies for the worry and inconvenience that this criminal activity has caused." The breach has been "resolved" and the website is "working normally," it said. In a statement, the airline added: "We have notified the police and relevant authorities... [and] will continue to keep our customers updated with the very latest information. We will be contacting customers and will manage any claims on an individual basis." +
+
+
+

when not if (Score:2)

+
by johnsnails ( 1715452 )
+

when not if

+
+
+

And that should be really expensive for them (Score:5, Insightful)

+
by gweihir ( 88907 )
+

Say, $100 per customer, payable to the customer for their hassle. But likely this will not cost them a thing. So it will happen again and again and again.

+
+
+

For 380,000 ... (Score:2)

+
by CaptainDork ( 3678879 )
+

... years, the universe was in an expanding opaque plasma state so dense that photons could not travel very far.

Coincidence?

Yes, I'm sure of it.

+
+
+

What else is new. (Score:2)

+
by Hallux-F-Sinister ( 5127197 )
+

-Sigh-.

This is why we can’t have nice things.

+
+
+

Not enough (Score:2)

+
by hcs_$reboot ( 1536101 )
+

"We take the protection of your personal information very seriously" Almost insulting to put that in the email sent to affected clients.

+
+
+ diff --git a/test/source/SLASHDOT/developers.slashdot.org/story_18_09_06_2024232_software-developers-are-now-more-valuable-to-companies-than-money-says-survey.html b/test/source/SLASHDOT/developers.slashdot.org/story_18_09_06_2024232_software-developers-are-now-more-valuable-to-companies-than-money-says-survey.html new file mode 100644 index 0000000..9978859 --- /dev/null +++ b/test/source/SLASHDOT/developers.slashdot.org/story_18_09_06_2024232_software-developers-are-now-more-valuable-to-companies-than-money-says-survey.html @@ -0,0 +1,4380 @@ + + + + + + + + + + + + + + + + + + + + + + + + Software Developers Are Now More Valuable To Companies Than Money, Says Survey - Slashdot + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + +
+ +
+ +
+ +

+ + + Follow Slashdot blog updates by subscribing to our blog RSS feed + +

+
+ + +
+
+
 
+ + +

+ + +

+

+ + +

+ +
+
+ Forgot your password? +
+ +
+
+ Close +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + typodupeerror + + + + + + + + + + + + +
+ +
+
+
+
+
+
+
+ + × +
+ + + +
+ + + + + + + + + + + +
+ + + + + Businesses + + + + + + + + + + + + + Software + + + + + + + + + + + The Almighty Buck + + + + + + + + + + + Technology + + + + + +

+ + + + + + + + + + + + + + Software Developers Are Now More Valuable To Companies Than Money, Says Survey (cnbc.com) + + + + + + + + + + 97 + +

+
+ + + + + + +
+
+ +
+ + + + + + +
+ + + An anonymous reader quotes a report from CNBC: As our global economy increasingly comes to run on technology-enabled rails and every company becomes a tech company, demand for high-quality software engineers is at an all-time high. A recent study from Stripe and Harris Poll found that 61 percent of C-suite executives believe access to developer talent is a threat to the success of their business. Perhaps more surprisingly -- as we mark a decade after the financial crisis -- this threat was even ranked above capital constraints. And yet, despite being many corporations' most precious resource, developer talents are all too often squandered. Collectively, companies today lose upward of $300 billion a year paying down "technical debt," as developers pour time into maintaining legacy systems or dealing with the ramifications of bad software. This is especially worrisome, given the outsized impact developers have on companies' chances of success. Software developers don't have a monopoly on good ideas, but their skill set makes them a uniquely deep source of innovation, productivity and new economic connections. When deployed correctly, developers can be economic multipliers -- coefficients that dramatically ratchet up the output of the teams and companies of which they're a part.
+ +
+ + + + + + + + +
+ + + + + +
+
+
+
+
+ + + +
+ + + +
+
+
+ + + + + + +
+ +
+
+
+
+ +
+
+
+
+
+ + + + +
+ +

Software Developers Are Now More Valuable To Companies Than Money, Says Survey

+ + +
+ Comments Filter: + + +
+ +
+ +
+
+
+ + + + + + + + + + + +
    +
  • +
    +
    +
    +
    +

    So why not treat them well? + + + (Score:5, Insightful)

    +
    +
    + by gweihir ( 88907 ) + + on Thursday September 06, 2018 @06:03PM (#57266246) + + +
    +
    +
    +

    Naa, that would be un-capitalist. Developers must be cheap wage-slaves that do not have a real career-path and are unable to find a job once they hit 50. That will surely not have any impact on whether smart people go into software writing or not, right?

    +
    + + +
    + +
    + +
      +
    • +
    + +
    • +
      +
      +
      + +
      + by Dannis12345 ( 5512754 ) + +
      +
      +
      +
      This is really true. As the fact that the IT leads the world.
      +
      + +
      + +
      +
      + +
      + +
        +
      • +
      + +
    • +
      +
      +
      +
      +

      Re:So why not treat them well? + + + (Score:5, Interesting)

      +
      +
      + by spagthorpe ( 111133 ) + + on Thursday September 06, 2018 @08:53PM (#57266940) + + +
      +
      +
      +

      It won't really have any impact, because young people don't think they'll ever get old. Or it will be different for them.

      Had a 20-something at my last job make a number of comments about some of the older developers there, saying they'd hate to still be working at that age, and that they are probably stuck doing the same work because they can't learn anything new. I don't know why he was telling me this, as I was twice his age at the time, but it's obvious that he doesn't think he'll be in the same position.

      They ultimately did lay off a lot of their senior engineers and replace a lot of the position with 20-somethings, including in project management positions. A number of those projects never saw the light of day after years of re-writes into new frameworks.

      +
      + + +
      + +
      + +
        +
      • +
      + +
  • +
    +
    +
    + +
    + by xxxJonBoyxxx ( 565205 ) + +
    +
    +
    +
    And open concept offices.
    +
    + +
    + +
    +
    + +
    + +
      +
    • +
    + +
    • +
      +
      +
      +
      +

      Re:And yet there's agile + + + (Score:5, Interesting)

      +
      +
      + by Seven Spirals ( 4924941 ) + + on Thursday September 06, 2018 @06:45PM (#57266444) + + +
      +
      +
      +
      I've quit one job and refused two others because of open offices. The two I refused were absolutely flabbergasted by my refusal. They literally could not understand why anyone wouldn't want to be in an open office space surrounded on 3.8 sides by glass-walled manager offices, loud ugly marketing girls, and a bunch of H1B dudes who couldn't be bothered to wear deodorant. That place (MX Logic) had the worst looking office I've ever seen. One of them offered me the job on the spot after the interview and I was already shutting them down and refusing it before they even got started. I told them there is about a zero percent chance of getting anyone really talented to take the gig, because they had this ridiculous noisy slave pit thing going. I nearly left before I even *did* the interview I was so disgusted with the place. The hiring manager was (of course) offended, but he was also clueless. About a year after that interview I had a guy come up to me at the local Maker Space who was one of the "technical resources" for the company during the interview (quiet guy in the back of the room). He told me "My god was I cheering when you refused them over the goddamn open workspace idiocy. My boss was upset over that for weeks. They still talk about it during the hiring process and argue about it."
      +
      + + +
      + +
      + +
        +
      • +
      + +
      • +
        +
        +
        +
        +

        Re: + + + (Score:1)

        +
        +
        + by bkmoore ( 1910118 ) + +
        +
        +
        +

        ....One of them offered me the job on the spot after the interview and I was already shutting them down and refusing it before they even got started.....

        It begs the question, why even apply there in the first place.

        +
        + +
        + +
        +
        + +
        + +
          +
        • +
        + +
        • +
          +
          +
          +
          +

          Re: + + + (Score:3)

          +
          +
          + by Klaxton ( 609696 ) + +
          +
          +
          +

          It begs the question, why even apply there in the first place.

          So you could see their office environment tucked away behind the job description on the internet?

          +
          + +
          + +
          +
          + +
          + +
            +
          • +
          + +
      • +
        +
        +
        +
        +

        Re: + + + (Score:2)

        +
        +
        + by Ocker3 ( 1232550 ) + +
        +
        +
        +
        "But I can See everyone and I know that they're working" - Manager + +If someone doesn't know enough about their direct report's job that they don't know whether they're working or not without seeing them at their desk, there's a problem. Not all jobs are reduced in efficiency by a cubicle farm, but if your job is primarily about mental focus for the time-intensive tasks, then most people will benefit from having their own room. And the employer will probably benefit enough that an actual room is a worthwhile
        +
        + +
        + +
        +
        + +
        + +
          +
        • +
        + +
      • +
        +
        +
        +
        +

        Re: + + + (Score:2)

        +
        +
        + by erp_consultant ( 2614861 ) + +
        +
        +
        +

        Sounds like a real horror show. Safe to say you made the right move.

        +
        + +
        + +
        +
        + +
        + +
          +
        • +
        + +
    • +
      +
      +
      +
      +

      Re: + + + (Score:3)

      +
      +
      + by Klaxton ( 609696 ) + +
      +
      +
      +
      I've worked in the industry for many years, usually with a private office or shared with one person. Recently got a job in an agile "scrum" shop, which went to an open floorplan a few months later. Miserable experience on both counts. Every day you get a Jira work ticket for some "the user wants to see" granule of a thing that you had no part in designing. Zero privacy. It is amazingly de-motivating.
      +
      + +
      + +
      +
      + +
      + +
        +
      • +
      + +
  • +
    +
    +
    +
    +

    Yeah, right + + + (Score:5, Insightful)

    +
    +
    + by Anonymous Coward + + on Thursday September 06, 2018 @06:08PM (#57266262) + + +
    +
    +
    +

    If they considered developers more important than money, they'd pay the developers more to keep the skilled ones. Every time a developer leaves a company, a hunk of business knowledge walks out the door with him.

    Companies care about that quarter's finance report, and the C-level execs care only about fleecing the company for all they can stuff into their own pockets. Look at what they do, not what some survey says.

    +
    + + +
    + +
    + +
      +
    • +
    + +
  • +
    +
    + +
    +

    Maybe it just sounds too much like 40 years of businesses claiming there was a shortage of engineers in the U.S. when what they meant was there was a shortage of engineers that could be treated really badly.

    Or maybe it's the fact that companies only seem to be willing to hire H1Bs that will do anything not to go back to their shitholes, or young kids who are stupid enough to believe managements promises and have no family or social life to distract from putting in 80+ hour weeks ?

    +
    + +
    + +
    +
    + +
    + +
      +
    • +
    + +
    • +
      +
      +
      +
      +

      Re: + + + (Score:2)

      +
      +
      + by zlives ( 2009072 ) + +
      +
      +
      +

      you misread, and i quote
      "developer talent is a threat to the success of their business" thus the hiring of no talent, spot filling h1b. and if they accidentally get a talented h1b... replace and repeat.

      +
      + +
      + +
      +
      + +
      + +
        +
      • +
      + +
  • +
    +
    +
    +
    +

    FTFY + + + (Score:5, Funny)

    +
    +
    + by thevirtualcat ( 1071504 ) + + on Thursday September 06, 2018 @06:10PM (#57266284) + + +
    +
    +
    +

    Software Developers Who Are Willing To Work For Uncompetitive Wages And No Benefits Are Now More Valuable To Companies Than Money, Says Survey

    +
    + + +
    + +
    + +
      +
    • +
    + +
  • +
    +
    +
    +
    +

    .ORG + + + (Score:4, Insightful)

    +
    +
    + by fluffernutter ( 1411889 ) + + on Thursday September 06, 2018 @06:15PM (#57266302) + + +
    +
    +
    +
    This just tells me that developers need to get organized and start saying no to 80+ work weeks collectively. Otherwise it will be divided they fall, forever.
    +
    + + +
    + +
    + +
      +
    • +
    + +
    • +
      +
      +
      +
      +

      Re: + + + (Score:2)

      +
      +
      + by Ocker3 ( 1232550 ) + +
      +
      +
      +
      How do we re-invent Unions without calling them Unions and avoid the very real baggage that the term has in the USA? Guilds?
      +
      + +
      + +
      +
      + +
      + +
        +
      • +
      + +
  • +
    +
    +
    + +
    + by Robobox Computer ( 5357621 ) + +
    +
    +
    +
    The sun rose today.
    +
    + +
    + +
    +
    + +
    + +
      +
    • +
    + +
  • +
    +
    +
    + +
    + by xack ( 5304745 ) + +
    +
    +
    +
    Microsoft has just announced paid extended support for Windows 7 as too many companies are using it. There’s a lot of server 2003 systems out there too, with companies rather risking security exploits than upgrade.
    +
    + +
    + +
    +
    + +
    + +
      +
    • +
    + +
    • +
      +
      +
      +
      +

      Re: + + + (Score:1)

      +
      +
      + by Anonymous Coward + +
      +
      +
      +

      So I'm supposed to upgrade the single Windows 2003 system I have, running as a non-networked VM, hosting a proprietary application on a system we need to lookup legacy data that never changes so I can pay to upgrade to a modern system, figure out a way to migrate the data from one proprietary application to a new and different system just so I can have support I don't need on a system that can't realistically be exploited in the first place?

      OR I'm supposed to pay a premium for extended support on the curren

      +
      + +
      + +
      +
      + +
      + +
        +
      • +
      + +
    • +
      +
      +
      +
      +

      Re: + + + (Score:3)

      +
      +
      + by gweihir ( 88907 ) + +
      +
      +
      +

      That is a different problem. Their new offerings are just really bad. Also, nobody sane used MS crap on server-side.

      +
      + +
      + +
      +
      + +
      + +
        +
      • +
      + +
  • +
    +
    +
    +
    +

    Yet us 50+ folks are unemployed + + + (Score:4, Informative)

    +
    +
    + by Snotnose ( 212196 ) + + on Thursday September 06, 2018 @07:05PM (#57266518) + + +
    +
    +
    +
    Forget how long I've been out of work, it's been 2-3 years now since I quit looking.
    +
    + + +
    + +
    + +
      +
    • +
    + +
    • +
      +
      +
      +
      +

      Re: + + + (Score:3)

      +
      +
      + by Locke2005 ( 849178 ) + +
      +
      +
      +
      I'm 57 and got at least 3 calls TODAY offering to submit me for contract software positions. Granted, a lot of recruiters try to low-ball me on the hourly rate, but they change their tune as soon as you call their bluff and tell them you're not interested at that low rate.
      +
      + +
      + +
      +
      + +
      + +
        +
      • +
      + +
      • +
        +
        +
        +
        +

        Re: + + + (Score:1)

        +
        +
        + by Anonymous Coward + +
        +
        +
        +

        I'm 57 and got at least 3 calls TODAY offering to submit me for contract software positions. Granted, a lot of recruiters try to low-ball me on the hourly rate, but they change their tune as soon as you call their bluff and tell them you're not interested at that low rate.

        I get recruiters wanting to submit me all the time. Then after a week, I follow up and the "the position is closed." I think recruiters are assholes who got fired from see car lots for ethics violations.

        So, when you get a real job with health insurance, you'll be an outlier.

        Of course, that's assumimg you're not full of shit.

        +
        + +
        + +
        +
        + +
        + +
          +
        • +
        + +
        • +
          +
          +
          +
          +

          Re: + + + (Score:2)

          +
          +
          + by Locke2005 ( 849178 ) + +
          +
          +
          +
          I agree; I regard recruiters as people that weren't ethical enough to get jobs as used car salesmen. I interviewed for a job once, didn't get any response, so I started another position. A month after the initial interview, the recruiter for the first position offered me $1500 cash in a plain, unmarked envelope to quit the job I'd just started and take the other position instead! (Apparently the cash came out of his commission.) So yes, recruiters know nothing, rely almost entirely on keyword searching in r
          +
          + +
          + +
          +
          + +
          + +
            +
          • +
          + +
  • +
    +
    +
    + +
    + by fahrbot-bot ( 874524 ) + +
    +
    +
    +

    +Employees are our most valuable asset? I'm pretty sure it's actually still money.

    +
    + +
    + +
    +
    + +
    + +
      +
    • +
    + +
  • +
    +
    +
    + +
    + by JoeDuncan ( 874519 ) + +
    +
    +
    +

    It's like saying "gold is worth more than money!" - totally meaningless.

    One (gold, developers) is a commodity that IS exchanged, the other (money) is the medium OF exchange.

    Saying that "commodity X" is worth more than "exchange medium Y" makes no sense because a commodity CANNOT be worth "more" or "less" than the medium of exchange used - it can only ever be worth a specified amount of Y.

    +
    + +
    + +
    +
    + +
    + +
      +
    • +
    + +
  • +
    +
    + +
    +

    No where does it say that companies think developers are more important than money.

    The results state that the companies perceive the risk of not being able to find skills as higher than the risks of not being able to access capital.

    This is especially true if you're a cash rich organisation.

    In the current financial climate finding returns on your investments is hard. Interest rates are at historically low levels, bond returns are zero, and so that leaves higher risk investments to get returns. That effecti

    +
    + +
    + +
    +
    + +
    + +
      +
    • +
    + +
  • +
    +
    + +
    +
    What management school fails to teach young inexperienced executives: If the company's future existence depends on whether or not an employee does the job correctly or not, they are "worth more than money".
    +
    + +
    + +
    +
    + +
    + +
      +
    • +
    + +
  • +
    +
    +
    + +
    + by swm ( 171547 ) + +
    +
    +
    +

    Incurring technical debt is a business decision.
    And it may well be the right decision.
    For example, in a startup, time to market typically trumps software quality.
    And there are a lot of startups in the software field...

    +
    + +
    + +
    +
    + +
    + +
      +
    • +
    + +
  • +
    +
    +
    + +
    + by dccase ( 56453 ) + +
    +
    +
    +

    Not at my company, and certainly not at any other publicly-traded company.
    Maybe at some privately-held company until it gets bought out.

    +
    + +
    + +
    +
    + +
    + +
      +
    • +
    + +
  • +
    +
    +
    + +
    + by R3d M3rcury ( 871886 ) + + on Thursday September 06, 2018 @09:16PM (#57267004) + Journal + +
    +
    +
    +

    Right behind carbon paper. [dilbert.com]

    +
    + + +
    + +
    + +
      +
    • +
    + +
  • +
    +
    +
    + +
    + by Ranger ( 1783 ) + +
    +
    +
    +
    a cubicle.
    +
    + +
    + +
    +
    + +
    + +
      +
    • +
    + +
  • +
  • +
+ + + + + + +
+ + + + + + +
+ + +
+ + + + + +
+ + + + + + +
+ + + +
+ + +
+ + +
+ + +
+
+
+ + + + + + +
+
+ + + + + + + + + + + + + + + + + + + +
+
+ Slashdot +
+ + + + +
+
+
+

The hardest part of climbing the ladder of success is getting through +the crowd at the bottom.

+ +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Working...
+ + + + + +
+ + + + + + + + + \ No newline at end of file diff --git a/test/source/SLASHDOT/games.slashdot.org/story_18_09_06_1921222_eve-online-studio-acquired-by-korean-mmo-maker.html b/test/source/SLASHDOT/games.slashdot.org/story_18_09_06_1921222_eve-online-studio-acquired-by-korean-mmo-maker.html new file mode 100644 index 0000000..9bb765f --- /dev/null +++ b/test/source/SLASHDOT/games.slashdot.org/story_18_09_06_1921222_eve-online-studio-acquired-by-korean-mmo-maker.html @@ -0,0 +1,3456 @@ + + + + + + + + + + + + + + + + + + + + + + + + 'Eve Online' Studio Acquired By Korean MMO Maker - Slashdot + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + +
+ +
+ +
+ +

+ + + Follow Slashdot stories on Twitter + +

+
+ + +
+
+
 
+ + +

+ + +

+

+ + +

+ +
+
+ Forgot your password? +
+ +
+
+ Close +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + typodupeerror + + + + + + + + + + + + +
+ +
+
+
+
+
+
+
+ + × +
+ + + +
+ + + + + + + + + + + +
+ + + + + Businesses + + + + + + + + + + + + + Games + + + + + +

+ + + + + + + + + + + + + + 'Eve Online' Studio Acquired By Korean MMO Maker (engadget.com) + + + + + + + + + + 57 + +

+
+ + + + + + +
+
+ +
+ + + + + + +
+ + + MAXOMENOS writes: EVE Online developer CCP Games has been acquired by Pearl Abyss, the South Korean studio behind the action-oriented MMORPG Black Desert Online. According to VentureBeat, the deal was worth $425 million and will close in early October. It's a surprise announcement for CCP, which has long operated as an independent developer. Eve Online isn't the biggest MMORPG on the market, but it has maintained a steady and loyal userbase through continuous updates and a well-timed switch to a hybrid premium and free-to-play model. The 15-year-old game is unique, too, with its large-scale battles and notoriously complex economic and political systems.
+ +
+ + + + + + + + +
+ + + + + +
+
+
+
+
+ + + +
+ + + +
+
+
+ + + + + + +
+ +
+
+
+
+ +
+
+
+
+
+ + + + +
+ +

'Eve Online' Studio Acquired By Korean MMO Maker

+ + +
+ Comments Filter: + + +
+ +
+ +
+
+
+ + + + + + + + + + + +
    +
  • +
    +
    +
    +
    +

    RIP Eve + + + (Score:3)

    +
    +
    + by spiritplumber ( 1944222 ) + + on Thursday September 06, 2018 @03:24PM (#57265476) + Homepage + +
    +
    +
    +
    Now watch the new owners completely misunderstand the userbase's culture and wreck a good thing.
    +
    + + +
    + +
    + +
      +
    • +
    + +
    • +
      +
      +
      +
      +

      Re: + + + (Score:3)

      +
      +
      + by sinij ( 911942 ) + +
      +
      +
      +
      If someone could make EVE more grindy, it would be a Korean MMO maker. I don't see them misunderstanding that aspect, as they invented Korean Grinder.
      +
      + +
      + +
      +
      + +
      + +
        +
      • +
      + +
    • +
      +
      +
      +
      +

      Re: + + + (Score:3)

      +
      +
      + by duke_cheetah2003 ( 862933 ) + +
      +
      +
      +

      Now watch the new owners completely misunderstand the userbase's culture and wreck a good thing.

      CCP already did that years ago.

      +
      + +
      + +
      +
      + +
      + +
        +
      • +
      + +
  • +
    +
    +
    +
    +

    Not Good News + + + (Score:4, Interesting)

    +
    +
    + by Kunedog ( 1033226 ) + + on Thursday September 06, 2018 @03:36PM (#57265530) + + +
    +
    +
    +
    Shamus Young has a series on Black Desert, explaining how shockingly aggressive, expensive and game-ruining he found the microtransactions system to be, even if you're familiar with the worst of the American systems. There's manadatory PvP and deliberately cramped inventory space but the "cash shop" can always make things better (i.e. playable).

    + +I'd be worried if I were an EVE Online fan.

    + +https://www.shamusyoung.com/tw... [shamusyoung.com]

    I see all the default clothes are bland and I need to pay real money for a cool outfit. Aesthetics are important to me. (Which is why I spend so much time on sculpting my character.) So I really don’t want to spend the rest of my time looking at these blando outfits. Sigh. Fine. What’s a pretend suit of armor cost these days? Three bucks? Five bucks?

    + +FORTY SIX AMERICAN DOLLARS? ARE YOU TRYING TO START A FIGHT?

    The cheap outfits can be had for $22. They also offer ladies underwear sets for just $7, if you want to run around in your underpants. (I don’t, thanks.)

    + +(They also offer similar options for male characters. I was tempted to get the outfit that would let my kung-fu guy go shirtless, because he’s a kung-fu dude. But all of the choices looked like modern-day boxers. You can’t just wear baggy pants with no shirt.)

    + +Would you like to dye that super-expensive outfit you just bought? Or any other outfit? That will set you back another $10. And that’s somehow a rental. Your ten bucks gets you a month of being allowed to have dyed clothes. After the month is up, your clothes revert to their original colors and you gotta fork over another $10.

    Do you enjoy wheeling and dealing at the auction house in other games, but the egregious 35% tax on all your sales is making it impossible for you to have fun or turn a profit? Pay fifteen real-world dollars and the tax will go down to the normal 5%. (For one month.)

    + +Everything is exorbitantly priced like this. It’s so outrageously expensive that I get immediately pissed off. It’s not even about the money, it’s about the sheer audacity of the seller to ask this much[2] for what should be trivial virtual goods. Even if you’re a millionaire, you’re still likely to get offended if someone tries to sell you a stick of ordinary gum for five bucks.

    +
    + + +
    + +
    + +
      +
    • +
    + +
    • +
      +
      +
      +
      +

      Re: + + + (Score:3, Interesting)

      +
      +
      + by Anonymous Coward + +
      +
      +
      +

      Everything is exorbitantly priced like this. It’s so outrageously expensive that I get immediately pissed off. It’s not even about the money, it’s about the sheer audacity of the seller to ask this much for what should be trivial virtual goods. Even if you’re a millionaire, you’re still likely to get offended if someone tries to sell you a stick of ordinary gum for five bucks.

      Sometimes, I thought Stallman was being a pendant for gripes about terminology like "intellectual property".

      Now I realize he was exactly right.

      This guy uses the words "virtual goods", like it's something he'll actually own. Dollars to donuts, the EULA and TOS says these 'virtual goods' are nothing more than bits on their server, you don't own a single bit of it, and they do whatever they like, and fuck you we're keeping your money if you don't like it.

      Seriously, this should be a legal term. If your company

      +
      + +
      + +
      +
      + +
      + +
        +
      • +
      + +
    • +
      +
      +
      +
      +

      Re: + + + (Score:2)

      +
      +
      + by JustAnotherOldGuy ( 4145623 ) + +
      +
      +
      +

      $46 for a suit of armor?

      If I ever had any interest in playing Eve*, this pricing would instantly cure me of that notion.

      *Which I don't, but still...

      +
      + +
      + +
      +
      + +
      + +
        +
      • +
      + +
  • +
    +
    +
    + +
    + by Crashmarik ( 635988 ) + +
    +
    +
    +

    If that isn't a match made in hell I don't know what is.

    +
    + +
    + +
    +
    + +
    + +
      +
    • +
    + +
  • +
    +
    +
    + +
    + by xxxJonBoyxxx ( 565205 ) + + on Thursday September 06, 2018 @04:27PM (#57265796) + + +
    +
    +
    +
    Since its unofficial tagline is, ya know, "spreadsheet online"
    +
    + + +
    + +
    + +
      +
    • +
    + +
    • +
      +
      +
      +
      +

      Re: + + + (Score:2)

      +
      +
      + by JustAnotherOldGuy ( 4145623 ) + +
      +
      +
      +

      It's also known as "Spreadsheet Simulator".

      +
      + +
      + +
      +
      + +
      + +
        +
      • +
      + +
    • +
      +
      +
      +
      +

      Re: + + + (Score:2)

      +
      +
      + by meglon ( 1001833 ) + +
      +
      +
      +
      But...it's a really pretty spreadsheet.
      +
      + +
      + +
      +
      + +
      + +
        +
      • +
      + +
  • +
    +
    +
    + +
    + by beheaderaswp ( 549877 ) * + +
    +
    +
    +

    My god... that number is kinda high...

    That aside... this new owner will just accentuate the problem areas of Eve that kept it from truly meeting it's potential.

    As it is, it's already a griefing sandbox with little wiggle room for anything except PVP and/or massive corporate/alliance industry or fleet ops. When it could be far more balanced and appeal to a larger player base.

    Pushing it further into "gang warfare" style griefing will eventually make the player base smaller.

    I stopped playing in 2016. So I play

    +
    + +
    + +
    +
    + +
    + +
      +
    • +
    + +
    • +
      +
      +
      +
      +

      Re: + + + (Score:3)

      +
      +
      + by Luckyo ( 1726890 ) + +
      +
      +
      +

      Your description of events is the exact opposite of your conclusion. It sounds like EVE has in fact achieved greatness, because the process you describe functions exactly like real world functions on macro level.

      The fact that they apparently managed to recreated the world on macro level in a game through long standing player interactions in less than two decades is mind blowingly amazing.

      +
      + +
      + +
      +
      + +
      + +
        +
      • +
      + +
      • +
        +
        +
        +
        +

        Re: + + + (Score:2)

        +
        +
        + by St.Creed ( 853824 ) + +
        +
        +
        +

        And indeed, a subject of economic studies. Pretty brilliant work in that respect. Whether it's successful as an enjoyable game is something else entirely.

        +
        + +
        + +
        +
        + +
        + +
          +
        • +
        + +
        • +
          +
          +
          +
          +

          Re: + + + (Score:2)

          +
          +
          + by Luckyo ( 1726890 ) + +
          +
          +
          +

          Not economic. Political. This is literally the core tenets of concept of sovereignty. Economy is just a part of the picture here.

          +
          + +
          + +
          +
          + +
          + +
            +
          • +
          + +
  • +
    +
    + +
    +

    No more expansion packs but eve online will offer season passes at 4 different tier prices; standard, deluxe edition, legacy and ultimate edition.

    +
    + +
    + +
    +
    + +
    + +
      +
    • +
    + +
  • +
    +
    +
    +
    +

    Also known as + + + (Score:2)

    +
    +
    + by JustAnotherOldGuy ( 4145623 ) + +
    +
    +
    +

    "Eve Online", also affectionately known as "Spreadsheet Simulator".

    +
    + +
    + +
    +
    + +
    + +
      +
    • +
    + +
  • +
    +
    +
    +
    +

    made me laugh + + + (Score:2)

    +
    +
    + by meglon ( 1001833 ) + +
    +
    +
    +

    Eve Online isn't the biggest MMORPG on the market

    +In other news: water is wet, and the sky is blue.

    +
    + +
    + +
    +
    + +
    + +
      +
    • +
    + +
  • +
  • +
+ + + + + + +
+ + + + + + +
+ + +
+ + + + + +
+ + + + + + +
+ + + +
+ + +
+ + +
+ + +
+
+
+ + + + + + +
+
+ + + + + + + + + + + + + + + + + + + +
+
+ Slashdot +
+ + + + +
+
+
+

The hardest part of climbing the ladder of success is getting through +the crowd at the bottom.

+ +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Working...
+ + + + + +
+ + + + + + + + + \ No newline at end of file diff --git a/test/source/SLASHDOT/games.slashdot.org/story_18_09_06_2146237_valve-explains-how-it-decides-whos-a-straight-up-troll-publishing-video-games-on-steam.html b/test/source/SLASHDOT/games.slashdot.org/story_18_09_06_2146237_valve-explains-how-it-decides-whos-a-straight-up-troll-publishing-video-games-on-steam.html new file mode 100644 index 0000000..d82f3fa --- /dev/null +++ b/test/source/SLASHDOT/games.slashdot.org/story_18_09_06_2146237_valve-explains-how-it-decides-whos-a-straight-up-troll-publishing-video-games-on-steam.html @@ -0,0 +1,3011 @@ + + + + + + + + + + + + + + + + + + + + + + + + Valve Explains How It Decides Who's a 'Straight Up Troll' Publishing Video Games On Steam - Slashdot + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + +
+ +
+ +
+ +

+ + + Follow Slashdot blog updates by subscribing to our blog RSS feed + +

+
+ + +
+
+
 
+ + +

+ + +

+

+ + +

+ +
+
+ Forgot your password? +
+ +
+
+ Close +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + typodupeerror + + + + + + + + + + + + +
+ +
+
+
+
+
+
+
+ + × +
+ + + +
+ + + + + + + + + + + +
+ + + + + Software + + + + + + + + + + + + + Games + + + + + +

+ + + + + + + + + + + + + + Valve Explains How It Decides Who's a 'Straight Up Troll' Publishing Video Games On Steam (vice.com) + + + + + + + + + + 32 + +

+
+ + + + + + +
+
+ +
+ + + + + + +
+ + + An anonymous reader quotes a report from Motherboard: Wednesday, Valve, the company that operates the huge online video game store Steam, shared more details about how it plans to control and moderate the ever-increasing number of games published on its platform. In the post published Wednesday, Valve shared more details about how it determines what it considers "outright trolling." "It is vague and we'll tell you why," Valve wrote. "You're a denizen of the internet so you know that trolls come in all forms. On Steam, some are simply trying to rile people up with something we call 'a game shaped object' (ie: a crudely made piece of software that technically and just barely passes our bar as a functioning video game but isn't what 99.9% of folks would say is "good.") +

+Valve goes on to explain that some trolls are trying to scam folks out of their Steam inventory items (digital items that can be traded for real money), while others are trying to generate a small amount of money through a variety of schemes that have to do with how developers use keys to unlock Steam games, while others are trying to "incite and sow discord." "Trolls are figuring out new ways to be loathsome as we write this," Valve said. "But the thing these folks have in common is that they aren't actually interested in good faith efforts to make and sell games to you or anyone. When a developer's motives aren't that, they're probably a troll." One interesting observation Valve shares in the blog post is that it rarely bans individual games from Steam, and more often bans developers and/or publishers entirely. [...] Valve said that its review process for determining that something may be a "troll game" is a "deep assessment" that involves investigating who the developer is, what they've done in the past, their behavior on Steam as a developer, as a customer, their banking information, developers they associate with, and more.

+ +
+ + + + + + + + +
+ + + + + +
+
+
+
+
+ + + +
+ + + +
+
+
+ + + + + + +
+ +
+
+
+
+ +
+
+
+
+
+ + + + +
+ +

Valve Explains How It Decides Who's a 'Straight Up Troll' Publishing Video Games On Steam

+ + +
+ Comments Filter: + + +
+ +
+ +
+
+
+ + + + + + + + + + + +
    +
  • +
    +
    +
    +
    +

    Just charge a $5K "listing fee" + + + (Score:5, Interesting)

    +
    +
    + by west ( 39918 ) + + on Thursday September 06, 2018 @08:51PM (#57266938) + + +
    +
    +
    +

    98% of the total garbage disappears (as well as a few percent of the good). Of course "not terribly good games" will still appear, but it gets rid of the absolute garbage.

    Or if people are appalled at paying to appear on Steam, allow spending $10K for a Steam "check-mark of marketing", and allow users to filter to show only check-marked games.

    +
    + + +
    + +
    + +
      +
    • +
    + +
    • +
      +
      +
      + +
      + by rsilvergun ( 571051 ) + +
      +
      +
      +
      because there's no accounting for taste, and if you took away garbage there'd be no Goat Simulator. As the saying goes, one man's trash is another's treasure.

      + +Plus, a lot of good devs get their start making trash.
      +
      + +
      + +
      +
      + +
      + +
        +
      • +
      + +
      • +
        +
        +
        +
        +

        Re: + + + (Score:3)

        +
        +
        + by AC-x ( 735297 ) + +
        +
        +
        +

        because there's no accounting for taste, and if you took away garbage there'd be no Goat Simulator. As the saying goes, one man's trash is another's treasure.

        I'm sorry, but anyone with a functioning brain would see that infinitely more effort and polish has been put in to games like Goat Simulator than any of those garbage "asset flips" that litter the Steam store.

        Yes the difference between a good and bad game is subjective, but broken zero effort trash is much easier to agree on...

        +
        + +
        + +
        +
        + +
        + +
          +
        • +
        + +
    • +
      +
      +
      +
      +

      Re: + + + (Score:2)

      +
      +
      + by mentil ( 1748130 ) + +
      +
      +
      +

      Will never happen. There are way too many games like PUBG that would've never become Steam hits if they had such a policy. It only needs to be enough to make the trolls miss it/lose out with their scams; $100 would likely be enough.

      +
      + +
      + +
      +
      + +
      + +
        +
      • +
      + +
    • +
      +
      +
      +
      +

      Re: + + + (Score:2)

      +
      +
      + by Escogido ( 884359 ) + +
      +
      +
      +

      Either would shut a lot of starting indie games developers out of the system, thus preventing said developers and the gaming industry in general from making future hits. Basically, all new games are either essentially reskins/clones of existing games, or trying new mechanics and/or interactions, and sometimes (rarely) stories and characters. Given the typical indie level production values are garbage, in general, only the ones that try to innovate actually do have some value for the industry. However, first

      +
      + +
      + +
      +
      + +
      + +
        +
      • +
      + +
  • +
    +
    +
    + +
    + by Kunedog ( 1033226 ) + +
    +
    +
    +

    A second set of changes was focused on improving how you can ignore things you're not interested in. In the past you've been able to ignore individual games or product types (like VR, or Early Access) you didn't want to see again. But now we've added ways for you to also easily ignore individual developers, publishers, and curators.

    Imagine how much easier browsing Netflix would be if you could filter out whole franchises and showrunners. Of course, that might make it obvious how little on Netflix actually interests you.

    +
    + +
    + +
    +
    + +
    + +
      +
    • +
    + +
    • +
      +
      +
      +
      +

      Re: + + + (Score:2, Funny)

      +
      +
      + by Anonymous Coward + +
      +
      +
      +

      Then they could charge a fee to shows that don't want to be filtered by you

      +
      + +
      + +
      +
      + +
      + +
        +
      • +
      + +
      • +
        +
        +
        +
        +

        Re: + + + (Score:2)

        +
        +
        + by Archfeld ( 6757 ) + +
        +
        +
        +

        Sounds like Amazon, and the Kindle Library. No matter what you search, every 7th listing is a 'Sponsored' listing, and even if you specify a particular author or absolute title, you always get 10 or 12 additional 'bonus' items listed.

        +
        + +
        + +
        +
        + +
        + +
          +
        • +
        + +
  • +
    +
    +
    + +
    + by shendar ( 674986 ) + +
    +
    +
    +
    How about if a developer starts a EA Project and walks away (takes forever with no progress) they are banned from further EA? +How about if they are banned from the store entirely?
    +
    + +
    + +
    +
    + +
    + +
      +
    • +
    + +
    • +
      +
      +
      +
      +

      Re: + + + (Score:3)

      +
      +
      + by AC-x ( 735297 ) + +
      +
      +
      +

      I'm sure the type of developer who does that would simply abandon their old label and create a new developer account to carry on.

      +
      + +
      + +
      +
      + +
      + +
        +
      • +
      + +
    • +
      +
      +
      +
      +

      Re: + + + (Score:2)

      +
      +
      + by mentil ( 1748130 ) + +
      +
      +
      +

      "I'm sick of development, so here's version '1.0'."
      Also define 'forever' in a timescale that doesn't apply to Notch, Rockstar or Valve.

      +
      + +
      + +
      +
      + +
      + +
        +
      • +
      + +
      • +
        +
        +
        +
        +

        Re: + + + (Score:2)

        +
        +
        + by Calydor ( 739835 ) + +
        +
        +
        +

        Wait. I see what you did there.

        You mentioned three developers.

        CONFIRMED: Half-Life 3 is being produced by Notch and Rockstar!

        +
        + +
        + +
        +
        + +
        + +
          +
        • +
        + +
  • +
    +
    + +
    +

    Already May well be the most overloaded operator in the English language. As it seems to mean anything anyone anywhere takes objection to, or otherwise makes them feel bad.

    +
    + +
    + +
    +
    + +
    + +
      +
    • +
    + +
  • +
    +
    +
    + +
    + by Luckyo ( 1726890 ) + + on Thursday September 06, 2018 @11:59PM (#57267476) + + +
    +
    +
    +

    So Steam started as "shove it down their throats" Counter Strike 1.6 launcher. Evolved into highly curated game store over about a decade.

    Then decided to suddenly drop all curation and allow anything and everything on the platform. Got flooded with garbage. Added weird "meta gaming" shit like trading cards. Got games that literally existed just to allow people to get cards. Allowed some trading and other meta gaming of the system. Even got pressured by some SJW types to drop politically controversial games like Hatred and even had their recent porn games brouhaha.

    And now, they're doing this. I guess there's just too much pressure from all directions, and they really just decided that no, we're not bending to various pressure groups, and instead just making sure that asset flips and such are not on the store. If true, good on them.

    +
    + + +
    + +
    + +
      +
    • +
    + +
  • +
    +
    +
    +
    +

    Early Access + + + (Score:2)

    +
    +
    + by tylersoze ( 789256 ) + +
    +
    +
    +

    Eh, all I really want from Valve is a filter that blocks all "Early Access" games from ever appearing, as I'm browsing for games on their web site.

    +
    + +
    + +
    +
    + +
    + +
      +
    • +
    + +
  • +
  • +
+ + + + + + +
+ + + + + + +
+ + +
+ + + + + +
+ + + + + + +
+ + + +
+ + +
+ + +
+ + +
+
+
+ + + + + + +
+
+ + + + + + + + + + + + + + + + + + + +
+
+ Slashdot +
+ + + + +
+
+
+

Our country has plenty of good five-cent cigars, but the trouble is +they charge fifteen cents for them.

+ +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Working...
+ + + + + +
+ + + + + + + + + \ No newline at end of file diff --git a/test/source/SLASHDOT/hardware.slashdot.org/story_18_09_06_1719243_robot-boat-sails-into-history-by-finishing-atlantic-crossing.html b/test/source/SLASHDOT/hardware.slashdot.org/story_18_09_06_1719243_robot-boat-sails-into-history-by-finishing-atlantic-crossing.html new file mode 100644 index 0000000..5a7992f --- /dev/null +++ b/test/source/SLASHDOT/hardware.slashdot.org/story_18_09_06_1719243_robot-boat-sails-into-history-by-finishing-atlantic-crossing.html @@ -0,0 +1,3191 @@ + + + + + + + + + + + + + + + + + + + + + + + + Robot Boat Sails Into History By Finishing Atlantic Crossing - Slashdot + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + +
+ +
+ +
+ +

+ + + Follow Slashdot stories on Twitter + +

+
+ + +
+
+
 
+ + +

+ + +

+

+ + +

+ +
+
+ Forgot your password? +
+ +
+
+ Close +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + typodupeerror + + + + + + + + + + + + +
+ +
+
+
+
+
+
+
+ + × +
+ + + +
+ + + + + + + + + + + +
+ + + + + Robotics + + + + + +

+ + + + + + + + + + + + + + Robot Boat Sails Into History By Finishing Atlantic Crossing (apnews.com) + + + + + + + + + + 41 + +

+
+ + + + + + +
+
+ +
+ + + + + + +
+ + + An anonymous reader writes: For the first time an autonomous sailing robot has completed the Microtransat Challenge by crossing the Atlantic from Newfoundland, Canada to Ireland. The Microtransat has been running since 2010 and has seen 23 previous entries all fail to make it across. The successful boat, SB Met was built by the Norwegian company Offshore Sensing AS and is only 2 metres (6.5 ft) long. It completed the crossing on August 26th, 79 days and 5000 km (3100 miles) of sailing after departing Newfoundland on June 7th. Further reading: A Fleet of Sailing Robots Sets Out To Quantify the Oceans.
+ +
+ + + + + + + + +
+ + + + + +
+
+
+
+
+ + + +
+ + + +
+
+
+ + + + + + +
+ +
+
+
+
+ +
+
+
+
+
+ + + + +
+ +

Robot Boat Sails Into History By Finishing Atlantic Crossing

+ + +
+ Comments Filter: + + +
+ +
+ +
+
+
+ + + + + + + + + + + +
    +
  • +
    +
    +
    +
    +

    KABLAM + + + (Score:1)

    +
    +
    + by fluffernutter ( 1411889 ) + +
    +
    +
    +
    No concrete barriers in the ocean?
    +
    + +
    + +
    +
    + +
    + +
      +
    • +
    + +
  • +
    +
    +
    + +
    + by Bearhouse ( 1034238 ) + +
    +
    +
    +

    Sure the Atlantic can be a tough place, but 79 days?

    Single-handed (human) record is 3 1/2 days...

    https://en.wikipedia.org/wiki/... [wikipedia.org]

    +
    + +
    + +
    +
    + +
    + +
      +
    • +
    + +
    • +
      +
      +
      +
      +

      Re:A small achievement... + + + (Score:4, Informative)

      +
      +
      + by careysub ( 976506 ) + + on Thursday September 06, 2018 @01:46PM (#57264890) + + +
      +
      +
      +

      This is a 2 meter vessel, not a large racing hull built to be fast (and nothing but fast). Using the page you link to, the most useful comparison would be the single-handed records, and the one from 1987 which was about 11.5 days was in a 26 meter hull! And this is the smallest vessel on the list. You are probably not going to get a 2 meter vessel to tear along at an average speed of 7.5 m/sec which would be needed for that 11.5 day crossing.

      +
      + + +
      + +
      + +
        +
      • +
      + +
      • +
        +
        +
        +
        +

        Re: + + + (Score:3)

        +
        +
        + by Solandri ( 704621 ) + +
        +
        +
        +
        There have been a few sailboats in the 2 meter size range which have made the transatlantic crossing. +
          +
        • Hugo Vihlen aboard April Fool (1.8m) in 84 days in 1968, though technically he never finished since he was picked up by the USCG 6 miles offshore.
        • Tom MacNally aboard the Vera Hugh (1.64m) in 134 days in 1993.
        • Hugo Vihlen again aboard the Father's Day (1.62m) in 115 days in 1993.
        • Tom MacNally unsuccessfully attempted the trip again aboard a 1.19m craft in 1998. He passed away last year.

        +Site with picture [microcruising.com]

        +
        + +
        + +
        +
        + +
        + +
          +
        • +
        + +
    • +
      +
      +
      +
      +

      Re: + + + (Score:3)

      +
      +
      + by careysub ( 976506 ) + +
      +
      +
      +

      Also note that the world speed record for a radio-controlled sailing vessel (which was also 2 meters long) is 157.65 km in 23 hours 42 min [guinnessworldrecords.com] in the milder waters of the Mediterranean. At that world record speed in a small RC boat this challenge would have taken 32 days.

      So 79 days in a boat not controlled by a human, and not limited to a 24 hour period, in the open waters of the Atlantic is not so shabby. The speed made good over that whole journey is 40% of that 24 hour record.

      +
      + +
      + +
      +
      + +
      + +
        +
      • +
      + +
    • +
      +
      +
      +
      +

      Re: + + + (Score:3)

      +
      +
      + by arth1 ( 260657 ) + +
      +
      +
      +

      Sure the Atlantic can be a tough place, but 79 days?

      The Mayflower took 66 days to cross, and was much bigger.

      +
      + +
      + +
      +
      + +
      + +
        +
      • +
      + +
  • +
    +
    +
    + +
    + by Jharish ( 101858 ) + +
    +
    +
    +

    ..."I rowboat".

    https://www.theonion.com/i-rowboat-1819583491

    +
    + +
    + +
    +
    + +
    + +
      +
    • +
    + +
  • +
    +
    +
    +
    +

    Description wrong? Not autonomous? + + + (Score:5, Informative)

    +
    +
    + by starless ( 60879 ) + + on Thursday September 06, 2018 @02:46PM (#57265238) + + +
    +
    +
    +

    For the first time an autonomous sailing robot...

    From the linked article:
    https://www.apnews.com/f6d0e2a... [apnews.com]

    The Sailbuoy competed in the “unmanned” class, which allows operators to change its course along the way. There’s a separate “autonomous” class that prohibits any such communication.

    +
    + + +
    + +
    + +
      +
    • +
    + +
  • +
    +
    +
    + +
    + by DulcetTone ( 601692 ) + +
    +
    +
    +

    Don't forget that indigenous robots have rights, too.

    +
    + +
    + +
    +
    + +
    + +
      +
    • +
    + +
  • +
  • +
+ + + + + + +
+ + + + + + +
+ + +
+ + + + + +
+ + + + + + +
+ + + +
+ + +
+ + +
+ + +
+
+
+ + + + + + +
+
+ + + + + + + + + + + + + + + + + + + +
+
+ Slashdot +
+ + + + +
+
+
+

The hardest part of climbing the ladder of success is getting through +the crowd at the bottom.

+ +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Working...
+ + + + + +
+ + + + + + + + + \ No newline at end of file diff --git a/test/source/SLASHDOT/hardware.slashdot.org/story_18_09_06_2058201_mit-graduate-creates-robot-that-swims-through-pipes-to-find-out-if-theyre-leaking.html b/test/source/SLASHDOT/hardware.slashdot.org/story_18_09_06_2058201_mit-graduate-creates-robot-that-swims-through-pipes-to-find-out-if-theyre-leaking.html new file mode 100644 index 0000000..0a4a493 --- /dev/null +++ b/test/source/SLASHDOT/hardware.slashdot.org/story_18_09_06_2058201_mit-graduate-creates-robot-that-swims-through-pipes-to-find-out-if-theyre-leaking.html @@ -0,0 +1,2585 @@ + + + + + + + + + + + + + + + + + + + + + + + + MIT Graduate Creates Robot That Swims Through Pipes To Find Out If They're Leaking - Slashdot + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + +
+ +
+ +
+ +

+ + + Please create an account to participate in the Slashdot moderation system + +

+
+ + +
+
+
 
+ + +

+ + +

+

+ + +

+ +
+
+ Forgot your password? +
+ +
+
+ Close +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + typodupeerror + + + + + + + + + + + + +
+ +
+
+
+
+
+
+
+ + × +
+ + + +
+ + + + + + + + + + + +
+ + + + + Robotics + + + + + + + + + + + + + Science + + + + + + + + + + + Technology + + + + + +

+ + + + + + + + + + + + + + MIT Graduate Creates Robot That Swims Through Pipes To Find Out If They're Leaking (fastcompany.com) + + + + + + + + + + 18 + +

+
+ + + + + + +
+
+ +
+ + + + + + +
+ + + A 28-year-old MIT graduate named You Wu spent six years developing a low-cost robot designed to find leaks in pipes early, both to save water and to avoid bigger damage later from bursting water mains. "Called Lighthouse, the robot looks like a badminton birdie," reports Fast Company. "A soft 'skirt' on the device is covered with sensors. As it travels through pipes, propelled by the flowing water, suction tugs at the device when there's a leak, and it records the location, making a map of critical leaks to fix." From the report: MIT doctoral student You Wu spent six years developing the design, building on research that earlier students began under a project sponsored by a university in Saudi Arabia, where most drinking water comes from expensive desalination plants and around a third of it is lost to leaks. It took three years before he had a working prototype. Then Wu got inspiration from an unexpected source: At a party with his partner, he accidentally stepped on her dress. She noticed immediately, unsurprisingly, and Wu realized that he could use a similar skirt-like design on a robot so that the robot could detect subtle tugs from the suction at each leak. Wu graduated from MIT in June, and is now launching the technology through a startup called WatchTower Robotics. The company will soon begin pilots in Australia and in Cambridge, Massachusetts. One challenge now, he says, is creating a guide so water companies can use the device on their own.
+ +
+ + + + + + + + +
+ + + + + +
+
+
+
+
+ + + +
+ + + +
+
+
+ + + + + + +
+ +
+
+
+
+ +
+
+
+
+
+ + + + +
+ +

MIT Graduate Creates Robot That Swims Through Pipes To Find Out If They're Leaking

+ + +
+ Comments Filter: + + +
+ +
+ +
+
+
+ + + + + + + + + + + + + + + + + + +
+ + + + + + +
+ + +
+ + + + + +
+ + + + + + +
+ + + +
+ + +
+ + +
+ + +
+
+
+ + + + + + +
+
+ + + + + + + + + + + + + + + + + + + +
+
+ Slashdot +
+ + + + +
+
+
+

The hardest part of climbing the ladder of success is getting through +the crowd at the bottom.

+ +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Working...
+ + + + + +
+ + + + + + + + + \ No newline at end of file diff --git a/test/source/SLASHDOT/index.html b/test/source/SLASHDOT/index.html new file mode 100644 index 0000000..21d763e --- /dev/null +++ b/test/source/SLASHDOT/index.html @@ -0,0 +1,4415 @@ + + + + + + + + + + + + + + + + + + + + + + + + + Slashdot: News for nerds, stuff that matters + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + +
+ +
+ +
+ +

+ + + Please create an account to participate in the Slashdot moderation system + +

+
+ + +
+
+
 
+ + +

+ + +

+

+ + +

+ +
+
+ Forgot your password? +
+ +
+
+ Close +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + typodupeerror + + + + + + + + + + + + +
+
+
+
+ + + + + + + + + +
+
+ + × +
+ + + +
+ + + + + + + + + + + +
+ + + + + Medicine + + + + + +

+ + + + + + + + + + + + + + Study Finds Probiotics 'Not As Beneficial For Gut Health As Previously Thought' (theguardian.com) + + + + + + + + + + 25 + +

+
+ + + + + + +
+
+ +
+ + + + +
+ + + An anonymous reader quotes a report from The Guardian: The gut microbiome is the sum total of all the micro-organisms living in a person's gut, and has been shown to play a huge role in human health. New research has found probiotics -- usually taken as supplements or in foods such as yoghurt, kimchi or kefir -- can hinder a patient's gut microbiome from returning to normal after a course of antibiotics, and that different people respond to probiotics in dramatically different ways. In the first of two papers published in the journal Cell, researchers performed endoscopies and colonoscopies to sample and study the gut microbiomes of people who took antibiotics before and after probiotic consumption. Another group were given samples of their own gut microbiomes collected before consuming antibiotics. The researchers found the microbiomes of those who had taken the probiotics had suffered a "very severe disturbance." "Once the probiotics had colonized the gut, they completely inhibited the return of the indigenous microbiome which was disrupted during antibiotic treatment," said Eran Elinav, an immunologist at the Weizmann Institute of Science in Israel and lead author on the studies. +

+The scientists also compared the gut microbiomes of the gut intestinal tract of 25 volunteers with that of their stools. They found that stool bacteria only partially correlated with the microbiomes functioning inside their bodies. "So the fact that we all almost exclusively rely on stool in our microbiome research may not be a reliable way of studying gut microbiome health," said Elinav. In the second paper, the researchers examined the colonization and impact of probiotics on 15 people by sampling within their gastrointestinal tract. They divided the individuals into two groups: one were given a preparation made of 11 strains of very commonly used probiotics and the other were given a placebo. Of those who were given probiotics, he said, "We could group the individuals into two distinct groups: one which resisted the colonisation of the probiotics, and one in which the probiotics colonized the gut and modified the composition of the gut microbiome and the genes of the host individual."

+ +
+ + + + + + +
+ + + + + + + + + + +
+ + + + + + + + + + + +
+ + + + + Security + + + + + +

+ + + + + + + + + + + + + + 380,000 Card Payments Compromised In British Airways Breach (sky.com) + + + + + + + + + + 18 + +

+
+ + + + + + +
+
+ +
+ + + + +
+ + + Earlier today, British Airways said credit card information of at least 380,000 customers have been "compromised" in a data breach that occurred between August 21 and September 5. The information stolen includes customer names, email addresses, home addresses and payment card information -- but not travel or passport details. Sky News reports: In an email to affected customers, BA said: "We're deeply sorry, but you may have been affected. We recommend that you contact your bank or credit card provider and follow their recommended advice. We take the protection of your personal information very seriously. Please accept our deepest apologies for the worry and inconvenience that this criminal activity has caused." The breach has been "resolved" and the website is "working normally," it said. In a statement, the airline added: "We have notified the police and relevant authorities... [and] will continue to keep our customers updated with the very latest information. We will be contacting customers and will manage any claims on an individual basis."
+ +
+ + + + + + +
+ + + + + + + + + + +
+ + + + + + + + + + + +
+ + + + + Communications + + + + + +

+ + + + + + + + + + + + + + Icelanders Seek To Keep Remote Nordic Peninsula Digital-Free (apnews.com) + + + + + + + + + + 26 + +

+
+ + + + + + +
+
+ +
+ + + + +
+ + + Hikers, park rangers, and summer residents of Iceland's northernmost peninsula are seeking to keep the area free from internet service, worrying that all that comes with it "will destroy a way of life that depends on the absence of [email, news, and social media]," reports the Associated Press. "The area has long resisted cell towers, but commercial initiatives could take the decision out of Icelanders' hands and push Hornstrandir across the digital divide." From the report: Despite or because of its remoteness, Iceland ranks first on a U.N. index comparing nations by information technology use, with roughly 98 percent of the population using the internet. Among adults, 93 percent report having Facebook accounts and two-thirds are Snapchat users, according to pollster MMR. Many people who live in northwestern Iceland or visit as outdoor enthusiasts want Hornstrandir's 570 square kilometers (220 square miles), which accounts for 0.6 percent of Iceland's land mass, to be declared a "digital-free zone." The idea hasn't coalesced into a petition or formal campaign, so what it would require or prohibit hasn't been fleshed out. The last full-time resident of the rugged area moved away in 1952 -- it never was an easy place to farm -- but many descendants have turned family farmsteads into summer getaways. Northwest Iceland's representative, Halla Signy Kristjansdottir, is in favor of adding cell towers for the safety of sailors and travelers in the area. "I don't see anything romantic about lying on the ground with a broken thigh bone and no cellphone signal," Kristjansdottir said in an interview.
+ +
+ + + + + + +
+ + + + + + + + + + +
+ + + + + + + + + + + +
+ + + + + Software + + + + + +

+ + + + + + + + + + + + + + Valve Explains How It Decides Who's a 'Straight Up Troll' Publishing Video Games On Steam (vice.com) + + + + + + + + + + 32 + +

+
+ + + + + + +
+
+ +
+ + + + +
+ + + An anonymous reader quotes a report from Motherboard: Wednesday, Valve, the company that operates the huge online video game store Steam, shared more details about how it plans to control and moderate the ever-increasing number of games published on its platform. In the post published Wednesday, Valve shared more details about how it determines what it considers "outright trolling." "It is vague and we'll tell you why," Valve wrote. "You're a denizen of the internet so you know that trolls come in all forms. On Steam, some are simply trying to rile people up with something we call 'a game shaped object' (ie: a crudely made piece of software that technically and just barely passes our bar as a functioning video game but isn't what 99.9% of folks would say is "good.") +

+Valve goes on to explain that some trolls are trying to scam folks out of their Steam inventory items (digital items that can be traded for real money), while others are trying to generate a small amount of money through a variety of schemes that have to do with how developers use keys to unlock Steam games, while others are trying to "incite and sow discord." "Trolls are figuring out new ways to be loathsome as we write this," Valve said. "But the thing these folks have in common is that they aren't actually interested in good faith efforts to make and sell games to you or anyone. When a developer's motives aren't that, they're probably a troll." One interesting observation Valve shares in the blog post is that it rarely bans individual games from Steam, and more often bans developers and/or publishers entirely. [...] Valve said that its review process for determining that something may be a "troll game" is a "deep assessment" that involves investigating who the developer is, what they've done in the past, their behavior on Steam as a developer, as a customer, their banking information, developers they associate with, and more.

+ +
+ + + + + + +
+ + + + + + + + + + +
+ + + + + + + + + + + +
+ + + + + Facebook + + + + + +

+ + + + + + + + + + + + + + Professor Who Coined Term 'Net Neutrality' Thinks It's Time To Break Up Facebook (theverge.com) + + + + + + + + + + 61 + +

+
+ + + + + + +
+
+ +
+ + + + +
+ + + pgmrdlm shares a report from The Verge: Best known for coining the phrase "net neutrality" and his book The Master Switch: The Rise and Fall of Information Empires, Wu has a new book coming out in November called The Curse of Bigness: Antitrust in the New Gilded Age. In it, he argues compellingly for a return to aggressive antitrust enforcement in the style of Teddy Roosevelt, saying that Google, Facebook, Amazon, and other huge tech companies are a threat to democracy as they get bigger and bigger. "We live in America, which has a strong and proud tradition of breaking up companies that are too big for inefficient reasons," Wu told me on this week's Vergecast. "We need to reverse this idea that it's not an American tradition. We've broken up dozens of companies." +

+"I think if you took a hard look at the acquisition of WhatsApp and Instagram, the argument that the effects of those acquisitions have been anticompetitive would be easy to prove for a number of reasons," says Wu. And breaking up the company wouldn't be hard, he says. "What would be the harm? You'll have three competitors. It's not 'Oh my god, if you get rid of WhatsApp and Instagram, well then the whole world's going to fall apart.' It would be like 'Okay, now you have some companies actually trying to offer you an alternative to Facebook.'" Breaking up Facebook (and other huge tech companies like Google and Amazon) could be simple under the current law, suggests Wu. But it could also lead to a major rethinking of how antitrust law should work in a world where the giant platform companies give their products away for free, and the ability for the government to restrict corporate power seems to be diminishing by the day. And it demands that we all think seriously about the conditions that create innovation. "I think everyone's steering way away from the monopolies, and I think it's hurting innovation in the tech sector," says Wu.

+ +
+ + + + + + +
+ + + + + + + + + + +
+ + + + + + + + + + + +
+ + + + + Robotics + + + + + +

+ + + + + + + + + + + + + + MIT Graduate Creates Robot That Swims Through Pipes To Find Out If They're Leaking (fastcompany.com) + + + + + + + + + + 18 + +

+
+ + + + + + +
+
+ +
+ + + + +
+ + + A 28-year-old MIT graduate named You Wu spent six years developing a low-cost robot designed to find leaks in pipes early, both to save water and to avoid bigger damage later from bursting water mains. "Called Lighthouse, the robot looks like a badminton birdie," reports Fast Company. "A soft 'skirt' on the device is covered with sensors. As it travels through pipes, propelled by the flowing water, suction tugs at the device when there's a leak, and it records the location, making a map of critical leaks to fix." From the report: MIT doctoral student You Wu spent six years developing the design, building on research that earlier students began under a project sponsored by a university in Saudi Arabia, where most drinking water comes from expensive desalination plants and around a third of it is lost to leaks. It took three years before he had a working prototype. Then Wu got inspiration from an unexpected source: At a party with his partner, he accidentally stepped on her dress. She noticed immediately, unsurprisingly, and Wu realized that he could use a similar skirt-like design on a robot so that the robot could detect subtle tugs from the suction at each leak. Wu graduated from MIT in June, and is now launching the technology through a startup called WatchTower Robotics. The company will soon begin pilots in Australia and in Cambridge, Massachusetts. One challenge now, he says, is creating a guide so water companies can use the device on their own.
+ +
+ + + + + + +
+ + + + + + + + + + +
+ + + + + + + + + + + +
+ + + + + Government + + + + + +

+ + + + + + + + + + + + + + Blockchains Are Not Safe For Voting, Concludes NAP Report (nytimes.com) + + + + + + + + + + 52 + +

+
+ + + + + + +
+
+ +
+ + + + +
+ + + The National Academies Press has released a 156-page report, called "Securing the Vote: Protecting American Democracy," concluding that blockchains are not safe for the U.S. election system. "While the notion of using a blockchain as an immutable ballot box may seem promising, blockchain technology does little to solve the fundamental security issues of elections, and indeed, blockchains introduce additional security vulnerabilities," the report states. "In particular, if malware on a voter's device alters a vote before it ever reaches a blockchain, the immutability of the blockchain fails to provide the desired integrity, and the voter may never know of the alteration."

The report goes on to say that "Blockchains do not provide the anonymity often ascribed to them." It continues: "In the particular context of elections, voters need to be authorized as eligible to vote and as not having cast more than one ballot in the particular election. Blockchains do not offer means for providing the necessary authorization. [...] If a blockchain is used, then cast ballots must be encrypted or otherwise anonymized to prevent coercion and vote-selling." The New York Times summarizes the findings: The cautiously worded report calls for conducting all federal, state and local elections on paper ballots by 2020. Its other top recommendation would require nationwide use of a specific form of routine postelection audit to ensure votes have been accurately counted. The panel did not offer a price tag for its recommended overhaul. New York University's Brennan Center has estimated that replacing aging voting machines over the next few years could cost well over $1 billion. The 156-page report [...] bemoans a rickety system compromised by insecure voting equipment and software whose vulnerabilities were exposed more than a decade ago and which are too often managed by officials with little training in cybersecurity. +

+Among its specific recommendations was a mainstay of election reformers: All elections should use human-readable paper ballots by 2020. Such systems are intended to assure voters that their vote was recorded accurately. They also create a lasting record of "voter intent" that can be used for reliable recounts, which may not be possible in systems that record votes electronically. [...] The panel also calls for all states to adopt a type of post-election audit that employs statistical analysis of ballots prior to results certification. Such "risk-limiting" audits are designed to uncover miscounts and vote tampering. Currently only three states mandate them.

+ +
+ + + + + + +
+ + + + + + + + + + +
+ + + + + + + + + + + +
+ + + + + Businesses + + + + + +

+ + + + + + + + + + + + + + Software Developers Are Now More Valuable To Companies Than Money, Says Survey (cnbc.com) + + + + + + + + + + 97 + +

+
+ + + + + + +
+
+ +
+ + + + +
+ + + An anonymous reader quotes a report from CNBC: As our global economy increasingly comes to run on technology-enabled rails and every company becomes a tech company, demand for high-quality software engineers is at an all-time high. A recent study from Stripe and Harris Poll found that 61 percent of C-suite executives believe access to developer talent is a threat to the success of their business. Perhaps more surprisingly -- as we mark a decade after the financial crisis -- this threat was even ranked above capital constraints. And yet, despite being many corporations' most precious resource, developer talents are all too often squandered. Collectively, companies today lose upward of $300 billion a year paying down "technical debt," as developers pour time into maintaining legacy systems or dealing with the ramifications of bad software. This is especially worrisome, given the outsized impact developers have on companies' chances of success. Software developers don't have a monopoly on good ideas, but their skill set makes them a uniquely deep source of innovation, productivity and new economic connections. When deployed correctly, developers can be economic multipliers -- coefficients that dramatically ratchet up the output of the teams and companies of which they're a part.
+ +
+ + + + + + +
+ + + + + + + + + + +
+ + + + + + + + + + + +
+ + + + + United States + + + + + +

+ + + + + + + + + + + + + + Computer Chips Are Still 'Made in USA' (axios.com) + + + + + + + + + + 70 + +

+
+ + + + + + +
+
+ +
+ + + + +
+ + + For all the wishful thinking about manufacturing more laptops and iPhones in the U.S., there is one sector of tech manufacturing where America remains a leader: computer chips. From a report: Some $44 billion worth of semiconductors are exported from the U.S. each year, making them America's fourth leading manufacturing export after cars, airplanes and refined oil. There are roughly 80 wafer fabrication plants (aka fabs) in the U.S., spread across 19 states. [...] An even greater share of the world's computer chips are designed domestically and made overseas by companies including Qualcomm, Apple, Broadcom and Nvidia. A bunch of the high-tech gear needed to produce chips is also designed and/or made in the U.S.
+ +
+ + + + + + +
+ + + + + + + + + + +
+ + + + + + + + + + + +
+ + + + + AI + + + + + +

+ + + + + + + + + + + + + + 'I've Seen the Future of Consumer AI, and it Doesn't Have One' (theregister.co.uk) + + + + + + + + + + 97 + +

+
+ + + + + + +
+
+ +
+ + + + +
+ + + Andrew Orlowski of The Register recounts all the gadgets supercharged with AI that he came across at IFA tradeshow last week -- and wonders what value AI brought to the table. He writes: I didn't see a blockchain toothbrush at IFA in Berlin last week, but I'm sure there was one lurking about somewhere. With 30 vast halls to cover, I didn't look too hard for it. But I did see many things almost as tragic that no one could miss -- AI being squeezed into almost every conceivable bit of consumer electronics. But none were convincing. If ever there was a solution looking for a problem, it's ramming AI into gadgets to show of a company's machine learning prowess. For the consumer it adds unreliability, cost and complexity, and the annoyance of being prompted.

[...] Back to LG, which takes 2018's prize for sticking AI into a superfluous gadget. The centrepiece of its AI efforts this year is a robot, ClOi. Put Google Assistant or Alexa on wheels, and you have ClOi. I asked the booth person what exactly ClOi could do to be told "it can take notes for your shopping list." Why wasn't this miracle of the Fourth Industrial Revolution let loose on the LG floor? I wondered -- a question answered by this account of ClOi's debut at CES in January. Clearly things haven't improved much -- this robot buddy was kept indoors.

+ +
+ + + + + + +
+ + + + + + + + + + +
+ + + + + + + + + + + +
+ + + + + Security + + + + + +

+ + + + + + + + + + + + + + 400,000 Websites Vulnerable Through Exposed .git Directories (scmagazine.com) + + + + + + + + + + 32 + +

+
+ + + + + + +
+
+ +
+ + + + +
+ + + Open .git directories are a bigger cybersecurity problem than many might imagine, at least according to a Czech security researcher who discovered almost 400,000 web pages with an open .git directory possibly exposing a wide variety of data. From a report: Vladimir Smitka began his .git directory odyssey in July when he began looking at Czech websites to find how many were improperly configured and allow access to their .git folders within the file versions repository. Open .git directories are a particularly dangerous issue, he said, because they can contain a great deal of sensitive information. "Information about the website's structure, and sometimes you can get very sensitive data such as database passwords, API keys, development IDE settings, and so on. However, this data shouldn't be stored in the repository, but in previous scans of various security issues, I have found many developers that do not follow these best practices," Smitka wrote. Smitka queried 230 million websites to discover the 390,000 allowing access to their .git directories. The vast majority of the websites with open directories had a .com TLD with .net, .de, .org and uk comprising most of the others.
+ +
+ + + + + + +
+ + + + + + + + + + +
+ + + + + + + + + + + +
+ + + + + Businesses + + + + + +

+ + + + + + + + + + + + + + 'Eve Online' Studio Acquired By Korean MMO Maker (engadget.com) + + + + + + + + + + 57 + +

+
+ + + + + + +
+
+ +
+ + + + +
+ + + MAXOMENOS writes: EVE Online developer CCP Games has been acquired by Pearl Abyss, the South Korean studio behind the action-oriented MMORPG Black Desert Online. According to VentureBeat, the deal was worth $425 million and will close in early October. It's a surprise announcement for CCP, which has long operated as an independent developer. Eve Online isn't the biggest MMORPG on the market, but it has maintained a steady and loyal userbase through continuous updates and a well-timed switch to a hybrid premium and free-to-play model. The 15-year-old game is unique, too, with its large-scale battles and notoriously complex economic and political systems.
+ +
+ + + + + + +
+ + + + + + + + + + +
+ + + + + + + + + + + +
+ + + + + Chrome + + + + + +

+ + + + + + + + + + + + + + Google Investigating Issue With Blurry Fonts on new Chrome 69 (zdnet.com) + + + + + + + + + + 59 + +

+
+ + + + + + +
+
+ +
+ + + + +
+ + + Since the release of Chrome 69 earlier this week, countless of users have gone on social media and Google Product Forums to complain about "blurry" or "fuzzy" text inside Chrome. ZDNet: The blurred font issue isn't only limited to text rendered inside a web page, users said, but also for the text suggestions displayed inside the address bar search drop-down, and Chrome's Developer Tools panel. [...] According to reports, the issue only manifests for Chrome 69 users on Windows. Those who rolled back to Chrome 68 stopped having problems. Users said that changing Chrome, operating system, or screen DPI settings didn't help. "Our team is investigating reports of this behavior. You can find more information in this public bug report," a Google spokesperson said last night after first user complaints started surfacing online. Some users have also expressed concerns over Chrome not showing "trivial subdomains" including www and secure lock sign in the address bar.
+ +
+ + + + + + +
+ + + + + + + + + + +
+ + + + + + + + + + + +
+ + + + + Firefox + + + + + +

+ + + + + + + + + + + + + + Tor Browser Gets a Redesign, Switches To New Firefox Quantum Engine (zdnet.com) + + + + + + + + + + 44 + +

+
+ + + + + + +
+
+ +
+ + + + +
+ + + The Tor Browser has rolled out a new interface with the release of v8. From a report: The Tor Browser has always been based on the Firefox codebase, but it lagged behind a few releases. Mozilla rolled out a major overhaul of the Firefox codebase in November 2017, with the release of Firefox 57, the first release in the Firefox Quantum series. Firefox Quantum came with a new page rendering engine, a new add-ons API, and a new user interface called the Photon UI. Because these were major, code-breaking changes, it took the smaller Tor team some time to integrate all of them into the Tor Browser codebase and make sure everything worked as intended. The new Tor Browser 8, released yesterday, is now in sync with the most recent version of Firefox, the Quantum release, and also supports all of its features. This means the Tor Browser now uses the same modern Photon UI that current Firefox versions use, it supports the same speed-optimized page rendering engine and has also dropped support for the old XUL-based add-ons system for the new WebExtensions API system used by Chrome, Opera, Vivaldi, Brave, and the rest of the Chromium browsers.
+ +
+ + + + + + +
+ + + + + + + + + + +
+ + + + + + + + + + + +
+ + + + + Robotics + + + + + +

+ + + + + + + + + + + + + + Robot Boat Sails Into History By Finishing Atlantic Crossing (apnews.com) + + + + + + + + + + 41 + +

+
+ + + + + + +
+
+ +
+ + + + +
+ + + An anonymous reader writes: For the first time an autonomous sailing robot has completed the Microtransat Challenge by crossing the Atlantic from Newfoundland, Canada to Ireland. The Microtransat has been running since 2010 and has seen 23 previous entries all fail to make it across. The successful boat, SB Met was built by the Norwegian company Offshore Sensing AS and is only 2 metres (6.5 ft) long. It completed the crossing on August 26th, 79 days and 5000 km (3100 miles) of sailing after departing Newfoundland on June 7th. Further reading: A Fleet of Sailing Robots Sets Out To Quantify the Oceans.
+ +
+ + + + + + +
+ + + + + + + + + + +
+
+ + +
+
+ +
+
+ + + + + + + + + + +
+
+ + + + +
+
+ +
+ + +
+
+

Slashdot Top Deals

+
+ +
+
+
+ + + + + +
+ + + + +
+
+
+
+
+ + + +
+ + + +
+ + + + + +
+
+

The hardest part of climbing the ladder of success is getting through +the crowd at the bottom.

+ +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Working...
+ + + + + +
+ + + + + + + + + \ No newline at end of file diff --git a/test/source/SLASHDOT/it.slashdot.org/story_18_09_07_0247228_380000-card-payments-compromised-in-british-airways-breach.html b/test/source/SLASHDOT/it.slashdot.org/story_18_09_07_0247228_380000-card-payments-compromised-in-british-airways-breach.html new file mode 100644 index 0000000..831346e --- /dev/null +++ b/test/source/SLASHDOT/it.slashdot.org/story_18_09_07_0247228_380000-card-payments-compromised-in-british-airways-breach.html @@ -0,0 +1,2606 @@ + + + + + + + + + + + + + + + + + + + + + + + + 380,000 Card Payments Compromised In British Airways Breach - Slashdot + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + +
+ +
+ +
+ +

+ + + Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading! + +

+
+ + +
+
+
 
+ + +

+ + +

+

+ + +

+ +
+
+ Forgot your password? +
+ +
+
+ Close +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + typodupeerror + + + + + + + + + + + + +
+ +
+
+
+
+
+
+
+ + × +
+ + + +
+ + + + + + + + + + + +
+ + + + + Security + + + + + + + + + + + + + Privacy + + + + + + + + + + + Software + + + + + + + + + + + Transportation + + + + + +

+ + + + + + + + + + + + + + 380,000 Card Payments Compromised In British Airways Breach (sky.com) + + + + + + + + + + 18 + +

+
+ + + + + + +
+
+ +
+ + + + + + +
+ + + Earlier today, British Airways said credit card information of at least 380,000 customers have been "compromised" in a data breach that occurred between August 21 and September 5. The information stolen includes customer names, email addresses, home addresses and payment card information -- but not travel or passport details. Sky News reports: In an email to affected customers, BA said: "We're deeply sorry, but you may have been affected. We recommend that you contact your bank or credit card provider and follow their recommended advice. We take the protection of your personal information very seriously. Please accept our deepest apologies for the worry and inconvenience that this criminal activity has caused." The breach has been "resolved" and the website is "working normally," it said. In a statement, the airline added: "We have notified the police and relevant authorities... [and] will continue to keep our customers updated with the very latest information. We will be contacting customers and will manage any claims on an individual basis."
+ +
+ + + + + + + + +
+ + + + + +
+
+
+
+
+ + + +
+ + + +
+
+
+ + + + + + +
+ +
+
+
+
+ +
+
+
+
+
+ + + + +
+ +

380,000 Card Payments Compromised In British Airways Breach

+ + +
+ Comments Filter: + + +
+ +
+ +
+
+
+ + + + + + + + + + + +
    +
  • +
    +
    +
    +
    +

    when not if + + + (Score:2)

    +
    +
    + by johnsnails ( 1715452 ) + +
    +
    +
    +
    when not if
    +
    + +
    + +
    +
    + +
    + +
      +
    • +
    + +
  • +
    +
    +
    + +
    + by gweihir ( 88907 ) + + on Thursday September 06, 2018 @11:03PM (#57267346) + + +
    +
    +
    +

    Say, $100 per customer, payable to the customer for their hassle. But likely this will not cost them a thing. So it will happen again and again and again.

    +
    + + +
    + +
    + +
      +
    • +
    + +
  • +
    +
    +
    +
    +

    For 380,000 ... + + + (Score:2)

    +
    +
    + by CaptainDork ( 3678879 ) + +
    +
    +
    +

    ... years, the universe was in an expanding opaque plasma state so dense that photons could not travel very far.

    Coincidence?

    Yes, I'm sure of it.

    +
    + +
    + +
    +
    + +
    + +
      +
    • +
    + +
  • +
    +
    +
    + +
    + by Hallux-F-Sinister ( 5127197 ) + +
    +
    +
    +

    -Sigh-.

    This is why we can’t have nice things.

    +
    + +
    + +
    +
    + +
    + +
      +
    • +
    + +
  • +
    +
    +
    +
    +

    Not enough + + + (Score:2)

    +
    +
    + by hcs_$reboot ( 1536101 ) + +
    +
    +
    +
    "We take the protection of your personal information very seriously" Almost insulting to put that in the email sent to affected clients.
    +
    + +
    + +
    +
    + +
    + +
      +
    • +
    + +
  • +
  • +
+ + + + + + +
+ + + + + + +
+ + +
+ + + + + +
+ + + + + + +
+ + + +
+ + +
+ + +
+ + +
+
+
+ + + + + + +
+
+ + + + + + + + + + + + + + + + + + + +
+
+ Slashdot +
+ + + + +
+
+
+

Our country has plenty of good five-cent cigars, but the trouble is +they charge fifteen cents for them.

+ +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Working...
+ + + + + +
+ + + + + + + + + \ No newline at end of file diff --git a/test/source/SLASHDOT/mobile.slashdot.org/story_18_09_06_235254_icelanders-seek-to-keep-remote-nordic-peninsula-digital-free.html b/test/source/SLASHDOT/mobile.slashdot.org/story_18_09_06_235254_icelanders-seek-to-keep-remote-nordic-peninsula-digital-free.html new file mode 100644 index 0000000..09ea020 --- /dev/null +++ b/test/source/SLASHDOT/mobile.slashdot.org/story_18_09_06_235254_icelanders-seek-to-keep-remote-nordic-peninsula-digital-free.html @@ -0,0 +1,2936 @@ + + + + + + + + + + + + + + + + + + + + + + + + Icelanders Seek To Keep Remote Nordic Peninsula Digital-Free - Slashdot + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + +
+ +
+ +
+ +

+ + + Follow Slashdot blog updates by subscribing to our blog RSS feed + +

+
+ + +
+
+
 
+ + +

+ + +

+

+ + +

+ +
+
+ Forgot your password? +
+ +
+
+ Close +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + typodupeerror + + + + + + + + + + + + +
+ +
+
+
+
+
+
+
+ + × +
+ + + +
+ + + + + + + + + + + +
+ + + + + Communications + + + + + + + + + + + + + Cellphones + + + + + + + + + + + Digital + + + + + + + + + + + Earth + + + + + + + + + + + Network + + + + + + + + + + + Technology + + + + + +

+ + + + + + + + + + + + + + Icelanders Seek To Keep Remote Nordic Peninsula Digital-Free (apnews.com) + + + + + + + + + + 26 + +

+
+ + + + + + +
+
+ +
+ + + + + + +
+ + + Hikers, park rangers, and summer residents of Iceland's northernmost peninsula are seeking to keep the area free from internet service, worrying that all that comes with it "will destroy a way of life that depends on the absence of [email, news, and social media]," reports the Associated Press. "The area has long resisted cell towers, but commercial initiatives could take the decision out of Icelanders' hands and push Hornstrandir across the digital divide." From the report: Despite or because of its remoteness, Iceland ranks first on a U.N. index comparing nations by information technology use, with roughly 98 percent of the population using the internet. Among adults, 93 percent report having Facebook accounts and two-thirds are Snapchat users, according to pollster MMR. Many people who live in northwestern Iceland or visit as outdoor enthusiasts want Hornstrandir's 570 square kilometers (220 square miles), which accounts for 0.6 percent of Iceland's land mass, to be declared a "digital-free zone." The idea hasn't coalesced into a petition or formal campaign, so what it would require or prohibit hasn't been fleshed out. The last full-time resident of the rugged area moved away in 1952 -- it never was an easy place to farm -- but many descendants have turned family farmsteads into summer getaways. Northwest Iceland's representative, Halla Signy Kristjansdottir, is in favor of adding cell towers for the safety of sailors and travelers in the area. "I don't see anything romantic about lying on the ground with a broken thigh bone and no cellphone signal," Kristjansdottir said in an interview.
+ +
+ + + + + + + + +
+ + + + + +
+
+
+
+
+ + + +
+ + + +
+
+
+ + + + + + +
+ +
+
+
+
+ +
+
+
+
+
+ + + + +
+ +

Icelanders Seek To Keep Remote Nordic Peninsula Digital-Free

+ + +
+ Comments Filter: + + +
+ +
+ +
+
+
+ + + + + + + + + + + +
    +
  • +
    +
    +
    +
    +

    Yeah it's real annoying + + + (Score:3, Insightful)

    +
    +
    + by Crashmarik ( 635988 ) + + on Thursday September 06, 2018 @09:31PM (#57267048) + + +
    +
    +
    +

    You're out in the wilderness and somebody's WiFi is screwing up the colors of the forest and making everything look strange, while the cell towers are driving the wildlife nuts. / sarcasm

    I'd love to hear these people justify how this in anyway diminishes them.

    +
    + + +
    + +
    + +
      +
    • +
    + +
    • +
      +
      + +
      +

      Because they CAN get Farcebook, I guess they Must get Farcebook.
      I mean, you would think they could just choose to turn off their devices, not bring a charger, whatever.

      Although knowing people from such areas, I suspect it is more about giving one big finger to 'thems city folks' (even if most of these people live in the cit\y most of the time).

      Anyway, good on them for caring, but good luck in keeping such things out. The safety point is also quite valid.

      +
      + +
      + +
      +
      + +
      + +
        +
      • +
      + +
      • +
        +
        +
        +
        +

        Re: + + + (Score:3, Interesting)

        +
        +
        + by ShanghaiBill ( 739463 ) + +
        +
        +
        +

        I mean, you would think they could just choose to turn off their devices

        They don't want to just stop using Facebook, they want their NEIGHBORS to stop using it too.

        This isn't about self-control. It is about controlling others, which is a near universal human desire.

        +
        + +
        + +
        +
        + +
        + +
          +
        • +
        + +
      • +
        +
        +
        +
        +

        Re: + + + (Score:3)

        +
        +
        + by e3m4n ( 947977 ) + +
        +
        +
        +

        exactly. I just posted a more descriptive explanation of that very thing a thread above this one. Sometimes it's easier to buy a vacation that makes the choice for you, than having to, repeatedly, make the same choice throughout the entire vacation. Picking a destination that has no access means you can re-focus on other forms of entertainment. Its easy to fall back into habits. By picking a spot with no access, you are not fighting temptation, and i dare say withdrawal, the entire time. The price of vacati

        +
        + +
        + +
        +
        + +
        + +
          +
        • +
        + +
    • +
      +
      +
      +
      +

      Re:Yeah it's real annoying + + + (Score:5, Informative)

      +
      +
      + by Rei ( 128717 ) + + on Thursday September 06, 2018 @10:50PM (#57267306) + Homepage + +
      +
      +
      +

      Forest? *snicker*. Here's the joke everyone over the age of 8 here knows:

      Q: What do you do if you get lost in an Icelandic forest?
      A: Stand up.

      I've actually not been to Hornstrandir; it's been on my TODO list for a long, long time, but I've lacked one of the obligatory "round tuits". So it's actually surprising to hear that there's not internet access (via cell towers) there, because in general even the most remote places here have cell access. When Bárðarbunga erupted, deep in the highlands, the eruption was livestreamed. And there's a lot more people in Vestfirðir then in the highlands!

      This would of course be more about visitors than residents, given that there's no permanent residents in Hornstrandir. And in some ways I can sympathize. For example, there's always a lot of opposition to improving the highland roads because we don't want to have more cars driving through and tons of people flooding in, and driving really fast on some paved road would totally change the experience of going into the highlands... it would just turn into a set of "sites to see" rather than a journey. The effect of the isolation on you can really be profound. You feel like a person exploring Mars - so tiny in an endless empty expanse, completely devoid of any signs of human civilization except the half-bulldozed-out "road" you take, the endless travel punctured by rushes of adrenaline as you try to ford a river or trying to avoid ruining your car crossing a lava field. And people who know that experience generally don't want to see it altered. So I imagine it's the same thing for Hornstrandir. The difference being, as previously mentioned, in much of the highlands there's cell coverage. At least as far as I know, when I go out I'm not checking Facebook all the time. ;) But I don't recall any meaningful loss of coverage events.

      ED: Just checked a map [wp.com] from my cell provider. Looks like most of Hornstrandir is indeed marked in white (no coverage), while most of the highlands is light blue (2G) or in some places blue (3G) - even a good chunk of Vatnajökull (largest glacier in Europe).

      +
      + + +
      + +
      + +
        +
      • +
      + +
    • +
      +
      +
      +
      +

      Re: + + + (Score:3)

      +
      +
      + by e3m4n ( 947977 ) + +
      +
      +
      +

      Actually this intrigues me. I go on cruises for the same getaway. Sure one can declare a weekend of no devices or technology, but theres always something that comes up that eventually screws that up. I go on cruises with the family and we do not buy the internet package. The fact that its ridiculously expensive helps 'cut the cord' when on vacation. The most online time the kids ever experience is when we pull into a port and visit a place that has 'free wifi'; giving them 30-60 min of checking their email

      +
      + +
      + +
      +
      + +
      + +
        +
      • +
      + +
    • +
      +
      +
      +
      +

      Re: + + + (Score:3)

      +
      +
      + by GumphMaster ( 772693 ) + +
      +
      +
      +

      You're out in the wilderness and somebody's ...

      bloody mobile phone is playing something loosely called "music" over the shittiest, tinny piezoelectric "speaker" you ever heard. I have personally experienced this scenario while walking the Milford Track (NZ) and in Torres del Payne (Chile). I can only imagine how much worse it would be _with_ coverage: Youtube videos turned up to 11, incessant need to share the latest "news" from home, inattentive walking in dangerous places etc. If your region's livelihood depends on people coming to experience wil

      +
      + +
      + +
      +
      + +
      + +
        +
      • +
      + +
  • +
    +
    +
    + +
    + by crow ( 16139 ) + +
    +
    +
    +

    We may only be a few years away from Starlink or something similar providing practical high-bandwidth Internet service globally. So they may hold back the tide a bit longer, but the reality is that modern communications will become a fact of life everywhere for anyone that wants it. Yes, that will mean some significant changes to the lifestyles of the people living there, and yes, it won't all be for the better, but I don't see the point of fighting it now.

    +
    + +
    + +
    +
    + +
    + +
      +
    • +
    + +
    • +
      +
      +
      +
      +

      Re: + + + (Score:2)

      +
      +
      + by rossdee ( 243626 ) + +
      +
      +
      +

      How far north are we talking about? Satellite coverage is always going to be a problem at the poles

      +
      + +
      + +
      +
      + +
      + +
        +
      • +
      + +
      • +
        +
        +
        +
        +

        Re:Satellite Internet + + + (Score:4, Informative)

        +
        +
        + by quenda ( 644621 ) + + on Thursday September 06, 2018 @10:31PM (#57267258) + + +
        +
        +
        +

        Satellite coverage is always going to be a problem at the poles

        No, that applies to geosynchronous broadcast satellites, but not to LEO constellations such as Starlink or Irridium.

        +
        + + +
        + +
        + +
          +
        • +
        + +
      • +
        +
        +
        +
        +

        Re: + + + (Score:3)

        +
        +
        + by crow ( 16139 ) + +
        +
        +
        +

        Good point. A quick look at Google Maps suggests around 66 degrees north. I'm not the best a geography, and I had thought Iceland was a bit further south. I didn't realize it was north of the southern tip of Greenland. That could well be outside the range of satellite Internet, depending on the orbits involved. I have no idea what the plans are.

        +
        + +
        + +
        +
        + +
        + +
          +
        • +
        + +
        • +
          +
          +
          +
          +

          Re: + + + (Score:3)

          +
          +
          + by Mashiki ( 184564 ) + +
          +
          +
          +

          Seem to remember there was active satellite links in Resolute, Nvt.(74deg/N), so I don't think that's a problem. The real problem was the astronomical cost of those links, short of a stationary polar orbit satellite there is no real way to keep it cheap. So they've been building fiber as a replacement since 2012ish for the far north remote communities at least here in Canada. I think Resolute was finished in 2016ish or so.

          +
          + +
          + +
          +
          + +
          + +
            +
          • +
          + +
  • +
    +
    +
    +
    +

    Fuck yes. + + + (Score:3)

    +
    +
    + by DogDude ( 805747 ) + + on Thursday September 06, 2018 @09:59PM (#57267160) + + +
    +
    +
    +
    Fuck yes, I fucking love Icelanders. I'm so sick of seeing smartphone zombies everywhere. The addicts and the stupid will be addicted and stupid anywhere there's an Internet connection. What a wonderful, thoughtful, human decision to make. Wonderful idea.
    +
    + + +
    + +
    + +
      +
    • +
    + +
    • +
      +
      +
      +
      +

      Re: + + + (Score:2)

      +
      +
      + by Gojira Shipi-Taro ( 465802 ) + +
      +
      +
      +

      I don't see it as thoughtful or "human" at all. Simply reactionary.

      As long as EVERYONE in that area agrees, fine.

      +
      + +
      + +
      +
      + +
      + +
        +
      • +
      + +
  • +
    +
    +
    + +
    + by Anonymous Coward + +
    +
    +
    +

    I spend a lot of time in the woods of British Columbia, Canada. There is no celphone coverage in probably 95% of our woods/wilderness. I don't ask for cel towers, I carry a Personal Locator Beacon (PLB) for safety. If it is that important to someone to be connected, let them use satellite. We don't need more cel coverage for narcisists.

    +
    + +
    + +
    +
    + +
    + +
      +
    • +
    + +
  • +
  • +
+ + + + + + +
+ + + + + + +
+ + +
+ + + + + +
+ + + + + + +
+ + + +
+ + +
+ + +
+ + +
+
+
+ + + + + + +
+
+ + + + + + + + + + + + + + + + + + + +
+
+ Slashdot +
+ + + + +
+
+
+

Our country has plenty of good five-cent cigars, but the trouble is +they charge fifteen cents for them.

+ +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Working...
+ + + + + +
+ + + + + + + + + \ No newline at end of file diff --git a/test/source/SLASHDOT/news.slashdot.org/story_18_09_06_1558206_computer-chips-are-still-made-in-usa.html b/test/source/SLASHDOT/news.slashdot.org/story_18_09_06_1558206_computer-chips-are-still-made-in-usa.html new file mode 100644 index 0000000..202e55a --- /dev/null +++ b/test/source/SLASHDOT/news.slashdot.org/story_18_09_06_1558206_computer-chips-are-still-made-in-usa.html @@ -0,0 +1,3742 @@ + + + + + + + + + + + + + + + + + + + + + + + + Computer Chips Are Still 'Made in USA' - Slashdot + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + +
+ +
+ +
+ +

+ + + Slashdot is powered by your submissions, so send in your scoop + +

+
+ + +
+
+
 
+ + +

+ + +

+

+ + +

+ +
+
+ Forgot your password? +
+ +
+
+ Close +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + typodupeerror + + + + + + + + + + + + +
+ +
+
+
+
+
+
+
+ + × +
+ + + +
+ + + + + + + + + + + +
+ + + + + United States + + + + + + + + + + + + + Businesses + + + + + + + + + + + Technology + + + + + +

+ + + + + + + + + + + + + + Computer Chips Are Still 'Made in USA' (axios.com) + + + + + + + + + + 70 + +

+
+ + + + + + +
+
+ +
+ + + + + + +
+ + + For all the wishful thinking about manufacturing more laptops and iPhones in the U.S., there is one sector of tech manufacturing where America remains a leader: computer chips. From a report: Some $44 billion worth of semiconductors are exported from the U.S. each year, making them America's fourth leading manufacturing export after cars, airplanes and refined oil. There are roughly 80 wafer fabrication plants (aka fabs) in the U.S., spread across 19 states. [...] An even greater share of the world's computer chips are designed domestically and made overseas by companies including Qualcomm, Apple, Broadcom and Nvidia. A bunch of the high-tech gear needed to produce chips is also designed and/or made in the U.S.
+ +
+ + + + + + + + +
+ + + + + +
+
+
+
+
+ + + +
+ + + +
+
+
+ + + + + + +
+ +
+
+
+
+ +
+
+
+
+
+ +
+ +
+ + +
+ +

Computer Chips Are Still 'Made in USA'

+ + +
+ Comments Filter: + + +
+ +
+ +
+
+
+ + + + + + + + + + + +
    +
  • +
    +
    +
    + +
    + by DMJC ( 682799 ) + +
    +
    +
    +
    Sure they still do, but China is beginning to manufacture X86 CPUs directly. It's only a matter of time until they catch up and crush Intel and AMD through undercutting, and throwing money at the problem. +https://www.tomshardware.com/n... [tomshardware.com]
    +
    + +
    + +
    +
    + +
    + +
      +
    • +
    + +
    • +
      +
      +
      +
      +

      Re: + + + (Score:2)

      +
      +
      + by Dallas May ( 4891515 ) + +
      +
      +
      +

      In the long run, yes. Probably not really soon. There are plenty of significant advances happening that space right now. They might market to the far low end PCs, but they aren't the market AMD and Intel really want anyway.

      +
      + +
      + +
      +
      + +
      + +
        +
      • +
      + +
    • +
      +
      +
      +
      +

      Re: + + + (Score:2)

      +
      +
      + by jon3k ( 691256 ) + +
      +
      +
      +
      By then (10-20 years, if they're lucky) the desktop will be commoditized and mobile (ie laptops) mostly replaced with ARM. All the growth is in the server market and China is a long, long way from producing an X86 CPU that can compete with Intel Xeons. Who knows what the landscape will look like by then.
      +
      + +
      + +
      +
      + +
      + +
        +
      • +
      + +
    • +
      +
      +
      +
      +

      Re: + + + (Score:2)

      +
      +
      + by AHuxley ( 892839 ) + +
      +
      +
      +
      As long as the NRO needs hand crafted space CPU products.
      +
      + +
      + +
      +
      + +
      + +
        +
      • +
      + +
    • +
      +
      +
      +
      +

      Re: + + + (Score:2)

      +
      +
      + by CaffeinatedBacon ( 5363221 ) + +
      +
      +
      +

      But who will people trust to make their CPU's. Intel with their "management engine" and AMD etc all with the same is already freaking enough people out.

      Who is going to want a Chinese CPU with who knows what running on it that you will never be able to see, has access to everything, and can do anything it wants to "your computer" and "your data".
      +Most countries would probably just ban them like they are doing for 5G telecom equipment already. [nytimes.com]

      +
      + +
      + +
      +
      + +
      + +
        +
      • +
      + +
  • +
    +
    +
    +
    +

    Yeah, but . . . + + + (Score:5, Interesting)

    +
    +
    + by dtmos ( 447842 ) * + + on Thursday September 06, 2018 @05:28PM (#57266092) + + +
    +
    +
    +

    . . . computer chips with state-of-the-art lithography soon all will be manufactured overseas. Specifically, they will be made by exactly two companies, Samsung [samsungfoundry.com] and TSMC [tsmc.com], with GlobalFoundries' recent announcement that it is stopping development of its 7nm process [anandtech.com]. GF operated the old IBM facility in Fishkill, NY, and AFAIK was the last company offering state-of-the-art foundry services with a fab in the US.

    Intel is still in business, of course, and even has a foundry business [intel.com], but it cannot seem to successfully operate it -- substantially all of its wafer starts are chips of its own design. With the capital cost of each new-generation fab reaching $20 billion, it's only a matter of time until Intel -- which has only its internal product base of chip designs to fill its fabs, while Samsung and TSMC make chips for the entire industry -- can no longer afford the move to the next generation.

    If the rest of the semiconductor industry (or the US DoD) wants high-performance computer chips, there's now nowhere to go except Samsung and TSMC. It will be interesting to see what politicians do when they realize that the best digital chips can no longer be manufactured in the US. The choice seems to be either (1) have our economy -- everything from cell phones to missiles -- dependent on chips manufactured overseas, or (2) subsidize Intel's foundry business and the semiconductor equipment manufacturers to the tune of tens of $billions, just to keep a US source of high-performance semiconductors.

    +
    + + +
    + +
    + +
      +
    • +
    + +
    • +
      +
      +
      +
      +

      Re:Yeah, but . . . + + + (Score:4, Insightful)

      +
      +
      + by Graymalkin ( 13732 ) * + + on Thursday September 06, 2018 @07:18PM (#57266560) + + +
      +
      +
      +

      State of the art lithography is not a synonym for high-performance computer chips. In fact for a lot of uses, DoD included, state of the art lithography is nowhere in the requirements. Hardened chips on robust/insulated substrates is more important in many uses than smaller die traces.

      +
      + + +
      + +
      + +
        +
      • +
      + +
    • +
      +
      +
      +
      +

      Re: + + + (Score:2)

      +
      +
      + by KalvinB ( 205500 ) + +
      +
      +
      +

      They'll be subsidized under issues of national security if they're really needed by the government. The government generally doesn't run bleeding edge technology so the chips that can be produced in the US will be plenty sufficient for government needs. If the government ever needs a $20 billion plant, they'll cut a check under the national defense budget.

      We've been comfortable with foreign made chips for decades in the consumer market. Unless there is a severe national security issue that won't change.

      +
      + +
      + +
      +
      + +
      + +
        +
      • +
      + +
    • +
      +
      +
      +
      +

      Re: + + + (Score:2)

      +
      +
      + by nateman1352 ( 971364 ) + +
      +
      +
      +

      Intel has the same fundamental problem with foundry that AMD had 10 years ago. Every 3rd party company does not trust Intel to prioritize their products over Intel's own products. Intel will always build their own products on the latest process node first. If you fab with Intel then your wafers will always get 2nd priority over Intel's own wafers. The only way that is not the case is if you are such a huge customer that your contract requires Intel to construct an entire new factory just for you. Then you h

      +
      + +
      + +
      +
      + +
      + +
        +
      • +
      + +
  • +
    +
    +
    +
    +

    Poor writing in TFA + + + (Score:5, Informative)

    +
    +
    + by whoever57 ( 658626 ) + + on Thursday September 06, 2018 @05:52PM (#57266206) + Journal + +
    +
    +
    +

    "An even greater share of the world's computer chips are designed domestically and made overseas by companies including Qualcomm, Apple, Broadcom and Nvidia."

    This reads as though Qualcomm, Apple, Broadcom and Nvidia are making chips. What would be clear and accurate is:

    "An even greater share of the world's computer chips are designed domestically by companies including Qualcomm, Apple, Broadcom and Nvidia and made overseas."

    +
    + + +
    + +
    + +
      +
    • +
    + +
  • +
    +
    +
    +
    +

    Are you sure? + + + (Score:3, Interesting)

    +
    +
    + by Gabest ( 852807 ) + + on Thursday September 06, 2018 @06:17PM (#57266320) + + +
    +
    +
    +
    TSMC and Samsung are the leaders in chip making. And second class Intel and AMD both have shady Middle-East ties from Israel and Dubai.
    +
    + + +
    + +
    + +
      +
    • +
    + +
  • +
    +
    +
    +
    +

    13% market share is not good + + + (Score:4, Interesting)

    +
    +
    + by Goldsmith ( 561202 ) + + on Thursday September 06, 2018 @08:34PM (#57266884) + + +
    +
    +
    +

    This is a crazy article. At the end, it meekly points out that the US has a 13% market share in chip production. Given that the US started this industry, leads in design in this space, leads in capital available for high tech industry, and that the US accounts for 15% to 18% of global GDP, a 13% market share in chip production is very poor performance. This is below what you might expect for a simple commodity that depends only on domestic market size and way below what you'd expect for this industry.

    +
    + + +
    + +
    + +
      +
    • +
    + +
  • +
  • +
+ + + + + + +
+ + + + + + +
+ + +
+ + + + + +
+ + + + + + +
+ + + +
+ + +
+ + +
+ + +
+
+
+ + + + + + +
+
+ + + + + + + + + + + + + + + + + + + +
+
+ Slashdot +
+ + + + +
+
+
+

The hardest part of climbing the ladder of success is getting through +the crowd at the bottom.

+ +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Working...
+ + + + + +
+ + + + + + + + + \ No newline at end of file diff --git a/test/source/SLASHDOT/news.slashdot.org/story_18_09_06_2043213_professor-who-coined-term-net-neutrality-thinks-its-time-to-break-up-facebook.html b/test/source/SLASHDOT/news.slashdot.org/story_18_09_06_2043213_professor-who-coined-term-net-neutrality-thinks-its-time-to-break-up-facebook.html new file mode 100644 index 0000000..685898b --- /dev/null +++ b/test/source/SLASHDOT/news.slashdot.org/story_18_09_06_2043213_professor-who-coined-term-net-neutrality-thinks-its-time-to-break-up-facebook.html @@ -0,0 +1,3552 @@ + + + + + + + + + + + + + + + + + + + + + + + + Professor Who Coined Term 'Net Neutrality' Thinks It's Time To Break Up Facebook - Slashdot + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + +
+ +
+ +
+ +

+ + + Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading! + +

+
+ + +
+
+
 
+ + +

+ + +

+

+ + +

+ +
+
+ Forgot your password? +
+ +
+
+ Close +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + typodupeerror + + + + + + + + + + + + +
+ +
+
+
+
+
+
+
+ + × +
+ + + +
+ + + + + + + + + + + +
+ + + + + Facebook + + + + + + + + + + + + + Businesses + + + + + + + + + + + Social Networks + + + + + + + + + + + The Internet + + + + + + + + + + + United States + + + + + + + + + + + Technology + + + + + +

+ + + + + + + + + + + + + + Professor Who Coined Term 'Net Neutrality' Thinks It's Time To Break Up Facebook (theverge.com) + + + + + + + + + + 61 + +

+
+ + + + + + +
+
+ +
+ + + + + + +
+ + + pgmrdlm shares a report from The Verge: Best known for coining the phrase "net neutrality" and his book The Master Switch: The Rise and Fall of Information Empires, Wu has a new book coming out in November called The Curse of Bigness: Antitrust in the New Gilded Age. In it, he argues compellingly for a return to aggressive antitrust enforcement in the style of Teddy Roosevelt, saying that Google, Facebook, Amazon, and other huge tech companies are a threat to democracy as they get bigger and bigger. "We live in America, which has a strong and proud tradition of breaking up companies that are too big for inefficient reasons," Wu told me on this week's Vergecast. "We need to reverse this idea that it's not an American tradition. We've broken up dozens of companies." +

+"I think if you took a hard look at the acquisition of WhatsApp and Instagram, the argument that the effects of those acquisitions have been anticompetitive would be easy to prove for a number of reasons," says Wu. And breaking up the company wouldn't be hard, he says. "What would be the harm? You'll have three competitors. It's not 'Oh my god, if you get rid of WhatsApp and Instagram, well then the whole world's going to fall apart.' It would be like 'Okay, now you have some companies actually trying to offer you an alternative to Facebook.'" Breaking up Facebook (and other huge tech companies like Google and Amazon) could be simple under the current law, suggests Wu. But it could also lead to a major rethinking of how antitrust law should work in a world where the giant platform companies give their products away for free, and the ability for the government to restrict corporate power seems to be diminishing by the day. And it demands that we all think seriously about the conditions that create innovation. "I think everyone's steering way away from the monopolies, and I think it's hurting innovation in the tech sector," says Wu.

+ +
+ + + + + + + + +
+ + + + + +
+
+
+
+
+ + + +
+ + + +
+
+
+ + + + + + +
+ +
+
+
+
+ +
+
+
+
+
+ + + + +
+ +

Professor Who Coined Term 'Net Neutrality' Thinks It's Time To Break Up Facebook

+ + +
+ Comments Filter: + + +
+ +
+ +
+
+
+ + + + + + + + + + + +
    +
  • +
    +
    +
    +
    +

    Safe Harbor + + + (Score:5, Interesting)

    +
    +
    + by Kunedog ( 1033226 ) + + on Thursday September 06, 2018 @08:09PM (#57266778) + + +
    +
    +
    +
    There's a simpler way:
    +https://www.youtube.com/watch?... [youtube.com]

    + +If they want to curate content according to their political bias, then treat them like the politically-biased media outlets they are, legally liable for the content they host, instead of platforms under "safe harbor" protections. If they want to continue to be treated like platforms, then they can keep their hands off their political opponents' speech.
    +
    + + +
    + +
    + +
      +
    • +
    + +
    • +
      +
      +
      +
      +

      Re: + + + (Score:2)

      +
      +
      + by HornWumpus ( 783565 ) + +
      +
      +
      +

      +They're already not 'common carriers' so they really didn't lose anything by curating. +

      +The solution is to reestablish 'common carrier' protections for those web forums that deserve it.

      +
      + +
      + +
      +
      + +
      + +
        +
      • +
      + +
    • +
      +
      +
      +
      +

      Re:Safe Harbor + + + (Score:4, Interesting)

      +
      +
      + by pots ( 5047349 ) + + on Thursday September 06, 2018 @09:02PM (#57266964) + + +
      +
      +
      +
      I didn't read the article, but the summary has nothing to do with what you're talking about. The issue at hand is monopolies and the consequent stifling of innovation and lack of competitive pressure, that being the only thing which makes our economy work for people instead of against them.
      +
      + + +
      + +
      + +
        +
      • +
      + +
  • +
    +
    +
    +
    +

    Holy Fuck + + + (Score:1)

    +
    +
    + by Anonymous Coward + +
    +
    +
    +

    Why do I bother coming here anymore?

    +
    + +
    + +
    +
    + +
    + +
      +
    • +
    + +
    • +
      +
      +
      +
      +

      Re: + + + (Score:1)

      +
      +
      + by DontBeAMoran ( 4843879 ) + +
      +
      +
      +

      PHRASING.

      +
      + +
      + +
      +
      + +
      + +
        +
      • +
      + +
  • +
    +
    +
    + +
    + by NoNonAlphaCharsHere ( 2201864 ) + +
    +
    +
    +
    Professor Who???
    +
    + +
    + +
    +
    + +
    + +
      +
    • +
    + +
    • +
      +
      +
      +
      +

      Re: + + + (Score:1)

      +
      +
      + by antdude ( 79039 ) + +
      +
      +
      +

      Dr. Who! :D

      +
      + +
      + +
      +
      + +
      + +
        +
      • +
      + +
  • +
    +
    +
    +
    +

    How + + + (Score:2)

    +
    +
    + by ArchieBunker ( 132337 ) + +
    +
    +
    +

    exactly do you break up a company who offers a service for free?

    +
    + +
    + +
    +
    + +
    + +
      +
    • +
    + +
    • +
      +
      +
      +
      +

      Re: + + + (Score:1)

      +
      +
      + by pots ( 5047349 ) + +
      +
      +
      +
      Facebook's service is selling advertising. It is not free, they are the #2 advertiser in the world right now (I think that's right, but I'm not going to look it up).
      +
      + +
      + +
      +
      + +
      + +
        +
      • +
      + +
  • +
    +
    + +
    +

    Microsoft has fallen below the zone they were once in.

    +
    + +
    + +
    +
    + +
    + +
      +
    • +
    + +
  • +
    +
    +
    + +
    + by Anonymous Coward + + on Thursday September 06, 2018 @08:38PM (#57266892) + + +
    +
    +
    +

    Facebook has grown because it offered the best social platform for users. The point of social platforms is to connect with everyone else. Fragmentation means people needing to belong to and check multiple platforms. Trying to force competition won't solve any user issues. However, once Facebook stops providing a compelling service, people will move on their own. The same as they gave up MySpace and the same as they rejected Google+. The market chose Facebook and will purge it when time comes.

    The same with Google. There were plenty of entrenched search services when Google came to be. Users chose it because it was better. The old search services died because they didn't evolve. If Google stops being the best fit option, people will go somewhere else. They already have choices like Bing and Duck Duck Go. As the service is free, people are choosing based on functionality, not on price. Those that don't like the privacy price of Google are opting for other services. You can't just declare another search service is required and then force the public to use it so that you can claim to have multiple services with comparable market share.

    If people were given a choice of all you can eat steak or beets at equal cost, odds are that the majority would choose steak. When you remove cost and scarcity, the premium option will dominate. Digital services don't have scarcity like physical products do. It's a different economy.

    +
    + + +
    + +
    + +
      +
    • +
    + +
    • +
      +
      +
      +
      +

      Re: + + + (Score:1)

      +
      +
      + by pots ( 5047349 ) + +
      +
      +
      +

      Facebook has grown because it offered the best social platform for users.

      As stated in the summary: Facebook has grown by purchasing their competitors. The summary mentions WhatsApp and Instagram specifically.

      + +Your comment about the problem with fragmentation is an example of why Facebook needs to be broken up by an outside entity: they have a natural monopoly, since real competition from startups would lead to fragmentation.

      + +I've said this before, but if the government came along and broke up the company by splitting off Facebook's front-end from its back-end, then we could

      +
      + +
      + +
      +
      + +
      + +
        +
      • +
      + +
      • +
        +
        +
        +
        +

        Re: + + + (Score:2)

        +
        +
        + by jrumney ( 197329 ) + +
        +
        +
        +

        As stated in the summary: Facebook has grown by purchasing their competitors. The summary mentions WhatsApp and Instagram specifically.

        While this is true, so far they have not bought their competitors to shut them down, or to raise prices to the detriment of consumers. They are building a monopoly, but so far, it is not harmful from an economic perspective, and unfortunately I don't think anti-trust law is concerned with privacy, so the case for breaking up Facebook is not strong.

        Apple would be a much juicier target, especially as they recently became the world's first trillion dollar company (with Amazon close behind). Splitting out the

        +
        + +
        + +
        +
        + +
        + +
          +
        • +
        + +
  • +
    +
    +
    +
    +

    ok + + + (Score:1)

    +
    +
    + by Alyks ( 798644 ) + +
    +
    +
    +
    why do I care about a guy whose biggest contribution to this subject is clever phrasing?
    +
    + +
    + +
    +
    + +
    + +
      +
    • +
    + +
    • +
      +
      +
      +
      +

      Re: + + + (Score:2)

      +
      +
      + by Zontar The Mindless ( 9002 ) + +
      +
      +
      +

      Are you with me Doctor Wu
      Are you really just a shadow
      Of the man that I once knew
      Are you crazy are you high
      Or just an ordinary guy
      Have you done all you can do
      Are you with me Doctor

      +
      + +
      + +
      +
      + +
      + +
        +
      • +
      + +
  • +
    +
    +
    + +
    + by Karmashock ( 2415832 ) + +
    +
    +
    +

    These proprietary social networks are bad for free speech.

    I have no problem with facebook, google, twitter, except that they concentrate the internet in the hands of a few large companies.

    We need open platforms like HTML, TCP/IP, Email, Newsgroups, etc.

    All old retrograde stuff according to the children. But there isn't one of these social networks that couldn't be made P2P or something that anyone could set up their own personal server for that interlinked with each other.

    A 20 dollar raspberry pi could host

    +
    + +
    + +
    +
    + +
    + +
      +
    • +
    + +
  • +
    +
    +
    + +
    + by Archfeld ( 6757 ) + +
    +
    +
    +

    I don't like Facebook either but its not a monopoly, nor is it required in anyway to use the internet. Anyone could come up with the next social network thing anytime now or you can just NOT use Facebook. It isn't like an OS or a browser that is necessary for use or access to anything. Facebook or Twitter are tools of convenience and can easily be done without. If you don't like what is being said filter it out or don't use either.

    +
    + +
    + +
    +
    + +
    + +
      +
    • +
    + +
  • +
    +
    +
    + +
    + by erp_consultant ( 2614861 ) + +
    +
    +
    +

    and blew it...with Microsoft. They should have been broken up just like Standard Oil. But they were not and that just created a precedent for companies like Facebook and Amazon and Google. We reap what we sow.

    +
    + +
    + +
    +
    + +
    + +
      +
    • +
    + +
  • +
    +
    +
    + +
    + by pgmrdlm ( 1642279 ) + +
    +
    +
    +
    Look, I don't get my news from Facebook. Local, National, World. Be it political or otherwise. + +I don't give a shit about who they ban, and who they don't. I don't give a shit on who they censor, and who they don't. Just don't care. + +Face book has purchased the following which was competition. At least they didn't kill them. They own Tinder, dating. They own Instagram, another form of social media. And a couple others were mentioned in the article. + +My profile was not used by that company that tried t
    +
    + +
    + +
    +
    + +
    + +
      +
    • +
    + +
  • +
    +
    +
    +
    +

    What the f____ + + + (Score:2)

    +
    +
    + by WolfgangVL ( 3494585 ) + +
    +
    +
    +

    "Look over here! See? We're thinking about maybe eventually doing something someday! (Pay no attention to the massive personal data collection feast that every-single-damn-corporation and government in the entire bloody world is gorging on behind the curtain)"

    WHY do people give so many shits for instabook and facegram? It's not something anybody actually needs to begin with. For fucks sake. Big tech is not "The internet"... in fact, the case has been made that these companies are big evil time eaters that p

    +
    + +
    + +
    +
    + +
    + +
      +
    • +
    + +
    • +
      +
      +
      +
      +

      Re: + + + (Score:2)

      +
      +
      + by pgmrdlm ( 1642279 ) + +
      +
      +
      +
      Hell, let's start with the fact that before Facebook, what ever. Credit cards are tracked, companies record everything you purchase from them. Those company cards on your key change to save 3 cents. That is all tracked. + +And it is all shared via companies selling the information
      +
      + +
      + +
      +
      + +
      + +
        +
      • +
      + +
  • +
  • +
+ + + + + + +
+ + + + + + +
+ + +
+ + + + + +
+ + + + + + +
+ + + +
+ + +
+ + +
+ + +
+
+
+ + + + + + +
+
+ + + + + + + + + + + + + + + + + + + +
+
+ Slashdot +
+ + + + +
+
+
+

The hardest part of climbing the ladder of success is getting through +the crowd at the bottom.

+ +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Working...
+ + + + + +
+ + + + + + + + + \ No newline at end of file diff --git a/test/source/SLASHDOT/politics.slashdot.org/story_18_09_06_2137245_blockchains-are-not-safe-for-voting-concludes-nap-report.html b/test/source/SLASHDOT/politics.slashdot.org/story_18_09_06_2137245_blockchains-are-not-safe-for-voting-concludes-nap-report.html new file mode 100644 index 0000000..75e193a --- /dev/null +++ b/test/source/SLASHDOT/politics.slashdot.org/story_18_09_06_2137245_blockchains-are-not-safe-for-voting-concludes-nap-report.html @@ -0,0 +1,3364 @@ + + + + + + + + + + + + + + + + + + + + + + + + Blockchains Are Not Safe For Voting, Concludes NAP Report - Slashdot + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + +
+ +
+ +
+ +

+ + + Follow Slashdot blog updates by subscribing to our blog RSS feed + +

+
+ + +
+
+
 
+ + +

+ + +

+

+ + +

+ +
+
+ Forgot your password? +
+ +
+
+ Close +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + typodupeerror + + + + + + + + + + + + +
+ +
+
+
+
+
+
+
+ + × +
+ + + +
+ + + + + + + + + + + +
+ + + + + Government + + + + + + + + + + + + + Privacy + + + + + + + + + + + Security + + + + + + + + + + + United States + + + + + + + + + + + Politics + + + + + + + + + + + Technology + + + + + +

+ + + + + + + + + + + + + + Blockchains Are Not Safe For Voting, Concludes NAP Report (nytimes.com) + + + + + + + + + + 52 + +

+
+ + + + + + +
+
+ +
+ + + + + + +
+ + + The National Academies Press has released a 156-page report, called "Securing the Vote: Protecting American Democracy," concluding that blockchains are not safe for the U.S. election system. "While the notion of using a blockchain as an immutable ballot box may seem promising, blockchain technology does little to solve the fundamental security issues of elections, and indeed, blockchains introduce additional security vulnerabilities," the report states. "In particular, if malware on a voter's device alters a vote before it ever reaches a blockchain, the immutability of the blockchain fails to provide the desired integrity, and the voter may never know of the alteration."

The report goes on to say that "Blockchains do not provide the anonymity often ascribed to them." It continues: "In the particular context of elections, voters need to be authorized as eligible to vote and as not having cast more than one ballot in the particular election. Blockchains do not offer means for providing the necessary authorization. [...] If a blockchain is used, then cast ballots must be encrypted or otherwise anonymized to prevent coercion and vote-selling." The New York Times summarizes the findings: The cautiously worded report calls for conducting all federal, state and local elections on paper ballots by 2020. Its other top recommendation would require nationwide use of a specific form of routine postelection audit to ensure votes have been accurately counted. The panel did not offer a price tag for its recommended overhaul. New York University's Brennan Center has estimated that replacing aging voting machines over the next few years could cost well over $1 billion. The 156-page report [...] bemoans a rickety system compromised by insecure voting equipment and software whose vulnerabilities were exposed more than a decade ago and which are too often managed by officials with little training in cybersecurity. +

+Among its specific recommendations was a mainstay of election reformers: All elections should use human-readable paper ballots by 2020. Such systems are intended to assure voters that their vote was recorded accurately. They also create a lasting record of "voter intent" that can be used for reliable recounts, which may not be possible in systems that record votes electronically. [...] The panel also calls for all states to adopt a type of post-election audit that employs statistical analysis of ballots prior to results certification. Such "risk-limiting" audits are designed to uncover miscounts and vote tampering. Currently only three states mandate them.

+ +
+ + + + + + + + +
+ + + + + +
+
+
+
+
+ + + +
+ + + +
+
+
+ + + + + + +
+ +
+
+
+
+ +
+
+
+
+
+ + + + +
+ +

Blockchains Are Not Safe For Voting, Concludes NAP Report

+ + +
+ Comments Filter: + + +
+ +
+ +
+
+
+ + + + + + + + + + + +
    +
  • +
    +
    +
    +
    +

    Oh the irony + + + (Score:4, Insightful)

    +
    +
    + by the_skywise ( 189793 ) + + on Thursday September 06, 2018 @06:49PM (#57266466) + + +
    +
    +
    +

    All elections should use human-readable paper ballots by 2020. Such systems are intended to assure voters that their vote was recorded accurately. They also create a lasting record of "voter intent" that can be used for reliable recounts,

    Now I agree with this and am happy to move back to paper ballots - But the entire reason we moved away from paper ballots was because of the 2000 elections where Florida used punch cards and political officers kept trying to argue over "partial punches", "dimpled chads" and "dangling chads" where they tried to reassess what the voter's INTENT was.
    +And, of course, let's not forget magical disappearing and appearing boxes of ballots.
    +Any system can be hacked but the electronic one is harder to track hacking than the good ol' traditional methods with paper ballots.

    +
    + + +
    + +
    + +
      +
    • +
    + +
    • +
      +
      +
      +
      +

      Re: + + + (Score:3)

      +
      +
      + by Dare nMc ( 468959 ) + +
      +
      +
      +

      Their have been academic papers proposing electronic system that would be safe, where you could verify that your vote was counted (IE received at the server.)

      In theory with open software, hardware, and multiple servers (again all open source) we could have a very robust electronic voting system. This would require a large project likely done with universities, and it may even be similar to some bitcoin concepts.

      The technology side is very solvable, getting the project started, past the politics, and accept

      +
      + +
      + +
      +
      + +
      + +
        +
      • +
      + +
  • +
    +
    +
    +
    +

    Key statement + + + (Score:2, Insightful)

    +
    +
    + by Anonymous Coward + +
    +
    +
    +

    They key statement in the finding that most technology solutions fail to solve is this:

    "Such systems are intended to *assure* voters that their vote was recorded accurately."

    In the end, paper ballots may seem inefficient from a processing perspective, but that inefficiency becomes inherently difficult to tamper with and builds in systems for checks and recounts. The argument here is that blockchain is vulnerable before the data is stored in the blockchain, at the UI and the machine level, and blockchain th

    +
    + +
    + +
    +
    + +
    + +
      +
    • +
    + +
    • +
      +
      +
      +
      +

      Re: + + + (Score:2)

      +
      +
      + by presidenteloco ( 659168 ) + +
      +
      +
      +

      Blanket arguments against computer algorithms for secure voting (or secure anything) are illogical, emotional, and flawed.

      People argue to the effect: Because many programs have been found to have a security flaw in either A) the algorithm mathematics and logical assumptions, or in B) the implementation, therefore ALL programs must have some flaw in A) or B) therefore there is no such thing is a secure computer program. That is just bullshit. It's incorrect, unsupported generalization from specific examples.

      +
      + +
      + +
      +
      + +
      + +
        +
      • +
      + +
      • +
        +
        +
        +
        +

        Re: + + + (Score:2)

        +
        +
        + by presidenteloco ( 659168 ) + +
        +
        +
        +

        Ok, there's a stupid bug in slashdot apparently, not including my less-than sign.
        There. One bug.
        What's up with that. Let me try again. Hmm. There was a less-than in there just to the left of this sentence. That's lame on slashdot software's part.
        So you proved that ALL programs have bugs?
        Didn't think so.

        +
        + +
        + +
        +
        + +
        + +
          +
        • +
        + +
  • +
    +
    +
    + +
    + by Seven Spirals ( 4924941 ) + + on Thursday September 06, 2018 @06:56PM (#57266484) + + +
    +
    +
    +
    Gimme a break. Use paper. Computers will be better tools for tabulating and processing the votes after they are cast, but it's tough to beat paper for a recount. Even paper has it's flaws, but the hand waving crypto-bullshit is pathetic "Oh but this counter signature will detect if the previous initialization vector was properly zeroed inside of the S-Box" *rolls eyes*. KISS baby. Things don't get more secure by making them more complex and I can't think of any way to make something more complex than to introduce computers. Computers are great at some things, ideal for some tasks: not for voting. They suck at that.
    +
    + + +
    + +
    + +
      +
    • +
    + +
  • +
    +
    +
    +
    +

    paper ballots + + + (Score:1)

    +
    +
    + by Anonymous Coward + +
    +
    +
    +

    The only way you can have some measure of accountability while keeping votes anonymous.

    +
    + +
    + +
    +
    + +
    + +
      +
    • +
    + +
  • +
    +
    +
    + +
    + by mark-t ( 151149 ) + <markt.nerdflat@com> + on Thursday September 06, 2018 @07:27PM (#57266602) + Journal + +
    +
    +
    +

    +Make a simple mark on a paper ballot indicating your vote, fold it, put it in a box. +

    +done +

    +Now theoretically you could bribe people who do the counting, but you'd have to bribe a *LOT* of people to make any kind of difference because each individual ballot box with the folded ballots contains but a tiny fraction of the number of votes, and nobody ever counts the ballots from more than one or sometimes two different boxes.

    +
    + + +
    + +
    + +
      +
    • +
    + +
  • +
    +
    +
    +
    +

    the real story + + + (Score:2)

    +
    +
    + by slashmydots ( 2189826 ) + +
    +
    +
    +
    Blockchains are perfect, right? WRONG. And also right. They are mathmatically flawless BUT if you outprocess the rest of the network, you can finalize a block with whatever the hell you want in it. You can form a block that says you own all bitcoins, all transactions put them in your wallet, and you're also the queen of England. The reason this "51% attack" doesn't happen it because that amount of processing power doesn't exist. That many ASICs don't exist on Earth. But let's set up a separate blockchain an
    +
    + +
    + +
    +
    + +
    + +
      +
    • +
    + +
    • +
      +
      +
      +
      +

      Re: + + + (Score:2)

      +
      +
      + by Kaenneth ( 82978 ) + +
      +
      +
      +

      Even with a 51% attack, the Bitcoin blockchain is filled with digital signatures; noone but your own nodes would accept the blocks, and you would only be 'fooling' yourself.

      Electronic voting could only work if every citizen had their own private, secure, digital signature key. Which can't happen in the US because poor people can't afford them, and a certain party would never give anything for free, while the other would protect the poor.

      +
      + +
      + +
      +
      + +
      + +
        +
      • +
      + +
  • +
    +
    + +
    +

    The report goes on to say that "Blockchains do not provide the anonymity often ascribed to them." It continues: "In the particular context of elections, voters need to be authorized as eligible to vote and as not having cast more than one ballot in the particular election.

    It's who casts the vote. Before we even worry about Blockchain, we need to ensure people casting the ballots are legally eligible to vote. Guaranteeing a vote was cast is no more important than guaranteeing who cast the vote was eligible to actually cast that vote.

    +
    + +
    + +
    +
    + +
    + +
      +
    • +
    + +
  • +
    +
    +
    +
    +

    Paper ballots + + + (Score:2)

    +
    +
    + by burtosis ( 1124179 ) + +
    +
    +
    +
    Let me start out saying 100% electronic voting is going to be a disaster, triply so when done remotely and not at a secure voting machine. But what most people don't realize is we currently use unencrypted images of paper ballots in many states as backups. These are very insecure. Why not use paper ballots for the primary method, blockchain for the electronic backups? This ultimately seems far more secure than what we are doing now. We also could use open source machines and have audits at each polling
    +
    + +
    + +
    +
    + +
    + +
      +
    • +
    + +
  • +
  • +
+ + + + + + +
+ + + + + + +
+ + +
+ + + + + +
+ + + + + + +
+ + + +
+ + +
+ + +
+ + +
+
+
+ + + + + + +
+
+ + + + + + + + + + + + + + + + + + + +
+
+ Slashdot +
+ + + + +
+
+
+

The hardest part of climbing the ladder of success is getting through +the crowd at the bottom.

+ +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Working...
+ + + + + +
+ + + + + + + + + \ No newline at end of file diff --git a/test/source/SLASHDOT/science.slashdot.org/story_18_09_06_2153223_study-finds-probiotics-not-as-beneficial-for-gut-health-as-previously-thought.html b/test/source/SLASHDOT/science.slashdot.org/story_18_09_06_2153223_study-finds-probiotics-not-as-beneficial-for-gut-health-as-previously-thought.html new file mode 100644 index 0000000..424031b --- /dev/null +++ b/test/source/SLASHDOT/science.slashdot.org/story_18_09_06_2153223_study-finds-probiotics-not-as-beneficial-for-gut-health-as-previously-thought.html @@ -0,0 +1,2804 @@ + + + + + + + + + + + + + + + + + + + + + + + + Study Finds Probiotics 'Not As Beneficial For Gut Health As Previously Thought' - Slashdot + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + +
+ +
+ +
+ +

+ + + Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading! + +

+
+ + +
+
+
 
+ + +

+ + +

+

+ + +

+ +
+
+ Forgot your password? +
+ +
+
+ Close +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + typodupeerror + + + + + + + + + + + + +
+ +
+
+
+
+
+
+
+ + × +
+ + + +
+ + + + + + + + + + + +
+ + + + + Medicine + + + + + + + + + + + + + Science + + + + + +

+ + + + + + + + + + + + + + Study Finds Probiotics 'Not As Beneficial For Gut Health As Previously Thought' (theguardian.com) + + + + + + + + + + 25 + +

+
+ + + + + + +
+
+ +
+ + + + + + +
+ + + An anonymous reader quotes a report from The Guardian: The gut microbiome is the sum total of all the micro-organisms living in a person's gut, and has been shown to play a huge role in human health. New research has found probiotics -- usually taken as supplements or in foods such as yoghurt, kimchi or kefir -- can hinder a patient's gut microbiome from returning to normal after a course of antibiotics, and that different people respond to probiotics in dramatically different ways. In the first of two papers published in the journal Cell, researchers performed endoscopies and colonoscopies to sample and study the gut microbiomes of people who took antibiotics before and after probiotic consumption. Another group were given samples of their own gut microbiomes collected before consuming antibiotics. The researchers found the microbiomes of those who had taken the probiotics had suffered a "very severe disturbance." "Once the probiotics had colonized the gut, they completely inhibited the return of the indigenous microbiome which was disrupted during antibiotic treatment," said Eran Elinav, an immunologist at the Weizmann Institute of Science in Israel and lead author on the studies. +

+The scientists also compared the gut microbiomes of the gut intestinal tract of 25 volunteers with that of their stools. They found that stool bacteria only partially correlated with the microbiomes functioning inside their bodies. "So the fact that we all almost exclusively rely on stool in our microbiome research may not be a reliable way of studying gut microbiome health," said Elinav. In the second paper, the researchers examined the colonization and impact of probiotics on 15 people by sampling within their gastrointestinal tract. They divided the individuals into two groups: one were given a preparation made of 11 strains of very commonly used probiotics and the other were given a placebo. Of those who were given probiotics, he said, "We could group the individuals into two distinct groups: one which resisted the colonisation of the probiotics, and one in which the probiotics colonized the gut and modified the composition of the gut microbiome and the genes of the host individual."

+ +
+ + + + + + + + +
+ + + + + +
+
+
+
+
+ + + +
+ + + +
+
+
+ + + + + + +
+ +
+
+
+
+ +
+
+
+
+
+ + + + +
+ +

Study Finds Probiotics 'Not As Beneficial For Gut Health As Previously Thought'

+ + +
+ Comments Filter: + + +
+ +
+ +
+
+
+ + + + + + + + + + + +
    +
  • +
    +
    +
    +
    +

    Bitter sweet + + + (Score:3, Informative)

    +
    +
    + by Anonymous Coward + + on Thursday September 06, 2018 @11:55PM (#57267464) + + +
    +
    +
    +

    Been saying this for years. I get some people have IBS but the reliance on things like yogurt is crazy.

    Fun little tip for a stomach ache - saliva. Let it build in your mouth (without water) and swallow in one gulp. Not only does it give your mouth a natural way to break down any bateria / sugar, but helps to calm your gut. Mouthwash is the nuclear option.

    So much of how your body functions comes down to diet. It's interesting they do not go into what foods were consumed.

    +
    + + +
    + +
    + +
      +
    • +
    + +
  • +
    +
    +
    + +
    + by bobstreo ( 1320787 ) + +
    +
    +
    +

    shit transplants for the health crazed. /s

    Seriously, is anything really good or really bad for you in moderation?

    +
    + +
    + +
    +
    + +
    + +
      +
    • +
    + +
  • +
    +
    +
    +
    +

    Don't take probiotic pills + + + (Score:5, Insightful)

    +
    +
    + by PopeRatzo ( 965947 ) + + on Friday September 07, 2018 @12:15AM (#57267516) + Journal + +
    +
    +
    +

    Don't waste your money on probiotic capsules. If you want to try to increase the amount or variety of bacteria in your guts, there are tons of delicious foods that are chock full of probiotics. Olives, pickles, fermented meats like the Italian delicacy soprasetta (which might be the tastiest thing ever invented by humans). Kimchi is also good, but it will make you smell bad, so if you're single, you might want to go easy on the kimchi.

    Also, if you use vinegar on salads, try getting some of that good cider vinegar that still has the "mother" in it. Shake the bottle and use like any other vinegar. And of course, yogurt, kefir, that kind of stuff is delicious too.

    I'm not crazy about kombucha. It's a big fad now and there are places here in California that have kombucha on tap, but it's not really to my taste. Some people swear by it. I notice that now when you buy it in the store, they ask for an ID since there's a small amount of alcohol in it.

    Also, alcohol is not really good for your gut bacteria, but there are more important things in life than gut bacteria, you know? Just eat a lot of different kinds of food and you'll end up with good gut bacteria without even trying.

    +
    + + +
    + +
    + +
      +
    • +
    + +
    • +
      +
      +
      + +
      + by ljw1004 ( 764174 ) + +
      +
      +
      +

      Why would you advise people on natural sources of probiotics - in response to an article which said that they're either ineffectual or actually bad?

      +
      + +
      + +
      +
      + +
      + +
        +
      • +
      + +
      • +
        +
        +
        +
        +

        Re: + + + (Score:2)

        +
        +
        + by omnichad ( 1198475 ) + +
        +
        +
        +

        They likely contain a lot more biodiversity vs. a monoculture or handful of strains in probiotic supplements. And they would still probably be ineffectual most of the time, except after antibiotic use. This study doesn't cover any of that. Of course if you're trying to feed the microbiome you already have, eating unfermented vegetables makes more sense as they still have the complex sugars like oligosaccharides, fructans and so on that would feed it. That depends on whether you are repopulating after an

        +
        + +
        + +
        +
        + +
        + +
          +
        • +
        + +
      • +
        +
        +
        +
        +

        Re: + + + (Score:2)

        +
        +
        + by PopeRatzo ( 965947 ) + +
        +
        +
        +

        Why would you advise people on natural sources of probiotics - in response to an article which said that they're either ineffectual or actually bad?

        Because on the high probability that this new "study" actually gets overturned by future research, I want people to know they can eat delicious healthy food.

        Remember when fats were bad? And coffee? And wine was good for you? And eggs were bad for you? And low-fat diets were good for losing weight?
        And chocolate was bad for you? Do you need me to go on? When

        +
        + +
        + +
        +
        + +
        + +
          +
        • +
        + +
  • +
    +
    +
    +
    +

    Makes sense to me. + + + (Score:5, Informative)

    +
    +
    + by Vegan Cyclist ( 1650427 ) + + on Friday September 07, 2018 @12:16AM (#57267526) + Homepage + +
    +
    +
    +

    Most probiotics are a pretty small range of bacteria, and I don't know if I've ever seen anywhere that confirms these are actually the ones we want on a large scale...especially when some supplements have pretty large doses of these.

    From all the reading I've done it seems the best direction will be to focus on prebiotics, aka the foods that the microbiome thrives on, which is typically fibrous vegetable matter. Feed the good ones you've got (rather than trying to implant others), and you'll probably be better off.

    +
    + + +
    + +
    + +
      +
    • +
    + +
  • +
    +
    +
    + +
    + by gurps_npc ( 621217 ) + +
    +
    +
    +

    What idiot thinks that if you give pills of a specific biome you will get something BESIDES that specific biome???? Look, if you take probiotic pills, you are replacing your normal biome WITH the biome of the pills.

    That was the presumed GOAL of taking the pills. The fact that your biome change is the thing you were trying to do, that's why you take the pills.

    If you have a blue car, and then paint it with red paint you are an idiot if you complain that the car is no longer red.

    There are lots of good reas

    +
    + +
    + +
    +
    + +
    + +
      +
    • +
    + +
    • +
      +
      +
      +
      +

      Re: + + + (Score:2)

      +
      +
      + by omnichad ( 1198475 ) + +
      +
      +
      +

      Look, if you take probiotic pills, you are replacing your normal biome WITH the biome of the pills.

      The study concluded the opposite (in all cases except with antibiotic use). And the results are surprising. What it sounds like is happening is that all of the bacteria in the probiotic compete for food with the biofilm in your intestines. However, the probiotic has no way to supplant the biofilm - that's a protective layer that keeps out competing bacteria. It just starves the resident population a little bit as it passes on through. Either way, more or less none of it stays behind and it all leaves t

      +
      + +
      + +
      +
      + +
      + +
        +
      • +
      + +
  • +
  • +
+ + + + + + +
+ + + + + + +
+ + +
+ + + + + +
+ + + + + +
+
+ +
+ +
+
+ + + +
+ + +
+ + +
+ + +
+
+
+ + + + + + +
+
+ + + + + + + + + + + + + + + + + + + +
+
+ Slashdot +
+ + + + +
+
+
+

Our country has plenty of good five-cent cigars, but the trouble is +they charge fifteen cents for them.

+ +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Working...
+ + + + + +
+ + + + + + + + + \ No newline at end of file diff --git a/test/source/SLASHDOT/tech.slashdot.org/story_18_09_06_1839242_google-investigating-issue-with-blurry-fonts-on-new-chrome-69.html b/test/source/SLASHDOT/tech.slashdot.org/story_18_09_06_1839242_google-investigating-issue-with-blurry-fonts-on-new-chrome-69.html new file mode 100644 index 0000000..5f49e30 --- /dev/null +++ b/test/source/SLASHDOT/tech.slashdot.org/story_18_09_06_1839242_google-investigating-issue-with-blurry-fonts-on-new-chrome-69.html @@ -0,0 +1,3564 @@ + + + + + + + + + + + + + + + + + + + + + + + + Google Investigating Issue With Blurry Fonts on new Chrome 69 - Slashdot + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + +
+ +
+ +
+ +

+ + + Please create an account to participate in the Slashdot moderation system + +

+
+ + +
+
+
 
+ + +

+ + +

+

+ + +

+ +
+
+ Forgot your password? +
+ +
+
+ Close +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + typodupeerror + + + + + + + + + + + + +
+ +
+
+
+
+
+
+
+ + × +
+ + + +
+ + + + + + + + + + + +
+ + + + + Chrome + + + + + + + + + + + + + Google + + + + + + + + + + + Bug + + + + + + + + + + + The Internet + + + + + +

+ + + + + + + + + + + + + + Google Investigating Issue With Blurry Fonts on new Chrome 69 (zdnet.com) + + + + + + + + + + 60 + +

+
+ + + + + + +
+
+ +
+ + + + + + +
+ + + Since the release of Chrome 69 earlier this week, countless of users have gone on social media and Google Product Forums to complain about "blurry" or "fuzzy" text inside Chrome. ZDNet: The blurred font issue isn't only limited to text rendered inside a web page, users said, but also for the text suggestions displayed inside the address bar search drop-down, and Chrome's Developer Tools panel. [...] According to reports, the issue only manifests for Chrome 69 users on Windows. Those who rolled back to Chrome 68 stopped having problems. Users said that changing Chrome, operating system, or screen DPI settings didn't help. "Our team is investigating reports of this behavior. You can find more information in this public bug report," a Google spokesperson said last night after first user complaints started surfacing online. Some users have also expressed concerns over Chrome not showing "trivial subdomains" including www and secure lock sign in the address bar.
+ +
+ + + + + + + + +
+ + + + + +
+
+
+
+
+ + + +
+ + + +
+
+
+ + + + + + +
+ +
+
+
+
+ +
+
+
+
+
+ + + + +
+ +

Google Investigating Issue With Blurry Fonts on new Chrome 69

+ + +
+ Comments Filter: + + +
+ +
+ +
+
+
+ + + + + + + + + + + +
    +
  • +
    +
    +
    +
    +

    Whats the deal + + + (Score:2)

    +
    +
    + by 110010001000 ( 697113 ) + +
    +
    +
    +
    Whats the deal with the new interface. Looks like we are back to rounded corners again.
    +
    + +
    + +
    +
    + +
    + +
      +
    • +
    + +
  • +
    +
    +
    + +
    + by the_skywise ( 189793 ) + + on Thursday September 06, 2018 @02:46PM (#57265240) + + +
    +
    +
    +
    The jokes write themselves...
    +
    + + +
    + +
    + +
      +
    • +
    + +
  • +
    +
    +
    +
    +

    Blurry Fonts... + + + (Score:2)

    +
    +
    + by Oswald McWeany ( 2428506 ) + +
    +
    +
    +

    Maybe they need to put on their Google Glass so they can read the fonts clearer.

    +
    + +
    + +
    +
    + +
    + +
      +
    • +
    + +
    • +
      +
      +
      +
      +

      Re: + + + (Score:3)

      +
      +
      + by Z00L00K ( 682162 ) + +
      +
      +
      +

      They just started to use Cleartype and the fuzzy fonts.

      Both cleartype and fuzzy fonts gives me a headache so I have to use uBlock to revert to the browser default when I run Firefox.

      +
      + +
      + +
      +
      + +
      + +
        +
      • +
      + +
  • +
    +
    +
    +
    +

    I bet you + + + (Score:5, Insightful)

    +
    +
    + by The MAZZTer ( 911996 ) + <`moc.liamg' `ta' `tzzagem'> + on Thursday September 06, 2018 @02:58PM (#57265334) + Homepage + +
    +
    +
    +
    If these are Windows users they screwed with the Compatibility Mode options for DPI in order to make the window smaller or bigger. It looked fine until Google did something differently and now the Compatibility Mode options make it look blurry. Turns out using options designed for use on legacy applications only on modern applications introduces problems. Lots of Steam users have similar problems.
    +
    + + +
    + +
    + +
      +
    • +
    + +
    • +
      +
      +
      +
      +

      Re: + + + (Score:2)

      +
      +
      + by omnichad ( 1198475 ) + +
      +
      +
      +

      Wrong. I use the standard DPI settings for the whole screen (1.5x on my 27" 4K screen), which only works with programs that are DPI-aware. It's true that I didn't notice the blurry fonts until I saw the headline, but I really just thought I was that tired (I've only had 69 for about a day). At least for me, it's fairly mild.

      +
      + +
      + +
      +
      + +
      + +
        +
      • +
      + +
    • +
      +
      +
      +
      +

      Re: + + + (Score:3)

      +
      +
      + by Solandri ( 704621 ) + +
      +
      +
      +
      The problem is there are three ways to tweak the DPI. Compatibility Mode, which can be set on a per-app basis. Display scaling, which is set via the Windows desktop and affects everything. And Advanced Scaling which Microsoft introduced with the Spring Creators Update, which I haven't figured out exactly how it's different from the regular Display Scaling. +

      +Under the hood, there's also ClearType which runs on top of DPI scaling, and does subpixel rendering [grc.com] (using the individual red, green, and blue subp
      +
      + +
      + +
      +
      + +
      + +
        +
      • +
      + +
      • +
        +
        +
        +
        +

        Re: + + + (Score:2)

        +
        +
        + by omnichad ( 1198475 ) + +
        +
        +
        +

        Looking at some zoomed in screenshots, I think they're scaling the subpixel rendering itself (which should never happen). There is no reason to have red or blue tint on anything but the outermost pixel, but looking at my screenshot close up I'm seeing two side-by-side bluish or reddish pixels.

        +
        + +
        + +
        +
        + +
        + +
          +
        • +
        + +
    • +
      +
      +
      +
      +

      Re: + + + (Score:2)

      +
      +
      + by Scoth ( 879800 ) + +
      +
      +
      +

      Even on Chrome 69 on my multi-DPI work setup I have to turn on the DPI scaling compatibility mode/override to not get huge dialog boxes and widgets. It's a bit frustrating to me that a currently supported, modern app would still have problems with that.

      +
      + +
      + +
      +
      + +
      + +
        +
      • +
      + +
    • +
      +
      +
      +
      +

      Re: + + + (Score:2)

      +
      +
      + by Ingenium13 ( 162116 ) + +
      +
      +
      +

      Nope, I have a Windows VM that's essentially stock that I use for a couple applications. I had Chrome open in it earlier today, and noticed that the fonts were blurry and were giving me a headache after a few minutes of use. I thought maybe it was something with RDP messing it up, but after I read this, I logged in again and verified that the fuzzy fonts are only in Chrome. All other applications are fine.

      +
      + +
      + +
      +
      + +
      + +
        +
      • +
      + +
    • +
      +
      +
      +
      +

      Re: + + + (Score:2)

      +
      +
      + by greenwow ( 3635575 ) + +
      +
      +
      +

      And most Windows apps. For most of our users on Windows 10, Windows apps have blurry text no matter what settings we try. That really sucks for developers that need to read a lot of text.

      +
      + +
      + +
      +
      + +
      + +
        +
      • +
      + +
  • +
    +
    +
    +
    +

    Not new + + + (Score:2)

    +
    +
    + by Tailhook ( 98486 ) + +
    +
    +
    +

    Chrome has been having this problem for certain desktop users for a while now. There are workaround flags and whatnot. Just another chronic quality problem in Chrome that never gets fixed....

    +
    + +
    + +
    +
    + +
    + +
      +
    • +
    + +
    • +
      +
      +
      +
      +

      Re: + + + (Score:1)

      +
      +
      + by MidSpeck ( 1516577 ) + +
      +
      +
      +

      True. I had to disable "Accelerated 2D canvas" in order to get the fuzziness to go away on mine on Chrome 68, which was working just fine before that.

      +
      + +
      + +
      +
      + +
      + +
        +
      • +
      + +
  • +
    +
    +
    + +
    + by Pedestrianwolf ( 1591767 ) + +
    +
    +
    +
    ..maybe they could also roll back all rounded rectangles they added in v69. Everything is so round it feels like I designed it in my basement.
    +
    + +
    + +
    +
    + +
    + +
      +
    • +
    + +
    • +
      +
      +
      +
      +

      Re: + + + (Score:3)

      +
      +
      + by ArchieBunker ( 132337 ) + +
      +
      +
      +

      Chrome has a major UI re-design? Firefox is going to be pulling some late nights to catch up!

      +
      + +
      + +
      +
      + +
      + +
        +
      • +
      + +
  • +
    +
    + +
    +
    On my Lenovo G570 the latest chrome also has very high CPU usage on slither.io game [slither.io] and the game turns into a slideshow in places with many snakes. Firefox 61 doesn't suffer from the this problem, despite the fact that its slower almost in any regard. But not this time.
    +
    + +
    + +
    +
    + +
    + +
      +
    • +
    + +
  • +
    +
    +
    +
    +

    BSOD + + + (Score:2)

    +
    +
    + by jimbrooking ( 1909170 ) + +
    +
    +
    +
    After installing ALL pages I visit are pure black. No text or graphics.
    +
    + +
    + +
    +
    + +
    + +
      +
    • +
    + +
    • +
      +
      +
      +
      +

      Re: + + + (Score:2)

      +
      +
      + by jimbrooking ( 1909170 ) + +
      +
      +
      +
      Fix (Win 7 Home): Uninstall Chrome, delete all browsing date. reinstall Chrome, be dazzled by the curviness.
      +
      + +
      + +
      +
      + +
      + +
        +
      • +
      + +
  • +
    +
    +
    + +
    + by kaizendojo ( 956951 ) + + on Thursday September 06, 2018 @05:07PM (#57265998) + + +
    +
    +
    +
    I upgraded and I can't read it.
    +
    + + +
    + +
    + +
      +
    • +
    + +
  • +
    +
    +
    + +
    + by CaptainDork ( 3678879 ) + +
    +
    +
    +

    ... about this.

    I remember on Survivor®, back in the day, they had a "blurry tit," problem.

    They fixed that by disallowing exposed tits.

    Google should remove the tits from their fonts.

    +
    + +
    + +
    +
    + +
    + +
      +
    • +
    + +
  • +
    +
    +
    + +
    + by Zaiff Urgulbunger ( 591514 ) + +
    +
    +
    +
    So this "trivial subdomain hiding" thing... it's a crap idea right?
    +
    + +
    + +
    +
    + +
    + +
      +
    • +
    + +
  • +
    +
    +
    + +
    + by DontBeAMoran ( 4843879 ) + +
    +
    +
    +

    First of all, I really hate these thin fonts. They may look neat on hi-DPI displays but not everyone has one.

    Secondly, the text on the left screen capture looks like it had its pixels hammered to the nearest pixel, which is the typical crappy-looking Microsoft anti-aliasing while the text on the right looks like normal anti-aliased text to me.

    +
    + +
    + +
    +
    + +
    + +
      +
    • +
    + +
  • +
  • +
+ + + + + + +
+ + + + + + +
+ + +
+ + + + + +
+ + + + + + +
+ + + +
+ + +
+ + +
+ + +
+
+
+ + + + + + +
+
+ + + + + + + + + + + + + + + + + + + +
+
+ Slashdot +
+ + + + +
+
+
+

The hardest part of climbing the ladder of success is getting through +the crowd at the bottom.

+ +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Working...
+ + + + + +
+ + + + + + + + + \ No newline at end of file diff --git a/test/source/SLASHDOT/tech.slashdot.org/story_18_09_06_1954253_400000-websites-vulnerable-through-exposed-git-directories.html b/test/source/SLASHDOT/tech.slashdot.org/story_18_09_06_1954253_400000-websites-vulnerable-through-exposed-git-directories.html new file mode 100644 index 0000000..1e0819f --- /dev/null +++ b/test/source/SLASHDOT/tech.slashdot.org/story_18_09_06_1954253_400000-websites-vulnerable-through-exposed-git-directories.html @@ -0,0 +1,2989 @@ + + + + + + + + + + + + + + + + + + + + + + + + 400,000 Websites Vulnerable Through Exposed .git Directories - Slashdot + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + +
+ +
+ +
+ +

+ + + Slashdot is powered by your submissions, so send in your scoop + +

+
+ + +
+
+
 
+ + +

+ + +

+

+ + +

+ +
+
+ Forgot your password? +
+ +
+
+ Close +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + typodupeerror + + + + + + + + + + + + +
+ +
+
+
+
+
+
+
+ + × +
+ + + +
+ + + + + + + + + + + +
+ + + + + Security + + + + + + + + + + + + + The Internet + + + + + + + + + + + IT + + + + + + + + + + + Technology + + + + + +

+ + + + + + + + + + + + + + 400,000 Websites Vulnerable Through Exposed .git Directories (scmagazine.com) + + + + + + + + + + 32 + +

+
+ + + + + + +
+
+ +
+ + + + + + +
+ + + Open .git directories are a bigger cybersecurity problem than many might imagine, at least according to a Czech security researcher who discovered almost 400,000 web pages with an open .git directory possibly exposing a wide variety of data. From a report: Vladimir Smitka began his .git directory odyssey in July when he began looking at Czech websites to find how many were improperly configured and allow access to their .git folders within the file versions repository. Open .git directories are a particularly dangerous issue, he said, because they can contain a great deal of sensitive information. "Information about the website's structure, and sometimes you can get very sensitive data such as database passwords, API keys, development IDE settings, and so on. However, this data shouldn't be stored in the repository, but in previous scans of various security issues, I have found many developers that do not follow these best practices," Smitka wrote. Smitka queried 230 million websites to discover the 390,000 allowing access to their .git directories. The vast majority of the websites with open directories had a .com TLD with .net, .de, .org and uk comprising most of the others.
+ +
+ + + + + + + + +
+ + + + + +
+
+
+
+
+ + + +
+ + + +
+
+
+ + + + + + +
+ +
+
+
+
+ +
+
+
+
+
+ + + + +
+ +

400,000 Websites Vulnerable Through Exposed .git Directories

+ + +
+ Comments Filter: + + +
+ +
+ +
+
+
+ + + + + + + + + + + +
    +
  • +
    +
    +
    + +
    + by Qbertino ( 265505 ) + +
    +
    +
    +

    ... belongs behind ssh or, at least, behind http access and SSL.
    If I catch you doing otherwise for anything other than FOSS software I'll smack you. Hard.

    +
    + +
    + +
    +
    + +
    + +
      +
    • +
    + +
    • +
      +
      +
      +
      +

      Re:Your central git repo ... + + + (Score:4, Informative)

      +
      +
      + by tlhIngan ( 30335 ) + <[ten.frow] [ta] [todhsals]> + on Thursday September 06, 2018 @04:41PM (#57265868) + + +
      +
      +
      +

      ... belongs behind ssh or, at least, behind http access and SSL.
      If I catch you doing otherwise for anything other than FOSS software I'll smack you. Hard.

      And it probably is. The thing is, the website owners are using git to version control and deploy their website (not a bad idea). So they develop their web site, push it to the central git repo, and whenever they need to go live, they just do a "git pull" on the webserver and it'll pull down the latest version of the website.

      Problem is, they forget about the hidden .git directory git makes that stores all sorts of useful information and with a little persistence, allow you access to the raw source code since you can access the individual git objects. (Or maybe even clone it using git).

      +
      + + +
      + +
      + +
        +
      • +
      + +
      • +
        +
        +
        +
        +

        Re: + + + (Score:2)

        +
        +
        + by jrumney ( 197329 ) + +
        +
        +
        +
        I do this, it is very convenient for deploying updates to the site. But I always put the web interface into a subdirectory, and only configure the web server to see that so the .git directory is not visible over HTTP. And dotfiles and directories are blocked in the webserver config for extra protection against accidental inclusion of invisible files.
        +
        + +
        + +
        +
        + +
        + +
          +
        • +
        + +
  • +
    +
    +
    + +
    + by Tsolias ( 2813011 ) + + on Thursday September 06, 2018 @04:32PM (#57265820) + + +
    +
    +
    +

    just an article from 2015 https://en.internetwache.org/d... [internetwache.org]

    I can give you also next year's article about .file vulnerabilities. (spoiler alert) https://en.internetwache.org/s... [internetwache.org]

    +
    + + +
    + +
    + +
      +
    • +
    + +
  • +
    +
    + +
    +

    230 million websites. 400k poorly configured. 4*10^5/2.3*10^8 is less than 0.2% of websites surveyed screwed this up.

    400k is a big number but it's good to know most developers aren't that stupid on this issue.

    +
    + +
    + +
    +
    + +
    + +
      +
    • +
    + +
  • +
    +
    +
    +
    +

    So? + + + (Score:2)

    +
    +
    + by cshark ( 673578 ) + +
    +
    +
    +

    An open git directory will be everything you need to reconstruct the site, more often than not from the same server you're targeting. Scary. Database servers are rarely open. Short of some serious hacking, there isn't a lot you're going to be able to do with this stuff once you've obtained the information you're waving around here.

    Until such time as I see hackers actually logging in with this information and defacing github, I'm going to remain unconvinced of the severity of this one.

    +
    + +
    + +
    +
    + +
    + +
      +
    • +
    + +
    • +
      +
      +
      +
      +

      Re: + + + (Score:2)

      +
      +
      + by OrangeTide ( 124937 ) + +
      +
      +
      +

      My website's .git directories are open intentionally. Makes for convenient mirroring and viewing of archives without having to hope and pray wayback machine picked up my obscure website.

      I'm not too worried. It's just data on the filesystem, it's not executing programs. And the data is not supposed to contain any secrets. If it ever does then I better rewrite my git history.

      +
      + +
      + +
      +
      + +
      + +
        +
      • +
      + +
    • +
      +
      +
      +
      +

      Re: + + + (Score:1)

      +
      +
      + by Anonymous Coward + +
      +
      +
      +

      The most likely actual security implication is hard coded keys to 3rd party APIs.

      Not that this is an inevitable threat, itâ(TM)s just something I could see being inadvertently exposed and useful without much additional effort.

      +
      + +
      + +
      +
      + +
      + +
        +
      • +
      + +
      • +
        +
        +
        +
        +

        Re: + + + (Score:1)

        +
        +
        + by Orrin Bloquy ( 898571 ) + +
        +
        +
        +

        itâ(TM)s

        Clear something up, are you typing curly quotes/apostrophes on purpose or do you have your browser configured to automatically do that.

        +
        + +
        + +
        +
        + +
        + +
          +
        • +
        + +
    • +
      +
      +
      +
      +

      Re: + + + (Score:2)

      +
      +
      + by jonwil ( 467024 ) + +
      +
      +
      +

      What about if that .git folder (and the website's source code) included private keys for stuff. Or credentials/API keys for 3rd party services. Or credentials for database and other servers.

      +
      + +
      + +
      +
      + +
      + +
        +
      • +
      + +
  • +
  • +
+ + + + + + +
+ + + + + + +
+ + +
+ + + + + +
+ + + + + + +
+ + + +
+ + +
+ + +
+ + +
+
+
+ + + + + + +
+
+ + + + + + + + + + + + + + + + + + + +
+
+ Slashdot +
+ + + + +
+
+
+

The hardest part of climbing the ladder of success is getting through +the crowd at the bottom.

+ +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Working...
+ + + + + +
+ + + + + + + + + \ No newline at end of file diff --git a/test/source/SLASHDOT/tech.slashdot.org/story_18_09_06_205221_ive-seen-the-future-of-consumer-ai-and-it-doesnt-have-one.html b/test/source/SLASHDOT/tech.slashdot.org/story_18_09_06_205221_ive-seen-the-future-of-consumer-ai-and-it-doesnt-have-one.html new file mode 100644 index 0000000..26a91ba --- /dev/null +++ b/test/source/SLASHDOT/tech.slashdot.org/story_18_09_06_205221_ive-seen-the-future-of-consumer-ai-and-it-doesnt-have-one.html @@ -0,0 +1,4609 @@ + + + + + + + + + + + + + + + + + + + + + + + + 'I've Seen the Future of Consumer AI, and it Doesn't Have One' - Slashdot + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + +
+ +
+ +
+ +

+ + + Follow Slashdot stories on Twitter + +

+
+ + +
+
+
 
+ + +

+ + +

+

+ + +

+ +
+
+ Forgot your password? +
+ +
+
+ Close +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + typodupeerror + + + + + + + + + + + + +
+ +
+
+
+
+
+
+
+ + × +
+ + + +
+ + + + + + + + + + + +
+ + + + + AI + + + + + + + + + + + + + Technology + + + + + +

+ + + + + + + + + + + + + + 'I've Seen the Future of Consumer AI, and it Doesn't Have One' (theregister.co.uk) + + + + + + + + + + 97 + +

+
+ + + + + + +
+
+ +
+ + + + + + +
+ + + Andrew Orlowski of The Register recounts all the gadgets supercharged with AI that he came across at IFA tradeshow last week -- and wonders what value AI brought to the table. He writes: I didn't see a blockchain toothbrush at IFA in Berlin last week, but I'm sure there was one lurking about somewhere. With 30 vast halls to cover, I didn't look too hard for it. But I did see many things almost as tragic that no one could miss -- AI being squeezed into almost every conceivable bit of consumer electronics. But none were convincing. If ever there was a solution looking for a problem, it's ramming AI into gadgets to show of a company's machine learning prowess. For the consumer it adds unreliability, cost and complexity, and the annoyance of being prompted.

[...] Back to LG, which takes 2018's prize for sticking AI into a superfluous gadget. The centrepiece of its AI efforts this year is a robot, ClOi. Put Google Assistant or Alexa on wheels, and you have ClOi. I asked the booth person what exactly ClOi could do to be told "it can take notes for your shopping list." Why wasn't this miracle of the Fourth Industrial Revolution let loose on the LG floor? I wondered -- a question answered by this account of ClOi's debut at CES in January. Clearly things haven't improved much -- this robot buddy was kept indoors.

+ +
+ + + + + + + + +
+ + + + + +
+
+
+
+
+ + + +
+ + + +
+
+
+ + + + + + +
+ +
+
+
+
+ +
+
+
+
+
+ + + + +
+ +

'I've Seen the Future of Consumer AI, and it Doesn't Have One'

+ + +
+ Comments Filter: + + +
+ +
+ +
+
+
+ + + + + + + + + + + +
    +
  • +
    +
    +
    +
    +

    Stupid industry fads + + + (Score:5, Funny)

    +
    +
    + by Spy Handler ( 822350 ) + + on Thursday September 06, 2018 @04:53PM (#57265934) + Homepage +Journal + +
    +
    +
    +

    3D printer in every home will fundamentally change human society

    IoT internet connected belt buckles and toothbrushes will take over the world

    AI will revolutionize consumer electronics

    Net PC from Sun will dominate the computer industry (this one is really old)

    +
    + + +
    + +
    + +
      +
    • +
    + +
    • +
      +
      +
      +
      +

      Re:Stupid industry fads + + + (Score:5, Insightful)

      +
      +
      + by ShanghaiBill ( 739463 ) + + on Thursday September 06, 2018 @05:05PM (#57265988) + + +
      +
      +
      +

      Excessive hype is always followed by a trough of disillusionment. But as the TOD fades, plenty of mature, practical applications are likely to emerge. The technological naysayers are usually even more wrong than the hypesters.

      Hype cycle [wikipedia.org]

      +
      + + +
      + +
      + +
        +
      • +
      + +
      • +
        +
        +
        +
        +

        Re: + + + (Score:2)

        +
        +
        + by fahrbot-bot ( 874524 ) + +
        +
        +
        +

        Excessive hype is always followed by a trough of disillusionment.

        +Pro Tip: Get out in front and mention this *before* taking your date home. Better for her to hear it from you than her working it out on her own ... :-)

        +
        + +
        + +
        +
        + +
        + +
          +
        • +
        + +
      • +
        +
        +
        +
        +

        Re:Stupid industry fads + + + (Score:4, Insightful)

        +
        +
        + by CaptainDork ( 3678879 ) + + on Thursday September 06, 2018 @05:33PM (#57266114) + + +
        +
        +
        +

        If smart phones and tablets are any indicator ...

        AI, too, is an evolutionary dead end.

        It's a buzz word with a vacuous definition.

        +
        + + +
        + +
        + +
          +
        • +
        + +
        • +
          +
          +
          +
          +

          Re: + + + (Score:2)

          +
          +
          + by Q-Hack! ( 37846 ) + +
          +
          +
          +

          Not a lot different than back in the 1950's when the trend was to create all manor of odd gadgets to make life easier. Those deemed useful are still around... The rest can be found in junk markets around the world. But hey, the Cracker-barrel's of the future will still need stuff to decorate their walls with.

          +
          + +
          + +
          +
          + +
          + +
            +
          • +
          + +
          • +
            +
            +
            +
            +

            Re: + + + (Score:2)

            +
            +
            + by CaptainDork ( 3678879 ) + +
            +
            +
            +

            In reaction to your sig:

            I recently re-read "Nineteen Eighty-Four," because my first reading was so long ago.

            Good read, but what a goddam depressing book!

            +
            + +
            + +
            +
            + +
            + +
              +
            • +
            + +
      • +
        +
        +
        +
        +

        Re: + + + (Score:2)

        +
        +
        + by magzteel ( 5013587 ) + +
        +
        +
        +

        Excessive hype is always followed by a trough of disillusionment. But as the TOD fades, plenty of mature, practical applications are likely to emerge. The technological naysayers are usually even more wrong than the hypesters.

        Hype cycle [wikipedia.org]

        Back in the early PC days, when you had to hook up a cassette player to load your application, and then another one to load your data, we used to tell people they could store recipes on their TRS-80 personal computer. This was not much of a productivity enhancer. I'm sure based on this experience some people would have thought PC's were useless and had no future.

        And then floppy disks and spreadsheets were invented.

        +
        + +
        + +
        +
        + +
        + +
          +
        • +
        + +
      • +
        +
        +
        +
        +

        Re: + + + (Score:2)

        +
        +
        + by jythie ( 914043 ) + +
        +
        +
        +
        It is really difficult to say if the naysayers or hypesters are more often right or wrong. One problem with looking back at negative guesses is we only really remember the ones that turned out to be wrong since the evidence is in modern use today, while all the naysayers that we right, well, the things they were right about faded into obscurity.
        +
        + +
        + +
        +
        + +
        + +
          +
        • +
        + +
        • +
          +
          +
          +
          +

          Re: + + + (Score:2)

          +
          +
          + by ShanghaiBill ( 739463 ) + +
          +
          +
          +

          You only count as a "true" naysayer if you are negative about an overhyped trend with groupies and fanbois, not about an obviously stupid idea.

          The naysayers were right about the Segway, but that was an easy target, since it reached peak hype before it had even been shown to the public.

          Other tech failures were Iridium, Zune, Pebble, Juicero. But none of these were hyped as world changing technology.

          +
          + +
          + +
          +
          + +
          + +
            +
          • +
          + +
    • +
      +
      +
      +
      +

      Re: + + + (Score:1)

      +
      +
      + by atherophage ( 2481624 ) + +
      +
      +
      +
      Prognosticators have been wrong before. While it is easy to poke fun at the unusual who knows, perhaps in a few years dental floss will come with AI. The thought of not having AI floss will be unthinkable.
      +
      + +
      + +
      +
      + +
      + +
        +
      • +
      + +
    • +
      +
      +
      +
      +

      Re: + + + (Score:3, Interesting)

      +
      +
      + by Anonymous Coward + +
      +
      +
      +

      As much as I am a nerd, I blame "nerds" for this. There is this whole new fad of being a "techie", watching Big Bang Theory, owning a Tesla, and generally being absolutely ignorant about real science, technology and math while "pretending" to be a nerd. I used "pretending" but there may be some legitimate attempt but it is hard to tell if someone is a fake nerd or just a stupid nerd. I think this trend partly follows from women trying to follow the (tech) money and then men trying to follow the women.

      This

      +
      + +
      + +
      +
      + +
      + +
        +
      • +
      + +
      • +
        +
        +
        +
        +

        Re: + + + (Score:2)

        +
        +
        + by AbRASiON ( 589899 ) * + +
        +
        +
        +

        I don't know that there's a lot of these people but they do exist, for certain yes. The 'watching big bang theory' is the kicker, once someone admits watching that, you know they're very unlikely to be a 'proper nerd' for lack of a better term.

        Considering they only have partial skills in technology then, we can likely guess, if they work in the industry, they're probably higher on the ladder than us and paid more though :/ like most management / consultant types.

        +
        + +
        + +
        +
        + +
        + +
          +
        • +
        + +
    • +
      +
      +
      +
      +

      Re: + + + (Score:3)

      +
      +
      + by JMJimmy ( 2036122 ) + +
      +
      +
      +

      The thing no one can consider is time.

      "AI" being jammed into things now is probably lame, awkward, and of very limited use. Much like computers were back in the punch card days with devices that. Less than 100 years later we've got computers in our pocket. We are in the early days of AI - we'll look back on it decades from now as we do with things like: https://www.youtube.com/watch?... [youtube.com]

      This article is just another example of someone who can't see past their nose to the road ahead and the million differen

      +
      + +
      + +
      +
      + +
      + +
        +
      • +
      + +
    • +
      +
      +
      +
      +

      Re: + + + (Score:2)

      +
      +
      + by AHuxley ( 892839 ) + +
      +
      +
      +
      Good for a few workers over the decade of hype.
      +
      + +
      + +
      +
      + +
      + +
        +
      • +
      + +
    • +
      +
      +
      +
      +

      Re: + + + (Score:2)

      +
      +
      + by m00sh ( 2538182 ) + +
      +
      +
      +

      3D printer in every home will fundamentally change human society

      IoT internet connected belt buckles and toothbrushes will take over the world

      AI will revolutionize consumer electronics

      Net PC from Sun will dominate the computer industry (this one is really old)

      I don't know about home but it plays a big part in manufacturing. There are very specialized and successful medical companies that use 3d printing. + +

      Don't know about belt buckles but fitbit, apple watch, garmin has been worth billions of dollars and fundamentally changed the way a lot of people do things. + +

      I don't know about NetPC but what about the cloud? The hype that we would all put all our stuff in the cloud blah blah actually materialized. There are many companies who own no hardware except the dev la

      +
      + +
      + +
      +
      + +
      + +
        +
      • +
      + +
    • +
      +
      +
      +
      +

      Re: + + + (Score:2)

      +
      +
      + by lokedhs ( 672255 ) + +
      +
      +
      +
      Net PC was not from Sun. I should I know, I worked for them during that era. What they had was JavaStation, which was a neat idea but ahead of its time. That concept is now realised by the Chromebook. + +Net PC was a Compaq thing, if I recall correctly. However, Wikipedia tells me it was Oracle, so perhaps the Compaq device was called something else.
      +
      + +
      + +
      +
      + +
      + +
        +
      • +
      + +
  • +
    +
    +
    +
    +

    You can stop reading at "Orlowski" + + + (Score:4, Interesting)

    +
    +
    + by serviscope_minor ( 664417 ) + + on Thursday September 06, 2018 @04:59PM (#57265956) + Journal + +
    +
    +
    +

    Andrew Orlowski of The Register is basically a professional dickhead. His main goal seems to be to be as obnoxious and ignorant as possible presumably with the goal of trolling the readership. He's pretty much the reason I stopped reading the Register because of the constant streem of utter bullshit from that guy.

    +
    + + +
    + +
    + +
      +
    • +
    + +
  • +
    +
    +
    + +
    + by Zorro ( 15797 ) + +
    +
    +
    +

    Red Dwarf has already shown why this is a BAD Idea.

    https://www.youtube.com/watch?v=lhnN4eUiei4

    +
    + +
    + +
    +
    + +
    + +
      +
    • +
    + +
    • +
      +
      +
      +
      +

      Re: + + + (Score:2)

      +
      +
      + by Revek ( 133289 ) + +
      +
      +
      +

      Please learn basic html K, thanks.

      +
      + +
      + +
      +
      + +
      + +
        +
      • +
      + +
      • +
        +
        +
        +
        +

        Re: + + + (Score:2)

        +
        +
        + by AbRASiON ( 589899 ) * + +
        +
        +
        +

        How about slashdot stop being entirely backwards with that shit instead?

        +
        + +
        + +
        +
        + +
        + +
          +
        • +
        + +
  • +
    +
    +
    +
    +

    Aibo + + + (Score:1)

    +
    +
    + by Anonymous Coward + +
    +
    +
    +

    If Sony's Aibo lives up to the demos I have seen - that would be one big application. AI as a pet.

    I also use AI (maybe more ML) all the time with photo sorting, image recognition, etc. It is already in the home.

    +
    + +
    + +
    +
    + +
    + +
      +
    • +
    + +
  • +
    +
    +
    +
    +

    OP must be joking... + + + (Score:4, Insightful)

    +
    +
    + by JoeDuncan ( 874519 ) + + on Thursday September 06, 2018 @05:17PM (#57266038) + + +
    +
    +
    +

    ... because consumer AI is *ALREADY* ubiquitous and all around us.

    From the face detection in your phone, to the fuzzy logic controllers in washing machines, to the ant colony algorithms being used to route network traffic, to finding directions with google maps, to Netflix and Amazon's recommendation algorithms, to OCR for cheques and mail, to NEST thermostats, to robot vacuum cleaners and lawn mowers, to expert systems in medical diagnosis... (I could keep going)

    AI in consumer products is literally *already* ALL around us.

    Saying that consumer AI "has no future" is like looking around at the world today and saying "personal cars have no future" - it's completely idiotic because to anyone with half an ounce of perception that future is ALREADY here.

    It's like looking at a forest and claiming there are no trees

    +
    + + +
    + +
    + +
      +
    • +
    + +
    • +
      +
      +
      +
      +

      Re: + + + (Score:2)

      +
      +
      + by grahamsz ( 150076 ) + +
      +
      +
      +

      Yeah it seems like it is a natural fit in optimizing the things we do.

      Even though I don't routinely use my phone as an alarm clock, it still knows when i'm likely to get up and if I plug it in at bed time it'll do a good job of figuring out when i'm likely to get up and adjusts its charging rate to be done about an hour before then. Yet if I plug it in a 3pm then it'll assume i want as much charge as possible and charge as fast as it can. It's not rocket science, but it's useful.

      Do I need a dishwasher with

      +
      + +
      + +
      +
      + +
      + +
        +
      • +
      + +
      • +
        +
        +
        +
        +

        Re: + + + (Score:2)

        +
        +
        + by JoeDuncan ( 874519 ) + +
        +
        +
        +

        Do I need a dishwasher with a screen that I can talk to?

        Nope, but I'm willing to bet it has an embedded fuzzy logic controller in it to control water levels.

        +
        + +
        + +
        +
        + +
        + +
          +
        • +
        + +
      • +
        +
        +
        +
        +

        Re: + + + (Score:2)

        +
        +
        + by mcswell ( 1102107 ) + +
        +
        +
        +

        "Do I need a dishwasher with a screen that I can talk to?" Printers have a screen. You can't talk to it (at least you're not supposed to--when aggravated, I've been know to do so, and not kindly). But try to decipher what's on that screen. I claim that printers are not any easier to use than they were in 1984 (which is when I got my first dot matrix printer). You (ok, I) *still* can't figure out what's wrong with them, despite the screen.

        +
        + +
        + +
        +
        + +
        + +
          +
        • +
        + +
    • +
      +
      +
      +
      +

      Re: + + + (Score:1)

      +
      +
      + by AHuxley ( 892839 ) + +
      +
      +
      +
      Re "face detection" is not AI. Its a really big and fast database. Filled with faces the police know about and random people walking past CCTV.
      +Re "fuzzy logic controllers in washing machines" A set amount of power, water, weight of laundry is not AI. Just good programming within set limits.
      +Re "'finding directions" with maps that are created and set.
      +Re "recommendation algorithms" that is set by past people buying things and another person showing the same interests. More to do with collecting lots
      +
      + +
      + +
      +
      + +
      + +
        +
      • +
      + +
      • +
        +
        +
        +
        +

        Re: + + + (Score:2)

        +
        +
        + by JoeDuncan ( 874519 ) + +
        +
        +
        +

        ..."face detection" is not AI. Its a really big and fast database. Filled with faces the police know...

        ...and just HOW do the faces "police know" get matched to this database? Explain without reference to AI.

        ..."fuzzy logic controllers in washing machines" A set amount of power, water, weight of laundry is not AI.

        No it isn't, but you're a fool if you think your washing machine is that simple these days. It DOES take fuzzy logic to adapt to things like wear and tear on the machine, arbitrarily changing water pressures and temperatures, etc... and still maintain consistent performance.

        "'finding directions" with maps that are created and set.

        ...and using AI algorithms to find the best path.

        Blah blah blah... you get the point. You've deliberately downplayed the AI aspect

        +
        + +
        + +
        +
        + +
        + +
          +
        • +
        + +
    • +
      +
      +
      +
      +

      Re: + + + (Score:2)

      +
      +
      + by hazem ( 472289 ) + +
      +
      +
      +

      From the face detection in your phone, to the fuzzy logic controllers in washing machines, to the ant colony algorithms being used to route network traffic, to finding directions with google maps, to Netflix and Amazon's recommendation algorithms, to OCR for cheques and mail, to NEST thermostats, to robot vacuum cleaners and lawn mowers, to expert systems in medical diagnosis... (I could keep going)

      When I took an AI class a few years ago, one of my favorite things the professor said was, "What we called 'AI' yesterday is simply the algorithm for how we do a thing today."

      +
      + +
      + +
      +
      + +
      + +
        +
      • +
      + +
  • +
    +
    +
    +
    +

    AI's Strength + + + (Score:2)

    +
    +
    + by thePsychologist ( 1062886 ) + +
    +
    +
    +

    AI (i.e. machine learning/neural networks) is really good at optimizing stuff, so its natural strength shows when you have hundreds of thousands of entities in a system. Examples are the electricity grid, playing Go, and a department store's inventory.

    In our individual lives, AI seems more like another drop in the bucket of too much technology, and I think one day we'll realize that less is more when it comes to the stuff in our homes.

    +
    + +
    + +
    +
    + +
    + +
      +
    • +
    + +
  • +
    +
    +
    + +
    + by SuperKendall ( 25149 ) + +
    +
    +
    +

    I was looking at new fridges recently as a friend was asking for a recommendation, and it's alarming how trying to find a fridge without a screen is getting to be like trying to find a cell phone without a camera... it really limits your options.

    The only way they could make fridges any worse is the if screens also played CNN constantly when not in use, like in an airport... you can absolutely see subsidized ad-fridges coming down the pipeline.

    +
    + +
    + +
    +
    + +
    + +
      +
    • +
    + +
    • +
      +
      +
      +
      +

      Re: + + + (Score:2)

      +
      +
      + by lgw ( 121541 ) + +
      +
      +
      +

      Seems like only the highest and lowest-end fridges lack screens these days (as well as ice/water in the door, something else I could do without).

      +
      + +
      + +
      +
      + +
      + +
        +
      • +
      + +
      • +
        +
        +
        +
        +

        Re: + + + (Score:2)

        +
        +
        + by mcswell ( 1102107 ) + +
        +
        +
        +

        Come to my house. The refr *has* an ice/water dispenser in the door, but it hasn't worked for over a year. I think the tube to the water dispenser is frozen, and if it gets thawed, it just freezes up again. Same with the water dispenser on the refr nearest my office at work.

        As for the ice dispenser on our refr, we never used it, so I took it out and got lots more room in the freezer. If we want ice cubes, we make them in trays, like the 1960s.

        +
        + +
        + +
        +
        + +
        + +
          +
        • +
        + +
  • +
    +
    +
    + +
    + by Dallas May ( 4891515 ) + +
    +
    +
    +

    My uncle was a computer scientist for a National Lab. He retired 15 or so years ago. I remember just after my grandmother first got internet, he didn't have it at his home yet because he didn't believe it was safe -this was probably 1997 or 98, and I remember him talking to me about how disappointed he was with the internet. "It was supposed to be this great thing. It's useless. It'll never amount to anything."

    Yeah, he was wrong.

    +
    + +
    + +
    +
    + +
    + +
      +
    • +
    + +
    • +
      +
      +
      +
      +

      Re: + + + (Score:2)

      +
      +
      + by bobbied ( 2522392 ) + +
      +
      +
      +

      My uncle was a computer scientist for a National Lab. He retired 15 or so years ago. I remember just after my grandmother first got internet, he didn't have it at his home yet because he didn't believe it was safe -this was probably 1997 or 98, and I remember him talking to me about how disappointed he was with the internet. "It was supposed to be this great thing. It's useless. It'll never amount to anything."

      Yeah, he was wrong.

      Was he? Was he really?

      How much of the internet is truly useful and how much is just trash? Judging by my inbox, the number of E-mail in my inbox the ratio 1s more than 10 to 1 SPAM to worth while messages (And that's AFTER the SPAM filters.)

      I find that this ratio pretty much governs the whole of the internet.. Where 1/10th of it is actually something of use and the rest is just useless junk.

      So he's not that wrong.

      +
      + +
      + +
      +
      + +
      + +
        +
      • +
      + +
  • +
    +
    +
    +
    +

    I heard... + + + (Score:1)

    +
    +
    + by Hentai007 ( 188457 ) + +
    +
    +
    +

    AI is turning frogs gay.

    +
    + +
    + +
    +
    + +
    + +
      +
    • +
    + +
    • +
      +
      +
      +
      +

      Re: + + + (Score:2)

      +
      +
      + by AbRASiON ( 589899 ) * + +
      +
      +
      +

      That's actually not true, the frogs are only gay for pay.

      +
      + +
      + +
      +
      + +
      + +
        +
      • +
      + +
  • +
    +
    +
    + +
    + by Laxator2 ( 973549 ) + + on Thursday September 06, 2018 @06:46PM (#57266452) + + +
    +
    +
    +

    I did not see any example where someone says: "I did not buy that product because it lacked AI".

    I did not hear from anyone that they need AI so they are going out of their way to buy it. In its current form AI is good for pattern recognition in some cases, for example, face identification in photos.
    The only customers are corporations with massive collections of personal data to analyze, but not individual consumers.
    I believe AI has been over-hyped and pushed in areas where it is not usable in its current form (like self-driving cars) and we start to see the backlash.

    I've already seen stories saying that the medical diagnoses made by IBM's Watson are just plain wrong. More examples will follow.

    +
    + + +
    + +
    + +
      +
    • +
    + +
    • +
      +
      +
      +
      +

      Re: + + + (Score:2)

      +
      +
      + by m00sh ( 2538182 ) + +
      +
      +
      +

      I did not see any example where someone says: "I did not buy that product because it lacked AI".

      I did not hear from anyone that they need AI so they are going out of their way to buy it. In its current form AI is good for pattern recognition in some cases, for example, face identification in photos. +The only customers are corporations with massive collections of personal data to analyze, but not individual consumers. +I believe AI has been over-hyped and pushed in areas where it is not usable in its current form (like self-driving cars) and we start to see the backlash.

      I've already seen stories saying that the medical diagnoses made by IBM's Watson are just plain wrong. More examples will follow.

      What about Google home and Alexa? + +

      How do you recognize pedestrians in self-driving cars without AI? + +

      IBM Watson was wrong quite a bit but it won jeopardy.

      +
      + +
      + +
      +
      + +
      + +
        +
      • +
      + +
  • +
    +
    +
    + +
    + by Maxo-Texas ( 864189 ) + +
    +
    +
    +

    First they ignore you, then they laugh at you, then they fight you, then you win.

    Mahatma Gandhi

    This field is moving so fast compared to the 90s.

    +
    + +
    + +
    +
    + +
    + +
      +
    • +
    + +
  • +
    +
    + +
    +
    So-called 'AI' is over-hyped and under-performing.
    +
    + +
    + +
    +
    + +
    + +
      +
    • +
    + +
  • +
    +
    +
    + +
    + by OneHundredAndTen ( 1523865 ) + +
    +
    +
    +
    The AI bubble seems to be starting to deflate. It may not pop, but it will likely carry on shrinking. Most people already know that Alex and co. are little more than gimmicks, good for party games, grins and giggles, and little more. The AI community seems to be making the same mistakes they made in the late 60s and 70s. The second AI winter is nigh.
    +
    + +
    + +
    +
    + +
    + +
      +
    • +
    + +
  • +
    +
    + +
    +

    If Consumer AI doesn't have a future, how can that non-existent future be seen ?

    In an alternative interpretation, the author has seen the future of Consumer AI and so of course it exists. But the future of the future of Consumer AI doesn't exist. I.e. Future of Consumer AI doesn't have one - where "one" stands for future.

    Any other interpretations ?

    +
    + +
    + +
    +
    + +
    + +
      +
    • +
    + +
  • +
    +
    +
    + +
    + by themusicgod1 ( 241799 ) + +
    +
    +
    +
    Since the consumer is not control of it. +

    +It's Anti-Consumer AI if anything
    +
    + +
    + +
    +
    + +
    + +
      +
    • +
    + +
  • +
  • +
+ + + + + + +
+ + + + + + +
+ + +
+ + + + + +
+ + + + + + +
+ + + +
+ + +
+ + +
+ + +
+
+
+ + + + + + +
+
+ + + + + + + + + + + + + + + + + + + +
+
+ Slashdot +
+ + + + +
+
+
+

The hardest part of climbing the ladder of success is getting through +the crowd at the bottom.

+ +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Working...
+ + + + + +
+ + + + + + + + + \ No newline at end of file diff --git a/test/source/SLASHDOT/yro.slashdot.org/story_18_09_06_1651255_tor-browser-gets-a-redesign-switches-to-new-firefox-quantum-engine.html b/test/source/SLASHDOT/yro.slashdot.org/story_18_09_06_1651255_tor-browser-gets-a-redesign-switches-to-new-firefox-quantum-engine.html new file mode 100644 index 0000000..b0e05b7 --- /dev/null +++ b/test/source/SLASHDOT/yro.slashdot.org/story_18_09_06_1651255_tor-browser-gets-a-redesign-switches-to-new-firefox-quantum-engine.html @@ -0,0 +1,3054 @@ + + + + + + + + + + + + + + + + + + + + + + + + Tor Browser Gets a Redesign, Switches To New Firefox Quantum Engine - Slashdot + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + +
+ +
+ +
+ +

+ + + Slashdot is powered by your submissions, so send in your scoop + +

+
+ + +
+
+
 
+ + +

+ + +

+

+ + +

+ +
+
+ Forgot your password? +
+ +
+
+ Close +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + typodupeerror + + + + + + + + + + + + +
+ +
+
+
+
+
+
+
+ + × +
+ + + +
+ + + + + + + + + + + +
+ + + + + Firefox + + + + + + + + + + + + + Privacy + + + + + + + + + + + IT + + + + + + + + + + + Technology + + + + + +

+ + + + + + + + + + + + + + Tor Browser Gets a Redesign, Switches To New Firefox Quantum Engine (zdnet.com) + + + + + + + + + + 44 + +

+
+ + + + + + +
+
+ +
+ + + + + + +
+ + + The Tor Browser has rolled out a new interface with the release of v8. From a report: The Tor Browser has always been based on the Firefox codebase, but it lagged behind a few releases. Mozilla rolled out a major overhaul of the Firefox codebase in November 2017, with the release of Firefox 57, the first release in the Firefox Quantum series. Firefox Quantum came with a new page rendering engine, a new add-ons API, and a new user interface called the Photon UI. Because these were major, code-breaking changes, it took the smaller Tor team some time to integrate all of them into the Tor Browser codebase and make sure everything worked as intended. The new Tor Browser 8, released yesterday, is now in sync with the most recent version of Firefox, the Quantum release, and also supports all of its features. This means the Tor Browser now uses the same modern Photon UI that current Firefox versions use, it supports the same speed-optimized page rendering engine and has also dropped support for the old XUL-based add-ons system for the new WebExtensions API system used by Chrome, Opera, Vivaldi, Brave, and the rest of the Chromium browsers.
+ +
+ + + + + + + + +
+ + + + + +
+
+
+
+
+ + + +
+ + + +
+
+
+ + + + + + +
+ +
+
+
+
+ +
+
+
+
+
+ + + + +
+ +

Tor Browser Gets a Redesign, Switches To New Firefox Quantum Engine

+ + +
+ Comments Filter: + + +
+ +
+ +
+
+
+ + + + + + + + + + + +
    +
  • +
    +
    +
    +
    +

    Tested today + + + (Score:1)

    +
    +
    + by Anonymous Coward + +
    +
    +
    +

    First impression is I like it. Video playback seems sluggish but overall positive. Hopefully any NSA addons did not make the cut.

    +
    + +
    + +
    +
    + +
    + +
      +
    • +
    + +
  • +
    +
    +
    + +
    + by dargaud ( 518470 ) + <`ten.duagradg' `ta' `2todhsals'> + on Thursday September 06, 2018 @02:38PM (#57265208) + Homepage + +
    +
    +
    +
    I really wonder that. I support tor. I've never actually used it because I don't have much to hide, but I understand that other do. So I ran a tor relay (not exit) as my way of supporting the project for a while; from my home adsl. After a while I noticed some weird stuff going on. Some websites (important ones) wouldn't load properly. Emails sent would bounce or simply never reach their destination. After looking at the problem I found that my IP was on some minor blacklists. I stopped the relay and after 2 days I was off the blacklists. Hence my question, if running a simple relay gets you blacklisted, what does running an exit point does to your other internet usage from that IP ? Who can afford separate IPs besides institutions ? So who is really really running them ? Certainly not private citizens...
    +
    + + +
    + +
    + +
      +
    • +
    + +
    • +
      +
      +
      +
      +

      Re: + + + (Score:3)

      +
      +
      + by ftobin ( 48814 ) + +
      +
      +
      +

      You can run something like a Linode instance pretty cheaply and get more IPs. I've run a highly restricted exit node in the past (low bandwidth, select ports), and I've had the same problems with you if I try to use my Linode as a web proxy. My most recent problem has been with Shut Up and Sit Down RSS feeds, which are blocking my host :-\

      +
      + +
      + +
      +
      + +
      + +
        +
      • +
      + +
      • +
        +
        +
        + +
        + by tlhIngan ( 30335 ) + <[ten.frow] [ta] [todhsals]> + on Thursday September 06, 2018 @04:35PM (#57265836) + + +
        +
        +
        +

        You can run something like a Linode instance pretty cheaply and get more IPs. I've run a highly restricted exit node in the past (low bandwidth, select ports), and I've had the same problems with you if I try to use my Linode as a web proxy. My most recent problem has been with Shut Up and Sit Down RSS feeds, which are blocking my host :-\

        And that's just because no matter how noble the cause, idiots will just ruin it. You don't need a list of Tor exit nodes because if you run a reasonably popular website, you'll find out quite rapidly what they are and auto-blacklist t hem.

        It's why CDNs like CloudFlare block Tor - the abuse from Tor exit nodes ensures that whatever trigger you use, it'll be triggered and you'll end up blocking it. It's not like it's done deliberately - you don't have to seek out new Tor exit nodes. They just make themselves known.

        I'd even venture to say if you want to allow Tor traffic, you have to whitelist them specifically It's not that Tor is bad, it's just that it's got a bunch of bad actors that really do ruin it for those who need it.

        +
        + + +
        + +
        + +
          +
        • +
        + +
        • +
          +
          +
          +
          +

          Re: + + + (Score:2)

          +
          +
          + by ftobin ( 48814 ) + +
          +
          +
          +

          And that's just because no matter how noble the cause, idiots will just ruin it. You don't need a list of Tor exit nodes because if you run a reasonably popular website, you'll find out quite rapidly what they are and auto-blacklist t hem.

          I should mention that I don't and never did allow access on port 80 or 443, yet Shut up and Sit Down's RSS feed blocks me. There is no way my host was causing issues for their site, with the 20 KB/s of bandwidth I allowed. Additionally, I only allowed ports like IRC, DN

          +
          + +
          + +
          +
          + +
          + +
            +
          • +
          + +
    • +
      +
      +
      +
      +

      Re: + + + (Score:2)

      +
      +
      + by bill_mcgonigle ( 4333 ) * + +
      +
      +
      +

      Check out the Library Freedom Project.

      +
      + +
      + +
      +
      + +
      + +
        +
      • +
      + +
    • +
      +
      +
      +
      +

      Re: + + + (Score:2)

      +
      +
      + by AHuxley ( 892839 ) + +
      +
      +
      +
      Governments.
      +
      + +
      + +
      +
      + +
      + +
        +
      • +
      + +
  • +
  • +
+ + + + + + +
+ + + + + + +
+ + +
+ + + + + +
+ + + + + + +
+ + + +
+ + +
+ + +
+ + +
+
+
+ + + + + + +
+
+ + + + + + + + + + + + + + + + + + + +
+
+ Slashdot +
+ + + + +
+
+
+

The hardest part of climbing the ladder of success is getting through +the crowd at the bottom.

+ +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Working...
+ + + + + +
+ + + + + + + + + \ No newline at end of file -- 2.27.0