💾 Archived View for lists.sh › rss captured on 2022-06-04 at 00:23:31. Gemini links have been rewritten to link to archived content

View Raw

More Information

➡️ Next capture (2022-06-11)

-=-=-=-=-=-=-

<?xml version="1.0" encoding="UTF-8"?><feed xmlns="http://www.w3.org/2005/Atom">

<title>lists.sh discovery feed</title>

<id>/read</id>

<updated>2022-06-04T00:23:31Z</updated>

<subtitle>lists.sh latest posts</subtitle>

<link href="/read"></link>

<author>

<name>lists.sh</name>

</author>

<entry>

<title>opensource_games</title>

<updated>2022-06-03T04:21:00Z</updated>

<id>/polyglot/opensource_games</id>

<content type="text/plain">&#xA;&#xA;=&gt; https://www.beyondallreason.info/ https://www.beyondallreason.info/&#xA;=&gt; https://screeps.com/ https://screeps.com/&#xA;=&gt; https://endless-sky.github.io/ https://endless-sky.github.io/&#xA;=&gt; https://github.com/dividuum/infon https://github.com/dividuum/infon&#xA;=&gt; https://www.chiark.greenend.org.uk/~sgtatham/puzzles/ https://www.chiark.greenend.org.uk/~sgtatham/puzzles/&#xA;=&gt; https://teeworlds.com/ https://teeworlds.com/&#xA;&#xA;</content>

<link href="/polyglot/opensource_games" rel="alternate"></link>

<summary type="text/plain"></summary>

</entry>

<entry>

<title>crypto_tutorials</title>

<updated>2022-06-03T04:20:38Z</updated>

<id>/polyglot/crypto_tutorials</id>

<content type="text/plain">&#xA;&#xA;=&gt; https://cryptocurrencyclass.github.io/ https://cryptocurrencyclass.github.io/&#xA;=&gt; https://www.youtube.com/watch?v=xwA2TkcAQgQ&amp;list=PL6TbWIxWsLY0VPlese2_z5xDZZ33ZuvV6 https://www.youtube.com/watch?v=xwA2TkcAQgQ&amp;list=PL6TbWIxWsLY0VPlese2_z5xDZZ33ZuvV6&#xA;&#xA;</content>

<link href="/polyglot/crypto_tutorials" rel="alternate"></link>

<summary type="text/plain"></summary>

</entry>

<entry>

<title>2022-06-02-first-post</title>

<updated>2022-06-02T23:44:25Z</updated>

<id>/vlladdrakk/2022-06-02-first-post</id>

<content type="text/plain">&#xA;&#xA;* first post!!&#xA;* from my blackberry classic!&#xA;&#xA;</content>

<link href="/vlladdrakk/2022-06-02-first-post" rel="alternate"></link>

<summary type="text/plain"></summary>

</entry>

<entry>

<title>bookmark-supply-chain-security</title>

<updated>2022-06-02T16:31:11Z</updated>

<id>/erock/bookmark-supply-chain-security</id>

<content type="text/plain">&#xA;&#xA;=&gt; https://socket.dev https://socket.dev&#xA;=&gt; https://www.sigstore.dev https://www.sigstore.dev&#xA;=&gt; https://in-toto.io https://in-toto.io&#xA;=&gt; https://theupdateframework.io https://theupdateframework.io&#xA;&#xA;</content>

<link href="/erock/bookmark-supply-chain-security" rel="alternate"></link>

<summary type="text/plain"></summary>

</entry>

<entry>

<title>Service Resurrection Attacks</title>

<updated>2022-06-01T00:40:28Z</updated>

<id>/eke/resurrection-attacks</id>

