August 19, 2022 at 7:39:44 PM UTC
VERIFY
Websites
Websites
Runtime: 614ms
Share on Facebook or Twitter
On August 19, 2022 at 7:39:44 PM UTC, https://slashdot.org/ was accessible when tested on AS41872 in Switzerland.

Failures

HTTP Experiment
null
DNS Experiment
null
Control
null

DNS Queries

Resolver:
172.253.12.1
Query:
IN A slashdot.org
Engine:
system
Name
Class
TTL
Type
DATA
Answer IP Info
@
IN
A
104.18.29.86
AS13335 (Cloudflare, Inc.)
@
IN
A
104.18.28.86
AS13335 (Cloudflare, Inc.)

TCP Connections

104.18.28.86:443: succeeded
104.18.29.86:443: succeeded

HTTP Requests

URL
GET https://slashdot.org/
Response Headers
Alt-Svc:
h3=":443"; ma=86400, h3-29=":443"; ma=86400
Cache-Control:
no-cache
Cf-Cache-Status:
DYNAMIC
Cf-Ray:
73d55b5eea27cc5a-ZRH
Content-Security-Policy:
frame-ancestors 'self'; upgrade-insecure-requests
Content-Type:
text/html; charset=utf-8
Date:
Fri, 19 Aug 2022 19:39:44 GMT
Expect-Ct:
max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"
Pragma:
no-cache
Server:
cloudflare
Slash_log_data:
shtml
Strict-Transport-Security:
max-age=31536000
X-Frame-Options:
SAMEORIGIN
X-Xrds-Location:
https://slashdot.org/slashdot.xrds
Response Body
<!-- html-header type=current begin -->
	
	<!DOCTYPE html>
	
	
	<html lang="en">
	<head>
	<!-- Render IE9 -->
	<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">

	

	<script id="before-content" type="text/javascript">
(function () {
    if (typeof window.sdmedia !== 'object') {
         window.sdmedia = {};
    }
    if (typeof window.sdmedia.site !== 'object') {
        window.sdmedia.site = {};
    }

    var site = window.sdmedia.site;
    site.rootdir = "//slashdot.org";
}());

var pageload = {
	pagemark: '961810978342341305',
	before_content: (new Date).getTime()
};
function pageload_done( $, console, maybe ){
	pageload.after_readycode	= (new Date).getTime();
	pageload.content_ready_time	= pageload.content_ready - pageload.before_content;
	pageload.script_ready_time	= pageload.after_readycode - pageload.content_ready;
	pageload.ready_time		= pageload.after_readycode - pageload.before_content;
	// Only report 1% of cases.
	maybe || (Math.random()>0.01) || $.ajax({ data: {
		op: 'page_profile',
		pagemark: pageload.pagemark,
		dom: pageload.content_ready_time,
		js: pageload.script_ready_time
	} });
}
</script>
	<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> 
	
		<title>Slashdot: News for nerds, stuff that matters</title>
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
	  
		<meta name="description" content="Slashdot: News for nerds, stuff that matters. Timely news source for technology related news with a heavy slant towards Linux and Open Source issues.">
	    
		<meta property="og:title" content="Slashdot: News for nerds, stuff that matters">
		<meta property="og:description" content="Slashdot: News for nerds, stuff that matters. Timely news source for technology related news with a heavy slant towards Linux and Open Source issues.">
	  
	
	
		<meta property="fb:admins" content="100000696822412">
		<meta property="fb:page_id" content="267995220856">
	
		<meta name="viewport" content="width=1000, user-scalable=yes, minimum-scale=0, maximum-scale=10.0" />
		<meta name="apple-mobile-web-app-capable" content="yes">
		<meta name="apple-mobile-web-app-status-bar-style" content="black">
	
		<link rel="canonical" href="https://slashdot.org">
		
		<link rel="alternate" media="only screen and (max-width: 640px)" href="https://m.slashdot.org" >
	

		<link rel="stylesheet" type="text/css" media="screen, projection" href="//a.fsdn.com/sd/classic.ssl.css?fe9ca97274cb79dc" >
		<!--[if IE 8]><link rel="stylesheet" type="text/css" media="screen, projection" href="//a.fsdn.com/sd/ie8-classic.ssl.css?fe9ca97274cb79dc" ><![endif]-->
		<!--[if IE 7]><link rel="stylesheet" type="text/css" media="screen, projection" href="//a.fsdn.com/sd/ie7-classic.ssl.css?fe9ca97274cb79dc" ><![endif]-->
	
	
	



	
	<!--  -->

	
	

	
	<!-- SMACKS: NEW CSS -->
	<link rel="stylesheet" href="//a.fsdn.com/sd/css/app.css?fe9ca97274cb79dc">

	<script src="//a.fsdn.com/con/js/sftheme/cmp5.js"></script>
	<script src="https://slashdot.org/country.js"></script>
	<script>
		if (window.is_euro_union === 1 || (window.region == 'CA' && window.country_code2 == 'US')) {
			window.bizx.cmp.init({cmp_id: 12126}, 'consentmanager.net');
		}
	</script>
	<script src="https://a.fsdn.com/con/js/sftheme/vendor/promise.polyfill.min.js"></script>
	<link rel="stylesheet" href="//a.fsdn.com/con/css/sftheme/sandiego/cmp.css?2020-06-11" type="text/css">

	<script type='text/javascript'>
var _gaq = _gaq || [];
</script>

<script>
bizx.cmp.ifConsent('', ['all', 'google-ads'], function () {
    window.aax = window.aax || {};
    var aax = window.aax;
    aax.initTime = new Date().getTime();
    aax.pubId = "AAX56NJ24";
    aax.ver = "1.2";
    aax.hst = window.location.hostname;
    var aaxEndpoint = "https://c.aaxads.com/aax.js?pub=" + aax.pubId + "&hst=" +
    aax.hst + "&ver=" + aax.ver;
    function loadScript(endpoint) {
        var scriptTag = document.createElement("script"),
        placeTag = document.getElementsByTagName("script")[0];
        scriptTag.type = "text/javascript";
        scriptTag.async = true;
        scriptTag.src = endpoint;
        placeTag.parentNode.insertBefore(scriptTag, placeTag);
    }
    loadScript(aaxEndpoint);

    window.aax.cmd = window.aax.cmd || [];
    window.aax.cmd.push(function() {
        if (window.aax.getAbpStatus && window.aax.getAbpStatus()) {
            console.log('ABP detect is true');
        } else {
            console.log('ABP detect is false');
        }
    });
});
</script>



   
   
   

<script type="text/javascript" id="pbjs_script" data-dom="https://d3tglifpd8whs6.cloudfront.net"  src="https://d3tglifpd8whs6.cloudfront.net/js/prebid/slash-homepage/slash-homepage.min.js"></script>
<script type='text/javascript'>
    /*global performance */
    var googletag = window.googletag || {};
    googletag.cmd = googletag.cmd || [];

    	window.SD = {};
		window.SD.Ads = {};

		window.SD.Ads.slotsById = {};
		window.SD.Ads.idsByPath = {};

		window.SD.Ads.visibleTime = {};
		window.SD.Ads.Helpers = {};

		//window.SD = SD;

    bizx.cmp.ifConsent('', ['all','google-ads'], function(){
        window.bizxPrebid.Ads.initPrebid(window.bizxPrebid.adUnits);
    });
</script>

<!-- prep GPT ads -->
<script type='text/javascript'>
(function() {
	function page_type (loc) {
		/*
		only four page types:
		- Story
		- Poll
		- Homepage (/ only)
		- Other (but AdOps wants 'Homepage' again)
		*/
		var path = loc.pathname;
		var just_the_root = /^\/?$/.test(path);
		var story_or_poll = /^\/(story(?=\/)|submission(?=\/)|poll(?=\/|Booth|s\b))/i.exec(path);

		var page_type = just_the_root ? 'homepage'
			: story_or_poll ? story_or_poll[1]
				: 'other'

		// exceptions
		if (page_type.toLowerCase() === 'submission')
			page_type = 'story'; // submissions are like stories, right?
		else if (page_type.toLowerCase() === 'other')
			page_type = 'homepage'; // this one might move out of here

		return page_type;
	}

	function page_section(loc) {
		//var greek = ['alpha', 'beta', 'gamma', 'delta'].join('|');
		//var hostwise = '^([a-z]+)(?:-(?:'+greek+'))?\\.(?:slashdot\\.org|\\.xb\\.sf\\.net)$';
		var pathwise = '^/(?:(recent|popular|blog)|stories/([^/]+))';
		var rootwise = '^\/?$';

		//var hostwisely = new RegExp(hostwise,'i').exec(loc.hostname);
		var pathwisely = new RegExp(pathwise, 'i').exec(loc.pathname);
		var rootwisely = new RegExp(rootwise, 'i').exec(loc.pathname);

		var section = (rootwisely && 'homepage')
			|| (pathwisely && (pathwisely[1] || pathwisely[2]))
			|| ''
		;

		return section.replace(/[^_a-z]/ig, '');
	}

	function single_size(size) {
		return '' + size[0] + 'x' + size[1];
	}

	function sz_sz(sz) {
		var str = '';
		var sizes = [];
		if (sz[0] instanceof Array) {
			for (size in sz) {
				sizes.push(single_size(sz[size]));
			}
			return sizes.join(',');
		} else {
			return single_size(sz);
		}
	}

	function unique_tpc_array(array1, array2) {
		var j = array1.concat(array2);
		j.forEach(function (v, i, a) {
			a[i] = v.replace(/[^_a-z]/ig, '');
		});
		return j.filter(function (v, i, a) {
			return v != '' && a.indexOf(v) === i;
		});
	}

	/* LEGEND:
		- 'sz' = "size"
		- 'npt' = "no page type" in ad unit name
	*/
	var tags = {
		'728x90_A': {'sz': [[728, 90], [970, 90], [970, 250], [980, 66]]},
		'728x90_B': {'sz': [728, 90]},
		'728x90_C': {'sz': [728, 90], 'skip': {'homepage': 1}},
		'HubIcon_200x90_A': {'sz': [[200, 90], [220, 90]]},
		'PowerSwitch_980x66_A': {'sz': [980, 66], 'skip': {'homepage': 1}},
		'PollPeel': {'sz': [200, 90], 'skip': {'homepage': 1}},
		//'VideoWidget_300x250': { 'sz': [300, 250], 'npt': 1 },
		'300x250_A': {'sz': [[300, 250], [300, 600], [300, 1050]]},
		'300x250_B': {'sz': [[300, 250], [300, 600]]},
		'300x250_C': {'sz': [[300, 250], [300, 600]]},
		'300x250_D': {'sz': [[300, 250], [300, 600]]},
		'Pulse_300x600_A': {'sz': [300, 600]},
		//'Polls_Detail_300x250_A': { 'sz': [[300, 250], [300, 600]], 'npt': 1 },
		//'Poll_300x250_A': { 'sz': [[300, 250], [300, 600]], 'npt': 1 },
		//'SD_Story_1x1': { 'sz': [1, 1] },
		'1x1': {'sz': [1, 1]}
	};

	//var network_path = '/41014381/Slashdot/';
	var network_path = '/41014381/Slashdot/';
	var tag_name_prefix = 'SD';
	var tag_name_linkage = '_';
	var tag_name_pagetype = page_type(location);
	var tag_topic = page_section(location);
	if (tag_name_pagetype == 'poll') {
		tag_name_pagetype = 'Poll';
	}
	var before_tag_pagetyped = network_path
		+ tag_name_prefix
		+ tag_name_linkage
		+ tag_name_pagetype
		+ tag_name_linkage
	;
	var before_tag_pagetypeless = network_path
		+ tag_name_prefix
		+ tag_name_linkage
		/* + tag_name_pagetype */
		/* + tag_name_linkage */
	;

		//can be safely called
		googletag.cmd.push(function () {

			function remove_sticky_top() {
				setTimeout(function () {
					$('#div-gpt-ad-728x90_a').parent('div').addClass('adwrap-viewed-banner');
					$('#div-gpt-ad-728x90_a').addClass('viewableImpression');
				}, 1000);
			}

			function remove_sticky_railad() {
				setTimeout(function () {
					$('#slashboxes .adwrap-unviewed').addClass('adwrap-viewed-railad');
					$('.railad').addClass('viewableImpression');
				}, 1000);
			}

			function viewable_imp(slot) {
				for (var i in slot) {
					remove_sticky_top();
					remove_sticky_railad();
					if (typeof slot[i] !== 'string') continue;
					switch (slot[i]) {
						//case "/41014381/Slashdot/SD_homepage_728x90_A":
						//case "/41014381/Slashdot/SD_story_728x90_A":
						//case "/41014381/Slashdot/SD_Poll_728x90_A":
						//case "/41014381/Slashdot/SD_homepage_728x90_Ref_A":
						//case "/41014381/Slashdot/SD_story_728x90_Ref_A":
						//case "/41014381/Slashdot/SD_Poll_728x90_Ref_A":
						//remove_sticky_top();
						//break;
						//case "/41014381/Slashdot/SD_homepage_300x250_A":
						//case "/41014381/Slashdot/SD_story_300x250_A":
						//case "/41014381/Slashdot/SD_Poll_300x250_A":
						//case "/41014381/Slashdot/SD_homepage_300x250_Ref_A":
						//case "/41014381/Slashdot/SD_story_300x250_Ref_A":
						//case "/41014381/Slashdot/SD_Poll_300x250_Ref_A":
						//remove_sticky_railad();
						//break;
					}
					//if(slot[i] === "/41014381/Slashdot/SD_homepage_728x90_A") remove_sticky_top();
					//if(slot[i] === "/41014381/Slashdot/SD_homepage_300x250_A") remove_sticky_railad();
				}
			}

			function define_me_a_slot(tag) {
				if (tags[tag].skip && tags[tag].skip[tag_name_pagetype])
					return;
				var sandbox_regex = /\.xb\.sf\.net$/i;
				var full_name = tags[tag].npt  // "no page type"
					? before_tag_pagetypeless + tag
					: before_tag_pagetyped + tag
				;
				var div_id = 'div-gpt-ad-' + tag.toLowerCase();
				// extend jQuery and get URL query params
				jQuery.extend({
					getQueryParameters: function (str) {
						return (str || document.location.search).replace(/(^\?)/, '').split("&").map(function (n) {
							return n = n.split("="), this[n[0]] = n[1], this
						}.bind({}))[0];
					}
				});

				var queryParams = $.getQueryParameters();

				if (queryParams.source === 'autorefresh') {
					full_name = full_name.replace(/(\d+x\d+)/, '$1_Ref');
					//console.log('TAG NAME: ', full_name);
				}

				var slot = googletag.defineSlot(
					full_name,
					tags[tag].sz,
					div_id
				);

				service = slot.addService(googletag.pubads());

				window.SD.Ads.slotsById[div_id] = slot;
				window.SD.Ads.idsByPath[full_name] = div_id;

				service.setTargeting('sz', tags[tag].sz);

				
				var frontend_tpc = tag_topic.split(",");
				var backend_tpc = [  ];

				var tpc_final = unique_tpc_array(frontend_tpc, backend_tpc);
				service.setTargeting('tpc', tpc_final);
				if (location.hostname.match(sandbox_regex)) {
					service.setTargeting('test', 'adops');
				}

			}

		for (tag in tags) {
			define_me_a_slot(tag, false);
		}


			googletag.pubads().addEventListener('slotVisibilityChanged', window.SD.Ads.visibilityChangedTracker);


		googletag.pubads().addEventListener('impressionViewable', function(event) {
			viewable_imp(event.slot);
		    });

                googletag.pubads().setTargeting('requestSource', 'GPT');
		googletag.pubads().enableAsyncRendering();
		

		googletag.pubads().collapseEmptyDivs();
		window.bizxPrebid.SAFEFRAMES = true;
		window.SD.Ads.setupAdRefresh();
		bizxPrebid.Ads.pushToGoogle();
		googletag.enableServices();
	});
})();


/* Ad-Refresh code */
window.SD.Ads.visibilityChangedTracker = function(event) {
	var id = event.slot.getSlotElementId();
	if (!window.SD.Ads.visibleTime.hasOwnProperty(id)) {
		window.SD.Ads.visibleTime[id] = {
			visible: false,
			prevVisibleTotal: 0,
			wasVisibleBeforePageBgd: false,
			reloadCount: 0
		};
	}
	var timeinfo = window.SD.Ads.visibleTime[id];
	if (event.inViewPercentage >= 50 && !document.hidden) {
		if (!timeinfo.visible) {
			timeinfo.visible = performance.now();
		}
	} else {
		if (timeinfo.visible) {
			timeinfo.prevVisibleTotal += performance.now() - timeinfo.visible;
			timeinfo.visible = false;
		}
	}
};

