- 扫描 ID:
- 0ddf2b7a-5cb3-4914-aedd-73c8d20b6035已完成
- 提交的 URL:
- https://scojjac.com/guard-against-misinfo/
- 报告完成时间:
链接 · 找到 11 个
从页面中识别出的传出链接
链接 | 文本 |
---|---|
https://www.jw.org/en/bible-teachings/teenagers/whiteboard-animations/protect-yourself-from-misinformation/ | Protect yourself from misinformation |
https://www.jw.org/en/library/series/more-topics/conspiracy-theories-misinformation/ | Protect yourself from misinformation |
https://www.jw.org/en/library/magazines/g201312/can-you-trust-news-media/ | Can you trust the news media? |
https://www.allsides.com/blog/brand-new-allsides-media-bias-chart-ahead-2024-election-version-10 | AllSides Media Bias Chart |
https://www.allsides.com/unbiased-balanced-news | homepage of major news items |
https://www.theverge.com/2024/8/22/24225972/ai-photo-era-what-is-reality-google-pixel-9 | No one's ready for this |
https://photos.app.goo.gl/jW7ffmwDzvoW7pVi7 | Photos |
https://xn--sr8hvo.ws/previous | ← |
https://xn--sr8hvo.ws | Indiewebring |
https://xn--sr8hvo.ws/next | → |
JavaScript 变量 · 找到 3 个
在页面窗口对象上加载的全局 JavaScript 变量是在函数外部声明的变量,可以从当前范围内的代码中的任何位置访问
名称 | 类型 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
控制台日志消息 · 找到 0 条
记录到 Web 控制台的消息
HTML
页面的原始 HTML 正文
<!DOCTYPE html><html lang="en"><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5">
<title>Guard against misinformation | Scott Jack</title>
<link rel="canonical" href="https://scojjac.com/guard-against-misinfo/">
<meta name="scojjac" content="look-for-the-bear-necessities">
<!-- Primary Meta Tags -->
<meta name="title" content="Guard against misinformation">
<meta name="description" content="Last night we watched a whiteboard video and read a couple articles, all about dealing with misinformation:
Afterward, we looked at the to see how som...">
<!-- Open Graph / Facebook -->
<meta property="og:site_name" content="Scott Jack">
<meta property="og:title" content="Guard against misinformation">
<meta property="og:type" content="article">
<meta property="og:url" content="https://scojjac.com/guard-against-misinfo/">
<meta property="og:description" content="Last night we watched a whiteboard video and read a couple articles, all about dealing with misinformation:
Afterward, we looked at the to see how som...">
<meta property="og:image" content="https://bear-images.sfo2.cdn.digitaloceanspaces.com/scojjac/scott-jack.webp">
<!-- Twitter -->
<meta property="twitter:card" content="summary">
<meta property="twitter:url" content="https://scojjac.com/guard-against-misinfo/">
<meta property="twitter:title" content="Guard against misinformation">
<meta property="twitter:description" content="Last night we watched a whiteboard video and read a couple articles, all about dealing with misinformation:
Afterward, we looked at the to see how som...">
<meta property="twitter:image" content="https://bear-images.sfo2.cdn.digitaloceanspaces.com/scojjac/scott-jack.webp">
<!-- Microdata -->
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "article",
"name": "Guard against misinformation",
"url": "https://scojjac.com/guard-against-misinfo/",
"description": "Last night we watched a whiteboard video and read a couple articles, all about dealing with misinformation:
Afterward, we looked at the to see how som...",
"about": {
"@type": "Guard against misinformation",
"description": "Last night we watched a whiteboard video and read a couple articles, all about dealing with misinformation:
Afterward, we looked at the to see how som..."
}
}
</script>
<link rel="apple-touch-icon" href="https://bear-images.sfo2.cdn.digitaloceanspaces.com/scottjack/180x-sj.webp">
<link rel="me" href="https://mastodon.social/@scojjac">
<link rel="me" href="https://threads.net/@scojjac">
<link rel="me" href="https://github.com/scojjac">
<link rel="webmention" href="https://webmention.io/scojjac.com/webmention">
<link rel="authorization_endpoint" href="https://indieauth.com/auth">
<link rel="token_endpoint" href="https://tokens.indieauth.com/token">
<link rel="microsub" href="https://aperture.p3k.io/microsub/620">
<link rel="shortcut icon" href="https://bear-images.sfo2.cdn.digitaloceanspaces.com/scottjack/180x-sj.webp">
<style>
:root {
--width: 800px;
--font-main: Verdana, sans-serif;
--font-secondary: Verdana, sans-serif;
--font-scale: 1em;
--background-color: #fff;
--heading-color: #222;
--text-color: #444;
--link-color: #3273dc;
--visited-color: #8b6fcb;
--code-background-color: #f2f2f2;
--code-color: #222;
--blockquote-color: #222;
}
@media (prefers-color-scheme: dark) {
:root {
--background-color: #01242e;
--heading-color: #eee;
--text-color: #ddd;
--link-color: #8cc2dd;
--visited-color: #8b6fcb;
--code-background-color: #000;
--code-color: #ddd;
--blockquote-color: #ccc;
}
}
body {
font-family: var(--font-secondary);
font-size: var(--font-scale);
margin: auto;
padding: 20px;
max-width: var(--width);
text-align: left;
background-color: var(--background-color);
word-wrap: break-word;
overflow-wrap: break-word;
line-height: 1.5;
color: var(--text-color);
}
h1, h2, h3, h4, h5, h6 {
font-family: var(--font-main);
color: var(--heading-color);
}
a {
color: var(--link-color);
cursor: pointer;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
nav a {
margin-right: 8px;
}
strong, b {
color: var(--heading-color);
}
button {
margin: 0;
cursor: pointer;
}
main {
line-height: 1.6;
}
table {
width: 100%;
}
hr {
border: 0;
border-top: 1px dashed;
}
img {
max-width: 100%;
}
code {
font-family: monospace;
padding: 2px;
background-color: var(--code-background-color);
color: var(--code-color);
border-radius: 3px;
}
blockquote {
border-left: 1px solid #999;
color: var(--code-color);
padding-left: 20px;
font-style: italic;
}
footer {
padding: 25px 0;
text-align: center;
}
.title:hover {
text-decoration: none;
}
.title h1 {
font-size: 1.5em;
}
.inline {
width: auto !important;
}
.highlight, .code {
padding: 1px 15px;
background-color: var(--code-background-color);
color: var(--code-color);
border-radius: 3px;
margin-block-start: 1em;
margin-block-end: 1em;
overflow-x: auto;
}
/* blog post list */
ul.blog-posts {
list-style-type: none;
padding: unset;
}
ul.blog-posts li {
display: flex;
}
ul.blog-posts li span {
flex: 0 0 130px;
}
ul.blog-posts li a:visited {
color: var(--visited-color);
}
.title h1 {
font-family: "Georgia", serif;
text-transform: lowercase;
font-size: 2.5em;
margin-top: 0px;
}
.h-card a, .h-card p {
display: none;
}
.pfp {
display: block;
margin-top: 1em;
margin-left: auto !important;
margin-right: auto !important;
padding-left: auto !important;
padding-right: auto !important;
clip-path: circle();
}
h3 {
font-size: .9rem;
}
nav a:last-child, a.button {
padding: 1em;
text-align: center;
}
nav a:last-child:hover, a.button:hover {
background-color: #B4DCDF;
color: #000;
text-decoration: none;
}
.links-page a.button {
display:block;
margin-top: -.5em;
margin-bottom: -.5em;
margin-left: auto;
margin-right: auto;
padding-top: .5em;
padding-bottom: .5em;
padding-left: auto;
padding-right: auto;
max-width: 150px;
}
.links-page>* {
text-align: center;
}
header>* {
display: inline-flex;
}
nav {
float: right;
}
nav a {
text-decoration: none;
text-transform: uppercase;
}
footer ul {
padding: 0;
list-style-type: none;
}
footer span:nth-of-type(2), footer span.webring {
display: block;
font-size: .75em;
}
blockquote {
color: black;
margin: 0px;
padding-top: .25em;
padding-bottom: .25em;
padding-left: 1em;
padding-right: 1em;
border-radius: .75em;
border: 0px;
font-style: normal;
}
blockquote>strong {
color: black;
}
ul.blog-posts li span {
font-family: monospace;
font-size: 16px;
}
img.badge {
max-height: 15px;
}
@media (prefers-color-scheme: light) {
a {
color: #0598a6;
}
header h1, h1, h2, h3, .title:before {
color: #03545c;
}
nav a {
color: #03545c;
}
nav a:last-child, a.button {
background-color: #03545c;
color: #fff;
}
blockquote {
background-color: #EAF5F6;
}
}
@media (prefers-color-scheme: dark) {
html, body {
background-color: #023d43;
}
blockquote {
background-color: #B4DCDF;
}
a {
color: #B4DCDF;}
blockquote a {
color: black;
text-decoration-line: underline;
text-decoration-style: dotted 2px #000;
}
header h1, nav a, .title:before {
color: #eee;
}
nav a:last-child, a.button {
background-color: #fff;
color: #03545c;
}
}
@media screen and (max-width: 700px) {
.title h1 {
font-size: 1.5em;
}
nav p {
display: block;
font-size: .75em;
margin-bottom: 1em;
}
}
@media screen and (max-width: 420px) {
.title:before {
content: "sj";
font-family: "Georgia", serif;
text-transform: lowercase;
font-size: 1.5em;
font-weight: 600;
margin-top: 0px;
}
.title h1 {
display: none;
}
.upvote-button {
padding: 0;
margin: 0;
border: 0;
background-color: inherit;
color: inherit;
display: flex;
flex-direction: column;
align-items: center;
}
.upvote-button.upvoted {
color: salmon;
}
.upvote-count {
margin-top: -3px;
}
</style>
<style>
body:hover {
border-image: url("/hit/EFAVxwKuWvUWHdvHMEWf/");
border-width: 0;
}
</style>
</head>
<body class="post " onload="(function() { document.cookie = `timezone=${Intl.DateTimeFormat().resolvedOptions().timeZone};path=/`; })()">
<header>
<a class="title" href="/">
<h1>
Scott Jack
</h1>
</a>
<nav>
<p><a href="/blog/">Blog</a>
<a href="/writing">Writing</a>
<a href="/dir/">More</a>
<a href="/contact">Contact</a></p>
</nav>
</header>
<main>
<h1>Guard against misinformation</h1>
<p>
<i>
<time datetime="2024-11-01T20:19Z">
01 Nov 2024
</time>
</i>
</p>
<p>Last night we watched a whiteboard video and read a couple articles, all about dealing with misinformation:</p>
<ul>
<li><a href="https://www.jw.org/en/bible-teachings/teenagers/whiteboard-animations/protect-yourself-from-misinformation/">Protect yourself from misinformation</a> (video)</li>
<li><a href="https://www.jw.org/en/library/series/more-topics/conspiracy-theories-misinformation/">Protect yourself from misinformation</a> (article)</li>
<li><a href="https://www.jw.org/en/library/magazines/g201312/can-you-trust-news-media/">Can you trust the news media?</a></li>
</ul>
<p>I particularly appreciated the last article, which highlights factors that contribute to bias in reports. It then makes the point: "While it is wise not to believe everything we read in the news, it does not follow that there is nothing we can trust." Finally, it outlines six factors to consider when evaluating reports: provider, sources, purpose, tone, consistency, and timeliness.</p>
<p>Afterward, we looked at the <a href="https://www.allsides.com/blog/brand-new-allsides-media-bias-chart-ahead-2024-election-version-10">AllSides Media Bias Chart</a> to see how some of our own go-to news providers rank. I tend to go to Reuters or AP News, which are listed as center and lean-left, respectively. We also talked about how purveyors like MSNBC and Fox News lean heavily on a tone of outrage to stir up their audiences. AllSides also has a <a href="https://www.allsides.com/unbiased-balanced-news">homepage of major news items</a> with headlines from across the spectrum.</p>
<p>Thinking about sources, I was reminded of a recent post from the Verge, <a href="https://www.theverge.com/2024/8/22/24225972/ai-photo-era-what-is-reality-google-pixel-9">No one's ready for this</a>. Tagline: "Our basic assumptions about photos capturing reality are about to go up in smoke."</p>
<p>It is more important than ever to train ourselves to discern the reliability and trustworthiness of reports, identify bias, and have healthy but not unbridled skepticism of what we read, see, and watch.</p>
<form id="upvote-form" action="/upvote/EFAVxwKuWvUWHdvHMEWf/" method="post" style="display: inline">
<small>
<input hidden="" name="uid" value="EFAVxwKuWvUWHdvHMEWf" style="display:none">
<input hidden="" name="title" style="display:none">
<input type="hidden" name="csrfmiddlewaretoken" value="xybtYnmAmbN7ah2rNc3u27dxzGxTA5DL71pHzlTQcrlWumITm5BvlBxGufjprsXT">
<button class="upvote-button" title="Toast this post">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round" class="css-i6dzq1">
<polyline points="17 11 12 6 7 11"></polyline>
<polyline points="17 18 12 13 7 18"></polyline>
</svg>
<small class="upvote-count">1</small>
</button>
</small>
</form>
<script>
document.querySelector('#upvote-form').addEventListener('submit', (e) => {
e.preventDefault();
const form = e.target;
fetch(form.action, {
method: form.method,
body: new FormData(form),
});
const button = form.querySelector('button')
button.disabled = true
button.style.color = "salmon"
const upvoteCount = document.querySelector('.upvote-count')
upvoteCount.innerHTML = `${(parseInt(upvoteCount.innerHTML.split(" ")[0]) + 1)}`
});
</script>
</main>
<footer style="padding:25px 0;">
<span id="footer-directive">
<span id="my-footer">
<p><a href="/now">Now</a> | <a href="/reads">Reading List</a> | <a href="/tools">Tools</a> | <a href="https://photos.app.goo.gl/jW7ffmwDzvoW7pVi7">Photos</a></p>
<p><a href="mailto:[email protected]" rel="me">[email protected]</a></p>
<p class="location">Based in North Carolina, USA</p>
<span class="webring">
<a href="https://xn--sr8hvo.ws/previous">←</a>
<a href="https://xn--sr8hvo.ws">Indiewebring</a>
<a href="https://xn--sr8hvo.ws/next">→</a>
</span>
</span>
</span>
<span>
Powered by <a href="https://bearblog.dev">Bear ʕ•ᴥ•ʔ</a>
</span>
</footer>
</body></html>