<content type="text/plain">&#xA;&#xA;&#xA;## What are the facts?&#xA;* A service resurrection attack is when access to a dead service, such as an expired domain or other abandoned resource, grants some degree of access or(or perceived access) to another resource.&#xA;* In Maven Central, software packages and related artifacts are organized into namespaces (referred to as groupId).&#xA;* The Java convention is to use domain names as part of the namespace.&#xA;* Maven Central requires a proof of namespace control in order to register or recover publish access to a namespace.&#xA;* There are two types of proof that are currently accepted.&#xA;* One type of proof is ability to add a DNS record to the domain.&#xA;* Another type of proof is to create a public SCM repository.&#xA;* About 80%!o(MISSING)f all new projects use a public SCM URL as the type of proof.&#xA;=&gt; https://central.sonatype.org/publish/requirements/coordinates/ Maven Central coordinate reference&#xA;* Software packages and related artifacts are published once to Maven Central - they are unable to be altered by publishers after they have been published.&#xA;&#xA;## Why is this important?&#xA;* A bad actor may be able to introduce malicious code into other software applications.&#xA;&#xA;### How?&#xA;* An SCM organization/account or DNS settings can be modified by a bad actor.&#xA;* The bad actor requests and receives publish access to Maven Central by demonstrating proof of namespace control.&#xA;* New versions of an existing software packages can be published to that namespace.&#xA;* Any software applications which 1) depend on the latest version of the existing software package; and 2) are rebuilt may execute the malicious code.&#xA;&#xA;### Examples&#xA;=&gt; https://github.com/manuelstofer/foreach/issues/21 A claimed (but unsubstantiated) takeover in the Javascript / NPM ecosystem.&#xA;&#xA;## Reasons this is not a really big deal&#xA;* The risk is generally very low: best practice for Java applications is to specify versions for dependencies. If this is the case, then a newer version of dependencies will not be incorporated into an application.&#xA;* Maven Central provides other information, such as PGP signatures, which allows users to validate provenance of software packages they depend on.&#xA;* Maven Central provides assertions about control over a namespace and other information about software packages it hosts. But there are no implied guarantees about code quality or suitability to purpose of these packages: it is the responsibility of downstream quality and security toolchains to make this determination.&#xA;&#xA;## What might be done?&#xA;* If a revalidation of namespace occurs, Maven Central can make this information readily accessible to downstream quality &amp; security toolchains.&#xA;* Maven Central can lock namespaces following a period of inactivity, and require revalidation in order to reuse it. Note this does not prevent a bad actor who controls the namespace from revalidating it.&#xA;* Better determine the scope of the problem. For instance, what percentage of packages in Maven Central published in the last 3 years include dependencies without valid, semantic version information? How many revalidations are performed on an annual basis? How many expired domains are associated with active namespaces?&#xA;&#xA;</content>

<link href="/eke/resurrection-attacks" rel="alternate"></link>

<summary type="text/plain"></summary>

</entry>

<entry>

<title>Link_Generator</title>

<updated>2022-05-30T17:08:01Z</updated>

<id>/timw/Link_Generator</id>

<content type="text/plain">&#xA;&#xA;=&gt; https://go.openathens.net/generate/libraryof.michigan.gov/72320862 Link Generator&#xA;&gt; https://go.openathens.net/generate/libraryof.michigan.gov/72320862&#xA;&#xA;</content>

<link href="/timw/Link_Generator" rel="alternate"></link>

<summary type="text/plain"></summary>

</entry>

<entry>

<title>open-source-react-codebases</title>

<updated>2022-05-29T01:25:51Z</updated>

<id>/erock/open-source-react-codebases</id>

<content type="text/plain">&#xA;&#xA;=&gt; https://github.com/RocketChat/Rocket.Chat https://github.com/RocketChat/Rocket.Chat&#xA;=&gt; https://github.com/ProtonMail/WebClients https://github.com/ProtonMail/WebClients&#xA;=&gt; https://github.com/pancakeswap/pancake-frontend https://github.com/pancakeswap/pancake-frontend&#xA;=&gt; https://github.com/HospitalRun/hospitalrun-frontend https://github.com/HospitalRun/hospitalrun-frontend&#xA;=&gt; https://github.com/Automattic/wp-calypso https://github.com/Automattic/wp-calypso&#xA;=&gt; https://github.com/keybase/client https://github.com/keybase/client&#xA;&#xA;</content>

<link href="/erock/open-source-react-codebases" rel="alternate"></link>

<summary type="text/plain"></summary>

</entry>

<entry>

<title>first</title>

<updated>2022-05-28T02:27:58Z</updated>

<id>/eke/first</id>