window.SD.Ads.setupAdRefresh = function() {
	document.addEventListener('visibilitychange', function () {
		for (var id in window.SD.Ads.visibleTime) {
			if (window.SD.Ads.visibleTime.hasOwnProperty(id)) {
				var timeinfo = window.SD.Ads.visibleTime[id];
				if (document.hidden) {
					timeinfo.wasVisibleBeforePageBgd = !!timeinfo.visible;
					if (timeinfo.visible) {
						timeinfo.prevVisibleTotal += performance.now() - timeinfo.visible;
						timeinfo.visible = false;
					}
				} else if (!document.hidden && timeinfo.wasVisibleBeforePageBgd) {
					timeinfo.visible = performance.now();
				}
			}
		}
	}, false);

	// after 30 sec, start checking every second for reload
	var LIMIT_MS = 30000;
	setTimeout(function () {
		//
		setInterval(function () {
			if (document.hidden) {
				return;
			}
			for (var id in window.SD.Ads.visibleTime) {
				if (window.SD.Ads.visibleTime.hasOwnProperty(id)) {
					var timeinfo = window.SD.Ads.visibleTime[id];
					if (timeinfo.visible &&
						timeinfo.prevVisibleTotal + (performance.now() - timeinfo.visible) >= LIMIT_MS &&
						timeinfo.reloadCount < 50
					) {
						timeinfo.reloadCount++;
						timeinfo.visible = false;
						timeinfo.prevVisibleTotal = 0;
						window.SD.Ads.Helpers.refreshBids([id]);
					}
				}
			}
		}, 1000);
	}, LIMIT_MS);
};

window.SD.Ads.Helpers.refreshBids = function (reloadIds) {
		console.log('AD REFRESH: refreshBids', reloadIds);
		pbjs.que.push(function () {
			for (var i = reloadIds.length-1; i >= 0; i--) {
				var id = reloadIds[i];
				// clear out winner status from earlier auctions
				if (bizxPrebid.Ads.prebidWinners[id]) {
					delete bizxPrebid.Ads.prebidWinners[id];
				}
				// if has complement (hubicon), remove it since they are just house ads and can cause funky layouts if this leaderboard is refreshed to a different size
				var path = window.SD.Ads.slotsById[id].getAdUnitPath();
				/*var complement = gptadComplements[path];
				if (complement) {
					var complement_shortname = complement[0];
					var complement_path = "/41014381/SD/" + complement_shortname;
					var slot = window.SD.Ads.slotsById[window.SD.Ads.idsByPath[complement_path]];
					if (slot) {
						googletag.destroySlots([slot]);
						var $wrappedAd = $(window.SD.Ads.Helpers.getContainerIDFromPath(complement_path));
						$wrappedAd.remove();
						delete gptadComplements[path];
					}
				}*/

			}

			pbjs.requestBids({
				timeout: window.bizxPrebid.PREBID_TIMEOUT,
				adUnitCodes: reloadIds,
				bidsBackHandler: function () {
					var reloadSlots = reloadIds.map(function(id) { return window.SD.Ads.slotsById[id]; });

					// clear out previous sizing attrs, as they may change after refresh
/*
					for (var i = 0; i < reloadSlots.length; i++) {
						var $wrappedAd = $(window.SD.Ads.Helpers.getContainerIDFromPath(reloadSlots[i].getAdUnitPath()));
						var classes = $wrappedAd.attr('class').split(' ');
						for (var j = 0; j < classes.length; j++) {
							if (classes[j].indexOf('sz_') >= 0) {
								$wrappedAd.removeClass(classes[j]);
							}
						}
					}
*/
					pbjs.setTargetingForGPTAsync(reloadIds);
					googletag.pubads().refresh(reloadSlots);
				}
			});
		});
	}
</script>

<!-- CrossPixel -->
<script type="text/javascript">
if (window.is_euro_union === 0) {
    bizx.cmp.ifConsent('', ['all'], function(){
        try{(function(){ var cb = new Date().getTime(); var s = document.createElement("script"); s.defer = true; s.src = "//tag.crsspxl.com/s1.js?d=2397&cb="+cb; var s0 = document.getElementsByTagName('script')[0]; s0.parentNode.insertBefore(s, s0); })();}catch(e){}
    });
}
</script>




<!-- AdBlock Check -->
<script>
var isAdBlockActive = true;
</script>
<script async src="//a.fsdn.com/sd/js/scripts/ad.js?fe9ca97274cb79dc"></script>
</head>

<body class="anon index2 ">

	
	<script src="//a.fsdn.com/sd/all-minified.js?fe9ca97274cb79dc" type="text/javascript"></script>
	
	
	<script type="text/javascript">
(function(){
var regexp=/\s*(?:\d+|many)\s+more\s*/i;

	
	var auto_more_count = 1;

	function auto_more(){
		var $more_link = $('#more-experiment a');
		$more_link.each(function(){
			var $lastitem = $('#firehoselist>article.fhitem:visible:last');
			if ( Bounds.intersect(window, $lastitem) ) {
			
			
				!--auto_more_count && (auto_more=undefined);
				// don't allow a call till the next paginate gets built and |more_possible|
				$(document).unbind('scroll', call_auto_more);
			}
		});
	};

	function call_auto_more(){ auto_more && auto_more(); }
	

$('#more-experiment a').
	live('more-possible', function( event ){
		var $more_link=$(this);
		if ( regexp.test($more_link.text()) ) {
		
			$(document).bind('scroll', call_auto_more);
		} else {
			$(document).unbind('scroll', call_auto_more);
		
		}
	});
})();
</script>
	<!--[if lt IE 9]><script src="//a.fsdn.com/sd/html5.js"></script><![endif]-->
	
	
	<!-- index2_variant |A|-->
	
	<!-- TABOOLA -->
	<script type="text/javascript">
	if (window.is_euro_union === 0) {
	  window._taboola = window._taboola || [];
	  _taboola.push({home:'auto'});
	  !function (e, f, u) {
		e.async = 1;
		e.src = u;
		f.parentNode.insertBefore(e, f);
	  }(document.createElement('script'),
	  document.getElementsByTagName('script')[0],
	  '//cdn.taboola.com/libtrc/slashdot/loader.js');
	}
	</script>
	
		<script>
	if (window.is_euro_union === 0) {
	(function (s,o,n,a,r,i,z,e) {s['StackSonarObject']=r;s[r]=s[r]||function(){
	 (s[r].q=s[r].q||[]).push(arguments)},s[r].l=1*new Date();i=o.createElement(n),
	 z=o.getElementsByTagName(n)[0];i.async=1;i.src=a;z.parentNode.insertBefore(i,z)
	 })(window,document,'script','https://www.stack-sonar.com/ping.js','stackSonar');
	 stackSonar('stack-connect', '66');
	}
	</script>
	
	<!-- html-header type=current end --><!-- header type=current begin -->
	
	
	
	<link rel="top"       title="News for nerds, stuff that matters" href="//slashdot.org/" >
<link rel="search"    title="Search Slashdot" href="//slashdot.org/search.pl">
<link rel="alternate" title="Slashdot RSS" href="http://rss.slashdot.org/Slashdot/slashdotMain" type="application/rss+xml">
	<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">

	
		<div id="top_parent"></div>
		<a name="topothepage"></a>
		
		<div class="container">
			<div class="nav-wrap">
				<nav class="nav-primary" role="navigation" aria-label="Global Navigation">
					<h1 class="logo">
	<a href="//slashdot.org"><span>Slashdot</span></a>
</h1>

<ul class="nav-site">
	<li><a href="//slashdot.org"><i class="icon-book" title="Stories"></i><span>Stories</span></a></li>
	<li>
		<ul class="filter-firehose">
			<li class="nav-label">Firehose <i class="icon-angle-right"></i></li>
			<li><a href="//slashdot.org/recent">All</a></li>
			<li><a href="//slashdot.org/popular">Popular</a></li>
		</ul>
	</li>
	<li><a href="//slashdot.org/polls"><i class="icon-chart-bar" title="Polls"></i><span>Polls</span></a></li>

	<!--
	<li><a href="//ask.slashdot.org"><i class="icon-question-circle"></i><span>Ask</span></a></li>
	
	<li><a href="//events.slashdot.org"><i class="icon-calendar"></i><span>Events</span></a></li>
	-->
	<li><a href="https://slashdot.org/software/"><i class="sd-mini"></i> <span>Software</span></a></li>
        <li><a href="https://www.slashdotstore.com" rel="nofollow"><span>Apparel</span></a></li>
</ul>
<a href="//slashdot.org/submission" class="btn btn-success">Submit</a>
				</nav>
				<nav class="nav-user" role="navigation" aria-label="user access and account controls">
					<form id="search" class="form-inline nav-search-form" method="get" action="//slashdot.org/index2.pl">
<!-- //slashdot.org/index2.pl" -->
	<div class="form-group">
		<label class="sr-only" for="sitesearch">Search Slashdot</label>
		<div class="input-group">
			<input type="text" id="" class="" name="fhfilter" value="" placeholder="Search">
		</div>
	</div>
	<button type="submit" class="btn icon-search"></button>
</form>
<ul class="user-access">
	
		
			<li >
				<a href="//slashdot.org/my/login"  onclick="show_login_box(); return false;"><i class="icon-login"></i><span> Login</span></a>
				
			</li>
		
	
		
			<li class="nav-label">or</li>
		
	
		
			<li >
				<a href="//slashdot.org/my/newuser"  ><i class="icon-user-add"></i><span> Sign up</span></a>
				
			</li>
		
	
</ul>
				</nav>
			</div>
			<div class="nav-secondary-wrap">
				<nav class="nav-secondary" role="secondary-navigation">
	<ul>
		<li class="nav-label">Topics: </li>
		<li><a href="//devices.slashdot.org">Devices</a></li>
		<li><a href="//build.slashdot.org">Build</a></li>
		<li><a href="//entertainment.slashdot.org">Entertainment</a></li>
		<li><a href="//technology.slashdot.org">Technology</a></li>
		<li><a href="//slashdot.org/?fhfilter=opensource">Open Source</a></li>
		<li><a href="//science.slashdot.org">Science</a></li>
		<li><a href="//yro.slashdot.org">YRO</a></li>
		<!-- <li><a href="//slashdot.org/topics.pl">more...</a></li> -->
	</ul>
</nav>
<nav class="nav-social" role="social navigation">
	<ul>
		<li class="nav-label">Follow us:</li>
		<li><a href="http://rss.slashdot.org/Slashdot/slashdotMain" target="_blank" rel="nofollow"><i class="icon-rss-squared"></i><span class="sr-only">RSS</span></a></li>
		<li><a href="http://www.facebook.com/slashdot" target="_blank" rel="nofollow"><i class="icon-facebook-squared"></i><span class="sr-only">Facebook</span></a></li>
		<li><a href="https://www.linkedin.com/company/slashdot" target="_blank" rel="nofollow"><i class="icon-linkedin-squared"></i><span class="sr-only">Google+</span></a></li>
		<li><a href="http://twitter.com/slashdot" target="_blank" rel="nofollow"><i class="icon-twitter-squared"></i><span class="sr-only">Twitter</span></a></li>
		<li><a href="https://www.youtube.com/channel/UCsW36751Gy-EAbHQwe9WBNw" target="_blank" rel="nofollow"><i class="icon-youtube-squared">
                    <!-- width="1792" height="1792" -->
                    <svg viewBox="0 260 1792 1260" xmlns="http://www.w3.org/2000/svg"><path d="M711 1128l484-250-484-253v503zm185-862q168 0 324.5 4.5t229.5 9.5l73 4q1 0 17 1.5t23 3 23.5 4.5 28.5 8 28 13 31 19.5 29 26.5q6 6 15.5 18.5t29 58.5 26.5 101q8 64 12.5 136.5t5.5 113.5v176q1 145-18 290-7 55-25 99.5t-32 61.5l-14 17q-14 15-29 26.5t-31 19-28 12.5-28.5 8-24 4.5-23 3-16.5 1.5q-251 19-627 19-207-2-359.5-6.5t-200.5-7.5l-49-4-36-4q-36-5-54.5-10t-51-21-56.5-41q-6-6-15.5-18.5t-29-58.5-26.5-101q-8-64-12.5-136.5t-5.5-113.5v-176q-1-145 18-290 7-55 25-99.5t32-61.5l14-17q14-15 29-26.5t31-19.5 28-13 28.5-8 23.5-4.5 23-3 17-1.5q251-18 627-18z"/></svg>
                </i><span class="sr-only">Youtube</span></a></li>
		<li><a href="//slashdot.org/newsletter" target="_blank" rel="nofollow"><i class="icon-mail-squared"></i><span class="sr-only">Newsletter</span></a></li>
	</ul>
</nav>
			</div>
		</div>

		<section>
		
			<div class="message-bar" id="firehose-message-tray">
				<span class="icon-quote-left"></span>
				<p>
					
						
						Become a fan of Slashdot on <a href="http://www.facebook.com/pages/Slashdotorg/267995220856">Facebook</a>
					
				</p>
			</div>
		
		
			<div id='embbeded_login_modal' class="hide">
<form action="https://slashdot.org/my/login" method="post" onsubmit="if (global_returnto) { this.returnto.value = global_returnto }" class="embedded"><fieldset style="-webkit-border-radius:10px 10px 0 0;border-radius:10px 10px 0 0;-moz-border-radius:10px 10px 0 0">
<div style='height:25px;'>&nbsp;</div>
    <input type="hidden" name="returnto" value="">
    <input type="hidden" name="op" value="userlogin">
    <p>
        <label class="fleft" for="unickname">Nickname:</label>
        <input type="text" name="unickname" value="">
    </p>
    <p>
        <label class="fleft" for="upasswd">Password:</label>
        <input type="password" name="upasswd">
    </p>
    <label class="checkbox"><input type="checkbox" name="login_temp" value="yes"> Public Terminal</label>
    <br>
    <hr>
    <input type="submit" name="userlogin" value="Log In" class="fno"> <a href="//slashdot.org/my/mailpassword" class="btn link" onclick="getModalPrefs('sendPasswdModal', 'Retrieve Password', 1); return false;">Forgot your password?</a>
</fieldset></form>

<div class="actions">
 <a class="ico close" onclick="hide_login_slider();" href=""><span>Close</span></a>
</div>
</div>
		
		
			<div class="banner-wrapper">
				<div class="adwrap adwrap-unviewed banner-contain">
					
					<div id='div-gpt-ad-728x90_a'><script type='text/javascript'>
googletag.cmd.push(function(){
googletag.display('div-gpt-ad-728x90_a');});</script></div>
					<div id='div-gpt-ad-hubicon_200x90_a'><script type='text/javascript'>
googletag.cmd.push(function(){
googletag.display('div-gpt-ad-hubicon_200x90_a');});</script></div>
				</div>
			</div>
		
		<a name="main-articles"></a>
	
	<!-- header type=current end --><!--body begin -->








	<style type="text/css">
menu, menu * {
	text-decoration:none;
}

menu[type=context] {
	display:none;
	position:absolute;
	z-index:10000;
}

menu[type=context]:not(.brief) {
	background-color:#dfdfdf;
	margin:0;
	padding:2px 0.5em;
	border-style:solid;
	border-width:1px;
	border-color:#eeeeee #aaaaaa #aaaaaa #eeeeee;
	-moz-border-radius-topright:.7em;
	-webkit-border-top-right-radius: 0.7em 0.7em;
}

menu.full[type=context] > a.slash-hover:first-child {
	-moz-border-radius-topright:.6em;
	-webkit-border-top-right-radius: 0.6em 0.6em;
}



menu.brief[type=context] > a {
	-moz-border-radius:.6em;
	-webkit-border-radius: 0.6em;
	color:#ffffff;
	background-color:#000000;
}

/*
span.briefmenu a.tag:not(.datatype) {
    padding-left:.5em;
}
*/




/* #tag-menu a, #feedback-menu a  { */
menu.tag-menu-admin a {
	display:list-item;
	list-style:none;
	text-align:left;
	font-weight:bold;
	color:black;
	padding:0.1em 0.5em;
	margin:-0.1em -0.5em;
	cursor:pointer;
}


.tags .edit-bar { position:relative; }
article aside .share .addthis_toolbox { display:block; width:60px; float:left; }
article aside.view_mode .share { min-width:120px; padding-top:.5em; }
#firehose.list article header h2 {padding-left: 20px; !important}
.novote .vote { display:none; }

.vote > a, .votedup > a, .voteddown > a {
	display:inline-block;
	height:22px;
	width:22px;
	margin: 2px 10px 0 0;
	color:rgb(255,255,255);
	text-decoration:none;
	line-height:22px;
	text-align:center;
	font-weight:bold;
	font-size:14px;
	border-width:1px;
	border-style:solid;
	border-color:rgba(0,0,0,0.5);
}

.vote > a, .votedup > a, .voteddown > a {color:rgb(0,0,0);}

article.fhitem-submission h2 .vote > a, article.fhitem-submission h2 .votedup > a, article.fhitem-submission h2 .voteddown > a { border-color:rgba(0,0,0,0.15); }
.vote .up, .vote .down, .votedup .up, .votedup .down, .voteddown .up, .voteddown .down { border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; /* text-shadow:0 0 2px #000000; }*/}
article:not(.fhitem-story) .vote .up,article:not(.fhitem-story) .vote .down,article:not(.fhitem-story) .votedup .up,article:not(.fhitem-story) .votedup .down,article:not(.fhitem-story) .voteddown .up,article:not(.fhitem-story) .voteddown .down { /*text-shadow:none !important; */}
.voteddown .down, .votedup .up { margin-right: 10px; text-indent:2px; line-height:24px; }
article:not(.fhitem-story) .votedup .up,article:not(.fhitem-story) .voteddown .down {background: rgb(174,174,174);background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(174,174,174)), to(rgb(193,193,193)));background-image: -moz-linear-gradient(100% 100% 90deg,rgb(193,193,193), rgb(174,174,174) 100%);color:rgb(0,0,0);}
article.fhitem-story .votedup .up,article.fhitem-story .voteddown .down {background: rgb(0,66,66);background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(0,53,53)), to(rgb(0,102,102)));background-image: -moz-linear-gradient(100% 100% 90deg,rgb(0,102,102), rgb(0,53,53) 100%);}