<content type="text/plain">&#xA;&#xA;&#xA;## services&#xA;=&gt; gemini://geddit.glv.one gemini://geddit.glv.one&#xA;=&gt; gemini://drewdevault.com/cgi-bin/man.sh gemini://drewdevault.com/cgi-bin/man.sh&#xA;=&gt; gemini://gemi.dev/cgi-bin/wp.cgi gemini://gemi.dev/cgi-bin/wp.cgi&#xA;=&gt; gemini://cryptocrawl.space gemini://cryptocrawl.space&#xA;=&gt; gemini://tilde.team/~bqb/awesome-gemini.gmi gemini://tilde.team/~bqb/awesome-gemini.gmi&#xA;&#xA;## fun reading&#xA;=&gt; gemini://warmedal.se/~antenna gemini://warmedal.se/~antenna&#xA;=&gt; gemini://flounder.online/ gemini://flounder.online/&#xA;=&gt; gemini://alex.flounder.online/ gemini://alex.flounder.online/&#xA;=&gt; gemini://republic.circumlunar.space/users/flexibeast gemini://republic.circumlunar.space/users/flexibeast&#xA;=&gt; gemini://foo.zone gemini://foo.zone&#xA;=&gt; gemini://calcuode.com/gmisub-aggregate.gmi gemini://calcuode.com/gmisub-aggregate.gmi&#xA;=&gt; gemini://rawtext.club/~sloum/spacewalk.gmi gemini://rawtext.club/~sloum/spacewalk.gmi&#xA;=&gt; gemini://gemi.dev/gemlog gemini://gemi.dev/gemlog&#xA;=&gt; gemini://medusae.space gemini://medusae.space&#xA;=&gt; gemini://review.treeblue.space gemini://review.treeblue.space&#xA;&#xA;## technical&#xA;=&gt; gemini://erock.io gemini://erock.io&#xA;&#xA;</content>

<link href="/eke/first" rel="alternate"></link>

<summary type="text/plain">useful or interesting links in the gemiverse</summary>

</entry>

<entry>

<title>pretense</title>

<updated>2022-05-27T18:11:16Z</updated>

<id>/serious/pretense</id>

<content type="text/plain">&#xA;&#xA;* Prompt. Answer. Repeat sample draw 10000x. How many archetypes can you find after running Doc2Vec &amp; PCA? How many sets are there, and of those, how many are interesting? Within each set, how many are awful pastiche of regurgitated&#xA;* opinions that the writers ingested at some primordial time in the womb?&#xA;* Basically I&#39;m upset that there&#39;s such a thing as the analytical writing section on the GRE.&#xA;* The &#39;Score 6&#39; examples I&#39;ve seen read like the unhinged ramblings of someone who barely passed AP English Lit. trying to keep it together while forced to manifest barely coherent ideas on some opinion he just read and had two minutes&#xA;* to think about. And from this we expect this process we expect that the output is some reliable estimator of the person&#39;s analytical abilities and or their writing competencies?&#xA;* Awful.&#xA;&#xA;</content>

<link href="/serious/pretense" rel="alternate"></link>

<summary type="text/plain"></summary>

</entry>

<entry>

<title>vegetables</title>

<updated>2022-05-26T16:04:15Z</updated>

<id>/m040601/vegetables</id>

<content type="text/plain">&#xA;&#xA;* cabbage&#xA;* onions&#xA;&#xA;</content>

<link href="/m040601/vegetables" rel="alternate"></link>

<summary type="text/plain"></summary>

</entry>

<entry>

<title>fruits</title>

<updated>2022-05-26T16:04:15Z</updated>

<id>/m040601/fruits</id>

<content type="text/plain">&#xA;&#xA;* appples&#xA;* bananas&#xA;* oranges&#xA;&#xA;</content>

<link href="/m040601/fruits" rel="alternate"></link>

<summary type="text/plain"></summary>

</entry>

<entry>

<title>blog_post_1</title>

<updated>2022-05-26T16:04:14Z</updated>

<id>/m040601/blog_post_1</id>

<content type="text/plain">&#xA;&#xA;* BASH(1) General Commands Manual BASH(1)&#xA;* NAME&#xA;* bash - GNU Bourne-Again SHell&#xA;* SYNOPSIS&#xA;* bash [options] [command_string | file]&#xA;* COPYRIGHT&#xA;* Bash is Copyright (C) 1989-2020 by the Free Software Foundation, Inc.&#xA;* DESCRIPTION&#xA;* Bash is an sh-compatible command language interpreter that executes&#xA;* commands read from the standard input or from a file. Bash also incor‐&#xA;* porates useful features from the Korn and C shells (ksh and csh).&#xA;* Bash is intended to be a conformant implementation of the Shell and&#xA;* Utilities portion of the IEEE POSIX specification (IEEE Standard&#xA;* 1003.1). Bash can be configured to be POSIX-conformant by default.&#xA;* OPTIONS&#xA;* All of the single-character shell options documented in the description&#xA;* of the set builtin command, including -o, can be used as options when&#xA;* the shell is invoked. In addition, bash interprets the following op‐&#xA;* tions when it is invoked:&#xA;&#xA;</content>

<link href="/m040601/blog_post_1" rel="alternate"></link>

<summary type="text/plain"></summary>

</entry>

<entry>

<title>containers</title>

<updated>2022-05-26T03:31:48Z</updated>

<id>/polyglot/containers</id>

<content type="text/plain">&#xA;&#xA;* minikube&#xA;=&gt; https://cycle.io/platform/ https://cycle.io/platform/&#xA;=&gt; https://kind.sigs.k8s.io/ kind for running local Kubernetes clusters using Docker container “nodes”&#xA;=&gt; https://k3d.io/v5.4.1/ https://k3d.io/v5.4.1/&#xA;=&gt; https://tilt.dev/ good feedback on HN&#xA;&#xA;</content>

<link href="/polyglot/containers" rel="alternate"></link>

<summary type="text/plain"></summary>

</entry>

<entry>

<title>selfishness</title>

<updated>2022-05-25T17:41:17Z</updated>

<id>/serious/selfishness</id>

<content type="text/plain">&#xA;&#xA;* The default mode network in the brain is apparently that which runs when you&#39;re not actively doing anything, thinking about anything, suppressing your desire to do anything, and you&#39;re just ... being.&#xA;* Generalize that to the default mode behavior of a human, and what kind of taxonomies could you do? Consider some axis of selfish vs. selfless. For the vast majority of humans their DMB is selfishness, with nary a concern for others.&#xA;* Whatever they do or say, there&#39;s usually some narrow scope of needs they&#39;re trying to meet, and the particular thing about those needs is that it is always *theirs* and no one else&#39;s.&#xA;* People do this subconsciously, unconsciously, and consciously; call this id, ego, superego if you&#39;d like; we&#39;ll summarize with F.&#xA;* The most benign acts and speech can be broken down by the above two axes, and in so doing we find a density plot almost entirely massed in the [F, Selfish] quadrant. What a picture of humanity that paints. How dull and predictable.&#xA;&#xA;</content>

<link href="/serious/selfishness" rel="alternate"></link>

<summary type="text/plain"></summary>

</entry>

<entry>

<title>math_resources</title>

<updated>2022-05-25T05:47:46Z</updated>

<id>/polyglot/math_resources</id>

<content type="text/plain">&#xA;&#xA;=&gt; Calculus made easy&#xA;=&gt; Unknown Quantity: A Real and Imaginary History of Algebra&#xA;=&gt; https://www.amazon.in/Quantity-Real-Imaginary-History-Algebra/dp/0452288533/ref=sr_1_1?crid=FPHS5S9ETR2K&amp;keywords=unknown+quantity&amp;qid=1653457739&amp;sprefix=unknown+quantity%!C(MISSING)aps%!C(MISSING)291&amp;sr=8-1&amp;asin=B00X8EMOPO&amp;revisionId=&amp;format=2&amp;depth=1 https://www.amazon.in/Quantity-Real-Imaginary-History-Algebra/dp/0452288533/ref=sr_1_1?crid=FPHS5S9ETR2K&amp;keywords=unknown+quantity&amp;qid=1653457739&amp;sprefix=unknown+quantity%!C(MISSING)aps%!C(MISSING)291&amp;sr=8-1&amp;asin=B00X8EMOPO&amp;revisionId=&amp;format=2&amp;depth=1&#xA;=&gt; brilliant.org brilliant.org&#xA;&#xA;</content>

<link href="/polyglot/math_resources" rel="alternate"></link>

<summary type="text/plain"></summary>

</entry>

<entry>

<title>multiple-accounts-same-key</title>

<updated>2022-05-25T03:06:59Z</updated>

<id>/news/multiple-accounts-same-key</id>

<content type="text/plain">&#xA;&#xA;* I&#39;m excited to announce another feature!&#xA;* Now users can create as many accounts as they want with the same keypair. There&#39;s a special user `new` that when used to ssh into our CMS will send you to the account creation screen.&#xA;&gt; ssh new@lists.sh&#xA;* If you decide to create mutiple accounts with the same keypair, the only caveat is you&#39;ll need to always provide the username of the account you want to use for `ssh` and `scp`.&#xA;* Honestly, I&#39;m feeling like at this point we are pretty much feature complete. I imagine I&#39;m going to spend more time using the product than making code changes to it.&#xA;&#xA;</content>