#tag-menu span.var-tag {
font-weight:normal;
color:#444444;
}

menu.reasons-menu a {
padding:0 .25em 0 .25em;
font-size:80%;
-moz-border-radius:.5em;
-webkit-border-radius:.5em;
cursor:pointer;
}

menu.reasons-menu a:hover {
background:rgb(153,153,153);
background:-moz-linear-gradient(100% 100% 90deg, rgb(102,102,102), rgb(153,153,153) 70%) repeat scroll 0 0 rgb(102,102,102);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(153,153,153)), to(rgb(102,102,102)));
color:#fff;
text-decoration:none;
font-weignt:normal;
}

article.fhitem-story menu.reasons-menu a:hover {
background:#002323 !important;
background:-moz-linear-gradient(100% 100% 90deg, #002323, #005353 70%) repeat scroll 0 0 #002323 !important;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#005353), to(#002323)) !important;
}


menu.reasons-menu {
	display:none;
	margin:0;
	padding:0;
}

div.fhitem h3 menu.reasons-menu {
margin:0.25em 0 0;
}

div.fhitem h3 menu.reasons-menu a.tag {
font-size:.8em;
}

#tag-menu a.slash-hover,
#feedback-menu a.slash-hover,

.tag-display span.tag:hover,
.tag-display span.tag.trigger {
	color:white;
	background-color:rgb(0, 85, 85);
}

#tag-menu a.slash-hover span.var-tag {
	color:#eee;
}

.tag-entry.default {
        color:#ccc;
}

.brief .nix {
	margin-top:-1.35em;
	margin-left:0px;
	margin-top:-1.15em;
	text-decoration:none;
	line-height:1.35em;
	padding:0 2px;
	-moz-border-radius:.6em 0 0 .6em;
	-webkit-border-radius:.6em 0 0 .6em;
	-o-border-radius:.6em 0 0 .6em;
	border-radius:.6em 0 0 .6em;
    color:#fff !important;
    background:transparent !important;
}

.brief .nix:hover {
    background:rgb(153,153,153) !important;
    background:-moz-linear-gradient(100% 100% 90deg, rgb(102,102,102), rgb(153,153,153) 70%) repeat scroll 0 0 rgb(102,102,102) !important;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(153,153,153)), to(rgb(102,102,102))) !important;
}

</style>

<menu id="nix-reasons" style="display:none">
	<a class="tag">binspam</a><a class="tag">dupe</a><a class="tag">notthebest</a><a class="tag">offtopic</a><a class="tag">slownewsday</a><a class="tag">stale</a><a class="tag">stupid</a>
</menu>
<menu id="nod-reasons" style="display:none">
	<a class="tag">fresh</a><a class="tag">funny</a><a class="tag">insightful</a><a class="tag">interesting</a><a class="tag">maybe</a>
</menu>
<menu id="comment-nix-reasons" style="display:none">
	<a class="tag">offtopic</a><a class="tag">flamebait</a><a class="tag">troll</a><a class="tag">redundant</a><a class="tag">overrated</a>
</menu>
<menu id="comment-nod-reasons" style="display:none">
	<a class="tag">insightful</a><a class="tag">interesting</a><a class="tag">informative</a><a class="tag">funny</a><a class="tag">underrated</a>
</menu>

<menu id="tag-nod-reasons" style="display:none">
	<a class="tag">descriptive</a>
</menu>
<menu id="feedback-menu" class="tag-menu-admin" type="context">
	<a class="tag">typo</a><a class="tag">dupe</a><a class="tag">error</a>
</menu>
<menu id="tag-menu" class="tag-menu-admin none" type="context">

<!--	<a data-op="!" class="nix">!<span class="var-tag hide"></span></a>-->

</menu>

<script type="text/javascript">
$(function(){
var $CURRENT_MENU, $TAG_MENU=$('#tag-menu'), NOTNOT=/^!!/, IE7=/^7\.0/, TAG_PREFIX=/^\/tag\//;

function get_tag_name( $tag ){
	return ($tag.attr('href') || '').replace(TAG_PREFIX, '') || $tag.text().toLowerCase();
}

function trigger_menu( e, selector, $menu, menu_content ){
	var $target=$(original_target(e, selector)), in_use=$target.is('.trigger');
	if ( $CURRENT_MENU ) {
		$CURRENT_MENU.menu('cancel', e);
		$CURRENT_MENU = null;
	}

	if ( !in_use ) {
		menu_content && $menu.stop(true, true).hide().html(menu_content);
		($CURRENT_MENU=$menu).menu('context', e);
	}
	return !in_use;
}

function open_menu( trigger, $menu ){
	var $trigger=$(trigger), $fhitem=$trigger.closest('.fhitem');
	$fhitem.length && user_intent('interest', $fhitem[0]);

	$menu.appendTo(document.body).css({ opacity:0 }).show();

	var 	right	= $fhitem.offset().left + $fhitem.width(),
		global	= $trigger.offset(),
		local	= $menu.offsetParent().offset();

	// Ugly IE position hack required:
	$.browser.msie && IE7.test($.browser.version) && (local.top = 0);

	// pin the menu (horizontally) on-screen
	global.left = Math.min(global.left, right-$menu.width());

	$trigger.addClass('trigger');
	$menu.css({
		position:	'absolute',
		top:		global.top - local.top + $trigger.height(),
		left:		global.left - local.left,
		opacity:	1
	});
}

function close_menu( trigger, $menu ){
	$menu.hide();
	$(trigger).removeClass('trigger');
	($CURRENT_MENU===$menu) && ($CURRENT_MENU=false);
}

/* T2 tag context-menu */
var $TAG_MENU=$('#tag-menu'), NOTNOT=/^!!/;


    var user_is_admin = 0;



$('a[rel=tag]').live('mousedown',function(ea){
    window.open(this.href);
    return false;
})

$('.tag-bar .disagree').live('mousedown',function(ee){
	var fhitem = $(original_target(ee)).closest('.fhitem')[0],
		command = ('!' + $(original_target(ee)).attr("data-tag")).replace(NOTNOT, '');
    try { Tags.submit(fhitem, command); } catch ( err ) {  }
    return false;
})



$('a[rel=tag]').
	live('mousedown', function( e ){
        
            return true;
        

	}).
	live('click', function( e ){
		if ( !logged_in ) {
			var	target	= original_target(e),
				tag	= $(target).text();
			addfhfilter(tag);
		}
		e.preventDefault();
		return false;
	});

$TAG_MENU.menu({
	cssNamespace: 'slash',
	liveTriggers: true,
	clickDuration: 300,

	start: function( e, ui ){
		var	$tag	= $(ui.trigger),
			tag	= get_tag_name($tag),
			context	= firehose_settings && firehose_settings.viewtitle;

		// Insert the tagname into the menu items where needed.
		$TAG_MENU.find('span.var-tag').text(tag);
		$TAG_MENU.find('a.nix').attr('title','not ' + tag);


			// non-admins may only delete their own tags
		$TAG_MENU.find('a:[data-op="-"]').toggle($tag.is('.my'));
	

		// *tagname* in *viewtitle*
		$TAG_MENU.find('a:[data-op="="]').toggle(!!context);
		context && $TAG_MENU.find('span.var-view').text(context);

		open_menu($tag, $TAG_MENU);
	},

	select: function( e, ui ){
		var	$tag	= $(ui.trigger),
			tag	= get_tag_name($tag),
			op	= $(ui.select).attr('data-op'),
			fhitem,
			command;

		// Global for positioning other things.
		$related_trigger = $tag;

		switch ( op ) {
			case '=':
				addfhfilter(tag);
				break;

			default:
				fhitem = $tag.closest('.fhitem')[0];
				command = (op + tag).replace(NOTNOT, '');
				try { Tags.submit(fhitem, command); } catch ( err ) {  }
				break;
		}
	},

	stop: function( e, ui ){ close_menu(ui.trigger, $TAG_MENU); }
});




/* T2 feedback context-menu */



/* T2 datatype context-menu (admin-only) */






});
</script>
	



<div class="container">
	<div class="main-wrap  has-rail-right">
		<div class="main-content">
			<div id="firehose" class="nothumbs ">
				<!-- WIT -->
				<a name="articles"></a>


				
					
				


				<div id="firehoselist" class="fhroot row ">
					<div id="announcement">
  <div id="announcementText" style="display: none;"> </strong>Do you develop on GitHub? You can keep using GitHub but automatically <a href="https://sourceforge.net/p/forge/documentation/GitHub%20Importer/" rel="nofollow"><strong>sync your GitHub releases to SourceForge</a></strong> quickly and easily with <strong><a href="https://sourceforge.net/p/import_project/github/" rel="nofollow">this tool</a></strong> so your projects have a backup location, and get your project in front of SourceForge's nearly 30 million monthly users. It takes less than a minute. Get new users downloading your project releases today!</span></div>
  <a href="" class="btn-close" title="don't show me this again" onclick="closeAnnouncement(); return false;">&times;</a>
</div>


<script type="text/javascript">

if (!$.cookie('hide_sitenotice_36')) {
	$('#announcement').fadeIn(300);
}

function closeAnnouncement() {
	$('#announcement').fadeOut(300);
	$.cookie('hide_sitenotice_36', 'true', { path: '/', domain: 'slashdot.org', expires: 1 });
}
</script>
					<article id="firehose-165417545" data-fhid="165417545" data-fhtype="story" class="fhitem fhitem-story article usermode thumbs grid_24">
		<span class="sd-info-block" style="display: none">
			<span class="sd-key-firehose-id">165417545</span>
			<span class="type">story</span>
			
		</span>







	
	

<header>
	
		<span class="topic" id="topic-165417545">
			<a href="//slashdot.org/index2.pl?fhfilter=usa" onclick="return addfhfilter('usa');">
			
				<img src="//a.fsdn.com/sd/topics/usa_64.png" width="64" height="64" alt="United States" title="United States">
			
		</a>
		</span>
	

	<h2 class="story">
		

		

		
		

		

		

		

		<span id="title-165417545" class="story-title"> <a onclick="return toggle_fh_body_wrap_return(this);"  href="//news.slashdot.org/story/22/08/19/1919256/fdic-orders-crypto-exchange-ftx-us-4-others-to-cease-misleading-claims">FDIC Orders Crypto Exchange FTX US, 4 Others to Cease 'Misleading' Claims</a> <span class=" no extlnk"><a class="story-sourcelnk" href="https://www.coindesk.com/policy/2022/08/19/fdic-orders-ftx-us-4-other-companies-to-cease-and-desist-misleading-consumers/"  title="External link - https://www.coindesk.com/policy/2022/08/19/fdic-orders-ftx-us-4-other-companies-to-cease-and-desist-misleading-consumers/" target="_blank"> (coindesk.com) </a></span></span>

		
		
		<!--<span class="comments commentcnt-165417545" style="display:none">0</span>-->
		

		
		<!-- comment bubble -->
		
	</h2>
	<div class="details" id="details-165417545">
		<span class="story-details">
		<span class="story-views">
			<span class="sodify" onclick="firehose_set_options('color', 'red')" title="Filter Firehose to entries rated red or better"></span><span class="icon-beaker pop1 " alt="Popularity" title="Filter Firehose to entries rated red or better" onclick="firehose_set_options('color', 'red')"><span></span></span> 
		</span>
		</span>
		<span class="story-byline">
	
				
			Posted
				by 
		
		
			
				  msmash
			
		
		

		
		
		<time id="fhtime-165417545" datetime="on Friday August 19, 2022 @03:20PM">on Friday August 19, 2022 @03:20PM</time>
		
		
			 from the <span class="dept-text">tussle-continues</span> dept.
		
		</span>
	</div>
</header>

<div class="body" id="fhbody-165417545">
	

	
		
		<div id="text-165417545" class="p">
			
		 	
				The U.S. Federal Deposit Insurance Corp. (FDIC) <a href="https://www.coindesk.com/policy/2022/08/19/fdic-orders-ftx-us-4-other-companies-to-cease-and-desist-misleading-consumers/">published five cease-and-desist orders</a> Friday, including one to crypto exchange FTX US, alleging they mislead investors by suggesting their accounts are insured through the government agency. From a report:<i> The Cryptonews.com, Cryptosec.com, SmartAsset.com and FDICCrypto.com websites were also directed to cease these alleged misrepresentations. The FDIC said these "companies made false representations" that suggested their products might be insured by the agency. The FDIC covers federally regulated bank accounts, up to $250,000 per account. The FDIC previously ordered now-bankrupt Voyager Digital to cease making claims that implied its customers' funds might have been insured by the FDIC. It later issued a broader warning to the crypto industry at large, saying FDIC protections extend to banks but not to crypto companies that have bank accounts.<br> <br>

Friday's letters said several other websites were making specific inaccurate claims about which crypto companies had FDIC insurance. "The Federal Deposit Insurance Act (FDI Act) prohibits any person from representing or implying that an uninsured product is FDIC-insured or from knowingly misrepresenting the extent and manner of deposit insurance. The FDI Act further prohibits companies from implying that their products are FDIC-insured by using 'FDIC' in the company's name, advertisements or other documents," the agency said. "The FDIC is authorized by the FDI Act to enforce this prohibition against any person."</i><br>
		 	
		</div>

		

		

		
	</div>
	<aside class="novote">
		
	</aside>
	
	  	

		
		<footer class="clearfix meta article-foot">
			<div class="story-controls">
				
                    
					
				
			</div>
			
				
				<div class="story-tags">
					<span class="tright tags"><menu type="toolbar" class="edit-bar">
		<span id="tagbar-165417545" class="tag-bar none">
			
		</span>
		
		<!--
			<a class="edit-toggle" href="/my/login/" onclick="show_login_box();return false;">
				<span class="icon-tag btn collapse"></span>
			</a>
			-->
		
		
		<div class="tag-menu">
			<input class="tag-entry default" type="text" value="apply tags">
		</div>
		

		
		

	</menu></span>
				</div>
				
			
		</footer>
	



	</article><article id="firehose-165414483" data-fhid="165414483" data-fhtype="story" class="fhitem fhitem-story article usermode thumbs grid_24">
		<span class="sd-info-block" style="display: none">
			<span class="sd-key-firehose-id">165414483</span>
			<span class="type">story</span>
			
		</span>







	
	

<header>
	
		<span class="topic" id="topic-165414483">
			<a href="//slashdot.org/index2.pl?fhfilter=news" onclick="return addfhfilter('news');">
			
				<img src="//a.fsdn.com/sd/topics/news_64.png" width="64" height="64" alt="News" title="News">
			
		</a>
		</span>
	

	<h2 class="story">
		

		

		
		

		

		

		

		<span id="title-165414483" class="story-title"> <a onclick="return toggle_fh_body_wrap_return(this);"  href="//news.slashdot.org/story/22/08/19/1538238/brain-eating-amoeba-most-likely-caused-nebraska-childs-death-officials-say">Brain-Eating Amoeba Most Likely Caused Nebraska Child's Death, Officials Say</a></span>

		
		
		<!--<span class="comments commentcnt-165414483" >14</span>-->
		

		
		<!-- comment bubble -->
		
			<span class="comment-bubble"><a href="//news.slashdot.org/story/22/08/19/1538238/brain-eating-amoeba-most-likely-caused-nebraska-childs-death-officials-say#comments" title="">14</a></span>
		
	</h2>
	<div class="details" id="details-165414483">
		<span class="story-details">
		<span class="story-views">
			<span class="sodify" onclick="firehose_set_options('color', 'red')" title="Filter Firehose to entries rated red or better"></span><span class="icon-beaker pop1 " alt="Popularity" title="Filter Firehose to entries rated red or better" onclick="firehose_set_options('color', 'red')"><span></span></span> 
		</span>
		</span>
		<span class="story-byline">
	
				
			Posted
				by 
		
		
			
				  msmash
			
		
		

		
		
		<time id="fhtime-165414483" datetime="on Friday August 19, 2022 @02:42PM">on Friday August 19, 2022 @02:42PM</time>
		
		
			 from the <span class="dept-text">...</span> dept.
		
		</span>
	</div>
</header>

<div class="body" id="fhbody-165414483">
	

	
		
		<div id="text-165414483" class="p">
			
		 	
				An infection caused by a brain-eating amoeba most likely killed a child who swam in a Nebraska river over the weekend, health officials said Thursday. It would be the first such death in the state's history and the second in the Midwest this summer. From a report:<i> The child, whose name was not released by officials, <a href="https://www.nytimes.com/2022/08/18/science/brain-eating-amoeba-death-nebraska.html">most likely contracted the infection</a>, known as primary amebic meningoencephalitis, while swimming with family in a shallow part of the Elkhorn River in eastern Nebraska on Sunday, according to the Douglas County Health Department. At a news conference on Thursday, health officials said the typically fatal infection is caused by Naegleria fowleri, also known as brain-eating amoeba, and most likely led to the child's death.<br> <br>