<link href="/news/multiple-accounts-same-key" rel="alternate"></link>

<summary type="text/plain"></summary>

</entry>

<entry>

<title>mpa-frameworks</title>

<updated>2022-05-24T18:41:16Z</updated>

<id>/erock/mpa-frameworks</id>

<content type="text/plain">&#xA;&#xA;=&gt; https://hotwired.dev https://hotwired.dev&#xA;=&gt; https://markojs.com https://markojs.com&#xA;=&gt; https://alpinejs.dev https://alpinejs.dev&#xA;=&gt; https://htmx.org https://htmx.org&#xA;=&gt; https://astro.build https://astro.build&#xA;=&gt; https://qwik.builder.io https://qwik.builder.io&#xA;=&gt; https://hexdocs.pm/phoenix_live_view/Phoenix.LiveView.html https://hexdocs.pm/phoenix_live_view/Phoenix.LiveView.html&#xA;&#xA;</content>

<link href="/erock/mpa-frameworks" rel="alternate"></link>

<summary type="text/plain">alternative approaches to building front-end applications with minimal javascript</summary>

</entry>

<entry>

<title>gemini</title>

<updated>2022-05-24T18:32:16Z</updated>

<id>/news/gemini</id>

<content type="text/plain">&#xA;&#xA;* I&#39;m excited to announce we have launch gemini support!&#xA;=&gt; gemini://lists.sh gemini://lists.sh&#xA;* It was always our goal to launch the product with gemini support. Gemini is a new kind of protocol that emphasizes reading and writing documents. It&#39;s the perfect blend of readability and ease-of-use.&#xA;* If you haven&#39;t downloaded a gemini client, I highly recommend it.&#xA;=&gt; https://github.com/kr1sp1n/awesome-gemini awesome-gemini&#xA;&#xA;</content>

<link href="/news/gemini" rel="alternate"></link>

<summary type="text/plain"></summary>

</entry>

<entry>

<title>lists.sh ❤️ lists</title>

<updated>2022-05-23T13:06:31Z</updated>

<id>/rubiojr/fav-lists</id>

<content type="text/plain">&#xA;&#xA;=&gt; https://erock.lists.sh/ https://erock.lists.sh/&#xA;&#xA;</content>

<link href="/rubiojr/fav-lists" rel="alternate"></link>

<summary type="text/plain"></summary>

</entry>

<entry>

<title>Every day tools (for a computer geek)</title>

<updated>2022-05-23T13:01:03Z</updated>

<id>/rubiojr/everyday-tools</id>

<content type="text/plain">&#xA;&#xA;=&gt; https://github.com/go-shiori/shiori https://github.com/go-shiori/shiori&#xA;=&gt; https://elv.sh https://elv.sh&#xA;=&gt; https://starship.rs https://starship.rs&#xA;=&gt; https://github.com/junegunn/fzf https://github.com/junegunn/fzf&#xA;=&gt; https://neovim.io https://neovim.io&#xA;=&gt; https://rclone.org https://rclone.org&#xA;=&gt; https://restic.net https://restic.net&#xA;&#xA;</content>

<link href="/rubiojr/everyday-tools" rel="alternate"></link>

<summary type="text/plain"></summary>

</entry>

<entry>

<title>Hosting services</title>

<updated>2022-05-23T12:58:32Z</updated>

<id>/rubiojr/hosting</id>

<content type="text/plain">&#xA;&#xA;&#xA;### New generation&#xA;=&gt; https://render.com https://render.com&#xA;=&gt; https://fly.io https://fly.io&#xA;=&gt; https://www.inngest.com https://www.inngest.com&#xA;&#xA;### Old school&#xA;=&gt; https://www.hetzner.com https://www.hetzner.com&#xA;&#xA;</content>

<link href="/rubiojr/hosting" rel="alternate"></link>

<summary type="text/plain"></summary>

</entry>

<entry>

<title>test</title>

<updated>2022-05-23T01:58:34Z</updated>

<id>/aw/test</id>

<content type="text/plain">&#xA;&#xA;* Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non enim sed odio tempus commodo. Etiam maximus consequat accumsan. Integer convallis sodales efficitur. Vivamus dictum id sem id dictum. Suspendisse molestie ex vel rhoncus viverra. Fusce laoreet leo vel libero ultricies porta. Praesent pharetra eget mauris id eleifend. Nulla pulvinar aliquam porttitor. Suspendisse diam purus, dictum quis metus sit amet, pharetra sagittis elit.&#xA;* Phasellus tortor nisi, condimentum sit amet dui quis, sodales aliquet augue. Quisque ut quam vitae quam ultricies iaculis. Quisque vestibulum lacus at nunc ultricies ultrices. Ut a faucibus dui. Morbi convallis nisl eget facilisis efficitur. Aliquam eu dignissim nisi, quis condimentum eros. Nunc pharetra, ex suscipit tempor molestie, lectus tellus egestas erat, semper vestibulum felis velit sit amet mi. Etiam nulla libero, mollis in ultrices fringilla, scelerisque ut lorem.&#xA;* Phasellus aliquet eu risus a feugiat. Nam sed turpis mattis orci fermentum pulvinar. Duis mollis purus et cursus tempor. Sed id nulla in nisi ultrices volutpat. Aenean ultrices velit sit amet lectus tincidunt mollis. Curabitur condimentum risus id elit venenatis iaculis. Donec vel nunc ultrices, eleifend lorem quis, feugiat dui. Donec suscipit quam tempus lacinia sollicitudin. Donec ex velit, facilisis in diam at, pretium convallis elit.&#xA;* Duis vestibulum feugiat lectus, a tristique nulla elementum eu. In interdum dui vel euismod eleifend. Vestibulum viverra gravida nibh, dapibus imperdiet lorem gravida a. Vestibulum gravida ex quis elit vulputate ultrices. Donec cursus leo ut magna tincidunt, at iaculis elit venenatis. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Maecenas rutrum augue a mi rhoncus varius. Praesent rutrum consequat ex vitae vulputate. Nunc bibendum consequat neque commodo viverra. Nunc eleifend pretium nisi et aliquam. Quisque nisl ante, viverra at maximus ac, mattis ut metus.&#xA;* In euismod tempor interdum. Donec pulvinar lectus in efficitur luctus. Aenean sem eros, pharetra et rhoncus sed, ultricies cursus lacus. Suspendisse eu placerat quam. In mattis, sapien pellentesque dapibus rhoncus, quam felis egestas tellus, pulvinar lacinia arcu quam ut tortor. Aliquam dolor sem, varius et suscipit in, vestibulum et felis. Phasellus pretium nec lectus quis consequat. Sed dictum suscipit interdum. Curabitur lobortis nisl pretium fringilla egestas.&#xA;&#xA;</content>

<link href="/aw/test" rel="alternate"></link>

<summary type="text/plain"></summary>

</entry>

<entry>

<title>days</title>

<updated>2022-05-23T01:56:54Z</updated>

<id>/aw/days</id>

<content type="text/plain">&#xA;&#xA;* Sunday&#xA;* Monday&#xA;* Tuesday&#xA;* Wednesday&#xA;* Thursday&#xA;* Friday&#xA;* Saturday&#xA;&#xA;</content>

<link href="/aw/days" rel="alternate"></link>

<summary type="text/plain"></summary>

</entry>

<entry>

<title>days-in-week</title>

<updated>2022-05-22T16:29:05Z</updated>

<id>/antoinetest/days-in-week</id>

<content type="text/plain">&#xA;&#xA;* Sunday&#xA;* Monday&#xA;* Tuesday&#xA;* Wednesday&#xA;* Thursday&#xA;* Friday&#xA;* Saturday&#xA;&#xA;</content>

<link href="/antoinetest/days-in-week" rel="alternate"></link>

<summary type="text/plain"></summary>

</entry>

<entry>

<title>Newspaper_Archive</title>

<updated>2022-05-22T15:42:25Z</updated>

<id>/timw/Newspaper_Archive</id>

<content type="text/plain">&#xA;&#xA;=&gt; https://go.openathens.net/redirector/libraryof.michigan.gov?url=https%!A(MISSING)%!F(MISSING)%!F(MISSING)access.newspaperarchive.com%!F(MISSING) Newspaper Archive&#xA;&gt; https://go.openathens.net/redirector/libraryof.michigan.gov?url=https%!A(MISSING)%!F(MISSING)%!F(MISSING)access.newspaperarchive.com%!F(MISSING)&#xA;&#xA;</content>

<link href="/timw/Newspaper_Archive" rel="alternate"></link>

<summary type="text/plain">Right-click &amp; copy the hotlink below or highlight &amp; copy the address below the hotlink</summary>

</entry>

</feed>