Last month, a person in Missouri died because of the same amoeba infection, according to the Missouri Department of Health and Senior Services. The person had been swimming at the beach at Lake of Three Fires State Park in Iowa. Out of precaution, the Iowa Department of Public Health closed the lake's beach for about three weeks. The brain-eating amoebas, which are single-cell organisms, usually thrive in warm freshwater lakes, rivers, canals and ponds, though they can also be present in soil. They enter the body through the nose and then move into the brain. People usually become infected while swimming in lakes and rivers, according to the Centers for Disease Control and Prevention. Infections from brain-eating amoeba are extremely rare: From 2012 to 2021, only 31 cases were reported in the U.S., according to the C.D.C.</i>
		 	
		</div>

		

		

		
	</div>
	<aside class="novote">
		
	</aside>
	
	  	

		
		<footer class="clearfix meta article-foot">
			<div class="story-controls">
				
                    
					
				
			</div>
			
				
				<div class="story-tags">
					<span class="tright tags"><menu type="toolbar" class="edit-bar">
		<span id="tagbar-165414483" class="tag-bar none">
			
		</span>
		
		<!--
			<a class="edit-toggle" href="/my/login/" onclick="show_login_box();return false;">
				<span class="icon-tag btn collapse"></span>
			</a>
			-->
		
		
		<div class="tag-menu">
			<input class="tag-entry default" type="text" value="apply tags">
		</div>
		

		
		

	</menu></span>
				</div>
				
			
		</footer>
	



	</article><article id="firehose-165414345" data-fhid="165414345" data-fhtype="story" class="fhitem fhitem-story article usermode thumbs grid_24">
		<span class="sd-info-block" style="display: none">
			<span class="sd-key-firehose-id">165414345</span>
			<span class="type">story</span>
			
		</span>







	
	

<header>
	
		<span class="topic" id="topic-165414345">
			<a href="//slashdot.org/index2.pl?fhfilter=apple" onclick="return addfhfilter('apple');">
			
				<img src="//a.fsdn.com/sd/topics/apple_64.png" width="64" height="64" alt="Apple" title="Apple">
			
		</a>
		</span>
	

	<h2 class="story">
		

		

		
		

		

		

		

		<span id="title-165414345" class="story-title"> <a onclick="return toggle_fh_body_wrap_return(this);"  href="//apple.slashdot.org/story/22/08/19/1529246/shazam-turns-20">Shazam Turns 20</a> <span class=" no extlnk"><a class="story-sourcelnk" href="https://www.apple.com/newsroom/2022/08/shazam-turns-20/"  title="External link - https://www.apple.com/newsroom/2022/08/shazam-turns-20/" target="_blank"> (apple.com) </a></span></span>

		
		
		<!--<span class="comments commentcnt-165414345" >4</span>-->
		

		
		<!-- comment bubble -->
		
			<span class="comment-bubble"><a href="//apple.slashdot.org/story/22/08/19/1529246/shazam-turns-20#comments" title="">4</a></span>
		
	</h2>
	<div class="details" id="details-165414345">
		<span class="story-details">
		<span class="story-views">
			<span class="sodify" onclick="firehose_set_options('color', 'red')" title="Filter Firehose to entries rated red or better"></span><span class="icon-beaker pop1 " alt="Popularity" title="Filter Firehose to entries rated red or better" onclick="firehose_set_options('color', 'red')"><span></span></span> 
		</span>
		</span>
		<span class="story-byline">
	
				
			Posted
				by 
		
		
			
				  msmash
			
		
		

		
		
		<time id="fhtime-165414345" datetime="on Friday August 19, 2022 @02:05PM">on Friday August 19, 2022 @02:05PM</time>
		
		
			 from the <span class="dept-text">surviving-the-test-of-time</span> dept.
		
		</span>
	</div>
</header>

<div class="body" id="fhbody-165414345">
	

	
		
		<div id="text-165414345" class="p">
			
		 	
				Apple:<i> Shazam <a href="https://www.apple.com/newsroom/2022/08/shazam-turns-20/">turns 20 today</a>, and as of this week, it has officially surpassed 70 billion song recognitions. A mainstay in popular culture, the platform has changed the way people engage with music by making song identification accessible to everyone. For more than 225 million global monthly users, to "Shazam" is to discover something new. [...] With its continued commitment to innovation over the past two decades, Shazam is pioneering new ways to bring fans closer to the music and artists they love with new tools like the concert discovery feature, which spotlights concert information and tickets on sale for shows nearby, simply by Shazaming a song, or by searching for it in the Shazam app or website.</i><br>
		 	
		</div>

		

		

		
	</div>
	<aside class="novote">
		
	</aside>
	
	  	

		
		<footer class="clearfix meta article-foot">
			<div class="story-controls">
				
                    
					
				
			</div>
			
				
				<div class="story-tags">
					<span class="tright tags"><menu type="toolbar" class="edit-bar">
		<span id="tagbar-165414345" class="tag-bar none">
			
		</span>
		
		<!--
			<a class="edit-toggle" href="/my/login/" onclick="show_login_box();return false;">
				<span class="icon-tag btn collapse"></span>
			</a>
			-->
		
		
		<div class="tag-menu">
			<input class="tag-entry default" type="text" value="apply tags">
		</div>
		

		
		

	</menu></span>
				</div>
				
			
		</footer>
	



	</article><article id="firehose-165414283" data-fhid="165414283" data-fhtype="story" class="fhitem fhitem-story article usermode thumbs grid_24">
		<span class="sd-info-block" style="display: none">
			<span class="sd-key-firehose-id">165414283</span>
			<span class="type">story</span>
			
		</span>







	
	

<header>
	
		<span class="topic" id="topic-165414283">
			<a href="//slashdot.org/index2.pl?fhfilter=games" onclick="return addfhfilter('games');">
			
				<img src="//a.fsdn.com/sd/topics/games_64.png" width="64" height="64" alt="Games" title="Games">
			
		</a>
		</span>
	

	<h2 class="story">
		

		

		
		

		

		

		

		<span id="title-165414283" class="story-title"> <a onclick="return toggle_fh_body_wrap_return(this);"  href="//games.slashdot.org/story/22/08/19/1524223/sega-genesis-mini-2s-full-game-lineup-revealed">Sega Genesis Mini 2's Full Game Lineup Revealed</a> <span class=" no extlnk"><a class="story-sourcelnk" href="https://arstechnica.com/gaming/2022/08/sega-packs-unreleased-games-new-arcade-ports-into-genesis-mini-2/"  title="External link - https://arstechnica.com/gaming/2022/08/sega-packs-unreleased-games-new-arcade-ports-into-genesis-mini-2/" target="_blank"> (arstechnica.com) </a></span></span>

		
		
		<!--<span class="comments commentcnt-165414283" >5</span>-->
		

		
		<!-- comment bubble -->
		
			<span class="comment-bubble"><a href="//games.slashdot.org/story/22/08/19/1524223/sega-genesis-mini-2s-full-game-lineup-revealed#comments" title="">5</a></span>
		
	</h2>
	<div class="details" id="details-165414283">
		<span class="story-details">
		<span class="story-views">
			<span class="sodify" onclick="firehose_set_options('color', 'red')" title="Filter Firehose to entries rated red or better"></span><span class="icon-beaker pop1 " alt="Popularity" title="Filter Firehose to entries rated red or better" onclick="firehose_set_options('color', 'red')"><span></span></span> 
		</span>
		</span>
		<span class="story-byline">
	
				
			Posted
				by 
		
		
			
				  msmash
			
		
		

		
		
		<time id="fhtime-165414283" datetime="on Friday August 19, 2022 @01:20PM">on Friday August 19, 2022 @01:20PM</time>
		
		
			 from the <span class="dept-text">about-time</span> dept.
		
		</span>
	</div>
</header>

<div class="body" id="fhbody-165414283">
	

	
		
		<div id="text-165414283" class="p">
			
		 	
				After revealing just 23 named titles back in July, Friday morning Sega <a href="https://arstechnica.com/gaming/2022/08/sega-packs-unreleased-games-new-arcade-ports-into-genesis-mini-2/">announced the full lineup of 60 games</a> that will be included on the limited supply of US Sega Genesis Mini 2 units starting on October 27. From a report:<i> Beyond the usual retro suspects, though, that list includes a couple of games that have never been released in any form, as well as several fresh arcade ports and Genesis titles sporting brand-new features for their plug-and-play re-release. Those unreleased retro games include Devi &amp; Pii, a title designed by Sonic 3 developer Takashi Iizuka. The "paddle-style game" looks like something of a cross between Arkanoid and Twinkle Star Sprites, with one or two players shifting back and forth to juggle angels and avoid bouncing devils. The Genesis Mini 2 will also see the worldwide premier of Star Mobile, a game completed in 1992 by little-known journeyman developer Mindware but never actually released. The puzzle-heavy gameplay involves stacking stars on a carefully balanced mobile in a way that reminds us of the tabletop game Topple.<br> <br>

Besides those two never-before-seen titles, the Genesis Mini 2 features a few Sega arcade games that are being "ported" to Genesis-level hardware for the first time. These include: <br>
<b>Fantasy Zone</b>: The cute-and-cuddly side-scrolling shooter gets ported to the Genesis by the same team that ported Darius on the first Genesis Mini, with a brand-new Easy Mode that wasn't in the arcades.<br>
<b>Space Harrier and Space Harrier II</b>: While the sequel was already technically native to the Genesis, these new ports use "modern technology" to provide a much smoother sprite scaling function than was previously possible on 16-bit hardware (it's unclear if these new ROMs could run on a standard Genesis).<br>
<b>Spatter</b>: A little-known 1984 maze game featuring a clown on a bouncing tricycle.<br>
<b>Super Locomotive</b>: A 1982 train game focused on switching tracks to avoid collisions.<br>
<b>VS Puyo Puyo Sun</b>: A competitive two-player-exclusive "demake" of the third game in the popular color-matching puzzle series, with "new rules not found in the original version."</i><br>
		 	
		</div>

		

		

		
	</div>
	<aside class="novote">
		
	</aside>
	
	  	

		
		<footer class="clearfix meta article-foot">
			<div class="story-controls">
				
                    
					
				
			</div>
			
				
				<div class="story-tags">
					<span class="tright tags"><menu type="toolbar" class="edit-bar">
		<span id="tagbar-165414283" class="tag-bar none">
			
		</span>
		
		<!--
			<a class="edit-toggle" href="/my/login/" onclick="show_login_box();return false;">
				<span class="icon-tag btn collapse"></span>
			</a>
			-->
		
		
		<div class="tag-menu">
			<input class="tag-entry default" type="text" value="apply tags">
		</div>
		

		
		

	</menu></span>
				</div>
				
			
		</footer>
	



	</article><article id="firehose-165414207" data-fhid="165414207" data-fhtype="story" class="fhitem fhitem-story article usermode thumbs grid_24">
		<span class="sd-info-block" style="display: none">
			<span class="sd-key-firehose-id">165414207</span>
			<span class="type">story</span>
			
		</span>







	
	

<header>
	
		<span class="topic" id="topic-165414207">
			<a href="//slashdot.org/index2.pl?fhfilter=google" onclick="return addfhfilter('google');">
			
				<img src="//a.fsdn.com/sd/topics/google_64.png" width="64" height="64" alt="Google" title="Google">
			
		</a>
		</span>
	

	<h2 class="story">
		

		

		
		

		

		

		

		<span id="title-165414207" class="story-title"> <a onclick="return toggle_fh_body_wrap_return(this);"  href="//tech.slashdot.org/story/22/08/19/1518229/googles-quantum-supremacy-challenged-by-ordinary-computers-for-now">Google's Quantum Supremacy Challenged By Ordinary Computers, For Now</a> <span class=" no extlnk"><a class="story-sourcelnk" href="https://www.newscientist.com/article/2333837-googles-quantum-supremacy-challenged-by-ordinary-computers-for-now/"  title="External link - https://www.newscientist.com/article/2333837-googles-quantum-supremacy-challenged-by-ordinary-computers-for-now/" target="_blank"> (newscientist.com) </a></span></span>

		
		
		<!--<span class="comments commentcnt-165414207" >12</span>-->
		

		
		<!-- comment bubble -->
		
			<span class="comment-bubble"><a href="//tech.slashdot.org/story/22/08/19/1518229/googles-quantum-supremacy-challenged-by-ordinary-computers-for-now#comments" title="">12</a></span>
		
	</h2>
	<div class="details" id="details-165414207">
		<span class="story-details">
		<span class="story-views">
			<span class="sodify" onclick="firehose_set_options('color', 'red')" title="Filter Firehose to entries rated red or better"></span><span class="icon-beaker pop1 " alt="Popularity" title="Filter Firehose to entries rated red or better" onclick="firehose_set_options('color', 'red')"><span></span></span> 
		</span>
		</span>
		<span class="story-byline">
	
				
			Posted
				by 
		
		
			
				  msmash
			
		
		

		
		
		<time id="fhtime-165414207" datetime="on Friday August 19, 2022 @12:41PM">on Friday August 19, 2022 @12:41PM</time>
		
		
			 from the <span class="dept-text">closer-look</span> dept.
		
		</span>
	</div>
</header>

<div class="body" id="fhbody-165414207">
	

	
		
		<div id="text-165414207" class="p">
			
		 	
				Google has been <a href="https://www.newscientist.com/article/2333837-googles-quantum-supremacy-challenged-by-ordinary-computers-for-now/">challenged by an algorithm</a> that could solve a problem faster than its Sycamore quantum computer, which it used in 2019 to claim the first example of "quantum supremacy" -- the point at which a quantum computer can complete a task that would be impossible for ordinary computers. Google concedes that its 2019 record won't stand, but says that quantum computers will win out in the end. From a report:<i> Sycamore achieved quantum supremacy in a task that involves verifying that a sample of numbers output by a quantum circuit have a truly random distribution, which it was able to complete in 3 minutes and 20 seconds. The Google team said that even the world's most powerful supercomputer at the time, IBM's Summit, would take 10,000 years to achieve the same result. Now, Pan Zhang at the Chinese Academy of Sciences in Beijing and his colleagues have created an improved algorithm for a non-quantum computer that can solve the random sampling problem much faster, challenging Google's claim that a quantum computer is the only practical way to do it. The researchers found that they could skip some of the calculations without affecting the final output, which dramatically reduces the computational requirements compared with the previous best algorithms. The researchers ran their algorithm on a cluster of 512 GPUs, completing the task in around 15 hours. While this is significantly longer than Sycamore, they say it shows that a classical computer approach remains practical.</i><br>
		 	
		</div>

		

		

		
	</div>
	<aside class="novote">
		
	</aside>
	
	  	

		
		<footer class="clearfix meta article-foot">
			<div class="story-controls">
				
                    
					
				
			</div>
			
				
				<div class="story-tags">
					<span class="tright tags"><menu type="toolbar" class="edit-bar">
		<span id="tagbar-165414207" class="tag-bar none">
			
		</span>
		
		<!--
			<a class="edit-toggle" href="/my/login/" onclick="show_login_box();return false;">
				<span class="icon-tag btn collapse"></span>
			</a>
			-->
		
		
		<div class="tag-menu">
			<input class="tag-entry default" type="text" value="apply tags">
		</div>
		

		
		

	</menu></span>
				</div>
				
			
		</footer>
	



	</article><article id="firehose-165414565" data-fhid="165414565" data-fhtype="story" class="fhitem fhitem-story article usermode thumbs grid_24">
		<span class="sd-info-block" style="display: none">
			<span class="sd-key-firehose-id">165414565</span>
			<span class="type">story</span>
			
		</span>







	
	

<header>
	
		<span class="topic" id="topic-165414565">
			<a href="//slashdot.org/index2.pl?fhfilter=news" onclick="return addfhfilter('news');">
			
				<img src="//a.fsdn.com/sd/topics/news_64.png" width="64" height="64" alt="News" title="News">
			
		</a>
		</span>
	

	<h2 class="story">
		

		

		
		

		

		

		

		<span id="title-165414565" class="story-title"> <a onclick="return toggle_fh_body_wrap_return(this);"  href="//news.slashdot.org/story/22/08/19/1544244/russia-planning-to-disconnect-nuclear-plant-from-power-grid-ukraine-warns">Russia Planning To Disconnect Nuclear Plant From Power Grid, Ukraine Warns</a> <span class=" no extlnk"><a class="story-sourcelnk" href="https://www.nbcnews.com/news/world/russia-disconnect-zaporizhzhia-nuclear-plant-power-ukraine-rcna43866"  title="External link - https://www.nbcnews.com/news/world/russia-disconnect-zaporizhzhia-nuclear-plant-power-ukraine-rcna43866" target="_blank"> (nbcnews.com) </a></span></span>

		
		
		<!--<span class="comments commentcnt-165414565" >119</span>-->
		

		
		<!-- comment bubble -->
		
			<span class="comment-bubble"><a href="//news.slashdot.org/story/22/08/19/1544244/russia-planning-to-disconnect-nuclear-plant-from-power-grid-ukraine-warns#comments" title="">119</a></span>
		
	</h2>
	<div class="details" id="details-165414565">
		<span class="story-details">
		<span class="story-views">
			<span class="sodify" onclick="firehose_set_options('color', 'red')" title="Filter Firehose to entries rated red or better"></span><span class="icon-beaker pop1 " alt="Popularity" title="Filter Firehose to entries rated red or better" onclick="firehose_set_options('color', 'red')"><span></span></span> 
		</span>
		</span>
		<span class="story-byline">
	
				
			Posted
				by 
		
		
			
				  msmash
			
		
		

		
		
		<time id="fhtime-165414565" datetime="on Friday August 19, 2022 @12:00PM">on Friday August 19, 2022 @12:00PM</time>
		
		
			 from the <span class="dept-text">escalating-tension</span> dept.
		
		</span>
	</div>
</header>

<div class="body" id="fhbody-165414565">
	

	
		
		<div id="text-165414565" class="p">
			
		 	
				Ukraine warned Russia might be planning an imminent attack at the Zaporizhzhia nuclear power plant Friday that it would seek to blame on Kyiv. From a report:<i> Amid mounting fears of a disaster and with both sides alleging the other is planning "provocations," Ukraine's national energy company said that many staff members had been ordered to stay home and that Moscow <a href="https://www.nbcnews.com/news/world/russia-disconnect-zaporizhzhia-nuclear-plant-power-ukraine-rcna43866">wants to disconnect the plant from the power grid</a>. The Russian-occupied plant is the largest in Europe, with the two countries trading blame over who is responsible for attacks on the site in recent weeks. Concerns for the safety of the nuclear reactor have sparked growing international alarm and calls for a demilitarized zone around the site, which Russia has rejected. Energoatom, the Ukrainian energy company, said early Friday that Russia is planning to switch off the power blocks at the Zaporizhzhia plant and disconnect them from Ukraine's power grid, which would deny the country a major energy source. It also said that the majority of staff members at the plant had been ordered to stay home, with only those who operate the power units allowed in.</i><br>
		 	
		</div>

		

		

		
	</div>
	<aside class="novote">
		
	</aside>
	
	  	

		
		<footer class="clearfix meta article-foot">
			<div class="story-controls">
				
                    
					
				
			</div>
			
				
				<div class="story-tags">
					<span class="tright tags"><menu type="toolbar" class="edit-bar">
		<span id="tagbar-165414565" class="tag-bar none">
			
		</span>
		
		<!--
			<a class="edit-toggle" href="/my/login/" onclick="show_login_box();return false;">
				<span class="icon-tag btn collapse"></span>
			</a>
			-->
		
		
		<div class="tag-menu">
			<input class="tag-entry default" type="text" value="apply tags">
		</div>
		

		
		

	</menu></span>
				</div>
				
			
		</footer>
	



	</article><article id="firehose-165413181" data-fhid="165413181" data-fhtype="story" class="fhitem fhitem-story article usermode thumbs grid_24">
		<span class="sd-info-block" style="display: none">
			<span class="sd-key-firehose-id">165413181</span>
			<span class="type">story</span>
			
		</span>







	
	

<header>
	
		<span class="topic" id="topic-165413181">
			<a href="//slashdot.org/index2.pl?fhfilter=technology" onclick="return addfhfilter('technology');">
			
				<img src="//a.fsdn.com/sd/topics/technology_64.png" width="64" height="64" alt="Technology" title="Technology">
			
		</a>
		</span>
	

	<h2 class="story">
		

		

		
		

		

		

		

		<span id="title-165413181" class="story-title"> <a onclick="return toggle_fh_body_wrap_return(this);"  href="//tech.slashdot.org/story/22/08/19/149236/transcription-service-otter-is-making-free-users-pay-to-access-older-recordings">Transcription Service Otter is Making Free Users Pay To Access Older Recordings</a> <span class=" no extlnk"><a class="story-sourcelnk" href="https://www.theverge.com/2022/8/19/23312700/otter-transcription-service-free-paid-plans-september-27-changes-features"  title="External link - https://www.theverge.com/2022/8/19/23312700/otter-transcription-service-free-paid-plans-september-27-changes-features" target="_blank"> (theverge.com) </a></span></span>

		
		
		<!--<span class="comments commentcnt-165413181" >8</span>-->
		

		
		<!-- comment bubble -->
		
			<span class="comment-bubble"><a href="//tech.slashdot.org/story/22/08/19/149236/transcription-service-otter-is-making-free-users-pay-to-access-older-recordings#comments" title="">8</a></span>
		
	</h2>
	<div class="details" id="details-165413181">
		<span class="story-details">
		<span class="story-views">
			<span class="sodify" onclick="firehose_set_options('color', 'red')" title="Filter Firehose to entries rated red or better"></span><span class="icon-beaker pop1 " alt="Popularity" title="Filter Firehose to entries rated red or better" onclick="firehose_set_options('color', 'red')"><span></span></span> 
		</span>
		</span>
		<span class="story-byline">
	
				
			Posted
				by 
		
		
			
				  msmash
			
		
		

		
		
		<time id="fhtime-165413181" datetime="on Friday August 19, 2022 @11:21AM">on Friday August 19, 2022 @11:21AM</time>
		
		
			 from the <span class="dept-text">shape-of-things-to-come</span> dept.
		
		</span>
	</div>
</header>

<div class="body" id="fhbody-165413181">
	

	
		
		<div id="text-165413181" class="p">
			
		 	
				Automated transcription service Otter is making some big changes to its offerings for both free and paying customers. Mostly, the company is <a href="https://www.theverge.com/2022/8/19/23312700/otter-transcription-service-free-paid-plans-september-27-changes-features">downgrading its features</a> -- reducing the number of audio imports users can make; the length of audio they can transcribe each month, and so on -- though it is giving free users access to some new tools. From a report:<i> One of the biggest changes, though, is that free users will no longer be able to access their full back catalogue of recordings. Instead, they'll only have access to the most recent 25. The rest will be "archived" -- that is, they'll still exist on Otter's servers, but users will have to either delete other conversations to access them, or pay to upgrade to Otter's "pro" plan. This and other changes to the service will kick in on September 27th, so any free users with more than 25 recordings may want to download their back catalogue before then. After September 27th, free users will still be able to access these recordings (by downloading then deleting audio files one at a time) but it'll be more of a hassle.</i><br>
		 	
		</div>

		

		

		
	</div>
	<aside class="novote">
		
	</aside>
	
	  	

		
		<footer class="clearfix meta article-foot">
			<div class="story-controls">
				
                    
					
				
			</div>
			
				
				<div class="story-tags">
					<span class="tright tags"><menu type="toolbar" class="edit-bar">
		<span id="tagbar-165413181" class="tag-bar none">
			
		</span>
		
		<!--
			<a class="edit-toggle" href="/my/login/" onclick="show_login_box();return false;">
				<span class="icon-tag btn collapse"></span>
			</a>
			-->
		
		
		<div class="tag-menu">
			<input class="tag-entry default" type="text" value="apply tags">
		</div>
		

		
		

	</menu></span>
				</div>
				
			
		</footer>
	



	</article><article id="firehose-165413073" data-fhid="165413073" data-fhtype="story" class="fhitem fhitem-story article usermode thumbs grid_24">
		<span class="sd-info-block" style="display: none">
			<span class="sd-key-firehose-id">165413073</span>
			<span class="type">story</span>
			
		</span>







	
	

<header>
	
		<span class="topic" id="topic-165413073">
			<a href="//slashdot.org/index2.pl?fhfilter=business" onclick="return addfhfilter('business');">
			
				<img src="//a.fsdn.com/sd/topics/business_64.png" width="64" height="64" alt="Businesses" title="Businesses">
			
		</a>
		</span>
	

	<h2 class="story">
		

		

		
		

		

		

		

		<span id="title-165413073" class="story-title"> <a onclick="return toggle_fh_body_wrap_return(this);"  href="//news.slashdot.org/story/22/08/19/1358240/a-watermark-and-spidey-sense-unmask-a-forged-galileo-treasure">A Watermark, and 'Spidey Sense,' Unmask a Forged Galileo Treasure</a> <span class=" no extlnk"><a class="story-sourcelnk" href="https://www.nytimes.com/2022/08/17/arts/galileo-forgery-university-of-michigan.html"  title="External link - https://www.nytimes.com/2022/08/17/arts/galileo-forgery-university-of-michigan.html" target="_blank"> (nytimes.com) </a></span></span>

		
		
		<!--<span class="comments commentcnt-165413073" >32</span>-->
		

		
		<!-- comment bubble -->
		
			<span class="comment-bubble"><a href="//news.slashdot.org/story/22/08/19/1358240/a-watermark-and-spidey-sense-unmask-a-forged-galileo-treasure#comments" title="">32</a></span>
		
	</h2>
	<div class="details" id="details-165413073">
		<span class="story-details">
		<span class="story-views">
			<span class="sodify" onclick="firehose_set_options('color', 'red')" title="Filter Firehose to entries rated red or better"></span><span class="icon-beaker pop1 " alt="Popularity" title="Filter Firehose to entries rated red or better" onclick="firehose_set_options('color', 'red')"><span></span></span> 
		</span>
		</span>
		<span class="story-byline">
	
				
			Posted
				by 
		
		
			
				  msmash
			
		
		

		
		
		<time id="fhtime-165413073" datetime="on Friday August 19, 2022 @10:40AM">on Friday August 19, 2022 @10:40AM</time>
		
		
			 from the <span class="dept-text">closer-look</span> dept.
		
		</span>
	</div>
</header>

<div class="body" id="fhbody-165413073">
	

	
		
		<div id="text-165413073" class="p">
			
		 	
				One of the University of Michigan Library's most prized possessions, which appeared to be a Galileo manuscript, is now thought to be the work of a 20th-century forger. From a report:<i> Galileo Galilei was peering through a new telescope in 1610 when he noticed something strange: several bright objects flickering around the planet Jupiter that seemed to change positions nightly. His discovery, of moons orbiting Jupiter, was a major crack in the notion, widely held since antiquity, that everything in the universe revolved around the Earth. The finding, which was condemned by the Catholic Church, helped prove the theory of a sun-centered solar system. For decades the University of Michigan Library has prized a manuscript related to the discovery, describing it as "one of the great treasures" in its collection. At the top is the draft of a letter signed by Galileo describing the new telescope, and on the bottom are sketches plotting the positions of the moons around Jupiter -- "the first observational data that showed objects orbiting a body other than the earth," the library described it.<br> <br>

At least it would be if it were authentic. After Nick Wilding, a historian at Georgia State University, uncovered evidence suggesting the manuscript was a fake, the library investigated and determined that he was right: The university said Wednesday it had concluded that its treasured manuscript "is in fact a 20th-century forgery." "It was pretty gut-wrenching when we first learned our Galileo was not actually a Galileo," Donna L. Hayward, the interim dean of the university's libraries, said in an interview. But since the purpose of any library is to expand knowledge, she said, the university had decided to be forthright about its findings and publicly announce the forgery. "To sweep it under the rug is counter to what we stand for."</i><br>
		 	
		</div>

		

		

		
	</div>
	<aside class="novote">
		
	</aside>
	
	  	

		
		<footer class="clearfix meta article-foot">
			<div class="story-controls">
				
                    
					
				
			</div>
			
				
				<div class="story-tags">
					<span class="tright tags"><menu type="toolbar" class="edit-bar">
		<span id="tagbar-165413073" class="tag-bar none">
			
		</span>
		
		<!--
			<a class="edit-toggle" href="/my/login/" onclick="show_login_box();return false;">
				<span class="icon-tag btn collapse"></span>
			</a>
			-->
		
		
		<div class="tag-menu">
			<input class="tag-entry default" type="text" value="apply tags">
		</div>
		

		
		

	</menu></span>
				</div>
				
			
		</footer>
	



	</article><article id="firehose-165412843" data-fhid="165412843" data-fhtype="story" class="fhitem fhitem-story article usermode thumbs grid_24">
		<span class="sd-info-block" style="display: none">
			<span class="sd-key-firehose-id">165412843</span>
			<span class="type">story</span>
			
		</span>







	
	

<header>
	
		<span class="topic" id="topic-165412843">
			<a href="//slashdot.org/index2.pl?fhfilter=business" onclick="return addfhfilter('business');">
			
				<img src="//a.fsdn.com/sd/topics/business_64.png" width="64" height="64" alt="Businesses" title="Businesses">
			
		</a>
		</span>
	

	<h2 class="story">
		

		

		
		

		

		

		

		<span id="title-165412843" class="story-title"> <a onclick="return toggle_fh_body_wrap_return(this);"  href="//slashdot.org/story/22/08/19/1341247/taiwan-says-it-has-not-been-informed-of-chip-4-meeting">Taiwan Says It Has Not Been Informed of 'Chip 4' Meeting</a> <span class=" no extlnk"><a class="story-sourcelnk" href="https://www.reuters.com/technology/taiwan-says-it-has-not-been-informed-chip-4-meeting-2022-08-19/"  title="External link - https://www.reuters.com/technology/taiwan-says-it-has-not-been-informed-chip-4-meeting-2022-08-19/" target="_blank"> (reuters.com) </a></span></span>

		
		
		<!--<span class="comments commentcnt-165412843" >16</span>-->
		

		
		<!-- comment bubble -->
		
			<span class="comment-bubble"><a href="//slashdot.org/story/22/08/19/1341247/taiwan-says-it-has-not-been-informed-of-chip-4-meeting#comments" title="">16</a></span>
		
	</h2>
	<div class="details" id="details-165412843">
		<span class="story-details">
		<span class="story-views">
			<span class="sodify" onclick="firehose_set_options('color', 'red')" title="Filter Firehose to entries rated red or better"></span><span class="icon-beaker pop1 " alt="Popularity" title="Filter Firehose to entries rated red or better" onclick="firehose_set_options('color', 'red')"><span></span></span> 
		</span>
		</span>
		<span class="story-byline">
	
				
			Posted
				by 
		
		
			
				  msmash
			
		
		

		
		
		<time id="fhtime-165412843" datetime="on Friday August 19, 2022 @10:00AM">on Friday August 19, 2022 @10:00AM</time>
		
		
			 from the <span class="dept-text">tussle-continues</span> dept.
		
		</span>
	</div>
</header>

<div class="body" id="fhbody-165412843">
	

	
		
		<div id="text-165412843" class="p">
			
		 	
				Taiwan said on Friday it has <a href="https://www.reuters.com/technology/taiwan-says-it-has-not-been-informed-chip-4-meeting-2022-08-19/">not been informed about a so-called 'Chip 4' meeting</a> that would include it, the United States, South Korea and Japan but added the island has always cooperated closely with the United States on supply chains. From a report:<i> South Korean Foreign Minister Park Jin this week said Seoul expects to attend a preliminary meeting of the four chip manufacturing nations, describing the gathering as U.S.-led. He did not elaborate on what would be discussed. A meeting would come amid a global chip crunch that began two years ago with the onset of the pandemic and on the heels of a new U.S. law this month called the CHIPS Act that includes $52 billion in subsidies for companies that make chips or conduct chip research in the United States. The Biden administration has also sought deeper cooperation with Japan and South Korea to become more competitive with China's science and technology efforts.</i><br>
		 	
		</div>

		

		

		
	</div>
	<aside class="novote">
		
	</aside>
	
	  	

		
		<footer class="clearfix meta article-foot">
			<div class="story-controls">
				
                    
					
				
			</div>
			
				
				<div class="story-tags">
					<span class="tright tags"><menu type="toolbar" class="edit-bar">
		<span id="tagbar-165412843" class="tag-bar none">
			
		</span>
		
		<!--
			<a class="edit-toggle" href="/my/login/" onclick="show_login_box();return false;">
				<span class="icon-tag btn collapse"></span>
			</a>
			-->
		
		
		<div class="tag-menu">
			<input class="tag-entry default" type="text" value="apply tags">
		</div>
		

		
		

	</menu></span>
				</div>
				
			
		</footer>
	



	</article><article id="firehose-165392609" data-fhid="165392609" data-fhtype="story" class="fhitem fhitem-story article usermode thumbs grid_24">
		<span class="sd-info-block" style="display: none">
			<span class="sd-key-firehose-id">165392609</span>
			<span class="type">story</span>
			
		</span>







	
	

<header>
	
		<span class="topic" id="topic-165392609">
			<a href="//slashdot.org/index2.pl?fhfilter=money" onclick="return addfhfilter('money');">
			
				<img src="//a.fsdn.com/sd/topics/money_64.png" width="64" height="64" alt="The Almighty Buck" title="The Almighty Buck">
			
		</a>
		</span>
	

	<h2 class="story">
		

		

		
		

		

		

		

		<span id="title-165392609" class="story-title"> <a onclick="return toggle_fh_body_wrap_return(this);"  href="//news.slashdot.org/story/22/08/18/2133224/can-the-visa-mastercard-duopoly-be-broken">Can the Visa-Mastercard Duopoly Be Broken?</a> <span class=" no extlnk"><a class="story-sourcelnk" href="https://www.economist.com/finance-and-economics/2022/08/17/can-the-visa-mastercard-duopoly-be-broken"  title="External link - https://www.economist.com/finance-and-economics/2022/08/17/can-the-visa-mastercard-duopoly-be-broken" target="_blank"> (economist.com) </a></span></span>

		
		
		<!--<span class="comments commentcnt-165392609" >134</span>-->
		

		
		<!-- comment bubble -->
		
			<span class="comment-bubble"><a href="//news.slashdot.org/story/22/08/18/2133224/can-the-visa-mastercard-duopoly-be-broken#comments" title="">134</a></span>
		
	</h2>
	<div class="details" id="details-165392609">
		<span class="story-details">
		<span class="story-views">
			<span class="sodify" onclick="firehose_set_options('color', 'red')" title="Filter Firehose to entries rated red or better"></span><span class="icon-beaker pop1 " alt="Popularity" title="Filter Firehose to entries rated red or better" onclick="firehose_set_options('color', 'red')"><span></span></span> 
		</span>
		</span>
		<span class="story-byline">
	
				
			Posted
				by 
		
		
			
				  <a href="https://twitter.com/BeauHD" rel="nofollow">BeauHD</a>
			
		
		

		
		
		<time id="fhtime-165392609" datetime="on Friday August 19, 2022 @09:00AM">on Friday August 19, 2022 @09:00AM</time>
		
		
			 from the <span class="dept-text">house-of-cards</span> dept.
		
		</span>
	</div>
</header>

<div class="body" id="fhbody-165392609">
	

	
		
		<div id="text-165392609" class="p">
			
		 	
				An anonymous reader quotes a report from The Economist: <i>America is home to the heftiest interchange fees of any major economy -- costs are an order of magnitude greater than in Europe and China. That largely benefits two firms: Visa and Mastercard, which facilitate more than three-quarters of the country's credit-card transactions. Doing so has made them two of the most profitable companies in the world, with net margins last year of 51% and 46% respectively. Rank every firm (excluding real-estate-investment trusts) in the s&amp;p 500 index by their average net-profit margins last year, five years ago and a decade ago, and only four appear in the top 20 every time. Two are financial-information firms, Intercontinental Exchange and the cme Group. The others are Mastercard and Visa. At first glance their position appears insurmountable. Already dominant, in recent years the firms have been boosted by a covid-induced rise in online shopping. American consumers used credit or debit cards for 45% of their transactions in 2016; by 2021, that had reached 57%. The migration from cash is "a significant and long-running tailwind," says Craig Vosburg of Mastercard. Yet two threats loom. The first comes from Washington, <a href="https://www.economist.com/finance-and-economics/2022/08/17/can-the-visa-mastercard-duopoly-be-broken">where legislators hope to smash the duo's grip on payments</a>. The second is virtual. Payments have been transformed in Brazil, China and Indonesia by cheap, convenient app-based options from tech giants like Mercado Pago, Ant Group, Tencent and Grab. After a long wait, new entrants now look like they could shake up America's market.
<br> <br>
[...] On July 28th Richard Durbin, the same Democratic senator who regulated debit interchange a decade ago, introduced the Credit Card Competition Act (ccc). It does not propose a cap on interchange, as the debit rule does, since costs for credit cards are more variable than for debit cards, making it harder to find the right level. Instead, the ccc would attempt to spur competition by breaking the links between card networks and banks. At present, when a bank issues a credit card every transaction on it is processed by the card network the bank stipulates, meaning the bank is guaranteed the interchange fee the network sets. If the ccc becomes law it will force banks to offer merchants the choice of at least two different card networks. Crucially, these choices could not be the two biggest -- at least one smaller network would have to be offered. They could compete for business by offering lower interchange rates, and merchants would presumably jump at the offer.
<br> <br>
Two factors help the bill's chances. It is sponsored by Mr Durbin, the second-most senior Democrat in the Senate, and it is bipartisan, co-sponsored by Roger Marshall, a Republican from Kansas. The ccc's best chance is probably as an amendment to another bigger piece of legislation, which is how debit-card regulation passed in 2010. Even if the effort fails, or fails to work as intended, a potentially bigger threat to the giants looms. So far new entrants to the payments market have benefited Visa and Mastercard, by making it easier for consumers to use their cards online. But as the new fintechs have gained clout, their decisions about the sorts of payments they offer could influence how much money travels along the card networks. Stripe, a large payments-infrastructure firm, says it is working to provide merchants with payment methods that will lower their costs. Current options include a box for customers to enter card details, but also Klarna, a "buy-now-pay-later" provider through which customers can pay for purchases using bank transfers, thus avoiding the card networks. It could soon include things like FedNow, a real-time bank-transfer system being built by the Fed, which is due to be launched next year. In time, it could even include central-bank digital currencies or cryptocurrencies.
<br> <br>
Competitors might make little headway if the perks for sticking with credit cards are sufficiently juicy. But merchants can offer their own incentives. When your correspondent recently went to purchase a pair of linen trousers from Everlane, an online retailer, she was encouraged to pay using Catch, a fintech app. The app linked to her bank account via another payment startup called Plaid. As a thank you for avoiding the card networks, Everlane offered a shop credit worth 5% of the transaction value. Catch has signed up a handful of fashionable, millennial brands including Pacsun, another clothing retailer, and Farmacy, a skincare firm. For evidence that this poses a threat, look no further than Visa's attempted purchase of Plaid. In 2020 the firm tried to buy the upstart for $5.3bn, only for the deal to be scuppered by antitrust regulators on the grounds that the transaction would have allowed Visa to eliminate a competitive threat. Ultimately, Visa gave up, but the attempt was nonetheless telling. The house of cards carefully constructed by the two payment giants is formidable and long-standing. But it is not indestructible.</i><br>
		 	
		</div>

		

		

		
	</div>
	<aside class="novote">
		
	</aside>
	
	  	

		
		<footer class="clearfix meta article-foot">
			<div class="story-controls">
				
                    
					
				
			</div>
			
				
				<div class="story-tags">
					<span class="tright tags"><menu type="toolbar" class="edit-bar">
		<span id="tagbar-165392609" class="tag-bar none">
			
		</span>
		
		<!--
			<a class="edit-toggle" href="/my/login/" onclick="show_login_box();return false;">
				<span class="icon-tag btn collapse"></span>
			</a>
			-->
		
		
		<div class="tag-menu">
			<input class="tag-entry default" type="text" value="apply tags">
		</div>
		

		
		

	</menu></span>
				</div>
				
			
		</footer>
	



	</article><article id="firehose-165393685" data-fhid="165393685" data-fhtype="story" class="fhitem fhitem-story article usermode thumbs grid_24">
		<span class="sd-info-block" style="display: none">
			<span class="sd-key-firehose-id">165393685</span>
			<span class="type">story</span>
			
		</span>







	
	

<header>
	
		<span class="topic" id="topic-165393685">
			<a href="//slashdot.org/index2.pl?fhfilter=power" onclick="return addfhfilter('power');">
			
				<img src="//a.fsdn.com/sd/topics/power_64.png" width="64" height="64" alt="Power" title="Power">
			
		</a>
		</span>
	

	<h2 class="story">
		

		

		
		

		

		

		

		<span id="title-165393685" class="story-title"> <a onclick="return toggle_fh_body_wrap_return(this);"  href="//hardware.slashdot.org/story/22/08/18/2159213/teslas-virtual-power-plant-had-its-first-event-helping-the-grid">Tesla's Virtual Power Plant Had Its First Event Helping the Grid</a></span>

		
		
		<!--<span class="comments commentcnt-165393685" >61</span>-->
		

		
		<!-- comment bubble -->
		
			<span class="comment-bubble"><a href="//hardware.slashdot.org/story/22/08/18/2159213/teslas-virtual-power-plant-had-its-first-event-helping-the-grid#comments" title="">61</a></span>
		
	</h2>
	<div class="details" id="details-165393685">
		<span class="story-details">
		<span class="story-views">
			<span class="sodify" onclick="firehose_set_options('color', 'red')" title="Filter Firehose to entries rated red or better"></span><span class="icon-beaker pop1 " alt="Popularity" title="Filter Firehose to entries rated red or better" onclick="firehose_set_options('color', 'red')"><span></span></span> 
		</span>
		</span>
		<span class="story-byline">
	
				
			Posted
				by 
		
		
			
				  <a href="https://twitter.com/BeauHD" rel="nofollow">BeauHD</a>
			
		
		

		
		
		<time id="fhtime-165393685" datetime="on Friday August 19, 2022 @06:00AM">on Friday August 19, 2022 @06:00AM</time>
		
		
			 from the <span class="dept-text">this-is-just-the-beginning</span> dept.
		
		</span>
	</div>
</header>

<div class="body" id="fhbody-165393685">
	

	
		
		<div id="text-165393685" class="p">
			
		 	
				<a href="/~Klaxton">Klaxton</a> shares a report from Electrek: <i>Last year, Tesla launched a VPP pilot program in California, where Powerwall owners would join in voluntarily without compensation to let the VPP pull power from their battery packs when the grid needed it. Following the pilot program, Tesla and PG&amp;E, the electric utility covering Northern California, launched the first official virtual power plant through the Tesla app <a href="https://hardware.slashdot.org/story/22/06/26/2245228/tesla-pays-powerwall-owners-to-form-virtual-power-plant-in-california">in June</a>. This new version of the Tesla Virtual Power Plant actually compensates Powerwall owners $2 per kWh that they contribute to the grid during emergency load reduction events. Homeowners are expected to get between $10 and $60 per event. Earlier this week, Tesla's California VPP expanded to Southern California Edison (SCE) to now cover most of the state. Just days later, the Tesla VPP <a href="https://electrek.co/2022/08/18/teslas-virtual-power-plant-first-event-helping-grid-future/">had its first emergency response event</a>.
<br> <br>
Tesla reached out to Powerwall owners who opted in the program through its app yesterday to warn them of the event and give them the option to opt-out if they needed all the power from their Powerwalls today. It looks like 2,342 Powerwall owners participated in the event on the PG&amp;E network and 268 homes on the SCE grid. For PG&amp;E, Tesla's VPP was outputting as much as 16 MW of power at one point during the event -- acting as a small distributed power plant.</i>
		 	
		</div>

		

		

		
	</div>
	<aside class="novote">
		
	</aside>
	
	  	

		
		<footer class="clearfix meta article-foot">
			<div class="story-controls">
				
                    
					
				
			</div>
			
				
				<div class="story-tags">
					<span class="tright tags"><menu type="toolbar" class="edit-bar">
		<span id="tagbar-165393685" class="tag-bar none">
			<a  class="topic tag" rel="statictag" href="//slashdot.org/tag/" target="_blank"></a>

		</span>
		
		<!--
			<a class="edit-toggle" href="/my/login/" onclick="show_login_box();return false;">
				<span class="icon-tag btn collapse"></span>
			</a>
			-->
		
		
		<div class="tag-menu">
			<input class="tag-entry default" type="text" value="apply tags">
		</div>
		

		
		

	</menu></span>
				</div>
				
			
		</footer>
	



	</article><article id="firehose-165392117" data-fhid="165392117" data-fhtype="story" class="fhitem fhitem-story article usermode thumbs grid_24">
		<span class="sd-info-block" style="display: none">
			<span class="sd-key-firehose-id">165392117</span>
			<span class="type">story</span>
			
		</span>







	
	

<header>
	
		<span class="topic" id="topic-165392117">
			<a href="//slashdot.org/index2.pl?fhfilter=space" onclick="return addfhfilter('space');">
			
				<img src="//a.fsdn.com/sd/topics/space_64.png" width="64" height="64" alt="Space" title="Space">
			
		</a>
		</span>
	

	<h2 class="story">
		

		

		
		

		

		

		

		<span id="title-165392117" class="story-title"> <a onclick="return toggle_fh_body_wrap_return(this);"  href="//science.slashdot.org/story/22/08/18/2119223/europe-is-seriously-considering-a-major-investment-in-space-based-solar-power">Europe Is Seriously Considering a Major Investment In Space-Based Solar Power</a> <span class=" no extlnk"><a class="story-sourcelnk" href="https://arstechnica.com/science/2022/08/european-space-chief-says-continent-will-lead-in-space-based-solar-power/"  title="External link - https://arstechnica.com/science/2022/08/european-space-chief-says-continent-will-lead-in-space-based-solar-power/" target="_blank"> (arstechnica.com) </a></span></span>

		
		
		<!--<span class="comments commentcnt-165392117" >136</span>-->
		

		
		<!-- comment bubble -->
		
			<span class="comment-bubble"><a href="//science.slashdot.org/story/22/08/18/2119223/europe-is-seriously-considering-a-major-investment-in-space-based-solar-power#comments" title="">136</a></span>
		
	</h2>
	<div class="details" id="details-165392117">
		<span class="story-details">
		<span class="story-views">
			<span class="sodify" onclick="firehose_set_options('color', 'red')" title="Filter Firehose to entries rated red or better"></span><span class="icon-beaker pop1 " alt="Popularity" title="Filter Firehose to entries rated red or better" onclick="firehose_set_options('color', 'red')"><span></span></span> 
		</span>
		</span>
		<span class="story-byline">
	
				
			Posted
				by 
		
		
			
				  <a href="https://twitter.com/BeauHD" rel="nofollow">BeauHD</a>
			
		
		

		
		
		<time id="fhtime-165392117" datetime="on Friday August 19, 2022 @03:00AM">on Friday August 19, 2022 @03:00AM</time>
		
		
			 from the <span class="dept-text">energy-independence</span> dept.
		
		</span>
	</div>
</header>

<div class="body" id="fhbody-165392117">
	

	
		
		<div id="text-165392117" class="p">
			
		 	
				Europe is <a href="https://arstechnica.com/science/2022/08/european-space-chief-says-continent-will-lead-in-space-based-solar-power/">seriously considering developing space-based solar power</a> to increase its energy independence and reduce greenhouse gas emissions, the leader of the European Space Agency said this week. Ars Technica reports: <i> "It will be up to Europe, ESA and its Member States to push the envelope of technology to solve one of the most pressing problems for people on Earth of this generation," <a href="https://twitter.com/AschbacherJosef/status/1559553716738527232">said</a> Josef Aschbacher, director general of the space agency, an intergovernmental organization of 22 member states. Previously the space agency commissioned studies from consulting groups based in the United Kingdom and Germany to assess the costs and benefits of developing space-based solar power. ESA published those studies this week in order to provide technical and programmatic information to policymakers in Europe. Aschbacher has been working to build support within Europe for solar energy from space as a key to energy de-carbonization and will present his Solaris Program to the ESA Council in November. This council sets priorities and funding for ESA. Under Aschbacher's plans, development of the solar power system would begin in 2025.
<br> <br>
In concept, space-based solar power is fairly straightforward. Satellites orbiting well above Earth's atmosphere collect solar energy and convert it into current; this energy is then beamed back to Earth via microwaves, where they are captured by photovoltaic cells or antennas and converted into electricity for residential or industrial use. The primary benefits of gathering solar power from space, rather than on the ground, is that there is no night or clouds to interfere with collection; and the solar incidence is much higher than at the northern latitudes of the European continent.
<br> <br>
The two consulting reports discuss development of the technologies and funding needed to start to bring a space-based power system online. Europe presently consumes about 3,000 TWh of electricity on an annual basis, and the reports describe massive facilities in geostationary orbit that could meet about one-quarter to one-third of that demand. Development and deployment of these systems would cost hundreds of billions of euros. Why so much? Because facilitating space-based solar power would require a constellation of dozens of huge, sunlight-gathering satellites located 36,000 km from Earth. Each of these satellites would have a mass 10 times larger, or more, than that of the International Space Station, which is 450 metric tons and required more than a decade to assemble in low Earth orbit. Launching the components of these satellites would ultimately require hundreds or, more likely, thousands of launches by heavy lift rockets.  "Using projected near-term space lift capability, such as SpaceX's Starship, and current launch constraints, delivering one satellite into orbit would take between 4 and 6 years," a report by British firm Frazer-Nash states. "Providing the number of satellites to satisfy the maximum contribution that SBSP could make to the energy mix in 2050 would require a 200-fold increase over current space-lift capacity." </i>
Critics of the concept include <a href="https://forum.nasaspaceflight.com/index.php?topic=17902.420">Elon Musk</a> and <a href="https://caseyhandmer.wordpress.com/2019/08/20/space-based-solar-power-is-not-a-thing/">physicist Casey Handmer</a>, among others, which take issue with the poor photon to electron to photon conversion efficiency and prohibitively expensive transmission losses, thermal losses, and logistics costs.<br>
		 	
		</div>

		

		

		
	</div>
	<aside class="novote">
		
	</aside>
	
	  	

		
		<footer class="clearfix meta article-foot">
			<div class="story-controls">
				
                    
					
				
			</div>
			
				
				<div class="story-tags">
					<span class="tright tags"><menu type="toolbar" class="edit-bar">
		<span id="tagbar-165392117" class="tag-bar none">
			<a  class="topic tag" rel="statictag" href="//slashdot.org/tag/" target="_blank"></a>

		</span>
		
		<!--
			<a class="edit-toggle" href="/my/login/" onclick="show_login_box();return false;">
				<span class="icon-tag btn collapse"></span>
			</a>
			-->
		
		
		<div class="tag-menu">
			<input class="tag-entry default" type="text" value="apply tags">
		</div>
		

		
		

	</menu></span>
				</div>
				
			
		</footer>
	



	</article><article id="firehose-165391657" data-fhid="165391657" data-fhtype="story" class="fhitem fhitem-story article usermode thumbs grid_24">
		<span class="sd-info-block" style="display: none">
			<span class="sd-key-firehose-id">165391657</span>
			<span class="type">story</span>
			
		</span>







	
	

<header>
	
		<span class="topic" id="topic-165391657">
			<a href="//slashdot.org/index2.pl?fhfilter=science" onclick="return addfhfilter('science');">
			
				<img src="//a.fsdn.com/sd/topics/science_64.png" width="64" height="64" alt="Science" title="Science">
			
		</a>
		</span>
	

	<h2 class="story">
		

		

		
		

		

		

		

		<span id="title-165391657" class="story-title"> <a onclick="return toggle_fh_body_wrap_return(this);"  href="//science.slashdot.org/story/22/08/18/216242/forever-chemicals-no-more-pfas-are-destroyed-with-new-technique">Forever Chemicals No More? PFAS Are Destroyed With New Technique</a> <span class=" no extlnk"><a class="story-sourcelnk" href="https://www.nytimes.com/2022/08/18/science/pfas-forever-chemicals.html"  title="External link - https://www.nytimes.com/2022/08/18/science/pfas-forever-chemicals.html" target="_blank"> (nytimes.com) </a></span></span>

		
		
		<!--<span class="comments commentcnt-165391657" >64</span>-->
		

		
		<!-- comment bubble -->
		
			<span class="comment-bubble"><a href="//science.slashdot.org/story/22/08/18/216242/forever-chemicals-no-more-pfas-are-destroyed-with-new-technique#comments" title="">64</a></span>
		
	</h2>
	<div class="details" id="details-165391657">
		<span class="story-details">
		<span class="story-views">
			<span class="sodify" onclick="firehose_set_options('color', 'red')" title="Filter Firehose to entries rated red or better"></span><span class="icon-beaker pop1 " alt="Popularity" title="Filter Firehose to entries rated red or better" onclick="firehose_set_options('color', 'red')"><span></span></span> 
		</span>
		</span>
		<span class="story-byline">
	
				
			Posted
				by 
		
		
			
				  <a href="https://twitter.com/BeauHD" rel="nofollow">BeauHD</a>
			
		
		

		
		
		<time id="fhtime-165391657" datetime="on Thursday August 18, 2022 @11:30PM">on Thursday August 18, 2022 @11:30PM</time>
		
		
			 from the <span class="dept-text">oddly-simple</span> dept.
		
		</span>
	</div>
</header>

<div class="body" id="fhbody-165391657">
	

	
		
		<div id="text-165391657" class="p">
			
		 	
				An anonymous reader quotes a report from the New York Times: <i>A team of scientists has <a href="https://www.nytimes.com/2022/08/18/science/pfas-forever-chemicals.html">found a cheap, effective way to destroy so-called forever chemicals</a>, a group of compounds that pose a global threat to human health. The chemicals -- known as PFAS, or per- and polyfluoroalkyl substances -- are found in a spectrum of products and contaminate water and soil around the world. Left on their own, they are remarkably durable, remaining dangerous for generations. Scientists have been searching for ways to destroy them for years. In a study, <a href="https://www.science.org/doi/10.1126/science.abm8868?adobe_mc=MCMID%3D87405751245436731003476501941219687288%7CMCORGID%3D242B6472541199F70A4C98A6%2540AdobeOrg%7CTS%3D1660658873&amp;_ga=2.228389917.183627334.1660532753-1917198022.1509206891">published Thursday in the journal Science</a>, a team of researchers rendered PFAS molecules harmless by mixing them with two inexpensive compounds at a low boil. In a matter of hours, the PFAS molecules fell apart. The new technique might provide a way to destroy PFAS chemicals once they've been pulled out of contaminated water or soil. But William Dichtel, a chemist at Northwestern University and a co-author of the study, said that a lot of effort lay ahead to make it work outside the confines of a lab. "Then we'd be in a real position to talk practicality," he said.
<br> <br>
At the end of a PFAS molecule's carbon-fluorine chain, it is capped by a cluster of other atoms. Many types of PFAS molecules have heads made of a carbon atom connected to a pair of oxygen atoms, for example. Dr. Dichtel came across <a href="https://chemrxiv.org/engage/chemrxiv/article-details/60c7485a0f50dbe13439676d">a study</a> in which chemists at the University of Alberta found an easy way to pry carbon-oxygen heads off other chains. He suggested to his graduate student, Brittany Trang, that she give it a try on PFAS molecules. Dr. Trang was skeptical. She had tried to pry off carbon-oxygen heads from PFAS molecules for months without any luck. According to the Alberta recipe, all she'd need to do was mix PFAS with a common solvent called dimethyl sulfoxide, or DMSO, and bring it to a boil. "I didn't want to try it initially because I thought it was too simple," Dr. Trang said. "If this happens, people would have known this already." An older grad student advised her to give it a shot. To her surprise, the carbon-oxygen head fell off. It appears that DMSO makes the head fragile by altering the electric field around the PFAS molecule, and without the head, the bonds between the carbon atoms and the fluorine atoms become weak as well. "This oddly simple method worked," said Dr. Trang, who finished her Ph.D. last month and is now a journalist.
<br> <br>
Unfortunately, Dr. Trang discovered how well DMSO worked in March 2020 and was promptly shut out of the lab by the pandemic. She spent the next two and a half months dreaming of other ingredients which she could add to the DMSO soup to hasten the destruction of PFAS chemicals. On Dr. Trang's return, she started testing a number of chemicals until she found one that worked. It was sodium hydroxide, the chemical in lye. When she heated the mixture to temperatures between about 175 degrees to 250 degrees Fahrenheit, most of the PFAS molecules broke down in a matter of hours. Within days, the remaining fluorine-bearing byproducts broke down into harmless molecules as well. Dr. Trang and Dr. Dichtel teamed up with other chemists at U.C.L.A. and in China to figure out what was happening. The sodium hydroxide hastens the destruction of the PFAS molecules by eagerly bonding with the fragments as they fall apart. The fluorine atoms lose their link to the carbon atoms, becoming harmless. [...] Dr. Dichtel and his colleagues are now investigating how to scale up their method to handle large amounts of PFAS chemicals. They're also looking at other types of PFAS molecules with different heads to see if they can pry those off as well.</i><br>
		 	
		</div>

		

		

		
	</div>
	<aside class="novote">
		
	</aside>
	
	  	

		
		<footer class="clearfix meta article-foot">
			<div class="story-controls">
				
                    
					
				
			</div>
			
				
				<div class="story-tags">
					<span class="tright tags"><menu type="toolbar" class="edit-bar">
		<span id="tagbar-165391657" class="tag-bar none">
			
		</span>
		
		<!--
			<a class="edit-toggle" href="/my/login/" onclick="show_login_box();return false;">
				<span class="icon-tag btn collapse"></span>
			</a>
			-->
		
		
		<div class="tag-menu">
			<input class="tag-entry default" type="text" value="apply tags">
		</div>
		

		
		

	</menu></span>
				</div>
				
			
		</footer>
	



	</article><article id="firehose-165391453" data-fhid="165391453" data-fhtype="story" class="fhitem fhitem-story article usermode thumbs grid_24">
		<span class="sd-info-block" style="display: none">
			<span class="sd-key-firehose-id">165391453</span>
			<span class="type">story</span>
			
		</span>







	
	

<header>
	
		<span class="topic" id="topic-165391453">
			<a href="//slashdot.org/index2.pl?fhfilter=business" onclick="return addfhfilter('business');">
			
				<img src="//a.fsdn.com/sd/topics/business_64.png" width="64" height="64" alt="Businesses" title="Businesses">
			
		</a>
		</span>
	

	<h2 class="story">
		

		

		
		

		

		

		

		<span id="title-165391453" class="story-title"> <a onclick="return toggle_fh_body_wrap_return(this);"  href="//hardware.slashdot.org/story/22/08/18/2057201/snap-may-be-a-camera-company-but-only-its-software-sells">Snap May Be a Camera Company, But Only Its Software Sells</a> <span class=" no extlnk"><a class="story-sourcelnk" href="https://www.inputmag.com/tech/snap-pixy-drone-ends-development-snapchat-plus"  title="External link - https://www.inputmag.com/tech/snap-pixy-drone-ends-development-snapchat-plus" target="_blank"> (inputmag.com) </a></span></span>

		
		
		<!--<span class="comments commentcnt-165391453" >5</span>-->
		

		
		<!-- comment bubble -->
		
			<span class="comment-bubble"><a href="//hardware.slashdot.org/story/22/08/18/2057201/snap-may-be-a-camera-company-but-only-its-software-sells#comments" title="">5</a></span>
		
	</h2>
	<div class="details" id="details-165391453">
		<span class="story-details">
		<span class="story-views">
			<span class="sodify" onclick="firehose_set_options('color', 'red')" title="Filter Firehose to entries rated red or better"></span><span class="icon-beaker pop1 " alt="Popularity" title="Filter Firehose to entries rated red or better" onclick="firehose_set_options('color', 'red')"><span></span></span> 
		</span>
		</span>
		<span class="story-byline">
	
				
			Posted
				by 
		
		
			
				  <a href="https://twitter.com/BeauHD" rel="nofollow">BeauHD</a>
			
		
		

		
		
		<time id="fhtime-165391453" datetime="on Thursday August 18, 2022 @10:02PM">on Thursday August 18, 2022 @10:02PM</time>
		
		
			 from the <span class="dept-text">hardware-is-hard</span> dept.
		
		</span>
	</div>
</header>

<div class="body" id="fhbody-165391453">
	

	
		
		<div id="text-165391453" class="p">
			
		 	
				After just four months, Snapchat is <a href="https://www.inputmag.com/tech/snap-pixy-drone-ends-development-snapchat-plus">sunsetting future development on its easy-to-use "Pixy" drone</a>, "seemingly in part of a broader effort to cut costs after the company's second-quarter earnings," reports Input Mag. <a href="https://www.wsj.com/articles/snap-scraps-development-on-flying-selfie-pixy-drone-11660836217">The Wall Street Journal</a> was first to break the news. From the report: <i> Snap isn't alone in suffering under the current economic downturn -- or the long-term effect Apple's App Tracking Transparency has had on the mobile advertising business -- but its struggles with hardware are somewhat unique. Whether it's the <a href="https://hardware.slashdot.org/story/18/04/26/1258211/snapchat-takes-a-second-try-at-spectacles">Spectacles camera glasses</a> or now the Pixy, Snap's experimental hardware hasn't really caught on in the same way other new hardware has. [Snap CEO Evan Spiegel] was the first to tease possible future Pixys (Pixies?) in <a href="https://www.theverge.com/2022/4/28/23043011/snapchat-pixy-drone-hands-on">an interview with The Verge</a>, noting that Snap even underestimated how many people would want to buy the first version. "Maybe we would make more with version two if people love the original product," Spiegel explained. After the relative failure of the Spectacles from a sales perspective, the Pixy seemed like a corrective product people would be more interested in. "After a couple versions of camera glasses, it just becomes very clear that the market for camera glasses is actually very small and constrained to people who want that first person POV," Spiegel told The Verge. "I think the market for Pixy is bigger."
<br> <br>
Snap software continuing to succeed while its hardware struggles puts the company in an odd position. Learning through making hardware, and ideally selling that hardware for a profit, is a big part of its push for an augmented reality future. But if no one's buying it, or it's too expensive to develop in the first place, that's kind of a problem. Snap thinks of itself as a camera company. That might have seemed premature when it was only developing an app, but it's since backed that up with experimental toys, and plenty of exciting acquisitions. It's ironic then, that it maybe got it right the first time. If Google's proved anything with its Pixel phones, it's that the most important camera you own is the software that processes your photos, not the physical hardware itself. For the immediate future, software is working for Snap, and it seems like that's what it's going to be selling. </i><br>
		 	
		</div>

		

		

		
	</div>
	<aside class="novote">
		
	</aside>
	
	  	

		
		<footer class="clearfix meta article-foot">
			<div class="story-controls">
				
                    
					
				
			</div>
			
				
				<div class="story-tags">
					<span class="tright tags"><menu type="toolbar" class="edit-bar">
		<span id="tagbar-165391453" class="tag-bar none">
			
		</span>
		
		<!--
			<a class="edit-toggle" href="/my/login/" onclick="show_login_box();return false;">
				<span class="icon-tag btn collapse"></span>
			</a>
			-->
		
		
		<div class="tag-menu">
			<input class="tag-entry default" type="text" value="apply tags">
		</div>
		

		
		

	</menu></span>
				</div>
				
			
		</footer>
	



	</article><article onclick="javascript:return false;"  id="firehose-165391243" data-fhid="165391243" data-fhtype="story" class="fhitem fhitem-story briefarticle usermode thumbs grid_24">
		<span class="sd-info-block" style="display: none">
			<span class="sd-key-firehose-id">165391243</span>
			<span class="type">story</span>
			
		</span>







	
	

<header>
	
		<span class="topic" id="topic-165391243">
			<a href="//slashdot.org/index2.pl?fhfilter=transportation" onclick="return addfhfilter('transportation');">
			
				<img src="//a.fsdn.com/sd/topics/transportation_64.png" width="64" height="64" alt="Transportation" title="Transportation">
			
		</a>
		</span>
	

	<h2 class="story">
		

		

		
		

		

		

		

		<span id="title-165391243" class="story-title"> <a onclick="return toggle_fh_body_wrap_return(this);"  href="//tech.slashdot.org/story/22/08/18/2038210/dodges-electric-charger-srt-concept-has-fake-v8-noise-exhausts">Dodge's Electric Charger SRT Concept Has Fake V8 Noise, Exhausts</a> <span class=" no extlnk"><a class="story-sourcelnk" href="https://www.carthrottle.com/post/dodges-electric-charger-srt-concept-has-fake-v8-noise-exhausts/"  title="External link - https://www.carthrottle.com/post/dodges-electric-charger-srt-concept-has-fake-v8-noise-exhausts/" target="_blank"> (carthrottle.com) </a></span></span>

		
		
		<!--<span class="comments commentcnt-165391243" >151</span>-->
		

		
		<!-- comment bubble -->
		
			<span class="comment-bubble"><a href="//tech.slashdot.org/story/22/08/18/2038210/dodges-electric-charger-srt-concept-has-fake-v8-noise-exhausts#comments" title="">151</a></span>
		
	</h2>
	<div class="details" id="details-165391243">
		<span class="story-details">
		<span class="story-views">
			<span class="sodify" onclick="firehose_set_options('color', 'green')" title="Filter Firehose to entries rated green or better"></span><span class="icon-beaker pop4 " alt="Popularity" title="Filter Firehose to entries rated green or better" onclick="firehose_set_options('color', 'green')"><span></span></span> 
		</span>
		</span>
		<span class="story-byline">
	
				
			Posted
				by 
		
		
			
				  <a href="https://twitter.com/BeauHD" rel="nofollow">BeauHD</a>
			
		
		

		
		
		<time id="fhtime-165391243" datetime="on Thursday August 18, 2022 @09:25PM">on Thursday August 18, 2022 @09:25PM</time>
		
		
			 from the <span class="dept-text">trying-to-trick-traditionalists</span> dept.
		
		</span>
	</div>
</header>

<div class="hide" id="fhbody-165391243">
	

	
		
		<div id="text-165391243" class="p">
			
		 	
				"Dodge has given its electric Charger Daytona SRT Concept a set of fake exhausts and <a href="https://www.carthrottle.com/post/dodges-electric-charger-srt-concept-has-fake-v8-noise-exhausts/">one of the loudest artificial V8 noises we've ever heard</a>," writes Harry Waring via CarThrottle. From the report: <i> The car features some interestingly named components that make it stand out from the rest of the EV crowd, such as the "Rupt" simulated multispeed transmission and a "Fratzonic" chambered 'exhaust' which emits a 125 dB "Dark Matter" noise (yes, we're serious). According to Dodge, the battery-powered machine is supposedly as loud as a Hellcat with its supercharged Hemi V8. The unusual names continue with the 800V "Banshee" propulsion system, which delivers power to the car's 21-inch wheels. We're yet to hear about official performance figures, but stopping power will be provided by six-piston brake callipers. The 'Fratzog' logo sits on the car's front and rear ends, previously used on vehicles produced by Dodge between 1962 and 1976, now representing the brand's electrified future. </i> You can watch (and hear) it in action <a href="https://www.youtube.com/watch?time_continue=624&amp;v=04aC16jXJng&amp;feature=emb_title">here</a>.<br>
		 	
		</div>

		

		

		
	</div>
	<aside class="novote">
		
	</aside>
	
	  	

		
		<footer class="clearfix meta article-foot">
			<div class="story-controls">
				
                    
					
				
			</div>
			
				
				<div class="story-tags">
					<span class="tright tags"><menu type="toolbar" class="edit-bar">
		<span id="tagbar-165391243" class="tag-bar none">
			
		</span>
		
		<!--
			<a class="edit-toggle" href="/my/login/" onclick="show_login_box();return false;">
				<span class="icon-tag btn collapse"></span>
			</a>
			-->
		
		
		<div class="tag-menu">
			<input class="tag-entry default" type="text" value="apply tags">
		</div>
		

		
		

	</menu></span>
				</div>
				
			
		</footer>
	



	</article>
				</div>

				<!-- LOWER PAGINATION -->
				<div class="row">
					<div class="paginate" id="fh-pag-div">
<div class="menu2" id="fh-paginate">





	 
	 <a class="prevnextbutdis" href="#" onclick="return false;">&laquo; Newer</a>

	
		<a class="prevnextbutact" href="//slashdot.org/?page=1" >Older &raquo;</a>

	<span class="inactive more">
		
	</span>





</div>
</div>
				</div>

				<!-- WIT -->
				<span id="itemsreturned" class="row">
					
				</span>
				

				<div class="row">
				</div>

				

				<!-- Taboola: below articles widget -->
<div class="row">
	<div id="taboola-below-article-thumbnails-2nd"></div>
	<script type="text/javascript">
		window._taboola = window._taboola || [];
		_taboola.push({
			mode: 'thumbnails-b',
			container: 'taboola-below-article-thumbnails-2nd',
			placement: 'Below Article Thumbnails 2nd',
			target_type: 'mix'
		});
	</script>
</div>

				<!-- Slashdot Deals 6 Best Sellers -->
				<div class="row">
					<div class="deals-wrapper">
					  <div class="deals-header"><h1>Slashdot Top Deals</h1></div>
					  <div id="deals-output">
						<script id="deals-template" type="text/x-handlebars-template">
						  {{#each deal}}
							<div class="deal">
							  <a href="{{urlPath permalink}}?&utm_source=slashdot.org&utm_medium=dealfeed-footerfeed&utm_campaign={{slug}}" target="_blank">
							  	<img src="{{main_image}}" alt="" />
							  </a>
							  <p class="title"><a href="{{urlPath permalink}}?&utm_source=slashdot.org&utm_medium=dealfeed-footerfeed&utm_campaign={{slug}}" target="_blank">{{title}}</a></p>
							  <p class="deal-price">{{centConversion price_in_cents}}</p>
							</div>
						  {{/each}}
						</script>
					  </div>
					</div>
				</div>
				<script>
					if ( isAdBlockActive && window.is_euro_union === 0) {
						$.ajaxSetup({
							cache: true
						});
						$.getScript( "//a.fsdn.com/sd/js/scripts/min/deals-min.js", function(){
							runDealsWidget();
						});
					}
				</script>

			<!-- End Slashdot Deals 6 Best Sellers -->

				<!-- SLASH-4560 NEW AD HERE (dhand) -->
				<div id="bottomadspace">
					<table id="bottomadtable">
						<tr>
							<td><div id='div-gpt-ad-728x90_b'><script type='text/javascript'>
googletag.cmd.push(function(){
googletag.display('div-gpt-ad-728x90_b');});</script></div></td>
						</tr>
					</table>
				</div>
			</div>
		</div>
	</div>

		
	<aside id="slashboxes" class="rail-right scroll-fixable">

	   
		   <div class="advertisement railad adwrap-unviewed">
<div id='div-gpt-ad-300x250_a'><script type='text/javascript'>
googletag.cmd.push(function(){
googletag.display('div-gpt-ad-300x250_a');});</script></div>
</div>
	   
		<article class="deals-rail">
		  <header id="slashdot_deals-title"><h2>Slashdot Top Deals</h2></header>
		  <div id="deals-rail-output">
			<script id="deals-rail-template" type="text/x-handlebars-template">
				{{#each deal}}
					<div class="">
					  <a href="{{urlPath permalink}}?&utm_source=slashdot.org&utm_medium=dealfeed-righthand&utm_campaign={{slug}}" target="_blank">
					  	<img src="{{main_image}}" alt="" />
					  </a>
					  <div class="deal-overlay">
						  <div class="title"><a href="{{urlPath permalink}}?&utm_source=slashdot.org&utm_medium=dealfeed-righthand&utm_campaign={{slug}}" target="_blank">{{title}}</a></div>
						  <div class="deal-price">{{centConversion price_in_cents}}</div>
						</div>
					</div>
				{{/each}}
			</script>
		  </div>
		</article>

		<!-- Newsletter image -->
		<div class="ad-blocked-newsletter">
			<a href="//slashdot.org/newsletter" target="_blank"><img src="//a.fsdn.com/sd/NewsletterSubscription.png" alt="" /></a>
		</div>


		


			<script type="text/javascript">
				$(function() {
					// Poll/Pulse
					(function(){
						var sd_poll = $('#poll'),
								pulsead = $('#div-gpt-ad-pulse_300x600_a');

						sd_poll.hide();

						function showSdPoll(){
							if( pulsead.closest('.advertisement').height() < 250 ) {
								sd_poll.fadeIn();
								pulsead.closest('.advertisement').hide();
							}
						}
						//this function will display the Slashdot Poll if the Pulse Ad is not delivered
						setTimeout(function() { showSdPoll(); }, 2000);
					})();
				});
			</script>
			<div id='my_forgebox'>
				 
			</div>

			

					<article id="slashdot_deals" class="nosort">
		<header id="slashdot_deals-title">
			<h2><a href="http://deals.slashdot.org/">Slashdot Deals</a></h2>
		</header>
		<section class="b" id="slashdot_deals-content">
			<script type='text/javascript'>
googletag.cmd.push(function()
{ googletag.defineSlot('/7346874/sld-300x250', [300, 250], 'div-gpt-ad-1435005138111-0').addService(googletag.pubads()); googletag.pubads().enableSingleRequest(); googletag.enableServices(); }
);
</script>
<div id='div-gpt-ad-1435005138111-0' style='height:250px; width:300px;'>
<script type='text/javascript'>
googletag.cmd.push(function()
{ googletag.display('div-gpt-ad-1435005138111-0'); }
);
</script>

</div>
			
		</section>
	</article><div class="railad advertisement">
<div id='div-gpt-ad-300x250_b'><script type='text/javascript'>
googletag.cmd.push(function(){
googletag.display('div-gpt-ad-300x250_b');});</script></div>
</div><article class="nosort">
	<header id="poll-title">
		<h2>Slashdot Poll</h2>
	</header>
	<section class="b" id="poll-content">
		<style>
		.poll-voted { display: none; }
	</style>
	
		<div class="units-6 poll-group-form">
			
				<h3>What is your favorite BSD operating system?</h3>
			
			<h3 class="output"></h3>
			<form id="pollBooth" action="//slashdot.org/pollBooth.pl" method="post">
				<input type="hidden" name="qid" value="3228">
				
					<input type="hidden" name="section" value="slashdot">
				
					
						<label>
							<input type="radio" name="aid" value="1">
							FreeBSD
						</label>
					
						<label>
							<input type="radio" name="aid" value="2">
							OpenBSD
						</label>
					
						<label>
							<input type="radio" name="aid" value="3">
							NetBSD
						</label>
					
						<label>
							<input type="radio" name="aid" value="4">
							DragonFly BSD
						</label>
					
						<label>
							<input type="radio" name="aid" value="5">
							Other (specify in comments)
						</label>
					
					<div class="poll-controls">
						<button type="submit" class="btn-polls">vote now</button>
						
					</div>
					<footer>
						<span>
							<a href="/poll/3228/what-is-your-favorite-bsd-operating-system">Read the <strong>64</strong> comments </a> |
							<strong>5499</strong> votes
						</span>
					</footer>
			</form>
		</div>
		<div class="units-6 poll-results-inline">
			<h3 id="message-completed-poll">
				
					Looks like someone has already voted from this IP. If you would like to vote please login and try again.
				
			</h3>
			
				<h3>What is your favorite BSD operating system?</h3>
			
			<div class="doughnut-chart-wrapper">
				<div class="doughnut-chart" data-percent="0"><span>0</span></div>
				<div class="doughnut-chart-label">
					<span>Percentage of others that also voted for:</span>
					<h3></h3>
				</div>
			</div>

			<div class="poll-controls">
				<ul class="poll-options">
					<li>
						<a href="/poll/3228/what-is-your-favorite-bsd-operating-system" class="btn-polls">view results</a>
					</li>
					<li class="poll-choice"> Or <li>
					<li>
						<a href="//slashdot.org/polls" class="btn-polls">view more</a>
						<input type="hidden" id="reskey" name="reskey" value="GfVR4zHZEgw6IxBG2Og6">
					</li>
				</ul>
			</div>
			<footer>
				<span>
					<a href="/poll/3228/what-is-your-favorite-bsd-operating-system">Read the <strong>64</strong> comments </a> |
					<strong>5499</strong> voted
				</span>
			</footer>
		</div>
	</section>
</article><div class="railad advertisement">
<div id='div-gpt-ad-300x250_c'><script type='text/javascript'>
googletag.cmd.push(function(){
googletag.display('div-gpt-ad-300x250_c');});</script></div>
</div><div id="taboola-below-main-column-thumbnails"></div>
<script type="text/javascript">
  if ( 1 || isAdBlockActive ) {
    if (window.is_euro_union === 0) {
      window._taboola = window._taboola || [];
      _taboola.push({
        mode: 'thumbnails-rr3',
        container: 'taboola-below-main-column-thumbnails',
        placement: 'Below Main Column Thumbnails',
        target_type: 'mix'
      });
    }
  };
</script><article class="nosort">
	<header id="mostdiscussed-title">
		<h2>Most Discussed</h2>
	</header>
	<section class="b" id="mostdiscussed-content">
		<ul id="mostdiscussed">


<li>
<span class="cmntcnt"><span class="slant"></span><span >274<span class="hide"> comments</span></span></span>
 <a href="//news.slashdot.org/story/22/08/17/1834229/cdc-to-restructure-after-covid-failure-confusing-and-overwhelming-guidance?sbsrc=md">CDC To Restructure After COVID Failure, 'Confusing and Overwhelming' Guidance</a>
</li>


<li>
<span class="cmntcnt"><span class="slant"></span><span >239<span class="hide"> comments</span></span></span>
 <a href="//yro.slashdot.org/story/22/08/17/2125251/saudi-arabia-sentences-woman-to-34-years-in-prison-for-tweeting?sbsrc=md">Saudi Arabia Sentences Woman To 34 Years In Prison For Tweeting</a>
</li>


<li>
<span class="cmntcnt"><span class="slant"></span><span >176<span class="hide"> comments</span></span></span>
 <a href="//science.slashdot.org/story/22/08/18/1836258/where-did-the-pandemic-start-anywhere-but-here-chinese-scientists-argue?sbsrc=md">Where Did the Pandemic Start? Anywhere But Here, Chinese Scientists Argue</a>
</li>


<li>
<span class="cmntcnt"><span class="slant"></span><span >172<span class="hide"> comments</span></span></span>
 <a href="//slashdot.org/story/22/08/18/1352216/japan-wants-young-people-to-drink-more-alcohol?sbsrc=md">Japan Wants Young People To Drink More Alcohol</a>
</li>


<li>
<span class="cmntcnt"><span class="slant"></span><span >145<span class="hide"> comments</span></span></span>
 <a href="//tech.slashdot.org/story/22/08/18/2038210/dodges-electric-charger-srt-concept-has-fake-v8-noise-exhausts?sbsrc=md">Dodge's Electric Charger SRT Concept Has Fake V8 Noise, Exhausts</a>
</li>

</ul>
	</section>
</article><article class="nosort">
	<header id="srandblock-title">
		<h2>Developers</h2>
	</header>
	<section class="b" id="srandblock-content">
		<ul>
<li>

	
	<a href="//tech.slashdot.org/story/22/08/18/1654204/five-years-later-google-is-still-all-in-on-kotlin?utm_source=rss0.9mainlinkanon&amp;utm_medium=feed&amp;sbsrc=developers">
		Five Years Later, Google is Still All-in on Kotlin
	</a>
</li><li>

	
	<a href="//yro.slashdot.org/story/22/08/16/1450230/oracle-begins-auditing-tiktoks-algorithms?utm_source=rss0.9mainlinkanon&amp;utm_medium=feed&amp;sbsrc=developers">
		Oracle Begins Auditing TikTok's Algorithms
	</a>
</li><li>

	
	<a href="//developers.slashdot.org/story/22/08/16/146257/vlc-developer-videolan-says-india-blocking-site-endangers-its-own-citizens?utm_source=rss0.9mainlinkanon&amp;utm_medium=feed&amp;sbsrc=developers">
		VLC-Developer VideoLan Says India Blocking Site Endangers Its Own Citizens
	</a>
</li><li>

	
	<a href="//developers.slashdot.org/story/22/08/14/2357246/rust-163-released-adding-scoped-threads?utm_source=rss0.9mainlinkanon&amp;utm_medium=feed&amp;sbsrc=developers">
		Rust 1.63 Released, Adding Scoped Threads
	</a>
</li><li>

	
	<a href="//developers.slashdot.org/story/22/08/13/1847228/unstoppable-python-remains-more-popular-than-c-and-java?utm_source=rss0.9mainlinkanon&amp;utm_medium=feed&amp;sbsrc=developers">
		'Unstoppable' Python Remains More Popular than C and Java
	</a>
</li>
</ul>
	</section>
</article><article id="thisday" class="nosort">
		<header id="thisday-title">
			<h2><a href="">This Day on Slashdot</a></h2>
		</header>
		<section class="b" id="thisday-content">
			<table bgcolor="333333" class="thisday-tb"><tbody>


<tr>
	<td class="thisday-yr">
		2012
	</td>
	<td>
		<a href="//tech.slashdot.org/story/12/08/19/1923210/windows-8-changes-host-file-blocking?sbsrc=thisday">Windows 8 Changes Host File Blocking</a>
	</td>
	<td>
	<span style="" class="cmntcnt"><span style="background:#333" class="slant"></span><span style="background: #333; color:#fff; font-weight:bold; font-size:.85em">1030<span class="hide"> comments</span></span></span>
	</td>
</tr>


<tr>
	<td class="thisday-yr">
		2010
	</td>
	<td>
		<a href="//tech.slashdot.org/story/10/08/18/2359232/is-a-us-high-speed-railway-economically-feasible?sbsrc=thisday">Is a US High-Speed Railway Economically Feasible?</a>
	</td>
	<td>
	<span style="" class="cmntcnt"><span style="background:#333" class="slant"></span><span style="background: #333; color:#fff; font-weight:bold; font-size:.85em">1139<span class="hide"> comments</span></span></span>
	</td>
</tr>


<tr>
	<td class="thisday-yr">
		2004
	</td>
	<td>
		<a href="//slashdot.org/story/04/08/19/142203/writing-software-for-worldwide-distribution-proves-difficult?sbsrc=thisday">Writing Software for Worldwide Distribution Proves Difficult</a>
	</td>
	<td>
	<span style="" class="cmntcnt"><span style="background:#333" class="slant"></span><span style="background: #333; color:#fff; font-weight:bold; font-size:.85em">1391<span class="hide"> comments</span></span></span>
	</td>
</tr>


<tr>
	<td class="thisday-yr">
		2003
	</td>
	<td>
		<a href="//news.slashdot.org/story/03/08/19/1918243/movie-industry-blames-texting-for-bad-box-office?sbsrc=thisday">Movie Industry Blames Texting for Bad Box Office</a>
	</td>
	<td>
	<span style="" class="cmntcnt"><span style="background:#333" class="slant"></span><span style="background: #333; color:#fff; font-weight:bold; font-size:.85em">1197<span class="hide"> comments</span></span></span>
	</td>
</tr>


<tr>
	<td class="thisday-yr">
		2002
	</td>
	<td>
		<a href="//slashdot.org/story/02/08/19/0115255/nyc-law-aims-to-ban-cell-phones-in-theatres?sbsrc=thisday">NYC Law Aims To Ban Cell Phones In Theatres</a>
	</td>
	<td>
	<span style="" class="cmntcnt"><span style="background:#333" class="slant"></span><span style="background: #333; color:#fff; font-weight:bold; font-size:.85em">1047<span class="hide"> comments</span></span></span>
	</td>
</tr>

</tbody></table>
			
		</section>
	</article><article id="sourceforge2" class="nosort">
		<header id="sourceforge2-title">
			<h2><a href="">Sourceforge Top Downloads</a></h2>
		</header>
		<section class="b" id="sourceforge2-content">
			<ul class="sf_widget">
<li>
<a onclick="trackLink(this, 'sfSlashboxDownloadLink', 'https://sourceforge.net/projects/corefonts/?source=sd_slashbox'); return false;" href="https://sourceforge.net/projects/corefonts/?source=sd_slashbox" title="Microsoft&#39;s TrueType core fonts">
TrueType core fonts <span class="sf-size">2.2B downloads</span></a>
</li>
<li>
<a onclick="trackLink(this, 'sfSlashboxDownloadLink', 'https://sourceforge.net/projects/npppluginmgr/?source=sd_slashbox'); return false;" href="https://sourceforge.net/projects/npppluginmgr/?source=sd_slashbox" title="Notepad++ Plugin Manager (old repo)">
Notepad++ Plugin Mgr <span class="sf-size">1.5B downloads</span></a>
</li>
<li>
<a onclick="trackLink(this, 'sfSlashboxDownloadLink', 'https://sourceforge.net/projects/vlc/?source=sd_slashbox'); return false;" href="https://sourceforge.net/projects/vlc/?source=sd_slashbox" title="VLC media player">
VLC media player <span class="sf-size">899M downloads</span></a>
</li>
<li>
<a onclick="trackLink(this, 'sfSlashboxDownloadLink', 'https://sourceforge.net/projects/emule/?source=sd_slashbox'); return false;" href="https://sourceforge.net/projects/emule/?source=sd_slashbox" title="eMule">
eMule <span class="sf-size">686M downloads<

Resolver

Resolver ASN
AS15169
Resolver IP
172.253.12.1
Resolver Network Name
Google LLC
Measurement UID
20220819193944.147390_CH_webconnectivity_c5ecb743e6b204f1
Report ID
20220819T193331Z_webconnectivity_CH_41872_n1_leZl6k7hxojWQL1H
Platform
windows
Software Name
ooniprobe-desktop-unattended (3.14.1)
Measurement Engine
ooniprobe-engine (3.14.1)

Raw Measurement Data

Loading…