syslog( 'info', 'Status:%s', $status );
syslog( 'info', 'Password change request for %s', $alias );
closelog();
- $TR_STATUS =
-qq(<tr><td colspan="3"><b><font color=red>$status</font></b></td></tr>)
+ $TR_STATUS = qq(<tr><td colspan="3"><b><font color=red>$status</font></b></td></tr>)
if $status !~ m/$RDS/;
}
elsif ( $change == 1 ) {
if ( $pnm ne $cnm || $pds ne $cds ) {
- if ( ( $cid != 1 && $cid != 32 && $cid != 35 )
- && $pnm eq "" )
+ if ( ( $cid != 1 && $cid != 32 && $cid != 35 ) && $pnm eq "" )
{
-
- $s = "SELECT $CID, ID_CAT FROM LOG WHERE ID_CAT ="
- . $cid . ";";
+ $s = "SELECT $CID, ID_CAT FROM LOG WHERE ID_CAT = ". $cid . ";";
$d = $db->prepare($s);
$d->execute();
-
+ #Reset log entries to unspeciefied.
while ( my @r = $d->fetchrow_array() ) {
- $s = "UPDATE LOG SET ID_CAT=1 WHERE $CID="
- . $r[0] . ";";
+ $s = "UPDATE LOG SET ID_CAT=1 WHERE $CID=". $r[0] . ";";
$d = $db->prepare($s);
$d->execute();
}
-
#Delete
$s = "DELETE FROM CAT WHERE ID=" . $cid . ";";
$d = $db->prepare($s);
if ( $change > 1 ) {
- my $caid = $cgi->param('caid');
+ my $caid = $cgi->param('caid'); $caid = $caid =~ m/(\d+)/ ? $1 : 0;
my $canm = $cgi->param('canm');
my $cade = $cgi->param('cade');
my $valid = 1;
$status = "Added Category $canm!";
}
else {
- $status = "ID->"
- . $caid
- . " or -> Category->"
- . $canm
+ $status = "ID->" . $caid
+ . " or -> Category ->" . $canm
. " is already assigned, these must be unique!";
- die
-"<div><p><font color=red>Client Error</font>: $status</p></div>";
+ die "<div><p><font color=red>Client Error</font>: $status</p></div>";
}
$status = "Inserted new category[$canm]";
if ( $isByCat || $isByDate ) {
- my $output =
-qq(<a name="top"></a><form id="frm_log" action="data.cgi" onSubmit="return formDelValidation();">
+ my $output = qq(<a name="top"></a><form id="frm_log" action="data.cgi" onSubmit="return formDelValidation();">
<TABLE class="tbl" border="0" width=")
. &Settings::pagePrcWidth . qq(%">
<tr class="hdr"><td colspan="5" class="r1"><h3>Select Categories To Delete</h3></td></tr>
$sel .= " AND " if ($isByCat);
$sel .= "DATE<='$del_date_from'";
}
-
- $dbs = Settings::selectRecords( $db,
-"SELECT $CID, ID_CAT, DATE, LOG FROM LOG WHERE $sel ORDER BY DATE;"
- );
+ $dbs = Settings::selectRecords( $db, "SELECT $CID, ID_CAT, DATE, LOG FROM LOG WHERE $sel ORDER BY DATE;" );
while ( my @row = $dbs->fetchrow_array() ) {
my $id = $row[0]; # rowid
my $ct = $hshCats{ $row[1] }; #ID_CAT
<?xml version="1.0" encoding="UTF-8" ?>
-<rss version="2.0">
- <channel>
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/">
+ <channel rdf:about="/recent">
<title>Recent CPAN uploads - MetaCPAN</title>
- <link>/</link>
- <item>
- <title>Config-ROFL-1.01</title>
- <link>https://metacpan.org/release/NICOMEN/Config-ROFL-1.01</link>
- <author>NICOMEN</author>
- <guid isPermaLink="true">https://metacpan.org/release/NICOMEN/Config-ROFL-1.01</guid>
- <pubDate>Mon, 02 Oct 2023 01:53:10 GMT</pubDate>
- <description>Yet another config module</description>
- </item>
- <item>
- <title>SPVM-Digest-SHA-0.061001</title>
- <link>https://metacpan.org/release/KIMOTO/SPVM-Digest-SHA-0.061001</link>
- <author>KIMOTO</author>
- <guid isPermaLink="true">https://metacpan.org/release/KIMOTO/SPVM-Digest-SHA-0.061001</guid>
- <pubDate>Mon, 02 Oct 2023 01:42:52 GMT</pubDate>
- <description><p>SHA-1/224/256/384/512</p><p>Changes for 0.061001 - 2023-10-02</p><ul><li>Requirement Changes</li>
-<li>Exception Message Changes</li>
-<li>Internal Changes</li>
-<li>Document Changes</li>
-</ul></description>
- </item>
- <item>
- <title>SPVM-MIME-Base64-1.001003</title>
- <link>https://metacpan.org/release/KIMOTO/SPVM-MIME-Base64-1.001003</link>
- <author>KIMOTO</author>
- <guid isPermaLink="true">https://metacpan.org/release/KIMOTO/SPVM-MIME-Base64-1.001003</guid>
- <pubDate>Mon, 02 Oct 2023 01:12:28 GMT</pubDate>
- <description><p>Base64 Encoding/Decoding</p><p>Changes for 1.001003 - 2023-10-02</p><ul><li>Exception Message Changes</li>
-<li>Document Changes</li>
-</ul></description>
- </item>
- <item>
- <title>SPVM-Digest-MD5-1.001003</title>
- <link>https://metacpan.org/release/KIMOTO/SPVM-Digest-MD5-1.001003</link>
- <author>KIMOTO</author>
- <guid isPermaLink="true">https://metacpan.org/release/KIMOTO/SPVM-Digest-MD5-1.001003</guid>
- <pubDate>Mon, 02 Oct 2023 00:54:37 GMT</pubDate>
- <description><p>MD5</p><p>Changes for 1.001003 - 2023-10-02</p><ul><li>Requirement Changes</li>
-<li>Exception Message Changes</li>
-<li>Document Changes</li>
-<li>Incompatible Changes</li>
-</ul></description>
- </item>
- <item>
- <title>ColorTheme-2.1.4</title>
- <link>https://metacpan.org/release/PERLANCAR/ColorTheme-2.1.4</link>
- <author>PERLANCAR</author>
- <guid isPermaLink="true">https://metacpan.org/release/PERLANCAR/ColorTheme-2.1.4</guid>
- <pubDate>Mon, 02 Oct 2023 00:05:25 GMT</pubDate>
- <description><p>Color themes</p><p>Changes for 2.1.4 - 2023-07-14</p><ul><li>No spec changes.</li>
-<li>[doc] Mention somewhat related specification: BorderStyle.</li>
-</ul></description>
- </item>
- <item>
- <title>Config-ROFL-1.0</title>
- <link>https://metacpan.org/release/NICOMEN/Config-ROFL-1.0</link>
- <author>NICOMEN</author>
- <guid isPermaLink="true">https://metacpan.org/release/NICOMEN/Config-ROFL-1.0</guid>
- <pubDate>Sun, 01 Oct 2023 23:42:36 GMT</pubDate>
- <description>Yet another config module</description>
- </item>
- <item>
- <title>CryptX-0.079_003</title>
- <link>https://metacpan.org/release/MIK/CryptX-0.079_003</link>
- <author>MIK</author>
- <guid isPermaLink="true">https://metacpan.org/release/MIK/CryptX-0.079_003</guid>
- <pubDate>Sun, 01 Oct 2023 17:36:06 GMT</pubDate>
- <description><p>Cryptographic toolkit</p><p>Changes for 0.079_003 - 2023-01-10</p><ul><li>Disable AES-NI</li>
-</ul></description>
- </item>
- <item>
- <title>CryptX-0.079_002</title>
- <link>https://metacpan.org/release/MIK/CryptX-0.079_002</link>
- <author>MIK</author>
- <guid isPermaLink="true">https://metacpan.org/release/MIK/CryptX-0.079_002</guid>
- <pubDate>Sun, 01 Oct 2023 17:35:55 GMT</pubDate>
- <description><p>Cryptographic toolkit</p><p>Changes for 0.079_002 - 2023-01-10</p><ul><li>Enable AES-NI on gcc/clang/llvm</li>
-</ul></description>
- </item>
- <item>
- <title>DateTime-Format-Natural-1.17_01</title>
- <link>https://metacpan.org/release/SCHUBIGER/DateTime-Format-Natural-1.17_01</link>
- <author>SCHUBIGER</author>
- <guid isPermaLink="true">https://metacpan.org/release/SCHUBIGER/DateTime-Format-Natural-1.17_01</guid>
- <pubDate>Sun, 01 Oct 2023 14:02:29 GMT</pubDate>
- <description>Parse informal natural language date/time strings</description>
- </item>
- <item>
- <title>Tk-CodeText-0.45</title>
- <link>https://metacpan.org/release/HANJE/Tk-CodeText-0.45</link>
- <author>HANJE</author>
- <guid isPermaLink="true">https://metacpan.org/release/HANJE/Tk-CodeText-0.45</guid>
- <pubDate>Sun, 01 Oct 2023 13:03:01 GMT</pubDate>
- <description>Programmer's Swiss army knife Text widget.</description>
- </item>
- <item>
- <title>CryptX-0.079</title>
- <link>https://metacpan.org/release/MIK/CryptX-0.079</link>
- <author>MIK</author>
- <guid isPermaLink="true">https://metacpan.org/release/MIK/CryptX-0.079</guid>
- <pubDate>Sun, 01 Oct 2023 12:20:32 GMT</pubDate>
- <description><p>Cryptographic toolkit</p><p>Changes for 0.079 - 2023-01-10</p><ul><li>fix #92 update libtomcrypt</li>
-<li>bundled libtomcrypt update branch:develop (commit:1e629e6f 2023-06-22)</li>
-</ul></description>
- </item>
- <item>
- <title>Email-Address-Classify-0.01</title>
- <link>https://metacpan.org/release/FKENTO/Email-Address-Classify-0.01</link>
- <author>FKENTO</author>
- <guid isPermaLink="true">https://metacpan.org/release/FKENTO/Email-Address-Classify-0.01</guid>
- <pubDate>Sun, 01 Oct 2023 08:50:49 GMT</pubDate>
- <description>Classify email addresses</description>
- </item>
- <item>
- <title>Perl-MinimumVersion-1.42-TRIAL</title>
- <link>https://metacpan.org/release/DBOOK/Perl-MinimumVersion-1.42-TRIAL</link>
- <author>DBOOK</author>
- <guid isPermaLink="true">https://metacpan.org/release/DBOOK/Perl-MinimumVersion-1.42-TRIAL</guid>
- <pubDate>Sun, 01 Oct 2023 01:11:31 GMT</pubDate>
- <description><p>Find a minimum required version of perl for Perl code</p><p>Changes for 1.42 - 2023-09-30</p><ul><li>Restore detection for Perl version 5.008, which means that 5.006 is now the minimum required version that will be reported.</li>
-<li>Recognize the minimum required Perl versions for:</li>
-</ul></description>
- </item>
- <item>
- <title>Acme-CPANModules-RequireHooks-0.001</title>
- <link>https://metacpan.org/release/PERLANCAR/Acme-CPANModules-RequireHooks-0.001</link>
- <author>PERLANCAR</author>
- <guid isPermaLink="true">https://metacpan.org/release/PERLANCAR/Acme-CPANModules-RequireHooks-0.001</guid>
- <pubDate>Sun, 01 Oct 2023 00:06:00 GMT</pubDate>
- <description><p>List of modules that utilize require() hook</p><p>Changes for 0.001 - 2023-02-08</p><ul><li>First release.</li>
-</ul></description>
- </item>
- <item>
- <title>SPVM-Errno-0.090003</title>
- <link>https://metacpan.org/release/KIMOTO/SPVM-Errno-0.090003</link>
- <author>KIMOTO</author>
- <guid isPermaLink="true">https://metacpan.org/release/KIMOTO/SPVM-Errno-0.090003</guid>
- <pubDate>Sat, 30 Sep 2023 23:51:59 GMT</pubDate>
- <description><p>Error Numbers</p><p>Changes for 0.090003 - 2023-10-01</p><ul><li>Exception Message Changes</li>
-<li>Document Changes</li>
-</ul></description>
- </item>
- <item>
- <title>Test-Warnings-0.032</title>
- <link>https://metacpan.org/release/ETHER/Test-Warnings-0.032</link>
- <author>ETHER</author>
- <guid isPermaLink="true">https://metacpan.org/release/ETHER/Test-Warnings-0.032</guid>
- <pubDate>Sat, 30 Sep 2023 23:37:55 GMT</pubDate>
- <description><p>Test for warnings and the lack of them</p><p>Changes for 0.032 - 2023-09-30T23:36:50Z</p><ul><li>new config variable, $ENV{PERL_TEST_WARNINGS_ONLY_REPORT_WARNINGS}, for temporarily turning failures into reports</li>
-</ul></description>
- </item>
- <item>
- <title>Dispatch-Fu-0.99</title>
- <link>https://metacpan.org/release/OODLER/Dispatch-Fu-0.99</link>
- <author>OODLER</author>
- <guid isPermaLink="true">https://metacpan.org/release/OODLER/Dispatch-Fu-0.99</guid>
- <pubDate>Sat, 30 Sep 2023 23:21:22 GMT</pubDate>
- <description><p>Converts any complicated conditional dispatch situation into familiar static hash-key based dispatch</p><p>Changes for 0.99</p><ul><li>fixed xdefault to allow for the first parameter to to be C&lt;undef&gt;</li>
-</ul></description>
- </item>
- <item>
- <title>Win-SerialPort-0.23</title>
- <link>https://metacpan.org/release/ZHUMARIN/Win-SerialPort-0.23</link>
- <author>ZHUMARIN</author>
- <guid isPermaLink="true">https://metacpan.org/release/ZHUMARIN/Win-SerialPort-0.23</guid>
- <pubDate>Sat, 30 Sep 2023 22:28:24 GMT</pubDate>
- <description>User interface to Win32 Serial API calls (fork for 64bit)</description>
- </item>
- <item>
- <title>EAI-Wrap-1.0</title>
- <link>https://metacpan.org/release/RKAPL/EAI-Wrap-1.0</link>
- <author>RKAPL</author>
- <guid isPermaLink="true">https://metacpan.org/release/RKAPL/EAI-Wrap-1.0</guid>
- <pubDate>Sat, 30 Sep 2023 22:04:09 GMT</pubDate>
- <description><p>framework for easy creation of Enterprise Application Integration tasks</p><p>Changes for 1.0</p><ul><li>improved API Doc, enabled overriding of redoDir, logRootPath, historyFolder and historyFolderUpload using commandline parameters, e.g. --config redoDir=/your/redo/folder, prevent error mail (logger) and uncaught exception in sendGeneralMail when no smtp configured; use custom locales in DateUtil in all textual month functions now; allow anonymous subs in all configuration places, where strings were used (executeOnInit, postDumpProcessing, postReadProcessing, lineCode and fieldCode).</li>
-</ul></description>
- </item>
- <item>
- <title>GitHub-Crud-20230930</title>
- <link>https://metacpan.org/release/PRBRENAN/GitHub-Crud-20230930</link>
- <author>PRBRENAN</author>
- <guid isPermaLink="true">https://metacpan.org/release/PRBRENAN/GitHub-Crud-20230930</guid>
- <pubDate>Sat, 30 Sep 2023 21:45:04 GMT</pubDate>
- <description>Create, Read, Update, Delete files, commits, issues, and web hooks on GitHub.</description>
- </item>
- <item>
- <title>Math-Vectors2-20230930</title>
- <link>https://metacpan.org/release/PRBRENAN/Math-Vectors2-20230930</link>
- <author>PRBRENAN</author>
- <guid isPermaLink="true">https://metacpan.org/release/PRBRENAN/Math-Vectors2-20230930</guid>
- <pubDate>Sat, 30 Sep 2023 21:24:45 GMT</pubDate>
- <description>Vectors in two dimensions.</description>
- </item>
- <item>
- <title>Win-SerialPort-0.22</title>
- <link>https://metacpan.org/release/ZHUMARIN/Win-SerialPort-0.22</link>
- <author>ZHUMARIN</author>
- <guid isPermaLink="true">https://metacpan.org/release/ZHUMARIN/Win-SerialPort-0.22</guid>
- <pubDate>Sat, 30 Sep 2023 19:57:54 GMT</pubDate>
- <description>User interface to Win32 Serial API calls</description>
- </item>
- <item>
- <title>App-Git-Workflow-Command-Take-0.8</title>
- <link>https://metacpan.org/release/IVANWILLS/App-Git-Workflow-Command-Take-0.8</link>
- <author>IVANWILLS</author>
- <guid isPermaLink="true">https://metacpan.org/release/IVANWILLS/App-Git-Workflow-Command-Take-0.8</guid>
- <pubDate>Sat, 30 Sep 2023 19:55:09 GMT</pubDate>
- <description><p>Resolve merge conflicts by only taking one side of each conflicted section</p><p>Changes for 0.8 - 2023-09-30</p><ul><li>Updating for release of version 0.8 Updating travis (Ivan Wills) Updated (Ivan Wills) Fixing conflict resolution when &quot;both added&quot; (Ivan Wills)</li>
-</ul></description>
- </item>
- <item>
- <title>App-GUI-Harmonograph-0.61</title>
- <link>https://metacpan.org/release/LICHTKIND/App-GUI-Harmonograph-0.61</link>
- <author>LICHTKIND</author>
- <guid isPermaLink="true">https://metacpan.org/release/LICHTKIND/App-GUI-Harmonograph-0.61</guid>
- <pubDate>Sat, 30 Sep 2023 16:49:23 GMT</pubDate>
- <description><p>sculpting beautiful circular drawings</p><p>Changes for 0.61 - 2023-09-30</p><ul><li>= bug fix</li>
-<li>adopt code to new GTC API</li>
-</ul></description>
- </item>
- <item>
- <title>App-GUI-Cellgraph-0.26</title>
- <link>https://metacpan.org/release/LICHTKIND/App-GUI-Cellgraph-0.26</link>
- <author>LICHTKIND</author>
- <guid isPermaLink="true">https://metacpan.org/release/LICHTKIND/App-GUI-Cellgraph-0.26</guid>
- <pubDate>Sat, 30 Sep 2023 16:47:57 GMT</pubDate>
- <description><p>draw pattern by cellular automata</p><p>Changes for 0.26 - 2023-09-30</p><ul><li>= bug fix</li>
-<li>adopt code to new GTC API</li>
-</ul></description>
- </item>
- <item>
- <title>List-Util-mapsplice-0.001</title>
- <link>https://metacpan.org/release/PERLANCAR/List-Util-mapsplice-0.001</link>
- <author>PERLANCAR</author>
- <guid isPermaLink="true">https://metacpan.org/release/PERLANCAR/List-Util-mapsplice-0.001</guid>
- <pubDate>Sat, 30 Sep 2023 11:55:29 GMT</pubDate>
- <description><p>Splice array with code, replace items with result from code</p><p>Changes for 0.001 - 2023-09-30</p><ul><li>First version, no tests yet.</li>
-</ul></description>
- </item>
- <item>
- <title>List-Util-groupby-0.002</title>
- <link>https://metacpan.org/release/PERLANCAR/List-Util-groupby-0.002</link>
- <author>PERLANCAR</author>
- <guid isPermaLink="true">https://metacpan.org/release/PERLANCAR/List-Util-groupby-0.002</guid>
- <pubDate>Sat, 30 Sep 2023 11:55:23 GMT</pubDate>
- <description><p>Group items of a list into several (possibly multilevel) buckets</p><p>Changes for 0.002 - 2023-09-30</p><ul><li>No functional changes.</li>
-<li>[doc] Fix See Also section.</li>
-</ul></description>
- </item>
- <item>
- <title>List-Util-groupby-0.003</title>
- <link>https://metacpan.org/release/PERLANCAR/List-Util-groupby-0.003</link>
- <author>PERLANCAR</author>
- <guid isPermaLink="true">https://metacpan.org/release/PERLANCAR/List-Util-groupby-0.003</guid>
- <pubDate>Sat, 30 Sep 2023 11:53:57 GMT</pubDate>
- <description><p>Group items of a list into several (possibly multilevel) buckets</p><p>Changes for 0.003 - 2023-09-30</p><ul><li>No functional changes.</li>
-<li>Fix documentation, add example in Synopsis.</li>
-</ul></description>
- </item>
- <item>
- <title>List-Util-groupby-0.001</title>
- <link>https://metacpan.org/release/PERLANCAR/List-Util-groupby-0.001</link>
- <author>PERLANCAR</author>
- <guid isPermaLink="true">https://metacpan.org/release/PERLANCAR/List-Util-groupby-0.001</guid>
- <pubDate>Sat, 30 Sep 2023 11:53:46 GMT</pubDate>
- <description><p>Group items of a list into several (possibly multilevel) buckets</p><p>Changes for 0.001 - 2023-09-30</p><ul><li>First version, no tests yet.</li>
-</ul></description>
- </item>
- <item>
- <title>SPVM-0.989047</title>
- <link>https://metacpan.org/release/KIMOTO/SPVM-0.989047</link>
- <author>KIMOTO</author>
- <guid isPermaLink="true">https://metacpan.org/release/KIMOTO/SPVM-0.989047</guid>
- <pubDate>Sat, 30 Sep 2023 01:21:20 GMT</pubDate>
- <description><p>SPVM Language</p><p>Changes for 0.989047 - 2023-09-30</p><ul><li>New Features</li>
-<li>Bug Fix</li>
-</ul></description>
- </item>
- <item>
- <title>Task-FASTQTools-0.01</title>
- <link>https://metacpan.org/release/CHRISARG/Task-FASTQTools-0.01</link>
- <author>CHRISARG</author>
- <guid isPermaLink="true">https://metacpan.org/release/CHRISARG/Task-FASTQTools-0.01</guid>
- <pubDate>Sat, 30 Sep 2023 00:53:30 GMT</pubDate>
- <description><p>Provide native perl tools for manipulating FASTQ files</p><p>Changes for 0.01 - 2023-09-29T18:52:08-06:00</p><ul></ul></description>
- </item>
- <item>
- <title>BorderStyle-3.0.3</title>
- <link>https://metacpan.org/release/PERLANCAR/BorderStyle-3.0.3</link>
- <author>PERLANCAR</author>
- <guid isPermaLink="true">https://metacpan.org/release/PERLANCAR/BorderStyle-3.0.3</guid>
- <pubDate>Sat, 30 Sep 2023 00:05:19 GMT</pubDate>
- <description><p>Border styles</p><p>Changes for 3.0.3 - 2023-07-14</p><ul><li>No spec changes.</li>
-<li>[doc] Mention somewhat related specification: ColorTheme.</li>
-</ul></description>
- </item>
- <item>
- <title>WWW-Crawl-0.1</title>
- <link>https://metacpan.org/release/BOD/WWW-Crawl-0.1</link>
- <author>BOD</author>
- <guid isPermaLink="true">https://metacpan.org/release/BOD/WWW-Crawl-0.1</guid>
- <pubDate>Fri, 29 Sep 2023 23:47:32 GMT</pubDate>
- <description><p>A simple web crawler for extracting links and more from web pages</p><p>Changes for 0.1</p><ul><li>First version, released on an unsuspecting world.</li>
-</ul></description>
- </item>
- <item>
- <title>Astro-satpass-0.129_01</title>
- <link>https://metacpan.org/release/WYANT/Astro-satpass-0.129_01</link>
- <author>WYANT</author>
- <guid isPermaLink="true">https://metacpan.org/release/WYANT/Astro-satpass-0.129_01</guid>
- <pubDate>Fri, 29 Sep 2023 23:10:11 GMT</pubDate>
- <description><p>Classes and app to compute satellite visibility</p><p>Changes for 0.129_01 - 2023-09-29</p><ul><li>Update magnitude table to track Kelso visual.txt.</li>
-<li>Track Mike McCants' web site move.</li>
-</ul></description>
- </item>
- <item>
- <title>TkWeather_3.40</title>
- <link>https://metacpan.org/release/TURNERJW/TkWeather_3.40</link>
- <author>TURNERJW</author>
- <guid isPermaLink="true">https://metacpan.org/release/TURNERJW/TkWeather_3.40</guid>
- <pubDate>Fri, 29 Sep 2023 23:10:00 GMT</pubDate>
- <description></description>
- </item>
- <item>
- <title>App-ListSoftwareLicenses-0.080</title>
- <link>https://metacpan.org/release/PERLANCAR/App-ListSoftwareLicenses-0.080</link>
- <author>PERLANCAR</author>
- <guid isPermaLink="true">https://metacpan.org/release/PERLANCAR/App-ListSoftwareLicenses-0.080</guid>
- <pubDate>Fri, 29 Sep 2023 23:09:49 GMT</pubDate>
- <description><p>List all Software::License's</p><p>Changes for 0.080 - 2023-07-11</p><ul><li>No functional changes.</li>
-<li>Remove usage of smartmatch to avoid warning under perl 5.38.</li>
-</ul></description>
- </item>
- <item>
- <title>SPVM-0.989046</title>
- <link>https://metacpan.org/release/KIMOTO/SPVM-0.989046</link>
- <author>KIMOTO</author>
- <guid isPermaLink="true">https://metacpan.org/release/KIMOTO/SPVM-0.989046</guid>
- <pubDate>Fri, 29 Sep 2023 23:09:38 GMT</pubDate>
- <description><p>SPVM Language</p><p>Changes for 0.989046 - 2023-09-28</p><ul><li>Internal Changes</li>
-<li>Incompatible Changes</li>
-<li>New Features</li>
-<li>Deprecations</li>
-</ul></description>
- </item>
- <item>
- <title>Nice-Try-v1.3.5</title>
- <link>https://metacpan.org/release/JDEGUEST/Nice-Try-v1.3.5</link>
- <author>JDEGUEST</author>
- <guid isPermaLink="true">https://metacpan.org/release/JDEGUEST/Nice-Try-v1.3.5</guid>
- <pubDate>Fri, 29 Sep 2023 23:09:27 GMT</pubDate>
- <description><p>A real Try Catch Block Implementation Using Perl Filter</p><p>Changes for v1.3.5 - 2023-09-29T12:28:19Z</p><ul><li>Improved code by giving up early if no 'try' block is detected in the code.</li>
-<li>Fixed bug #6 arising when token __SUB__ is used within a try-catch block (Credits to Clay Fouts for finding this)</li>
-<li>Nice::Try now supports subroutine prototype and signature</li>
-</ul></description>
- </item>
- <item>
- <title>Benchmark-DKbench-2.4</title>
- <link>https://metacpan.org/release/DKECHAG/Benchmark-DKbench-2.4</link>
- <author>DKECHAG</author>
- <guid isPermaLink="true">https://metacpan.org/release/DKECHAG/Benchmark-DKbench-2.4</guid>
- <pubDate>Fri, 29 Sep 2023 23:09:15 GMT</pubDate>
- <description><p>Perl CPU Benchmark</p><p>Changes for 2.4 - 2023-09-29</p><ul><li>Added --scale and --stdev options.</li>
-</ul></description>
- </item>
- <item>
- <title>Iterator-Flex-0.16</title>
- <link>https://metacpan.org/release/DJERIUS/Iterator-Flex-0.16</link>
- <author>DJERIUS</author>
- <guid isPermaLink="true">https://metacpan.org/release/DJERIUS/Iterator-Flex-0.16</guid>
- <pubDate>Fri, 29 Sep 2023 23:09:04 GMT</pubDate>
- <description><p>Iterators with flexible behaviors</p><p>Changes for 0.16 - 2023-09-28T19:17:13-04:00</p><ul><li>ENHANCEMENT</li>
-</ul></description>
- </item>
- <item>
- <title>RxPerl-v6.28.0</title>
- <link>https://metacpan.org/release/KARJALA/RxPerl-v6.28.0</link>
- <author>KARJALA</author>
- <guid isPermaLink="true">https://metacpan.org/release/KARJALA/RxPerl-v6.28.0</guid>
- <pubDate>Thu, 28 Sep 2023 18:51:17 GMT</pubDate>
- <description><p>an implementation of Reactive Extensions / rxjs for Perl</p><p>Changes for v6.28.0 - 2023-09-28T18:45:00Z</p><ul><li>removed op_group_by operator, because it was too buggy. (If anyone has a good grasp of how it works/what it should do, feel free to contact me)</li>
-<li>removed EXPERIMENTAL status of the two promise functions, since rxjs v7 has been released</li>
-</ul></description>
- </item>
- <item>
- <title>EAI-Wrap-0.10</title>
- <link>https://metacpan.org/release/RKAPL/EAI-Wrap-0.10</link>
- <author>RKAPL</author>
- <guid isPermaLink="true">https://metacpan.org/release/RKAPL/EAI-Wrap-0.10</guid>
- <pubDate>Thu, 28 Sep 2023 18:47:12 GMT</pubDate>
- <description><p>framework for easy creation of Enterprise Application Integration tasks</p><p>Changes for 0.10</p><ul><li>improved API Doc, enabled overriding of redoDir, logRootPath, historyFolder and historyFolderUpload using commandline parameters, e.g. --config redoDir=/your/redo/folder, prevent error mail (logger) and uncaught exception in sendGeneralMail when no smtp configured; use custom locales in DateUtil in all textual month functions now.</li>
-</ul></description>
- </item>
- <item>
- <title>Dispatch-Fu-0.98</title>
- <link>https://metacpan.org/release/OODLER/Dispatch-Fu-0.98</link>
- <author>OODLER</author>
- <guid isPermaLink="true">https://metacpan.org/release/OODLER/Dispatch-Fu-0.98</guid>
- <pubDate>Thu, 28 Sep 2023 18:14:20 GMT</pubDate>
- <description><p>Converts any complicated conditional dispatch situation into familiar static hash-key based dispatch</p><p>Changes for 0.98</p><ul><li>added xdefault handling the situation where the case name is the same as the string value, which is the simlest case possible and what people use straight HASH ref dispatching for; see the tests and POD examples</li>
-</ul></description>
- </item>
- <item>
- <title>Aion-0.1</title>
- <link>https://metacpan.org/release/DART/Aion-0.1</link>
- <author>DART</author>
- <guid isPermaLink="true">https://metacpan.org/release/DART/Aion-0.1</guid>
- <pubDate>Thu, 28 Sep 2023 16:07:20 GMT</pubDate>
- <description><p>a postmodern object system for Perl 5, as Moose and Moo, but with improvements</p><p>Changes for 0.1 - 2023-09-28T16:04:10Z</p><ul><li>original version</li>
-</ul></description>
- </item>
- <item>
- <title>Module-Build-Tiny-0.047</title>
- <link>https://metacpan.org/release/LEONT/Module-Build-Tiny-0.047</link>
- <author>LEONT</author>
- <guid isPermaLink="true">https://metacpan.org/release/LEONT/Module-Build-Tiny-0.047</guid>
- <pubDate>Thu, 28 Sep 2023 15:54:26 GMT</pubDate>
- <description><p>A tiny replacement for Module::Build</p><p>Changes for 0.047 - 2023-09-28T17:53:41+02:00</p><ul><li>Avoid using empty regex for backwards compatability</li>
-</ul></description>
- </item>
- <item>
- <title>Magic-Check-0.003</title>
- <link>https://metacpan.org/release/LEONT/Magic-Check-0.003</link>
- <author>LEONT</author>
- <guid isPermaLink="true">https://metacpan.org/release/LEONT/Magic-Check-0.003</guid>
- <pubDate>Thu, 28 Sep 2023 15:52:14 GMT</pubDate>
- <description><p>Add type/value checks to variables</p><p>Changes for 0.003 - 2023-09-28T17:51:58+02:00</p><ul><li>Validate when applying magic</li>
-</ul></description>
- </item>
- <item>
- <title>Test2-Harness-UI-0.000142</title>
- <link>https://metacpan.org/release/EXODIST/Test2-Harness-UI-0.000142</link>
- <author>EXODIST</author>
- <guid isPermaLink="true">https://metacpan.org/release/EXODIST/Test2-Harness-UI-0.000142</guid>
- <pubDate>Thu, 28 Sep 2023 15:50:48 GMT</pubDate>
- <description><p>Web interface for viewing and inspecting yath test logs</p><p>Changes for 0.000142 - 2023-09-28T08:49:37-07:00</p><ul><li>Work harder at uploading results</li>
-</ul></description>
- </item>
- <item>
- <title>Game-FaceGenerator-1.03</title>
- <link>https://metacpan.org/release/SCHROEDER/Game-FaceGenerator-1.03</link>
- <author>SCHROEDER</author>
- <guid isPermaLink="true">https://metacpan.org/release/SCHROEDER/Game-FaceGenerator-1.03</guid>
- <pubDate>Thu, 28 Sep 2023 15:36:40 GMT</pubDate>
- <description><p>a web app to combine random images into faces</p><p>Changes for 1.03</p><ul><li>various new face types added (goblins, bugbears, dogs)</li>
-</ul></description>
- </item>
- <item>
- <title>FASTX-Reader-1.12.1-TRIAL</title>
- <link>https://metacpan.org/release/PROCH/FASTX-Reader-1.12.1-TRIAL</link>
- <author>PROCH</author>
- <guid isPermaLink="true">https://metacpan.org/release/PROCH/FASTX-Reader-1.12.1-TRIAL</guid>
- <pubDate>Thu, 28 Sep 2023 13:08:26 GMT</pubDate>
- <description><p>A simple module to parse FASTA and FASTQ files, supporting compressed files and paired-ends.</p><p>Changes for 1.12.1 - 2023-09-28</p><ul><li>Add citation</li>
-<li>Suppress warnings in test</li>
-</ul></description>
- </item>
- <item>
- <title>Config-JSON-Enhanced-0.08</title>
- <link>https://metacpan.org/release/BLIAKO/Config-JSON-Enhanced-0.08</link>
- <author>BLIAKO</author>
- <guid isPermaLink="true">https://metacpan.org/release/BLIAKO/Config-JSON-Enhanced-0.08</guid>
- <pubDate>Thu, 28 Sep 2023 11:24:05 GMT</pubDate>
- <description><p>JSON-based config with C/Shell-style comments, verbatim sections and variable substitutions</p><p>Changes for 0.08</p><ul><li>-Changed the regex for identifying comments, variables, verbatime sections to no need escaping special regex characters. -Added one more test for testing tags of comments, variables, etc.</li>
-</ul></description>
- </item>
- <item>
- <title>NBI-Slurm-0.7.0-TRIAL</title>
- <link>https://metacpan.org/release/PROCH/NBI-Slurm-0.7.0-TRIAL</link>
- <author>PROCH</author>
- <guid isPermaLink="true">https://metacpan.org/release/PROCH/NBI-Slurm-0.7.0-TRIAL</guid>
- <pubDate>Thu, 28 Sep 2023 11:13:50 GMT</pubDate>
- <description><p>NBI Slurm module</p><p>Changes for 0.7.0 - 2023-10-01</p><ul><li>`make_image_from_bioconda` now supports multiple packages [experimental]</li>
-<li>`make_package` will now read the binaries from images, if made with make_image_from_bioconda</li>
-<li>Improved `shelf`</li>
-</ul></description>
- </item>
- <item>
- <title>UID2-Client-0.02</title>
- <link>https://metacpan.org/release/JIRO/UID2-Client-0.02</link>
- <author>JIRO</author>
- <guid isPermaLink="true">https://metacpan.org/release/JIRO/UID2-Client-0.02</guid>
- <pubDate>Thu, 28 Sep 2023 10:04:20 GMT</pubDate>
- <description><p>Unified ID 2.0 Perl Client</p><p>Changes for 0.02 - 2023-09-28T10:03:10Z</p><ul><li>Support Token v4</li>
-</ul></description>
- </item>
- <item>
- <title>UID2-Client-XS-0.02</title>
- <link>https://metacpan.org/release/JIRO/UID2-Client-XS-0.02</link>
- <author>JIRO</author>
- <guid isPermaLink="true">https://metacpan.org/release/JIRO/UID2-Client-XS-0.02</guid>
- <pubDate>Thu, 28 Sep 2023 09:56:21 GMT</pubDate>
- <description><p>Unified ID 2.0 Client for Perl (binding to the UID2 C++ library)</p><p>Changes for 0.02 - 2023-09-28T09:53:39Z</p><ul><li>Support Token v4</li>
-</ul></description>
- </item>
- <item>
- <title>Term-Choose-Util-0.139</title>
- <link>https://metacpan.org/release/KUERBIS/Term-Choose-Util-0.139</link>
- <author>KUERBIS</author>
- <guid isPermaLink="true">https://metacpan.org/release/KUERBIS/Term-Choose-Util-0.139</guid>
- <pubDate>Thu, 28 Sep 2023 09:04:41 GMT</pubDate>
- <description><p>TUI-related functions for selecting directories, files, numbers and subsets of lists.</p><p>Changes for 0.139 - 2023-09-28</p><ul><li>Adapted the code to the documentation.</li>
-</ul></description>
- </item>
- <item>
- <title>Term-Choose-Util-0.138</title>
- <link>https://metacpan.org/release/KUERBIS/Term-Choose-Util-0.138</link>
- <author>KUERBIS</author>
- <guid isPermaLink="true">https://metacpan.org/release/KUERBIS/Term-Choose-Util-0.138</guid>
- <pubDate>Thu, 28 Sep 2023 08:00:28 GMT</pubDate>
- <description><p>TUI-related functions for selecting directories, files, numbers and subsets of lists.</p><p>Changes for 0.138 - 2023-09-28</p><ul><li>settings_menu: set out of bonds indexes to 0.</li>
-</ul></description>
- </item>
- <item>
- <title>App-DBBrowser-2.342</title>
- <link>https://metacpan.org/release/KUERBIS/App-DBBrowser-2.342</link>
- <author>KUERBIS</author>
- <guid isPermaLink="true">https://metacpan.org/release/KUERBIS/App-DBBrowser-2.342</guid>
- <pubDate>Thu, 28 Sep 2023 07:40:06 GMT</pubDate>
- <description><p>Browse SQLite/MySQL/PostgreSQL databases and their tables interactively.</p><p>Changes for 2.342 - 2023-09-28</p><ul><li>Bugfix: don't remove outer parentheses in Subqueries.pm.</li>
-<li>Bugfix: wrong format of auto generated aliases in Union.pm.</li>
-<li>Bugfix in table alias: undefined variable.</li>
-</ul></description>
- </item>
- <item>
- <title>Dist-Zilla-Plugin-GenPericmdScript-0.425</title>
- <link>https://metacpan.org/release/PERLANCAR/Dist-Zilla-Plugin-GenPericmdScript-0.425</link>
- <author>PERLANCAR</author>
- <guid isPermaLink="true">https://metacpan.org/release/PERLANCAR/Dist-Zilla-Plugin-GenPericmdScript-0.425</guid>
- <pubDate>Thu, 28 Sep 2023 00:05:44 GMT</pubDate>
- <description><p>Generate Perinci::CmdLine script</p><p>Changes for 0.425 - 2023-07-11</p><ul><li>No functional changes.</li>
-<li>Remove usage of smartmatch to avoid warning under perl 5.38.</li>
-</ul></description>
- </item>
- <item>
- <title>Cucumber-Test-Release-Automation-v0.0.69</title>
- <link>https://metacpan.org/release/CUKEBOT/Cucumber-Test-Release-Automation-v0.0.69</link>
- <author>CUKEBOT</author>
- <guid isPermaLink="true">https://metacpan.org/release/CUKEBOT/Cucumber-Test-Release-Automation-v0.0.69</guid>
- <pubDate>Thu, 28 Sep 2023 00:00:29 GMT</pubDate>
- <description>Dummy project for testing release automation</description>
- </item>
- <item>
- <title>Cucumber-Test-Release-Automation-v0.0.68</title>
- <link>https://metacpan.org/release/CUKEBOT/Cucumber-Test-Release-Automation-v0.0.68</link>
- <author>CUKEBOT</author>
- <guid isPermaLink="true">https://metacpan.org/release/CUKEBOT/Cucumber-Test-Release-Automation-v0.0.68</guid>
- <pubDate>Wed, 27 Sep 2023 22:41:11 GMT</pubDate>
- <description>Dummy project for testing release automation</description>
- </item>
- <item>
- <title>Cucumber-Test-Release-Automation-v0.0.67</title>
- <link>https://metacpan.org/release/CUKEBOT/Cucumber-Test-Release-Automation-v0.0.67</link>
- <author>CUKEBOT</author>
- <guid isPermaLink="true">https://metacpan.org/release/CUKEBOT/Cucumber-Test-Release-Automation-v0.0.67</guid>
- <pubDate>Wed, 27 Sep 2023 22:41:00 GMT</pubDate>
- <description>Dummy project for testing release automation</description>
- </item>
- <item>
- <title>Cucumber-Test-Release-Automation-v0.0.66</title>
- <link>https://metacpan.org/release/CUKEBOT/Cucumber-Test-Release-Automation-v0.0.66</link>
- <author>CUKEBOT</author>
- <guid isPermaLink="true">https://metacpan.org/release/CUKEBOT/Cucumber-Test-Release-Automation-v0.0.66</guid>
- <pubDate>Wed, 27 Sep 2023 22:40:49 GMT</pubDate>
- <description>Dummy project for testing release automation</description>
- </item>
- <item>
- <title>Liveman-1.0</title>
- <link>https://metacpan.org/release/DART/Liveman-1.0</link>
- <author>DART</author>
- <guid isPermaLink="true">https://metacpan.org/release/DART/Liveman-1.0</guid>
- <pubDate>Wed, 27 Sep 2023 21:24:01 GMT</pubDate>
- <description><p>markdown compiller to test and pod.</p><p>Changes for 1.0 - 2023-09-27T21:23:35Z</p><ul><li>change version in pod</li>
-</ul></description>
- </item>
- <item>
- <title>Liveman-0.9</title>
- <link>https://metacpan.org/release/DART/Liveman-0.9</link>
- <author>DART</author>
- <guid isPermaLink="true">https://metacpan.org/release/DART/Liveman-0.9</guid>
- <pubDate>Wed, 27 Sep 2023 21:03:40 GMT</pubDate>
- <description><p>markdown compiller to test and pod.</p><p>Changes for 0.9 - 2023-09-27T21:02:18Z</p><ul><li>remove debug info</li>
-</ul></description>
- </item>
- <item>
- <title>Liveman-0.8</title>
- <link>https://metacpan.org/release/DART/Liveman-0.8</link>
- <author>DART</author>
- <guid isPermaLink="true">https://metacpan.org/release/DART/Liveman-0.8</guid>
- <pubDate>Wed, 27 Sep 2023 20:59:38 GMT</pubDate>
- <description><p>markdown compiller to test and pod.</p><p>Changes for 0.8 - 2023-09-27T20:58:40Z</p><ul><li>change version on release</li>
-</ul></description>
- </item>
- <item>
- <title>Acme-MyFirstModule-WWILLIS-0.03</title>
- <link>https://metacpan.org/release/WWILLIS/Acme-MyFirstModule-WWILLIS-0.03</link>
- <author>WWILLIS</author>
- <guid isPermaLink="true">https://metacpan.org/release/WWILLIS/Acme-MyFirstModule-WWILLIS-0.03</guid>
- <pubDate>Wed, 27 Sep 2023 20:30:33 GMT</pubDate>
- <description><p>The great new Acme::MyFirstModule::WWILLIS!</p><p>Changes for 0.03</p><ul><li>Third version. The dates have been bumped. Going through the cpan/pause process every decade, so I don't forget how its done.</li>
-</ul></description>
- </item>
- <item>
- <title>Math-BigInt-1.999842</title>
- <link>https://metacpan.org/release/PJACKLAM/Math-BigInt-1.999842</link>
- <author>PJACKLAM</author>
- <guid isPermaLink="true">https://metacpan.org/release/PJACKLAM/Math-BigInt-1.999842</guid>
- <pubDate>Wed, 27 Sep 2023 20:08:47 GMT</pubDate>
- <description><p>Pure Perl module to test Math::BigInt with scalars</p><p>Changes for 1.999842 - 2023-09-27</p><ul><li>Fix a bug causing Math::BigInt and Math::BigFloat to be caught in an endless recursion. The bug was introduced when trying to fix https://github.com/pjacklam/p5-Math-BigInt/issues/8</li>
-<li>Allow div_scale to be 0. It is not documented what div_scale &lt;= 0 means, but there are modules that set div_scale to 0 (e.g., Astro::Units) and fail their tests if this is not supported.</li>
-</ul></description>
- </item>
- <item>
- <title>config-1.3</title>
- <link>https://metacpan.org/release/DART/config-1.3</link>
- <author>DART</author>
- <guid isPermaLink="true">https://metacpan.org/release/DART/config-1.3</guid>
- <pubDate>Wed, 27 Sep 2023 16:51:39 GMT</pubDate>
- <description><p>Perl module constant configurator</p><p>Changes for 1.3 - 2023-09-27T16:48:37Z</p><ul><li>change license to perl_5</li>
-</ul></description>
- </item>
- <item>
- <title>config-1.2</title>
- <link>https://metacpan.org/release/DART/config-1.2</link>
- <author>DART</author>
- <guid isPermaLink="true">https://metacpan.org/release/DART/config-1.2</guid>
- <pubDate>Wed, 27 Sep 2023 16:47:39 GMT</pubDate>
- <description><p>Perl module constant configurator</p><p>Changes for 1.2 - 2023-09-27T16:44:15Z</p><ul><li>use config for more version of perl!</li>
-</ul></description>
- </item>
- <item>
- <title>Software-Copyright-0.012</title>
- <link>https://metacpan.org/release/DDUMONT/Software-Copyright-0.012</link>
- <author>DDUMONT</author>
- <guid isPermaLink="true">https://metacpan.org/release/DDUMONT/Software-Copyright-0.012</guid>
- <pubDate>Wed, 27 Sep 2023 16:38:34 GMT</pubDate>
- <description><p>Copyright class</p><p>Changes for 0.012 - 2023-09-27</p><ul><li>refine copyright cleanup</li>
-</ul></description>
- </item>
- <item>
- <title>config-1.1</title>
- <link>https://metacpan.org/release/DART/config-1.1</link>
- <author>DART</author>
- <guid isPermaLink="true">https://metacpan.org/release/DART/config-1.1</guid>
- <pubDate>Wed, 27 Sep 2023 16:32:04 GMT</pubDate>
- <description><p>Perl module constant configurator</p><p>Changes for 1.1 - 2023-09-27T16:28:23Z</p><ul><li>Set minimal version of perl</li>
-</ul></description>
- </item>
- <item>
- <title>Crypt-xxHash-0.07</title>
- <link>https://metacpan.org/release/CDN/Crypt-xxHash-0.07</link>
- <author>CDN</author>
- <guid isPermaLink="true">https://metacpan.org/release/CDN/Crypt-xxHash-0.07</guid>
- <pubDate>Wed, 27 Sep 2023 16:16:46 GMT</pubDate>
- <description><p>xxHash implementation for Perl</p><p>Changes for 0.07</p><ul><li>do not use SSE instructions for ARM architecture</li>
-</ul></description>
- </item>
- <item>
- <title>Liveman-0.07</title>
- <link>https://metacpan.org/release/DART/Liveman-0.07</link>
- <author>DART</author>
- <guid isPermaLink="true">https://metacpan.org/release/DART/Liveman-0.07</guid>
- <pubDate>Wed, 27 Sep 2023 14:52:27 GMT</pubDate>
- <description><p>markdown compiller to test and pod.</p><p>Changes for 0.07 - 2023-09-27T14:49:32Z</p><ul><li>set minimal version of perl!</li>
-</ul></description>
- </item>
- <item>
- <title>HTTP-Message-6.45</title>
- <link>https://metacpan.org/release/OALDERS/HTTP-Message-6.45</link>
- <author>OALDERS</author>
- <guid isPermaLink="true">https://metacpan.org/release/OALDERS/HTTP-Message-6.45</guid>
- <pubDate>Wed, 27 Sep 2023 14:31:38 GMT</pubDate>
- <description><p>HTTP style message (base class)</p><p>Changes for 6.45 - 2023-09-27T14:27:31Z</p><ul><li>Allow for file ownership conflicts with Docker and GitHub Actions (GH#193) (Olaf Alders)</li>
-<li>Add the 'status_code' function for getting all status codes as hash (GH#194) (Dai Okabayashi)</li>
-</ul></description>
- </item>
- <item>
- <title>App-Netdisco-2.067002</title>
- <link>https://metacpan.org/release/OLIVER/App-Netdisco-2.067002</link>
- <author>OLIVER</author>
- <guid isPermaLink="true">https://metacpan.org/release/OLIVER/App-Netdisco-2.067002</guid>
- <pubDate>Wed, 27 Sep 2023 13:27:43 GMT</pubDate>
- <description><p>An open source web-based network management tool.</p><p>Changes for 2.067002 - 2023-09-27</p><ul><li>BUG FIXES</li>
-</ul></description>
- </item>
- <item>
- <title>App-Netdisco-2.067001</title>
- <link>https://metacpan.org/release/OLIVER/App-Netdisco-2.067001</link>
- <author>OLIVER</author>
- <guid isPermaLink="true">https://metacpan.org/release/OLIVER/App-Netdisco-2.067001</guid>
- <pubDate>Wed, 27 Sep 2023 13:20:00 GMT</pubDate>
- <description><p>An open source web-based network management tool.</p><p>Changes for 2.067001 - 2023-09-27</p><ul><li>BUG FIXES</li>
-</ul></description>
- </item>
- <item>
- <title>Liveman-0.06</title>
- <link>https://metacpan.org/release/DART/Liveman-0.06</link>
- <author>DART</author>
- <guid isPermaLink="true">https://metacpan.org/release/DART/Liveman-0.06</guid>
- <pubDate>Wed, 27 Sep 2023 12:00:42 GMT</pubDate>
- <description><p>markdown compiller to test and pod.</p><p>Changes for 0.06 - 2023-09-27T11:57:06Z</p><ul><li>first release</li>
-</ul></description>
- </item>
- <item>
- <title>Rope-0.03</title>
- <link>https://metacpan.org/release/LNATION/Rope-0.03</link>
- <author>LNATION</author>
- <guid isPermaLink="true">https://metacpan.org/release/LNATION/Rope-0.03</guid>
- <pubDate>Wed, 27 Sep 2023 08:07:04 GMT</pubDate>
- <description>The great new Rope!</description>
- </item>
- <item>
- <title>DBIx-Class-ResultDDL-2.04</title>
- <link>https://metacpan.org/release/NERDVANA/DBIx-Class-ResultDDL-2.04</link>
- <author>NERDVANA</author>
- <guid isPermaLink="true">https://metacpan.org/release/NERDVANA/DBIx-Class-ResultDDL-2.04</guid>
- <pubDate>Wed, 27 Sep 2023 07:05:15 GMT</pubDate>
- <description><p>Result class declaration syntactic-sugar that looks like DDL</p><p>Changes for 2.04 - 2023-09-27</p><ul><li>Enhancements to SchemaLoaderMixin:</li>
-</ul></description>
- </item>
- <item>
- <title>MailboxValidator-SingleValidation-2.00</title>
- <link>https://metacpan.org/release/MBV/MailboxValidator-SingleValidation-2.00</link>
- <author>MBV</author>
- <guid isPermaLink="true">https://metacpan.org/release/MBV/MailboxValidator-SingleValidation-2.00</guid>
- <pubDate>Wed, 27 Sep 2023 05:15:54 GMT</pubDate>
- <description><p>Email verification module for Perl using MailboxValidator API. It validates if the email is valid, from a free provider, contains high-risk keywords, whether it's a catch-all address and so much more.</p><p>Changes for 2.00</p><ul><li>Updated to call MailboxValidator v2 APIs</li>
-</ul></description>
- </item>
- <item>
- <title>String-IRC-0.05</title>
- <link>https://metacpan.org/release/HIROSE/String-IRC-0.05</link>
- <author>HIROSE</author>
- <guid isPermaLink="true">https://metacpan.org/release/HIROSE/String-IRC-0.05</guid>
- <pubDate>Wed, 27 Sep 2023 04:04:08 GMT</pubDate>
- <description><p>add color codes for mIRC compatible client</p><p>Changes for 0.05 - 2023-09-27T04:03:19+00:00</p><ul><li>BUG FIXES</li>
-</ul></description>
- </item>
- <item>
- <title>Set-Relation-0.13.4</title>
- <link>https://metacpan.org/release/DUNCAND/Set-Relation-0.13.4</link>
- <author>DUNCAND</author>
- <guid isPermaLink="true">https://metacpan.org/release/DUNCAND/Set-Relation-0.13.4</guid>
- <pubDate>Wed, 27 Sep 2023 01:14:27 GMT</pubDate>
- <description>A relation data type</description>
- </item>
- <item>
- <title>App-GenPericmdCompleterScript-0.126</title>
- <link>https://metacpan.org/release/PERLANCAR/App-GenPericmdCompleterScript-0.126</link>
- <author>PERLANCAR</author>
- <guid isPermaLink="true">https://metacpan.org/release/PERLANCAR/App-GenPericmdCompleterScript-0.126</guid>
- <pubDate>Wed, 27 Sep 2023 00:05:11 GMT</pubDate>
- <description><p>Generate Perinci::CmdLine completer script</p><p>Changes for 0.126 - 2023-07-11</p><ul><li>No functional changes.</li>
-<li>Remove usage of smartmatch to avoid warning under perl 5.38.</li>
-</ul></description>
- </item>
- <item>
- <title>EAI-Wrap-0.9</title>
- <link>https://metacpan.org/release/RKAPL/EAI-Wrap-0.9</link>
- <author>RKAPL</author>
- <guid isPermaLink="true">https://metacpan.org/release/RKAPL/EAI-Wrap-0.9</guid>
- <pubDate>Tue, 26 Sep 2023 21:54:19 GMT</pubDate>
- <description>framework for easy creation of Enterprise Application Integration tasks</description>
- </item>
- <item>
- <title>Config-JSON-Enhanced-0.07</title>
- <link>https://metacpan.org/release/BLIAKO/Config-JSON-Enhanced-0.07</link>
- <author>BLIAKO</author>
- <guid isPermaLink="true">https://metacpan.org/release/BLIAKO/Config-JSON-Enhanced-0.07</guid>
- <pubDate>Tue, 26 Sep 2023 21:50:17 GMT</pubDate>
- <description>JSON-based config with C/Shell-style comments, verbatim sections and variable substitutions</description>
- </item>
- <item>
- <title>Catalyst-Plugin-CheckFileUploadTypes-0.02</title>
- <link>https://metacpan.org/release/BIGPRESH/Catalyst-Plugin-CheckFileUploadTypes-0.02</link>
- <author>BIGPRESH</author>
- <guid isPermaLink="true">https://metacpan.org/release/BIGPRESH/Catalyst-Plugin-CheckFileUploadTypes-0.02</guid>
- <pubDate>Tue, 26 Sep 2023 20:44:49 GMT</pubDate>
- <description><p>Check uploaded files are expected and of the correct type</p><p>Changes for 0.02 - 2023-09-26</p><ul><li>Rewind filehandles after determining type</li>
-<li>Intelligent handling for Catalyst::Action::REST actions</li>
-<li>Better handling for multiple types</li>
-</ul></description>
- </item>
- <item>
- <title>Data-Record-Serialize-1.05</title>
- <link>https://metacpan.org/release/DJERIUS/Data-Record-Serialize-1.05</link>
- <author>DJERIUS</author>
- <guid isPermaLink="true">https://metacpan.org/release/DJERIUS/Data-Record-Serialize-1.05</guid>
- <pubDate>Tue, 26 Sep 2023 20:37:46 GMT</pubDate>
- <description><p>Flexible serialization of a record</p><p>Changes for 1.05 - 2023-09-26T16:36:38-04:00</p><ul><li>PACKAGING</li>
-</ul></description>
- </item>
- <item>
- <title>RT-Extension-PreviewInSearch-0.05</title>
- <link>https://metacpan.org/release/BPS/RT-Extension-PreviewInSearch-0.05</link>
- <author>BPS</author>
- <guid isPermaLink="true">https://metacpan.org/release/BPS/RT-Extension-PreviewInSearch-0.05</guid>
- <pubDate>Tue, 26 Sep 2023 17:46:55 GMT</pubDate>
- <description><p>preview tickets right from search results page</p><p>Changes for 0.05 - 2023-09-26</p><ul><li>Update for RT 5.0</li>
-</ul></description>
- </item>
- <item>
- <title>String-Tagged-0.21</title>
- <link>https://metacpan.org/release/PEVANS/String-Tagged-0.21</link>
- <author>PEVANS</author>
- <guid isPermaLink="true">https://metacpan.org/release/PEVANS/String-Tagged-0.21</guid>
- <pubDate>Tue, 26 Sep 2023 17:27:49 GMT</pubDate>
- <description><p>string buffers with value tags on extents</p><p>Changes for 0.21 - 2023-09-26</p><ul><li>CHANGES</li>
-</ul></description>
- </item>
- <item>
- <title>RT-Extension-RepeatTicket-2.02</title>
- <link>https://metacpan.org/release/BPS/RT-Extension-RepeatTicket-2.02</link>
- <author>BPS</author>
- <guid isPermaLink="true">https://metacpan.org/release/BPS/RT-Extension-RepeatTicket-2.02</guid>
- <pubDate>Tue, 26 Sep 2023 15:09:33 GMT</pubDate>
- <description><p>Repeat tickets based on schedule</p><p>Changes for 2.02 - 2023-09-26</p><ul><li>Fix display issue with selectpicker controls</li>
-</ul></description>
- </item>
- <item>
- <title>Net-API-CPAN-v0.1.1</title>
- <link>https://metacpan.org/release/JDEGUEST/Net-API-CPAN-v0.1.1</link>
- <author>JDEGUEST</author>
- <guid isPermaLink="true">https://metacpan.org/release/JDEGUEST/Net-API-CPAN-v0.1.1</guid>
- <pubDate>Tue, 26 Sep 2023 15:00:53 GMT</pubDate>
- <description><p>Meta CPAN API</p><p>Changes for v0.1.1 - 2023-09-26T16:24:10Z</p><ul><li>Improved documentation and added missing documentation in cpanapi</li>
-<li>Implemented paging for cpanapi --favorite --recent</li>
-<li>Corrected function favorite() in cpanapi</li>
-<li>Improved method next() in Net::API::CPAN::List when no query has been set on the URI yet</li>
-<li>Correcting a bug in function changes in cpanapi</li>
-<li>Updated the method package() in Net::API::CPAN to account for the property 'version' in JSON sometimes having a value of 'undef'</li>
-<li>Corrected build/fields2api_def.pl to change the method bugs in Net::API::CPAN::Distribution</li>
-<li>Updated the function _show_file() in cpanapi</li>
-<li>Updated method release() in Net::API::CPAN for the endpoint /release/all_by_author with the issue of wrong arguments order now resolved</li>
-</ul></description>
- </item>
- <item>
- <title>Process-SubProcess-2.1.8</title>
- <link>https://metacpan.org/release/BODOLFO/Process-SubProcess-2.1.8</link>
- <author>BODOLFO</author>
- <guid isPermaLink="true">https://metacpan.org/release/BODOLFO/Process-SubProcess-2.1.8</guid>
- <pubDate>Tue, 26 Sep 2023 11:18:56 GMT</pubDate>
- <description>Library to manage Sub Processes as objects</description>
- </item>
- <item>
- <title>JavonetPerlSdk-v2.1.9</title>
- <link>https://metacpan.org/release/JAVONET/JavonetPerlSdk-v2.1.9</link>
- <author>JAVONET</author>
- <guid isPermaLink="true">https://metacpan.org/release/JAVONET/JavonetPerlSdk-v2.1.9</guid>
- <pubDate>Tue, 26 Sep 2023 11:17:29 GMT</pubDate>
- <description>Javonet SDK for Perl</description>
- </item>
- <item>
- <title>Redis-Cluster-Fast-0.089</title>
- <link>https://metacpan.org/release/PLAIN/Redis-Cluster-Fast-0.089</link>
- <author>PLAIN</author>
- <guid isPermaLink="true">https://metacpan.org/release/PLAIN/Redis-Cluster-Fast-0.089</guid>
- <pubDate>Tue, 26 Sep 2023 10:50:15 GMT</pubDate>
- <description><p>A fast perl binding for Redis Cluster</p><p>Changes for 0.089 - 2023-09-26T10:49:21Z</p><ul><li>Fix tests.</li>
-<li>Use system libevent.</li>
-<li>Fix startup_nodes validation.</li>
-<li>Some chores.</li>
-</ul></description>
- </item>
- <item>
- <title>App-Oozie-0.007</title>
- <link>https://metacpan.org/release/BURAK/App-Oozie-0.007</link>
- <author>BURAK</author>
- <guid isPermaLink="true">https://metacpan.org/release/BURAK/App-Oozie-0.007</guid>
- <pubDate>Tue, 26 Sep 2023 10:33:41 GMT</pubDate>
- <description><p>Tooling/wrappers for Oozie job deployment and scheduling</p><p>Changes for 0.007 - 2023-09-26T12:32:17+02:00</p><ul><li>Fork ttree as a module (not enabled yet).</li>
-</ul></description>
- </item>
- <item>
- <title>FASTX-Reader-1.12.0</title>
- <link>https://metacpan.org/release/PROCH/FASTX-Reader-1.12.0</link>
- <author>PROCH</author>
- <guid isPermaLink="true">https://metacpan.org/release/PROCH/FASTX-Reader-1.12.0</guid>
- <pubDate>Tue, 26 Sep 2023 10:25:49 GMT</pubDate>
- <description><p>A simple module to parse FASTA and FASTQ files, supporting compressed files and paired-ends.</p><p>Changes for 1.12.0 - 2023-09-24</p><ul><li>5.16 minimum Perl version required</li>
-<li>minor updates to POD, tests</li>
-</ul></description>
- </item>
- <item>
- <title>Business-ISBN-Data-20230926.001</title>
- <link>https://metacpan.org/release/BDFOY/Business-ISBN-Data-20230926.001</link>
- <author>BDFOY</author>
- <guid isPermaLink="true">https://metacpan.org/release/BDFOY/Business-ISBN-Data-20230926.001</guid>
- <pubDate>Tue, 26 Sep 2023 09:01:31 GMT</pubDate>
- <description><p>data pack for Business::ISBN</p><p>Changes for 20230926.001 - 2023-09-26T09:01:09Z</p><ul><li>Data update for 2023-09-26</li>
-</ul></description>
- </item>
- <item>
- <title>Config-JSON-Enhanced-0.06</title>
- <link>https://metacpan.org/release/BLIAKO/Config-JSON-Enhanced-0.06</link>
- <author>BLIAKO</author>
- <guid isPermaLink="true">https://metacpan.org/release/BLIAKO/Config-JSON-Enhanced-0.06</guid>
- <pubDate>Tue, 26 Sep 2023 08:37:27 GMT</pubDate>
- <description><p>JSON-based config with C/Shell-style comments, verbatim sections and variable substitutions</p><p>Changes for 0.06</p><ul><li>-Added more test files to check propgram behaviour when dealing with comments. -Some pod enhancements.</li>
-</ul></description>
- </item>
- <item>
- <title>Config-JSON-Enhanced-0.05</title>
- <link>https://metacpan.org/release/BLIAKO/Config-JSON-Enhanced-0.05</link>
- <author>BLIAKO</author>
- <guid isPermaLink="true">https://metacpan.org/release/BLIAKO/Config-JSON-Enhanced-0.05</guid>
- <pubDate>Tue, 26 Sep 2023 08:34:41 GMT</pubDate>
- <description>JSON-based config with C/Shell-style comments, verbatim sections and variable substitutions</description>
- </item>
- <item>
- <title>Pheno-Ranker-0.00_2</title>
- <link>https://metacpan.org/release/MRUEDA/Pheno-Ranker-0.00_2</link>
- <author>MRUEDA</author>
- <guid isPermaLink="true">https://metacpan.org/release/MRUEDA/Pheno-Ranker-0.00_2</guid>
- <pubDate>Tue, 26 Sep 2023 08:13:00 GMT</pubDate>
- <description>A module that performs semantic similarity in PXF/BFF data structures and beyond (JSON|YAML)</description>
- </item>
- <item>
- <title>Set-Relation-0.13.3</title>
- <link>https://metacpan.org/release/DUNCAND/Set-Relation-0.13.3</link>
- <author>DUNCAND</author>
- <guid isPermaLink="true">https://metacpan.org/release/DUNCAND/Set-Relation-0.13.3</guid>
- <pubDate>Tue, 26 Sep 2023 02:42:46 GMT</pubDate>
- <description>A relation data type</description>
- </item>
+ <link>/recent</link>
+ <dc:date>2023-12-05T23:29:26</dc:date>
+ <items>
+ <rdf:Seq>
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Wo-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Wae-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Vun-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Vo-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Vi-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Vai-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Uz-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Ur-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Uk-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Ug-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Tzm-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Twq-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Tt-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Transformations-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Tr-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-To-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Tk-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Ti-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Th-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Tg-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Teo-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Te-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Ta-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Sw-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Sv-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Sr-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Sq-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-So-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Sn-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Smn-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Sl-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Sk-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Si-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Shi-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Sg-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Ses-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Seh-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Se-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Sd-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Sbp-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Saq-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Sah-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Rwk-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Rw-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Ru-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Rof-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Ro-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Rn-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Rm-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Qu-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Pt-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Ps-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Prg-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Pl-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Pa-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Os-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Or-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Om-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Nyn-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Nus-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Nnh-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Nn-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Nmg-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Nl-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Ne-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Nds-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Nd-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Nb-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Naq-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Mzn-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-My-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Mua-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Mt-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Ms-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Mr-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Mn-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Ml-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Mk-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Mi-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Mgo-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Mgh-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Mg-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Mfe-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Mer-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Mas-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Lv-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Luy-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Luo-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Lu-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Lt-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Lrc-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Lo-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Ln-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Lkt-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Lg-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Lb-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Lag-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Ky-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Kw-v0.34.4" />
+ <rdf:li rdf:resource="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Ku-v0.34.4" />
+ </rdf:Seq>
+ </items>
</channel>
-</rss>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Wo-v0.34.4">
+ <title>Locale-CLDR-Locales-Wo-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Wo-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T23:28:32</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Wolof )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Wae-v0.34.4">
+ <title>Locale-CLDR-Locales-Wae-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Wae-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T23:28:21</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Walser )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Vun-v0.34.4">
+ <title>Locale-CLDR-Locales-Vun-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Vun-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T23:26:43</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Vunjo )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Vo-v0.34.4">
+ <title>Locale-CLDR-Locales-Vo-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Vo-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T23:25:23</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Volapük )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Vi-v0.34.4">
+ <title>Locale-CLDR-Locales-Vi-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Vi-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T23:25:12</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Vietnamese )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Vai-v0.34.4">
+ <title>Locale-CLDR-Locales-Vai-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Vai-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T23:23:45</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Vai )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Uz-v0.34.4">
+ <title>Locale-CLDR-Locales-Uz-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Uz-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T23:22:03</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Uzbek )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Ur-v0.34.4">
+ <title>Locale-CLDR-Locales-Ur-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Ur-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T23:21:22</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Urdu )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Uk-v0.34.4">
+ <title>Locale-CLDR-Locales-Uk-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Uk-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T23:21:10</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Ukrainian )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Ug-v0.34.4">
+ <title>Locale-CLDR-Locales-Ug-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Ug-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T23:19:44</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Uyghur )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Tzm-v0.34.4">
+ <title>Locale-CLDR-Locales-Tzm-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Tzm-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T23:18:18</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Central Atlas Tamazight )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Twq-v0.34.4">
+ <title>Locale-CLDR-Locales-Twq-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Twq-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T23:18:06</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Tasawaq )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Tt-v0.34.4">
+ <title>Locale-CLDR-Locales-Tt-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Tt-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T23:16:40</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Tatar )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Transformations-v0.34.4">
+ <title>Locale-CLDR-Transformations-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Transformations-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T23:15:14</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for transliterations )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Tr-v0.34.4">
+ <title>Locale-CLDR-Locales-Tr-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Tr-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T23:13:51</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Turkish )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-To-v0.34.4">
+ <title>Locale-CLDR-Locales-To-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-To-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T23:13:38</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Tongan )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Tk-v0.34.4">
+ <title>Locale-CLDR-Locales-Tk-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Tk-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T23:12:11</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Turkmen )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Ti-v0.34.4">
+ <title>Locale-CLDR-Locales-Ti-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Ti-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T23:12:03</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Tigrinya )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Th-v0.34.4">
+ <title>Locale-CLDR-Locales-Th-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Th-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T23:10:39</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Thai )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Tg-v0.34.4">
+ <title>Locale-CLDR-Locales-Tg-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Tg-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T23:09:13</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Tajik )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Teo-v0.34.4">
+ <title>Locale-CLDR-Locales-Teo-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Teo-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T23:07:50</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Teso )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Te-v0.34.4">
+ <title>Locale-CLDR-Locales-Te-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Te-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T23:07:28</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Telugu )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Ta-v0.34.4">
+ <title>Locale-CLDR-Locales-Ta-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Ta-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T23:06:11</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Tamil )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Sw-v0.34.4">
+ <title>Locale-CLDR-Locales-Sw-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Sw-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T23:06:00</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Swahili )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Sv-v0.34.4">
+ <title>Locale-CLDR-Locales-Sv-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Sv-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T23:04:34</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Swedish )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Sr-v0.34.4">
+ <title>Locale-CLDR-Locales-Sr-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Sr-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T23:02:40</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Serbian )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Sq-v0.34.4">
+ <title>Locale-CLDR-Locales-Sq-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Sq-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T23:02:26</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Albanian )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-So-v0.34.4">
+ <title>Locale-CLDR-Locales-So-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-So-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T23:00:59</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Somali )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Sn-v0.34.4">
+ <title>Locale-CLDR-Locales-Sn-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Sn-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T23:00:51</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Shona )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Smn-v0.34.4">
+ <title>Locale-CLDR-Locales-Smn-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Smn-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T22:59:27</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Inari Sami )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Sl-v0.34.4">
+ <title>Locale-CLDR-Locales-Sl-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Sl-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T22:58:01</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Slovenian )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Sk-v0.34.4">
+ <title>Locale-CLDR-Locales-Sk-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Sk-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T22:56:28</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Slovak )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Si-v0.34.4">
+ <title>Locale-CLDR-Locales-Si-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Si-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T22:56:14</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Sinhala )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Shi-v0.34.4">
+ <title>Locale-CLDR-Locales-Shi-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Shi-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T22:54:48</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Tachelhit )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Sg-v0.34.4">
+ <title>Locale-CLDR-Locales-Sg-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Sg-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T22:54:36</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Sango )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Ses-v0.34.4">
+ <title>Locale-CLDR-Locales-Ses-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Ses-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T22:53:09</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Koyraboro Senni )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Seh-v0.34.4">
+ <title>Locale-CLDR-Locales-Seh-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Seh-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T22:51:42</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Sena )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Se-v0.34.4">
+ <title>Locale-CLDR-Locales-Se-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Se-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T22:51:31</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Northern Sami )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Sd-v0.34.4">
+ <title>Locale-CLDR-Locales-Sd-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Sd-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T22:49:55</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Sindhi )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Sbp-v0.34.4">
+ <title>Locale-CLDR-Locales-Sbp-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Sbp-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T22:48:29</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Sangu )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Saq-v0.34.4">
+ <title>Locale-CLDR-Locales-Saq-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Saq-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T22:48:20</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Samburu )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Sah-v0.34.4">
+ <title>Locale-CLDR-Locales-Sah-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Sah-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T22:46:54</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Sakha )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Rwk-v0.34.4">
+ <title>Locale-CLDR-Locales-Rwk-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Rwk-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T22:45:19</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Rwa )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Rw-v0.34.4">
+ <title>Locale-CLDR-Locales-Rw-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Rw-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T22:45:04</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Kinyarwanda )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Ru-v0.34.4">
+ <title>Locale-CLDR-Locales-Ru-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Ru-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T22:43:38</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Russian )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Rof-v0.34.4">
+ <title>Locale-CLDR-Locales-Rof-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Rof-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T22:43:27</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Rombo )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Ro-v0.34.4">
+ <title>Locale-CLDR-Locales-Ro-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Ro-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T22:42:01</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Romanian )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Rn-v0.34.4">
+ <title>Locale-CLDR-Locales-Rn-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Rn-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T22:40:23</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Rundi )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Rm-v0.34.4">
+ <title>Locale-CLDR-Locales-Rm-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Rm-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T22:39:57</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Romansh )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Qu-v0.34.4">
+ <title>Locale-CLDR-Locales-Qu-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Qu-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T22:38:30</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Quechua )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Pt-v0.34.4">
+ <title>Locale-CLDR-Locales-Pt-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Pt-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T22:38:22</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Portuguese )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Ps-v0.34.4">
+ <title>Locale-CLDR-Locales-Ps-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Ps-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T22:36:58</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Pashto )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Prg-v0.34.4">
+ <title>Locale-CLDR-Locales-Prg-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Prg-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T22:35:35</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Prussian )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Pl-v0.34.4">
+ <title>Locale-CLDR-Locales-Pl-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Pl-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T22:34:08</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Polish )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Pa-v0.34.4">
+ <title>Locale-CLDR-Locales-Pa-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Pa-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T22:33:43</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Punjabi )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Os-v0.34.4">
+ <title>Locale-CLDR-Locales-Os-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Os-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T22:32:17</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Ossetic )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Or-v0.34.4">
+ <title>Locale-CLDR-Locales-Or-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Or-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T22:32:06</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Odia )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Om-v0.34.4">
+ <title>Locale-CLDR-Locales-Om-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Om-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T22:30:43</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Oromo )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Nyn-v0.34.4">
+ <title>Locale-CLDR-Locales-Nyn-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Nyn-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T22:29:19</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Nyankole )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Nus-v0.34.4">
+ <title>Locale-CLDR-Locales-Nus-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Nus-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T22:27:55</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Nuer )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Nnh-v0.34.4">
+ <title>Locale-CLDR-Locales-Nnh-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Nnh-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T22:27:43</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Ngiemboon )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Nn-v0.34.4">
+ <title>Locale-CLDR-Locales-Nn-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Nn-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T22:26:18</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Norwegian Nynorsk )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Nmg-v0.34.4">
+ <title>Locale-CLDR-Locales-Nmg-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Nmg-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T22:26:07</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Kwasio )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Nl-v0.34.4">
+ <title>Locale-CLDR-Locales-Nl-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Nl-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T22:24:41</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Dutch )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Ne-v0.34.4">
+ <title>Locale-CLDR-Locales-Ne-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Ne-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T22:23:15</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Nepali )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Nds-v0.34.4">
+ <title>Locale-CLDR-Locales-Nds-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Nds-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T22:21:49</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Low German )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Nd-v0.34.4">
+ <title>Locale-CLDR-Locales-Nd-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Nd-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T22:21:28</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for North Ndebele )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Nb-v0.34.4">
+ <title>Locale-CLDR-Locales-Nb-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Nb-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T22:20:02</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Norwegian Bokmål )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Naq-v0.34.4">
+ <title>Locale-CLDR-Locales-Naq-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Naq-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T22:19:53</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Nama )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Mzn-v0.34.4">
+ <title>Locale-CLDR-Locales-Mzn-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Mzn-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T22:18:30</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Mazanderani )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-My-v0.34.4">
+ <title>Locale-CLDR-Locales-My-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-My-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T22:17:06</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Burmese )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Mua-v0.34.4">
+ <title>Locale-CLDR-Locales-Mua-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Mua-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T22:15:39</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Mundang )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Mt-v0.34.4">
+ <title>Locale-CLDR-Locales-Mt-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Mt-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T22:15:17</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Maltese )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Ms-v0.34.4">
+ <title>Locale-CLDR-Locales-Ms-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Ms-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T22:13:51</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Malay )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Mr-v0.34.4">
+ <title>Locale-CLDR-Locales-Mr-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Mr-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T22:13:43</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Marathi )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Mn-v0.34.4">
+ <title>Locale-CLDR-Locales-Mn-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Mn-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T22:12:19</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Mongolian )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Ml-v0.34.4">
+ <title>Locale-CLDR-Locales-Ml-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Ml-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T22:10:55</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Malayalam )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Mk-v0.34.4">
+ <title>Locale-CLDR-Locales-Mk-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Mk-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T22:09:32</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Macedonian )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Mi-v0.34.4">
+ <title>Locale-CLDR-Locales-Mi-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Mi-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T22:09:20</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Maori )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Mgo-v0.34.4">
+ <title>Locale-CLDR-Locales-Mgo-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Mgo-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T22:07:53</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Metaʼ )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Mgh-v0.34.4">
+ <title>Locale-CLDR-Locales-Mgh-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Mgh-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T22:07:45</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Makhuwa-Meetto )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Mg-v0.34.4">
+ <title>Locale-CLDR-Locales-Mg-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Mg-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T22:06:21</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Malagasy )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Mfe-v0.34.4">
+ <title>Locale-CLDR-Locales-Mfe-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Mfe-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T22:04:58</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Morisyen )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Mer-v0.34.4">
+ <title>Locale-CLDR-Locales-Mer-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Mer-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T22:03:31</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Meru )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Mas-v0.34.4">
+ <title>Locale-CLDR-Locales-Mas-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Mas-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T22:03:09</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Masai )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Lv-v0.34.4">
+ <title>Locale-CLDR-Locales-Lv-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Lv-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T22:01:42</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Latvian )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Luy-v0.34.4">
+ <title>Locale-CLDR-Locales-Luy-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Luy-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T22:01:34</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Luyia )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Luo-v0.34.4">
+ <title>Locale-CLDR-Locales-Luo-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Luo-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T22:00:10</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Luo )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Lu-v0.34.4">
+ <title>Locale-CLDR-Locales-Lu-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Lu-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T21:58:47</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Luba-Katanga )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Lt-v0.34.4">
+ <title>Locale-CLDR-Locales-Lt-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Lt-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T21:57:28</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Lithuanian )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Lrc-v0.34.4">
+ <title>Locale-CLDR-Locales-Lrc-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Lrc-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T21:57:06</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Northern Luri )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Lo-v0.34.4">
+ <title>Locale-CLDR-Locales-Lo-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Lo-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T21:55:40</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Lao )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Ln-v0.34.4">
+ <title>Locale-CLDR-Locales-Ln-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Ln-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T21:55:32</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Lingala )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Lkt-v0.34.4">
+ <title>Locale-CLDR-Locales-Lkt-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Lkt-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T21:54:08</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Lakota )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Lg-v0.34.4">
+ <title>Locale-CLDR-Locales-Lg-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Lg-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T21:52:44</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Ganda )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Lb-v0.34.4">
+ <title>Locale-CLDR-Locales-Lb-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Lb-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T21:51:18</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Luxembourgish )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Lag-v0.34.4">
+ <title>Locale-CLDR-Locales-Lag-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Lag-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T21:50:57</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Langi )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Ky-v0.34.4">
+ <title>Locale-CLDR-Locales-Ky-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Ky-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T21:49:31</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Kyrgyz )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Kw-v0.34.4">
+ <title>Locale-CLDR-Locales-Kw-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Kw-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T21:49:22</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Cornish )</description>
+ </item>
+ <item rdf:about="https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Ku-v0.34.4">
+ <title>Locale-CLDR-Locales-Ku-v0.34.4</title>
+ <link>https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Ku-v0.34.4</link>
+ <dc:creator>JGNI</dc:creator>
+ <dc:date>2023-12-05T21:47:59</dc:date>
+ <description>Locale::CLDR - Data Package ( Perl localization data for Kurdish )</description>
+ </item>
+</rdf:RDF>
+++ /dev/null
-<?xml version="1.0" encoding="utf-8"?>
-<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:atom="http://www.w3.org/2005/Atom">
- <channel>
- <title>Lifehacker</title>
- <link>https://lifehacker.com</link>
- <atom:link href="https://lifehacker.com" rel="self" type="application/rss+xml"/>
- <description><![CDATA[Do everything better]]></description>
- <language>en</language>
- <item>
- <title><![CDATA[Today’s NYT Connections Hints (and Answer) for Monday, October 2, 2023]]></title>
- <link>https://lifehacker.com/nyt-connections-answer-today-october-2-2023-1850886791</link>
- <description><![CDATA[<img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/8629f05b422809f7dc8118e10209b682.png"/><p>If you’re looking for the <a class="sc-1out364-0 dPMosf sc-145m8ut-0 lcFFec js_link" href="https://www.nytimes.com/games/connections" target="_blank" rel="noopener noreferrer">Connections</a> answer for Monday, October 2, 2023, read on—I’ll share some clues, tips, and strategies, and finally the solutions to all four categories. <strong>Beware, there are spoilers below for October 2, NYT Connections #113! </strong>Read on if you want some hints (and then the answer) to today’s…</p><p><a href="https://lifehacker.com/nyt-connections-answer-today-october-2-2023-1850886791">Read more...</a></p>]]></description>
- <category>iphone</category>
- <category>close</category>
- <category>puzzles</category>
- <category>crossword</category>
- <category>human interest</category>
- <pubDate>Mon, 02 Oct 2023 01:00:00 GMT</pubDate>
- <guid isPermaLink="false">1850886791</guid>
- <dc:creator><![CDATA[Beth Skwarecki]]></dc:creator>
- <media:thumbnail url="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/8629f05b422809f7dc8118e10209b682.png"/>
- </item>
- <item>
- <title><![CDATA[Approach a Potential Career Change As If You Were Designing a New Product]]></title>
- <link>https://lifehacker.com/approach-a-potential-career-change-as-if-you-were-desig-1850888017</link>
- <description><![CDATA[<img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/f869f21ba4b6f088fd3d2f8cf4d38a25.jpg"/><p>Feeling unhappy and unfulfilled at work is one thing: Knowing what to do instead is something else completely. At this point, most people probably realize that there’s <a class="sc-1out364-0 dPMosf sc-145m8ut-0 lcFFec js_link" href="https://lifehacker.com/your-dream-job-is-a-farce-and-how-to-be-happy-at-work-1847072368" target="_blank" rel="noopener noreferrer">no such thing as a “dream job,”</a> but that doesn’t necessarily mean that the only other option is sticking with a job you hate. The hard part (well, one…</p><p><a href="https://lifehacker.com/approach-a-potential-career-change-as-if-you-were-desig-1850888017">Read more...</a></p>]]></description>
- <category>innovation management</category>
- <category>problem solving</category>
- <category>neuropsychological assessment</category>
- <category>design</category>
- <category>mosaic careers</category>
- <category>idea</category>
- <category>thought</category>
- <category>labor</category>
- <category>design thinking</category>
- <category>ingrid goldbloom bloch</category>
- <pubDate>Sun, 01 Oct 2023 17:00:00 GMT</pubDate>
- <guid isPermaLink="false">1850888017</guid>
- <dc:creator><![CDATA[Elizabeth Yuko]]></dc:creator>
- <media:thumbnail url="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/f869f21ba4b6f088fd3d2f8cf4d38a25.jpg"/>
- </item>
- <item>
- <title><![CDATA[Use This Renovation Calculator to Figure Out Which Home Upgrades Add the Most Value]]></title>
- <link>https://lifehacker.com/use-this-renovation-calculator-to-figure-out-which-home-1850888023</link>
- <description><![CDATA[<img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/0e1db16d79ee4e0ccecb4edec0e2ca88.jpg"/><p>Unless you’re lucky enough to be working with an unlimited budget, it can be hard to determine which home renovations to prioritize. </p><p><a href="https://lifehacker.com/use-this-renovation-calculator-to-figure-out-which-home-1850888023">Read more...</a></p>]]></description>
- <category>renovation</category>
- <category>calculator</category>
- <category>office equipment</category>
- <category>airbnb</category>
- <category>mathematical software</category>
- <category>myhome</category>
- <category>mathematical notation</category>
- <category>software calculator</category>
- <pubDate>Sun, 01 Oct 2023 15:00:00 GMT</pubDate>
- <guid isPermaLink="false">1850888023</guid>
- <dc:creator><![CDATA[Elizabeth Yuko]]></dc:creator>
- <media:thumbnail url="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/0e1db16d79ee4e0ccecb4edec0e2ca88.jpg"/>
- </item>
- <item>
- <title><![CDATA[You Should Clean Your Sink's Overflow Hole]]></title>
- <link>https://lifehacker.com/you-should-clean-your-sinks-overflow-hole-1850888031</link>
- <description><![CDATA[<img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/a2eeffc5c652a445faa9f3221bb6022a.jpg"/><p>As its name suggests, a sink’s overflow hole gives water a place to go in the event that the drain is closed or blocked, and the faucet is left on. While the sink’s drain is located at the bottom of the basin, the overflow hole can be found along one of the sides, towards the top.</p><p><a href="https://lifehacker.com/you-should-clean-your-sinks-overflow-hole-1850888031">Read more...</a></p>]]></description>
- <category>overflow</category>
- <category>sink</category>
- <category>kitchen</category>
- <category>gunk</category>
- <category>bathrooms</category>
- <category>drainage</category>
- <category>water damage</category>
- <category>drain</category>
- <category>plumbing</category>
- <pubDate>Sun, 01 Oct 2023 13:00:00 GMT</pubDate>
- <guid isPermaLink="false">1850888031</guid>
- <dc:creator><![CDATA[Elizabeth Yuko]]></dc:creator>
- <media:thumbnail url="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/a2eeffc5c652a445faa9f3221bb6022a.jpg"/>
- </item>
- <item>
- <title><![CDATA[Today’s NYT Connections Hints (and Answer) for Sunday, October 1, 2023]]></title>
- <link>https://lifehacker.com/nyt-connections-answer-today-october-1-2023-1850886727</link>
- <description><![CDATA[<img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/085217f9363d669e478ddf29e03018c6.png"/><p>If you’re looking for the <a class="sc-1out364-0 dPMosf sc-145m8ut-0 lcFFec js_link" href="https://www.nytimes.com/games/connections" target="_blank" rel="noopener noreferrer">Connections</a> answer for Sunday, October 1, 2023, read on—I’ll share some clues, tips, and strategies, and finally the solutions to all four categories. <strong>Beware, there are spoilers below for October 1, NYT Connections #112! </strong>Read on if you want some hints (and then the answer) to today’s…</p><p><a href="https://lifehacker.com/nyt-connections-answer-today-october-1-2023-1850886727">Read more...</a></p>]]></description>
- <category>liu</category>
- <category>t puzzle</category>
- <category>close</category>
- <category>pope</category>
- <category>puzzles</category>
- <category>crossword</category>
- <category>human interest</category>
- <pubDate>Sun, 01 Oct 2023 01:00:00 GMT</pubDate>
- <guid isPermaLink="false">1850886727</guid>
- <dc:creator><![CDATA[Beth Skwarecki]]></dc:creator>
- <media:thumbnail url="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/085217f9363d669e478ddf29e03018c6.png"/>
- </item>
- <item>
- <title><![CDATA[The Most Clever Ways to Reuse an Old Pillow]]></title>
- <link>https://lifehacker.com/the-most-clever-ways-to-reuse-an-old-pillow-1850887855</link>
- <description><![CDATA[<img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/ce2ed5aa74d87515c19943f1d8523a8b.jpg"/><p>For the most part, pillows don’t last forever. Even if you <a class="sc-1out364-0 dPMosf sc-145m8ut-0 lcFFec js_link" href="https://lifehacker.com/clean-and-freshen-your-pillows-in-three-simple-steps-1787336053" target="_blank" rel="noopener noreferrer">wash</a> them <a class="sc-1out364-0 dPMosf sc-145m8ut-0 lcFFec js_link" href="https://lifehacker.com/how-often-should-you-wash-your-pillows-cushions-and-c-1849447049" target="_blank" rel="noopener noreferrer">regularly</a>, they can still flatten or lose their shape over time. On the other hand, you may have perfectly good pillows that you no longer need. </p><p><a href="https://lifehacker.com/the-most-clever-ways-to-reuse-an-old-pillow-1850887855">Read more...</a></p>]]></description>
- <category>draftstuffing clothes</category>
- <category>throw pillow</category>
- <category>bedding</category>
- <category>stuffing</category>
- <category>stuffed toy</category>
- <category>toy</category>
- <category>whitewater</category>
- <category>human interest</category>
- <category>pillows</category>
- <category>furnishings</category>
- <pubDate>Sat, 30 Sep 2023 17:00:00 GMT</pubDate>
- <guid isPermaLink="false">1850887855</guid>
- <dc:creator><![CDATA[Elizabeth Yuko]]></dc:creator>
- <media:thumbnail url="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/ce2ed5aa74d87515c19943f1d8523a8b.jpg"/>
- </item>
- <item>
- <title><![CDATA[Add These 12 Killer Supersets to Your Next Workout]]></title>
- <link>https://lifehacker.com/12-killer-supersets-to-add-to-your-next-workout-1849986590</link>
- <description><![CDATA[<img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/ed970a5330bfd0913bfbcc42091c58f7.jpg"/><p>Who doesn’t love a superset? Pairing two exercises saves time in your main workout, provided the routine allows. And if you’d like to do a quick bit of extra work at the end of the day, a superset is an efficient way to fit it in. So let’s look at a few perfect pairings you can add to your next workout. </p><p><a href="https://lifehacker.com/12-killer-supersets-to-add-to-your-next-workout-1849986590">Read more...</a></p>]]></description>
- <category>squat</category>
- <category>bodyweight exercises</category>
- <category>squatting position</category>
- <category>strength training</category>
- <category>smith</category>
- <category>physical exercise</category>
- <category>bench press</category>
- <category>powerlifting</category>
- <category>chinups</category>
- <category>kettlebell</category>
- <category>wrist curl</category>
- <category>barbell</category>
- <category>bicep curl</category>
- <category>arnold</category>
- <category>calisthenics</category>
- <pubDate>Sat, 30 Sep 2023 15:15:00 GMT</pubDate>
- <guid isPermaLink="false">1849986590</guid>
- <dc:creator><![CDATA[Beth Skwarecki]]></dc:creator>
- <media:thumbnail url="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/ed970a5330bfd0913bfbcc42091c58f7.jpg"/>
- </item>
- <item>
- <title><![CDATA[How to Deep Clean Your Kitchen Cabinets]]></title>
- <link>https://lifehacker.com/how-to-deep-clean-your-kitchen-cabinets-1850887869</link>
- <description><![CDATA[<img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/3e2d4d4ca033893ba351e63b8063b5fe.jpg"/><p>Even if you keep your kitchen relatively clean—wiping down countertops and tables, vacuuming the floor, and keeping the sink area as tidy as possible—grease and grime from regular cooking is going to build up over time. This is especially the case when it comes to surfaces we don’t wipe down on a regular basis, like…</p><p><a href="https://lifehacker.com/how-to-deep-clean-your-kitchen-cabinets-1850887869">Read more...</a></p>]]></description>
- <category>kitchen</category>
- <category>dishwashing</category>
- <category>cabinetry</category>
- <category>hospitality recreation</category>
- <category>toothbrush</category>
- <category>kitchen cabinet</category>
- <category>mat</category>
- <category>furniture</category>
- <pubDate>Sat, 30 Sep 2023 15:00:00 GMT</pubDate>
- <guid isPermaLink="false">1850887869</guid>
- <dc:creator><![CDATA[Elizabeth Yuko]]></dc:creator>
- <media:thumbnail url="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/3e2d4d4ca033893ba351e63b8063b5fe.jpg"/>
- </item>
- <item>
- <title><![CDATA[There's a New Global Entry App for US Customs]]></title>
- <link>https://lifehacker.com/theres-a-new-global-entry-app-for-us-customs-1850887880</link>
- <description><![CDATA[<img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/2e14acc683d03a891c5d5230f6a8295a.jpg"/><p>International travel is about to get a little easier for the more than 12 million members of U.S. Customs and Border Protection’s (CBP) Global Entry program. Earlier this month, <a class="sc-1out364-0 dPMosf sc-145m8ut-0 lcFFec js_link" href="https://www.cbp.gov/newsroom/national-media-release/cbp-announces-new-global-entry-mobile-app" target="_blank" rel="noopener noreferrer">GBP announced</a> the launch of a new mobile app which would allow Global Entry members to complete their arrival processing on their phone…</p><p><a href="https://lifehacker.com/theres-a-new-global-entry-app-for-us-customs-1850887880">Read more...</a></p>]]></description>
- <category>global entry</category>
- <category>customs</category>
- <category>mobile passport</category>
- <category>app store</category>
- <category>borders of the united states</category>
- <category>customs services</category>
- <category>border control</category>
- <category>cbp office of field operations</category>
- <category>troy a miller</category>
- <category>us customs and border protection</category>
- <category>united states department of homeland security</category>
- <category>airport</category>
- <category>international law</category>
- <category>troy</category>
- <category>technology internet</category>
- <pubDate>Sat, 30 Sep 2023 13:00:00 GMT</pubDate>
- <guid isPermaLink="false">1850887880</guid>
- <dc:creator><![CDATA[Elizabeth Yuko]]></dc:creator>
- <media:thumbnail url="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/2e14acc683d03a891c5d5230f6a8295a.jpg"/>
- </item>
- <item>
- <title><![CDATA[Today’s NYT Connections Hints (and Answer) for Saturday, September 30, 2023]]></title>
- <link>https://lifehacker.com/nyt-connections-answer-today-september-30-2023-1850886122</link>
- <description><![CDATA[<img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/973a8560d5adca175abe854747e3ee79.png"/><p>If you’re looking for the <a class="sc-1out364-0 dPMosf sc-145m8ut-0 lcFFec js_link" href="https://www.nytimes.com/games/connections" target="_blank" rel="noopener noreferrer">Connections</a> answer for Saturday, September 30, 2023, read on—I’ll share some clues, tips, and strategies, and finally the solutions to all four categories. <strong>Beware, there are spoilers below for September 30, NYT Connections #111! </strong>Read on if you want some hints (and then the answer) to today’s…</p><p><a href="https://lifehacker.com/nyt-connections-answer-today-september-30-2023-1850886122">Read more...</a></p>]]></description>
- <category>heart</category>
- <category>close</category>
- <category>puzzles</category>
- <category>crossword</category>
- <pubDate>Sat, 30 Sep 2023 01:00:00 GMT</pubDate>
- <guid isPermaLink="false">1850886122</guid>
- <dc:creator><![CDATA[Beth Skwarecki]]></dc:creator>
- <media:thumbnail url="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/973a8560d5adca175abe854747e3ee79.png"/>
- </item>
- <item>
- <title><![CDATA[Spotify Can Now Transcribe Podcasts While You Listen]]></title>
- <link>https://lifehacker.com/spotify-can-now-transcribe-podcasts-while-you-listen-1850887011</link>
- <description><![CDATA[<img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/5574f6dadba0ff8aa0e7d959d74843a7.png"/><p>If you want to listen to a podcast on your commute, but forgot your headphones, you’re out of luck. Or, at least, you used to be: <a class="sc-1out364-0 dPMosf sc-145m8ut-0 lcFFec js_link" href="https://newsroom.spotify.com/2023-09-28/international-podcast-day-transcripts-chapters-show-pages-global/" target="_blank" rel="noopener noreferrer">Spotify is rolling out a new feature</a> that auto-generates and syncs podcast transcriptions with “millions” of episodes, so you can read along as you listen, or stay tuned in without the…</p><p><a href="https://lifehacker.com/spotify-can-now-transcribe-podcasts-while-you-listen-1850887011">Read more...</a></p>]]></description>
- <category>spotify</category>
- <category>spotify</category>
- <category>symbian software</category>
- <category>entertainment culture</category>
- <category>podcast</category>
- <category>technology internet</category>
- <category>xbox one software</category>
- <pubDate>Fri, 29 Sep 2023 23:00:00 GMT</pubDate>
- <guid isPermaLink="false">1850887011</guid>
- <dc:creator><![CDATA[Emily Long]]></dc:creator>
- <media:thumbnail url="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/5574f6dadba0ff8aa0e7d959d74843a7.png"/>
- </item>
- <item>
- <title><![CDATA[This 'All-in-one' JBL Soundbar Is $81 Right Now]]></title>
- <link>https://lifehacker.com/this-all-in-one-jbl-soundbar-is-81-right-now-1850888300</link>
- <description><![CDATA[<img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/ac82703fb41e771ba250f67d49566eee.jpg"/><p>You’re not alone if you’ve felt dialogue in movies and shows has <a class="sc-1out364-0 dPMosf sc-145m8ut-0 lcFFec js_link" href="https://www.slashfilm.com/673162/heres-why-movie-dialogue-has-gotten-more-difficult-to-understand-and-three-ways-to-fix-it/" target="_blank" rel="noopener noreferrer">gotten worse over the years</a>. One easy solution (besides turning on the subtitles) is upgrading your sound system. The <a class="sc-1out364-0 dPMosf sc-145m8ut-0 lcFFec js_link" href="https://zdcs.link/JYL1p" target="_blank" rel="noopener noreferrer">JBL Bar 2.0 All-in-one Soundbar</a> is currently <strong>$81.81</strong> (originally $199.95) once an automatic (temporary) discount is applied at checkout. S…</p><p><a href="https://lifehacker.com/this-all-in-one-jbl-soundbar-is-81-right-now-1850888300">Read more...</a></p>]]></description>
- <category>jbl</category>
- <category>soundbar</category>
- <category>consumer electronics</category>
- <category>audio engineering</category>
- <category>in car entertainment</category>
- <category>technology internet</category>
- <category>subwoofer</category>
- <category>loudspeakers</category>
- <pubDate>Fri, 29 Sep 2023 22:30:00 GMT</pubDate>
- <guid isPermaLink="false">1850888300</guid>
- <dc:creator><![CDATA[Daniel Oropeza]]></dc:creator>
- <media:thumbnail url="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/ac82703fb41e771ba250f67d49566eee.jpg"/>
- </item>
- <item>
- <title><![CDATA[How to Choose Between the Meta Quest 2, Apple Vision Pro, and Vive Pro 2]]></title>
- <link>https://lifehacker.com/meta-quest-3-vc-apple-vision-pro-vs-vive-pro-2-1850887857</link>
- <description><![CDATA[<img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/ab8ad70b474628c83d92062e02a4d0ff.png"/><p>Consumers hoping to take their first steps into virtual reality (or upgrade their current VR setup) are facing a dilemma: Buy a standalone system like the Meta Quest 3 when it goes on sale Oct. 10, wait for the <a class="sc-1out364-0 dPMosf sc-145m8ut-0 lcFFec js_link" href="https://lifehacker.com/everything-apple-announced-at-wwdc-2023-1850506825" target="_blank" rel="noopener noreferrer">Apple Vision Pro</a> planned for release in 2024, or go with an already available wired VR rig like the Valve…</p><p><a href="https://lifehacker.com/meta-quest-3-vc-apple-vision-pro-vs-vive-pro-2-1850887857">Read more...</a></p>]]></description>
- <category>meta quest</category>
- <category>apple</category>
- <category>vision pro</category>
- <category>quest 2</category>
- <category>apple vision pro</category>
- <category>virtual reality</category>
- <category>wearable devices</category>
- <category>honda civic</category>
- <category>valve index</category>
- <category>meta quest 3</category>
- <category>eric alexander</category>
- <category>mcdonalds</category>
- <category>oculus quest</category>
- <category>alexander</category>
- <category>htc</category>
- <category>valve corporation</category>
- <category>the quest 3</category>
- <category>mac</category>
- <category>technology internet</category>
- <category>htc vive</category>
- <category>virtual reality headsets</category>
- <category>metaverse</category>
- <pubDate>Fri, 29 Sep 2023 22:00:00 GMT</pubDate>
- <guid isPermaLink="false">1850887857</guid>
- <dc:creator><![CDATA[Stephen Johnson]]></dc:creator>
- <media:thumbnail url="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/ab8ad70b474628c83d92062e02a4d0ff.png"/>
- </item>
- <item>
- <title><![CDATA[Why It’s Still Worth It to Wire Your House for Ethernet]]></title>
- <link>https://lifehacker.com/is-ethernet-still-worth-it-1850887111</link>
- <description><![CDATA[<img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/c88ed165fb7cfc58530dcbc7113cb856.jpg"/><p>We’re living in an increasingly wireless world, as everything from the power that charges your devices to the audio that pops into your earbuds is transmitted wirelessly—including arguably the most precious resource of the modern era, the internet. There are so many advantages to accessing the internet via <a class="sc-1out364-0 dPMosf sc-145m8ut-0 lcFFec js_link" href="https://lifehacker.com/how-to-always-find-free-wifi-1849914769" target="_blank" rel="noopener noreferrer">wifi</a> that…</p><p><a href="https://lifehacker.com/is-ethernet-still-worth-it-1850887111">Read more...</a></p>]]></description>
- <category>ethernet</category>
- <category>computer network</category>
- <category>internet access</category>
- <category>advanced physical layer</category>
- <category>ieee standards</category>
- <category>wi fi</category>
- <category>technology internet</category>
- <category>computer networking</category>
- <pubDate>Fri, 29 Sep 2023 21:30:00 GMT</pubDate>
- <guid isPermaLink="false">1850887111</guid>
- <dc:creator><![CDATA[Jeff Somers]]></dc:creator>
- <media:thumbnail url="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/c88ed165fb7cfc58530dcbc7113cb856.jpg"/>
- </item>
- <item>
- <title><![CDATA[Why a Pawn Shop Is Better Than a Payday Loan in an Emergency]]></title>
- <link>https://lifehacker.com/why-a-pawn-shop-is-better-than-a-payday-loan-in-an-emer-1850886664</link>
- <description><![CDATA[<img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/108b2bd855447d2b1d56cff6ae5b925b.jpg"/><p>It’s a universal rule of finance: If you’re seeking a short-term loan to cover an emergency expense, you’re not in a good place, financially speaking. But since most of us have <a class="sc-1out364-0 dPMosf sc-145m8ut-0 lcFFec js_link" href="https://www.nasdaq.com/articles/most-americans-have-$1000-or-less-in-savings-how-to-increase-that-amount" target="_blank" rel="noopener noreferrer">very little savings</a> in the bank, most of us aren’t in a good place financially. So when an emergency expense comes up, the only options are…</p><p><a href="https://lifehacker.com/why-a-pawn-shop-is-better-than-a-payday-loan-in-an-emer-1850886664">Read more...</a></p>]]></description>
- <category>payday loan</category>
- <category>pawn</category>
- <category>business finance</category>
- <category>repurposing</category>
- <category>pawnbroker</category>
- <category>black country living museum pawnbrokers shop</category>
- <category>collateral</category>
- <category>credit</category>
- <category>pawnbrokers in hong kong</category>
- <category>debt</category>
- <category>loans</category>
- <category>dave</category>
- <category>pawn shops</category>
- <pubDate>Fri, 29 Sep 2023 21:00:00 GMT</pubDate>
- <guid isPermaLink="false">1850886664</guid>
- <dc:creator><![CDATA[Jeff Somers]]></dc:creator>
- <media:thumbnail url="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/108b2bd855447d2b1d56cff6ae5b925b.jpg"/>
- </item>
- <item>
- <title><![CDATA[The iPhone 15 Pro Max Is Apple’s Most Boring Phone Yet]]></title>
- <link>https://lifehacker.com/iphone-15-pro-max-review-1850887664</link>
- <description><![CDATA[<img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/06008c2c14c04a1447fa2f11b34d9b96.jpg"/><p>There’s nothing innately special about the iPhone 15 Pro Max. Sure, it’s the latest and greatest smartphone from Apple, and it finally brings USB-C to the iPhone—yet aside from a few small additions, the iPhone 15 Pro Max is unequivocally boring. But that’s not a bad thing.<br/></p><p><a href="https://lifehacker.com/iphone-15-pro-max-review-1850887664">Read more...</a></p>]]></description>
- <category>iphone</category>
- <category>iphone</category>
- <category>apple</category>
- <category>google</category>
- <category>samsung</category>
- <category>videotelephony</category>
- <category>technology internet</category>
- <category>iphone 12 pro</category>
- <category>lightning</category>
- <category>ios</category>
- <category>draftevolution of the iphone</category>
- <pubDate>Fri, 29 Sep 2023 20:30:00 GMT</pubDate>
- <guid isPermaLink="false">1850887664</guid>
- <dc:creator><![CDATA[Joshua Hawkins]]></dc:creator>
- <media:thumbnail url="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/06008c2c14c04a1447fa2f11b34d9b96.jpg"/>
- </item>
- <item>
- <title><![CDATA[12 of the Best Exercises to Do With Resistance Bands at the Gym]]></title>
- <link>https://lifehacker.com/12-of-the-best-exercises-to-do-with-resistance-bands-at-1849658908</link>
- <description><![CDATA[<img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/f4379c05733fba6b6ba70a19f212e624.jpg"/><p>Resistance bands are a <a class="sc-1out364-0 dPMosf sc-145m8ut-0 lcFFec js_link" href="https://lifehacker.com/how-to-decide-between-resistance-bands-and-dumbbells-1845218911" target="_blank" rel="noopener noreferrer">favorite</a> of travelers and home-gym-havers because they can fold up into a small, light, easily transportable package. But even when you have access to a full gym, there are still a ton of exercises where resistance bands are the right tool for the job. <br/><br/>Here are some of the best band moves that…</p><p><a href="https://lifehacker.com/12-of-the-best-exercises-to-do-with-resistance-bands-at-1849658908">Read more...</a></p>]]></description>
- <category>with resistance</category>
- <category>squat</category>
- <category>squatting position</category>
- <category>push up</category>
- <category>strength training</category>
- <category>physical exercise</category>
- <category>powerlifting</category>
- <category>pull up</category>
- <category>kettlebell</category>
- <category>dip</category>
- <category>power rack</category>
- <category>bodyweight exercise</category>
- <category>bodyweight exercises</category>
- <category>entertainment culture</category>
- <category>monster</category>
- <pubDate>Fri, 29 Sep 2023 20:15:00 GMT</pubDate>
- <guid isPermaLink="false">1849658908</guid>
- <dc:creator><![CDATA[Beth Skwarecki]]></dc:creator>
- <media:thumbnail url="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/f4379c05733fba6b6ba70a19f212e624.jpg"/>
- </item>
- <item>
- <title><![CDATA[Everything You Need to Know About the Fitbit Charge 6]]></title>
- <link>https://lifehacker.com/fitbit-charge-6-review-1850887582</link>
- <description><![CDATA[<img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/3a051b8c764bd88a0e15765a3004a15a.jpg"/><p>One of Fitbit’s most popular models, the Charge, has a new version out: the <a class="sc-1out364-0 dPMosf sc-145m8ut-0 lcFFec js_link" href="https://blog.google/products/fitbit/fitness-tracker-charge-6/" target="_blank" rel="noopener noreferrer">Charge 6</a>. It has Google Maps, Google Wallet, and YouTube Music controls built in, along with heart rate sensing that the company says is its most accurate to date. You can preorder it now for $159.95, only about $10 more than the Charge 5’s…</p><p><a href="https://lifehacker.com/fitbit-charge-6-review-1850887582">Read more...</a></p>]]></description>
- <category>charge</category>
- <category>fitbit</category>
- <category>amazon</category>
- <category>google pay send</category>
- <category>entertainment culture</category>
- <category>youtube music</category>
- <category>google wallet</category>
- <category>iphone</category>
- <category>google</category>
- <category>technology internet</category>
- <category>spotify</category>
- <category>nordictrack</category>
- <category>mobile payments</category>
- <category>online payments</category>
- <category>best buy</category>
- <category>alphabet inc</category>
- <pubDate>Fri, 29 Sep 2023 20:00:00 GMT</pubDate>
- <guid isPermaLink="false">1850887582</guid>
- <dc:creator><![CDATA[Beth Skwarecki]]></dc:creator>
- <media:thumbnail url="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/3a051b8c764bd88a0e15765a3004a15a.jpg"/>
- </item>
- <item>
- <title><![CDATA[Six Sinks, Ranked by How Easy They Are to Install Yourself]]></title>
- <link>https://lifehacker.com/easiest-sinks-install-1850884571</link>
- <description><![CDATA[<img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/f646aaa9f90954c8838f38cafe94a917.jpg"/><p>If you need to upgrade a sink, choosing the right one can seem daunting. If you plan to do the work yourself, considerations like mounting style, depth, and the type of countertop you have can factor into how simple it is to swap out your old sink for a new one. Here’s a handy guide, from simplest to most complicated…</p><p><a href="https://lifehacker.com/easiest-sinks-install-1850884571">Read more...</a></p>]]></description>
- <category>kitchen</category>
- <category>building materials</category>
- <category>bathrooms</category>
- <category>sink</category>
- <category>caulk</category>
- <category>plumbing</category>
- <category>countertop</category>
- <category>cabinetry</category>
- <pubDate>Fri, 29 Sep 2023 19:30:00 GMT</pubDate>
- <guid isPermaLink="false">1850884571</guid>
- <dc:creator><![CDATA[Becca Lewis]]></dc:creator>
- <media:thumbnail url="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/f646aaa9f90954c8838f38cafe94a917.jpg"/>
- </item>
- <item>
- <title><![CDATA[You Can Finally Preorder Raspberry Pi 5]]></title>
- <link>https://lifehacker.com/how-to-preorder-raspberry-pi-5-1850887192</link>
- <description><![CDATA[<img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/fcc07477e052e8498568de0f38b66afa.jpg"/><p>From the beginning, Raspberry Pi’s mission has been to offer capable computers to beginners and experts alike, at a remarkably affordable price. That doesn’t change with the company’s latest device. Yes, after years of <a class="sc-1out364-0 dPMosf sc-145m8ut-0 lcFFec js_link" href="https://techcrunch.com/2022/10/05/raspberry-pi-supply-chain-shocks-eben-upton-interview/" target="_blank" rel="noopener noreferrer">processor shortages and supply chain disruption</a>, the Raspberry 5 is nearly here, and you can…</p><p><a href="https://lifehacker.com/how-to-preorder-raspberry-pi-5-1850887192">Read more...</a></p>]]></description>
- <category>raspberry pi</category>
- <category>business finance</category>
- <category>videocore</category>
- <category>chip</category>
- <category>computer science education in the united kingdom</category>
- <category>single board computers</category>
- <category>pine64</category>
- <category>technology internet</category>
- <category>linux based devices</category>
- <category>raspberry pis mission</category>
- <category>banana pi</category>
- <category>arm cortex a7</category>
- <pubDate>Fri, 29 Sep 2023 19:00:00 GMT</pubDate>
- <guid isPermaLink="false">1850887192</guid>
- <dc:creator><![CDATA[Jake Peterson]]></dc:creator>
- <media:thumbnail url="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/fcc07477e052e8498568de0f38b66afa.jpg"/>
- </item>
- <item>
- <title><![CDATA[You Can Actually Trigger Two Shortcuts With the iPhone 15 Pro’s Action Button]]></title>
- <link>https://lifehacker.com/two-shortcuts-iphone-15-pro-action-button-1850886176</link>
- <description><![CDATA[<img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/b22ed20d2d3ffc1e428abc405cbd9fdb.png"/><p>The <a class="sc-1out364-0 dPMosf sc-145m8ut-0 lcFFec js_link" href="https://lifehacker.com/everything-you-need-to-know-about-the-iphone-15-pro-and-1850829750" target="_blank" rel="noopener noreferrer">iPhone 15 Pro</a>’s Action Button <a class="sc-1out364-0 dPMosf sc-145m8ut-0 lcFFec js_link" href="https://lifehacker.com/everything-you-can-do-with-iphone-15-pros-action-button-1850832992" target="_blank" rel="noopener noreferrer">is a game-changer</a>. With it, you can quickly launch features like the camera and flashlight, or, if you’re really creative, a host of useful shortcuts and automations. But what’s better than assigning one shortcut to the Action Button? Assigning two shortcuts to the Action Button.</p><p><a href="https://lifehacker.com/two-shortcuts-iphone-15-pro-action-button-1850886176">Read more...</a></p>]]></description>
- <category>shortcuts</category>
- <category>iphone</category>
- <category>trigger</category>
- <category>keyboard shortcut</category>
- <category>federico viticci</category>
- <category>user interface techniques</category>
- <category>mobile operating systems</category>
- <category>viticci</category>
- <category>federico</category>
- <category>ios</category>
- <category>iphone 7</category>
- <category>macos</category>
- <pubDate>Fri, 29 Sep 2023 18:30:00 GMT</pubDate>
- <guid isPermaLink="false">1850886176</guid>
- <dc:creator><![CDATA[Pranay Parab]]></dc:creator>
- <media:thumbnail url="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/b22ed20d2d3ffc1e428abc405cbd9fdb.png"/>
- </item>
- <item>
- <title><![CDATA[Every Thanksgiving Recipe You Can Microwave (and Those You Can't)]]></title>
- <link>https://lifehacker.com/everything-you-can-and-cannot-microwave-on-thanksgiving-1830572421</link>
- <description><![CDATA[<img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/ed9836c0ce25796b5d949a4bc0387f09.jpg"/><p>Choreographing a lavish Thanksgiving meal is a high-pressure project to say the least, and when you’re juggling a dozen-odd dishes, every square inch of stove and oven space is precious real estate. <a class="sc-1out364-0 dPMosf sc-145m8ut-0 lcFFec js_link" href="https://lifehacker.com/the-best-tips-and-tricks-for-your-microwave-1643119824" target="_blank" rel="noopener noreferrer">A microwave oven</a> can streamline even the most ambitious prep schedule, as long as you make good choices—some recipes…</p><p><a href="https://lifehacker.com/everything-you-can-and-cannot-microwave-on-thanksgiving-1830572421">Read more...</a></p>]]></description>
- <category>types of food</category>
- <category>convenience foods</category>
- <category>casserole</category>
- <category>canadian cuisine</category>
- <category>microwave oven</category>
- <category>hospitality recreation</category>
- <category>english cuisine</category>
- <category>national dishes</category>
- <category>custard</category>
- <category>macaroni and cheese</category>
- <pubDate>Fri, 29 Sep 2023 18:15:00 GMT</pubDate>
- <guid isPermaLink="false">1830572421</guid>
- <dc:creator><![CDATA[A.A. Newton]]></dc:creator>
- <media:thumbnail url="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/ed9836c0ce25796b5d949a4bc0387f09.jpg"/>
- </item>
- <item>
- <title><![CDATA[This Three-camera Blink Bundle Is 58% Off Right Now]]></title>
- <link>https://lifehacker.com/this-three-camera-blink-bundle-is-58-off-right-now-1850887133</link>
- <description><![CDATA[<img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/bc0a704ffe8e8451f4e3f36a3042183d.jpg"/><p>Until the end of the day on Sunday, Oct. 1, Amazon Prime members can get a 58% discount on a <a class="sc-1out364-0 dPMosf sc-145m8ut-0 lcFFec js_link" href="https://zdcs.link/3Z00m" target="_blank" rel="noopener noreferrer">three-camera Blink bundle</a>, currently going for <strong>$99.99 </strong>(down from its $239.98 list price). This is the lowest price this bundle has been, according to <a class="sc-1out364-0 dPMosf sc-145m8ut-0 lcFFec js_link" href="https://camelcamelcamel.com/product/B09F7KTTTL" target="_blank" rel="noopener noreferrer">Camelcamelcamel’s price history</a>.<br/></p><p><a href="https://lifehacker.com/this-three-camera-blink-bundle-is-58-off-right-now-1850887133">Read more...</a></p>]]></description>
- <category>blink</category>
- <category>amazon</category>
- <category>ring</category>
- <category>nine</category>
- <category>google</category>
- <category>technology internet</category>
- <category>blink home</category>
- <pubDate>Fri, 29 Sep 2023 18:00:00 GMT</pubDate>
- <guid isPermaLink="false">1850887133</guid>
- <dc:creator><![CDATA[Daniel Oropeza]]></dc:creator>
- <media:thumbnail url="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/bc0a704ffe8e8451f4e3f36a3042183d.jpg"/>
- </item>
- <item>
- <title><![CDATA[Cling to That Summer Feeling With This Lemon Stick 'Drink']]></title>
- <link>https://lifehacker.com/cling-to-that-summer-feeling-with-this-lemon-stick-drin-1850887254</link>
- <description><![CDATA[<img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/a695890298f2e3ee7711ae0886fcf4d4.jpg"/><p>Summer ended abruptly this year. One minute, I was sweating profusely, hiding from the sun indoors, and the next thing I knew, I was bundling myself in blankets, hiding from the rain indoors. I wasn’t done with summer, but summer was done with me. As a result, I’ve found myself clinging to sunny-weather things, like…</p><p><a href="https://lifehacker.com/cling-to-that-summer-feeling-with-this-lemon-stick-drin-1850887254">Read more...</a></p>]]></description>
- <category>lemon stick</category>
- <category>lemon</category>
- <category>sugar</category>
- <category>candy cane</category>
- <category>bob</category>
- <category>candy</category>
- <category>cuisine of baltimore</category>
- <category>peppermint</category>
- <category>leo soft peppermint</category>
- <category>hospitality recreation</category>
- <pubDate>Fri, 29 Sep 2023 17:30:00 GMT</pubDate>
- <guid isPermaLink="false">1850887254</guid>
- <dc:creator><![CDATA[Claire Lower]]></dc:creator>
- <media:thumbnail url="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/a695890298f2e3ee7711ae0886fcf4d4.jpg"/>
- </item>
- <item>
- <title><![CDATA[Back Up Your Xbox Screenshots and Videos Before Microsoft Deletes Them All]]></title>
- <link>https://lifehacker.com/back-up-your-xbox-screenshots-and-videos-before-microso-1850886074</link>
- <description><![CDATA[<img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/791ad2b4fe1274bc38bf122acb90a1e0.jpg"/><p>Microsoft won’t let you permanently store <a class="sc-1out364-0 dPMosf sc-145m8ut-0 lcFFec js_link" href="https://lifehacker.com/how-to-take-screenshots-on-the-xbox-series-x-s-outside-1847257809" target="_blank" rel="noopener noreferrer">your game clips and screenshots</a> on the Xbox Network anymore. In a <a class="sc-1out364-0 dPMosf sc-145m8ut-0 lcFFec js_link" href="https://news.xbox.com/en-us/2023/09/27/bonus-xbox-update-for-september/" target="_blank" rel="noopener noreferrer">blog post</a>, the company has announced it’ll start deleting all of these game captures 90 days after you upload them. If you’re as emotionally attached to your “play of the game” moments as I am, you should start…</p><p><a href="https://lifehacker.com/back-up-your-xbox-screenshots-and-videos-before-microso-1850886074">Read more...</a></p>]]></description>
- <category>microsoft</category>
- <category>xbox</category>
- <category>onedrive</category>
- <category>home video game consoles</category>
- <category>xbox wireless controller</category>
- <category>xbox one</category>
- <category>usb flash drive</category>
- <category>technology internet</category>
- <category>kinect</category>
- <pubDate>Fri, 29 Sep 2023 17:00:00 GMT</pubDate>
- <guid isPermaLink="false">1850886074</guid>
- <dc:creator><![CDATA[Pranay Parab]]></dc:creator>
- <media:thumbnail url="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/791ad2b4fe1274bc38bf122acb90a1e0.jpg"/>
- </item>
- <item>
- <title><![CDATA[These Are the Signs of Poor Interoception in Kids]]></title>
- <link>https://lifehacker.com/these-are-the-signs-of-poor-interoception-in-kids-1850884972</link>
- <description><![CDATA[<img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/0d1a0ca92cb15061b7fbcea3d15d41b6.jpg"/><p><a class="sc-1out364-0 dPMosf sc-145m8ut-0 lcFFec js_link" href="https://www.understood.org/en/articles/interoception-and-sensory-processing-issues-what-you-need-to-know" target="_blank" rel="noopener noreferrer">Interoception</a> is the ability to recognize internal bodily signals, such as feeling hot or cold, hungry or thirsty. In the same way that the nerves in our muscles and joints will send signals to our brain, letting it know where we are in physical space, the nerves in our organs will also send signals about how full our…</p><p><a href="https://lifehacker.com/these-are-the-signs-of-poor-interoception-in-kids-1850884972">Read more...</a></p>]]></description>
- <category>interoception</category>
- <category>andrew kahn</category>
- <category>health medical pharma</category>
- <category>human anatomy</category>
- <category>sensory processing</category>
- <category>anxiety</category>
- <category>human body</category>
- <category>mindfulness</category>
- <category>human physiology</category>
- <category>sense</category>
- <category>mindbody interventions</category>
- <category>sensory systems</category>
- <category>feeling</category>
- <category>pain</category>
- <pubDate>Fri, 29 Sep 2023 16:30:00 GMT</pubDate>
- <guid isPermaLink="false">1850884972</guid>
- <dc:creator><![CDATA[Rachel Fairbank]]></dc:creator>
- <media:thumbnail url="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/0d1a0ca92cb15061b7fbcea3d15d41b6.jpg"/>
- </item>
- <item>
- <title><![CDATA[Use 'Think, Pair, Share' for Effective Group Studying]]></title>
- <link>https://lifehacker.com/use-think-pair-share-for-effective-group-studying-1850885376</link>
- <description><![CDATA[<img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/c10c2971e06f7ae0b5949163924a6c88.jpg"/><p>There are a few effective methods that will help you study with partners or groups, but <a class="sc-1out364-0 dPMosf sc-145m8ut-0 lcFFec js_link" href="https://lifehacker.com/how-to-study-in-a-group-if-you-must-1850857034" target="_blank" rel="noopener noreferrer">you have to know them before you get into that group setting</a>—or else run the risk of no one getting much working done. I’m not a huge proponent of group work, but with the right methods, it can be productive. Here’s another method…</p><p><a href="https://lifehacker.com/use-think-pair-share-for-effective-group-studying-1850885376">Read more...</a></p>]]></description>
- <category>someone else</category>
- <category>feynman</category>
- <category>frank lyman</category>
- <category>jigsaw</category>
- <category>sq3r</category>
- <category>human interest</category>
- <category>quantum computing</category>
- <category>richard feynman</category>
- <category>space shuttle challenger disaster</category>
- <category>reading</category>
- <pubDate>Fri, 29 Sep 2023 16:00:00 GMT</pubDate>
- <guid isPermaLink="false">1850885376</guid>
- <dc:creator><![CDATA[Lindsey Ellefson]]></dc:creator>
- <media:thumbnail url="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/c10c2971e06f7ae0b5949163924a6c88.jpg"/>
- </item>
- <item>
- <title><![CDATA[Use Inquiry-Based Learning to Stay Curious About What You’re Studying]]></title>
- <link>https://lifehacker.com/use-inquiry-based-learning-to-stay-curious-about-what-y-1850885326</link>
- <description><![CDATA[<img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/8a092b28e4236dcbbeb9561c8db3ea2f.jpg"/><p>Teachers use a variety of methods to help students learn and retain material and we can find ways to modify those methods for independent studying, too. A great example of a widely-used pedagogical technique that is useful for studying with on your own is inquiry-based learning.<br/></p><p><a href="https://lifehacker.com/use-inquiry-based-learning-to-stay-curious-about-what-y-1850885326">Read more...</a></p>]]></description>
- <category>inquiry</category>
- <category>inquiry based learning</category>
- <category>active learning</category>
- <category>reading</category>
- <category>question</category>
- <category>education reform</category>
- <category>educational practices</category>
- <category>methodology</category>
- <category>education</category>
- <category>applied learning</category>
- <category>educational technology</category>
- <category>sq3r</category>
- <category>kwl table</category>
- <pubDate>Fri, 29 Sep 2023 15:30:00 GMT</pubDate>
- <guid isPermaLink="false">1850885326</guid>
- <dc:creator><![CDATA[Lindsey Ellefson]]></dc:creator>
- <media:thumbnail url="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/8a092b28e4236dcbbeb9561c8db3ea2f.jpg"/>
- </item>
- <item>
- <title><![CDATA[The 25 Best Science Fiction and Fantasy Movies on Netflix]]></title>
- <link>https://lifehacker.com/the-best-science-fiction-and-fantasy-movies-on-netflix-1850881836</link>
- <description><![CDATA[<img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/8899aee418dacbda202d98ec9ff0d59b.jpg"/><p>We use the umbrella term “science fiction and fantasy” all the time—but, in truth, these are twin genres that each contain multitudes. An SFF movie might be a big, loud, alien invasion blockbuster; a bloody sword-and-sorcery epic; or a quiet, reflective fable. What these movies all have in common is the imagination to…</p><p><a href="https://lifehacker.com/the-best-science-fiction-and-fantasy-movies-on-netflix-1850881836">Read more...</a></p>]]></description>
- <category>netflix</category>
- <category>alex garland</category>
- <category>jeff vandermeer</category>
- <category>gina bythewood</category>
- <category>robert e howard</category>
- <category>leonard nimoy</category>
- <category>prisoners and sicario villeneuve</category>
- <category>robin williams</category>
- <category>andromache</category>
- <category>chris pine</category>
- <category>dredd</category>
- <category>ruth stiles</category>
- <category>films</category>
- <category>james earl jones</category>
- <category>conor</category>
- <category>tetsuro araki</category>
- <category>rapace</category>
- <category>arnold schwarzenegger his</category>
- <category>entertainment culture</category>
- <category>farahani</category>
- <category>pinnochio</category>
- <category>the wandering earth</category>
- <category>killy</category>
- <category>disney</category>
- <category>augustine</category>
- <category>robert a heinlein</category>
- <category>tom chris sheffield</category>
- <category>pinocchio</category>
- <category>george clooney</category>
- <category>conan the barbarian</category>
- <category>guillermo del toro</category>
- <category>duncan smith</category>
- <category>my father</category>
- <category>liam neeson</category>
- <category>ballister boldheart</category>
- <category>dela</category>
- <category>starship troopers</category>
- <category>academy award</category>
- <category>denis villeneuve</category>
- <category>oscars</category>
- <category>stephen</category>
- <category>charlize theron</category>
- <category>jj abrams</category>
- <category>stevenson</category>
- <category>tommy wirkola</category>
- <category>the old guard</category>
- <category>oscar</category>
- <category>elmer jacob tremblay</category>
- <category>chris williams</category>
- <category>spock</category>
- <category>willem dafoe</category>
- <category>michaela mcmanus</category>
- <category>nimona</category>
- <category>the mitchells vs the machines</category>
- <category>rise blood hunter</category>
- <category>natalie portman</category>
- <category>michael j fox</category>
- <pubDate>Fri, 29 Sep 2023 15:00:00 GMT</pubDate>
- <guid isPermaLink="false">1850881836</guid>
- <dc:creator><![CDATA[Ross Johnson]]></dc:creator>
- <media:thumbnail url="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/8899aee418dacbda202d98ec9ff0d59b.jpg"/>
- </item>
- <item>
- <title><![CDATA[Fall Is the Perfect Time to Repair the Mortar on Your Walkways]]></title>
- <link>https://lifehacker.com/fall-is-the-perfect-time-to-repair-the-mortar-on-your-w-1850884311</link>
- <description><![CDATA[<img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/0a52e6003646d548a11b77ace8c53cdb.jpg"/><p>As the weather starts to change, cracks in stone and paver walkways can begin to be more of a problem. Moisture can work its way into any cracks in the mortar and when it freezes, it will expand, widening the cracks and potentially destabilizing the walkway. Before temperatures get below freezing on a regular basis,…</p><p><a href="https://lifehacker.com/fall-is-the-perfect-time-to-repair-the-mortar-on-your-w-1850884311">Read more...</a></p>]]></description>
- <category>mortar</category>
- <category>damp</category>
- <category>plasterwork</category>
- <category>lime mortar</category>
- <category>masonry</category>
- <category>trowel</category>
- <pubDate>Fri, 29 Sep 2023 14:30:00 GMT</pubDate>
- <guid isPermaLink="false">1850884311</guid>
- <dc:creator><![CDATA[Becca Lewis]]></dc:creator>
- <media:thumbnail url="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/0a52e6003646d548a11b77ace8c53cdb.jpg"/>
- </item>
- <item>
- <title><![CDATA[This Air Fried Key Lime Pie Is So Easy, It Feels Like Cheating]]></title>
- <link>https://lifehacker.com/this-air-fried-key-lime-pie-is-so-easy-it-feels-like-c-1850871411</link>
- <description><![CDATA[<img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/2b359263fdc7a8857daa2aae9aaf8378.jpg"/><p>Air fried key lime pie is a cheater’s pie if I ever saw one. It doesn’t contain any true key limes, just your average, run of the mill, bottled lime juice. The batter is made in a food processor, and it bakes up in 10 minutes or less with the help of the air fryer. Is this even a baking project? Who can say? What I…</p><p><a href="https://lifehacker.com/this-air-fried-key-lime-pie-is-so-easy-it-feels-like-c-1850871411">Read more...</a></p>]]></description>
- <category>key lime pie</category>
- <category>pie</category>
- <category>types of food</category>
- <category>zest</category>
- <category>condensed milk</category>
- <category>hospitality recreation</category>
- <category>dessert</category>
- <category>cuisine of the southern united states</category>
- <category>pie in american cuisine</category>
- <category>lemon ice box pie</category>
- <category>custard</category>
- <category>american desserts</category>
- <pubDate>Fri, 29 Sep 2023 14:00:00 GMT</pubDate>
- <guid isPermaLink="false">1850871411</guid>
- <dc:creator><![CDATA[Allie Chanthorn Reinmann]]></dc:creator>
- <media:thumbnail url="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/2b359263fdc7a8857daa2aae9aaf8378.jpg"/>
- </item>
- <item>
- <title><![CDATA[Where to Stream the Tennessee Vs. South Carolina Game]]></title>
- <link>https://lifehacker.com/where-to-stream-the-tennessee-vs-south-carolina-game-1850884935</link>
- <description><![CDATA[<img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/3045396054f5d544334da11800325be7.jpg"/><p>The South Carolina Gamecocks are traveling to Knoxville this week to take on the Tennessee Volunteers in a primetime grudge match. There’s history between these squads: Last season, a Gamecock victory kept Tennessee from the championship, so the Volunteers are out for vengeance. Here’s how you can watch the action.<br/></p><p><a href="https://lifehacker.com/where-to-stream-the-tennessee-vs-south-carolina-game-1850884935">Read more...</a></p>]]></description>
- <category>sling tv</category>
- <category>sports</category>
- <category>knoxville tennessee</category>
- <category>tennessee volunteers football</category>
- <category>fubotv</category>
- <category>neyland stadium</category>
- <category>dish network</category>
- <category>tennessee volunteers</category>
- <pubDate>Fri, 29 Sep 2023 13:30:00 GMT</pubDate>
- <guid isPermaLink="false">1850884935</guid>
- <dc:creator><![CDATA[Stephen Johnson]]></dc:creator>
- <media:thumbnail url="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/3045396054f5d544334da11800325be7.jpg"/>
- </item>
- <item>
- <title><![CDATA[Refurbished Apple Watches Are As Cheap As $70 on Woot Today]]></title>
- <link>https://lifehacker.com/refurbished-apple-watches-are-as-cheap-as-70-on-woot-t-1850884670</link>
- <description><![CDATA[<img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/1209a40623da7f93cf35f5d4196a2f79.jpg"/><p>Even if you’re in the market for an Apple Watch, you may not be able (or willing) to shell out $400 for the newest <a class="sc-1out364-0 dPMosf sc-145m8ut-0 lcFFec js_link" href="https://zdcs.link/KY3kE" target="_blank" rel="noopener noreferrer">Apple Watch Series 9</a>. Fortunately, there are pretty great deals to be had on older Apple Watch models, if you’re willing to make some compromises on features. Right now, Woot is selling refurbished…</p><p><a href="https://lifehacker.com/refurbished-apple-watches-are-as-cheap-as-70-on-woot-t-1850884670">Read more...</a></p>]]></description>
- <category>apple</category>
- <category>woot</category>
- <category>watchos</category>
- <category>fitness</category>
- <category>wearable devices</category>
- <category>entertainment culture</category>
- <category>woot ld</category>
- <category>ios</category>
- <category>apple silicon</category>
- <category>technology internet</category>
- <category>wearable computers</category>
- <category>smartwatches</category>
- <category>apple watch</category>
- <category>apple inc</category>
- <category>apple store</category>
- <category>38mm gps</category>
- <pubDate>Fri, 29 Sep 2023 13:00:00 GMT</pubDate>
- <guid isPermaLink="false">1850884670</guid>
- <dc:creator><![CDATA[Daniel Oropeza]]></dc:creator>
- <media:thumbnail url="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/1209a40623da7f93cf35f5d4196a2f79.jpg"/>
- </item>
- <item>
- <title><![CDATA[The Best Ways to Streamline Your Grocery Shopping and Save Money]]></title>
- <link>https://lifehacker.com/the-best-ways-to-streamline-your-grocery-shopping-and-s-1850883509</link>
- <description><![CDATA[<img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/4a44bc79a095cca76dfe6596aed4c014.jpg"/><p>You’re standing in the middle of the aisle at the grocery store, holding a box of pasta, desperately wracking your brain: Do I already have this in my pantry?With <a class="sc-1out364-0 dPMosf sc-145m8ut-0 lcFFec js_link" href="https://lifehacker.com/how-to-see-through-inflation-prices-1848793300" target="_blank" rel="noopener noreferrer">inflation</a> making all our lives increasingly expensive, one of the few things still in your control is how you shop. To avoid unnecessary spending—like on a…</p><p><a href="https://lifehacker.com/the-best-ways-to-streamline-your-grocery-shopping-and-s-1850883509">Read more...</a></p>]]></description>
- <category>shopping</category>
- <category>advertising</category>
- <category>supermarkets</category>
- <category>grocery store</category>
- <pubDate>Fri, 29 Sep 2023 12:30:00 GMT</pubDate>
- <guid isPermaLink="false">1850883509</guid>
- <dc:creator><![CDATA[Meredith Dietz]]></dc:creator>
- <media:thumbnail url="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/4a44bc79a095cca76dfe6596aed4c014.jpg"/>
- </item>
- <item>
- <title><![CDATA[Try Playing NYT Connections on Paper]]></title>
- <link>https://lifehacker.com/try-playing-nyt-connections-on-paper-1850883755</link>
- <description><![CDATA[<img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/0bc1dcd39544ecb7d5700a680eb96b18.jpg"/><p>When you’re playing the New York Times’s <a class="sc-1out364-0 dPMosf sc-145m8ut-0 lcFFec js_link" href="https://lifehacker.com/entertainment/connections" target="_blank" rel="noopener noreferrer">Connections</a> game, it’s important not to submit your guesses too soon. You may think that you’ve spotted four candies, or four things found on trees, but the game is trying to trick you. One of those candies may be an ambiguous word, like SUCKER, that belongs in a different…</p><p><a href="https://lifehacker.com/try-playing-nyt-connections-on-paper-1850883755">Read more...</a></p>]]></description>
- <category>human interest</category>
- <pubDate>Fri, 29 Sep 2023 12:00:00 GMT</pubDate>
- <guid isPermaLink="false">1850883755</guid>
- <dc:creator><![CDATA[Beth Skwarecki]]></dc:creator>
- <media:thumbnail url="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/0bc1dcd39544ecb7d5700a680eb96b18.jpg"/>
- </item>
- <item>
- <title><![CDATA[Today’s NYT Connections Hints (and Answer) for September 29, 2023]]></title>
- <link>https://lifehacker.com/nyt-connections-answer-today-september-29-2023-1850881958</link>
- <description><![CDATA[<img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/99de346d4fdfcd4a0267deaf1bf5c35f.png"/><p>If you’re looking for the <a class="sc-1out364-0 dPMosf sc-145m8ut-0 lcFFec js_link" href="https://www.nytimes.com/games/connections" target="_blank" rel="noopener noreferrer">Connections</a> answer for Friday, September 29, 2023, read on—I’ll share some clues, tips, and strategies, and finally the solutions to all four categories. <strong>Beware, there are spoilers below for September 29, NYT Connections #110! </strong>Scroll down if you want some hints (and then the answer) to…</p><p><a href="https://lifehacker.com/nyt-connections-answer-today-september-29-2023-1850881958">Read more...</a></p>]]></description>
- <category>time signature</category>
- <category>jennifer hudson</category>
- <category>entertainment culture</category>
- <category>disney</category>
- <category>kate hudson</category>
- <category>grammy</category>
- <category>puzzles</category>
- <category>oscar</category>
- <category>jennifer hudson</category>
- <category>human interest</category>
- <category>henry hudson</category>
- <category>emmy</category>
- <category>tony</category>
- <category>close</category>
- <category>dwayne johnson</category>
- <category>crossword</category>
- <pubDate>Fri, 29 Sep 2023 01:00:00 GMT</pubDate>
- <guid isPermaLink="false">1850881958</guid>
- <dc:creator><![CDATA[Beth Skwarecki]]></dc:creator>
- <media:thumbnail url="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/99de346d4fdfcd4a0267deaf1bf5c35f.png"/>
- </item>
- <item>
- <title><![CDATA[Where to Stream the Iowa State Vs. Oklahoma Game]]></title>
- <link>https://lifehacker.com/where-to-stream-the-iowa-state-vs-oklahoma-game-1850884575</link>
- <description><![CDATA[<img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/748965645ae475660d0f47fb2edd9e04.jpg"/><p>This Saturday, the Iowa State Cyclones travel to Norman, Okla. to take on the undefeated Oklahoma Sooners in a Big 12 matchup. Both teams are coming off victories: Iowa State thrashed Oklahoma State last week, earning a 34-27 victory at home, and Oklahoma destroyed Cincinnati 20-6 in an away game. While OK’s…</p><p><a href="https://lifehacker.com/where-to-stream-the-iowa-state-vs-oklahoma-game-1850884575">Read more...</a></p>]]></description>
- <category>sling tv</category>
- <category>sports</category>
- <category>youtube tv</category>
- <category>okla</category>
- <category>fubotv</category>
- <category>hulu</category>
- <category>technology internet</category>
- <pubDate>Thu, 28 Sep 2023 23:30:00 GMT</pubDate>
- <guid isPermaLink="false">1850884575</guid>
- <dc:creator><![CDATA[Stephen Johnson]]></dc:creator>
- <media:thumbnail url="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/748965645ae475660d0f47fb2edd9e04.jpg"/>
- </item>
- <item>
- <title><![CDATA[You Can Try Copilot, Windows 11’s New AI Assistant, Right Now]]></title>
- <link>https://lifehacker.com/you-can-try-copilot-windows-11-s-new-ai-assistant-rig-1850884313</link>
- <description><![CDATA[<img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/9cde7affefbd18c8c6005ee6e1d11215.jpg"/><p><a class="sc-1out364-0 dPMosf sc-145m8ut-0 lcFFec js_link" href="https://lifehacker.com/biggest-new-features-windows-11-23h2-update-1850860890" target="_blank" rel="noopener noreferrer">One week after its initial announcement</a>, Microsoft has released its big Copilot update for Windows 11. Now, this isn’t the major Windows 11 update that everyone is waiting on—that’s coming later this year—but it does give us a good look at how Microsoft is incorporating AI-based tools into Windows.</p><p><a href="https://lifehacker.com/you-can-try-copilot-windows-11-s-new-ai-assistant-rig-1850884313">Read more...</a></p>]]></description>
- <category>openai</category>
- <category>screenshot</category>
- <category>applications of artificial intelligence</category>
- <category>microsoft bing</category>
- <category>snipping tool</category>
- <category>microsoft</category>
- <category>gpt 4</category>
- <category>cortana</category>
- <category>technology internet</category>
- <category>sharex</category>
- <category>windows 8</category>
- <category>windows vista</category>
- <category>openai</category>
- <category>large language models</category>
- <category>microsoft paint</category>
- <pubDate>Thu, 28 Sep 2023 23:00:00 GMT</pubDate>
- <guid isPermaLink="false">1850884313</guid>
- <dc:creator><![CDATA[Joshua Hawkins]]></dc:creator>
- <media:thumbnail url="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/9cde7affefbd18c8c6005ee6e1d11215.jpg"/>
- </item>
- <item>
- <title><![CDATA[Check If You Qualify for One of These Student Loan Grants]]></title>
- <link>https://lifehacker.com/check-if-you-qualify-for-one-of-these-student-loan-gran-1850882286</link>
- <description><![CDATA[<img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/eb7a1c4c6fa7c8e0771d0efa0354628b.jpg"/><p>Student loan bills are due once again after a pandemic hiatus (yes, even if the government shuts down). The Biden administration’s Saving on a Valuable Education (SAVE) Plan allows many borrowers to <a class="sc-1out364-0 dPMosf sc-145m8ut-0 lcFFec js_link" href="https://lifehacker.com/you-can-apply-now-to-lower-your-monthly-student-loan-pa-1850770373" target="_blank" rel="noopener noreferrer">lower their monthly payments</a>—some all the way to $0—but some people may also qualify for grants or loan forgiveness…</p><p><a href="https://lifehacker.com/check-if-you-qualify-for-one-of-these-student-loan-gran-1850882286">Read more...</a></p>]]></description>
- <category>student loan</category>
- <category>business finance</category>
- <category>google</category>
- <category>health professional</category>
- <category>federal direct student loan program</category>
- <category>health resources and services administration</category>
- <category>labor</category>
- <category>student loans in the united states</category>
- <category>student financial aid in canada</category>
- <category>teacher loan forgiveness</category>
- <category>student debt</category>
- <category>national health service corps</category>
- <category>public service loan forgiveness</category>
- <pubDate>Thu, 28 Sep 2023 22:30:00 GMT</pubDate>
- <guid isPermaLink="false">1850882286</guid>
- <dc:creator><![CDATA[Emily Long]]></dc:creator>
- <media:thumbnail url="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/eb7a1c4c6fa7c8e0771d0efa0354628b.jpg"/>
- </item>
- <item>
- <title><![CDATA[You Can Get an Amazon Echo Pop and a Month of Amazon Music Unlimited for $15 Right Now]]></title>
- <link>https://lifehacker.com/you-can-get-an-amazon-echo-pop-and-a-month-of-amazon-mu-1850883447</link>
- <description><![CDATA[<img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/62d1ae12cbad6b09dfd9e149dea32294.jpg"/><p>Amazon’s <a class="sc-1out364-0 dPMosf sc-145m8ut-0 lcFFec js_link" href="https://lifehacker.com/amazon-officially-announces-prime-big-deal-days-for-202-1850848692" target="_blank" rel="noopener noreferrer">Prime Big Deal Days</a> are coming Oct. 10–11, offering Prime members exclusive deals on tons of stuff Amazon sells. But some of Amazon’s in-house tech products are already seeing discounts comparable to Prime Day. For example, the Echo Pop, Amazon’s newest and cheapest Alexa-enabled smart speaker, is currently…</p><p><a href="https://lifehacker.com/you-can-get-an-amazon-echo-pop-and-a-month-of-amazon-mu-1850883447">Read more...</a></p>]]></description>
- <category>amazon</category>
- <category>amazon echo</category>
- <category>amazon music unlimited</category>
- <category>amazon music</category>
- <category>now</category>
- <category>smart speakers</category>
- <category>entertainment culture</category>
- <category>ring</category>
- <category>alexa</category>
- <category>technology internet</category>
- <category>internet of things</category>
- <category>amazon alexa</category>
- <pubDate>Thu, 28 Sep 2023 22:00:00 GMT</pubDate>
- <guid isPermaLink="false">1850883447</guid>
- <dc:creator><![CDATA[Daniel Oropeza]]></dc:creator>
- <media:thumbnail url="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/62d1ae12cbad6b09dfd9e149dea32294.jpg"/>
- </item>
- <item>
- <title><![CDATA[Where to Stream the Washington Vs. Arizona Game]]></title>
- <link>https://lifehacker.com/where-to-stream-the-washington-vs-arizona-game-1850884048</link>
- <description><![CDATA[<img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/1bca9f9fc8778162e56273f043246e6d.jpg"/><p>This week five matchup pits the Arizona Wildcats against the Washington Huskies. Washington is hoping to expand its undefeated 2023 record to 5-o, but the Wildcats are not going to roll over. While they’re definitely the underdog, Arizona is coming off a 21-20 win against Stanford, and the team’s 3-1 record is nothing…</p><p><a href="https://lifehacker.com/where-to-stream-the-washington-vs-arizona-game-1850884048">Read more...</a></p>]]></description>
- <category>sling tv</category>
- <category>sports</category>
- <category>pac 12 network</category>
- <category>fubotv</category>
- <category>nfl</category>
- <category>football</category>
- <category>fubo</category>
- <category>the nfl</category>
- <pubDate>Thu, 28 Sep 2023 21:30:00 GMT</pubDate>
- <guid isPermaLink="false">1850884048</guid>
- <dc:creator><![CDATA[Stephen Johnson]]></dc:creator>
- <media:thumbnail url="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/1bca9f9fc8778162e56273f043246e6d.jpg"/>
- </item>
- <item>
- <title><![CDATA[How to Make Turkey Gravy Without Pan Drippings]]></title>
- <link>https://lifehacker.com/how-to-make-turkey-gravy-without-pan-drippings-1830415802</link>
- <description><![CDATA[<img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/8dbab0f0602df387cde4b90b295a4819.jpg"/><p>There is a certain (I think) overly romantic expectation that a good turkey gravy must be <a class="sc-1out364-0 dPMosf sc-145m8ut-0 lcFFec js_link" href="https://lifehacker.com/there-is-no-reason-to-not-make-your-own-turkey-gravy-1819991230" target="_blank" rel="noopener noreferrer">made from pan drippings</a>, and whisked together just moments before the Big Meal is put on the table. To this I say, “No thank you,” particularly when gravy can be made hours, days, or even weeks ahead of time, without any pan…</p><p><a href="https://lifehacker.com/how-to-make-turkey-gravy-without-pan-drippings-1830415802">Read more...</a></p>]]></description>
- <category>gravy</category>
- <category>giblets</category>
- <category>pressure cooking</category>
- <category>sauce</category>
- <category>roux</category>
- <category>mushroom gravy</category>
- <category>sauces</category>
- <category>thanksgiving food</category>
- <category>red eye gravy</category>
- <category>hospitality recreation</category>
- <pubDate>Thu, 28 Sep 2023 21:15:00 GMT</pubDate>
- <guid isPermaLink="false">1830415802</guid>
- <dc:creator><![CDATA[Claire Lower]]></dc:creator>
- <media:thumbnail url="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/8dbab0f0602df387cde4b90b295a4819.jpg"/>
- </item>
- <item>
- <title><![CDATA[The Three Best Kitchen Countertops to Install Yourself]]></title>
- <link>https://lifehacker.com/the-best-kitchen-countertops-to-install-yourself-1850880923</link>
- <description><![CDATA[<img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/67882637fbde3b38aa5229139eecb2bb.jpg"/><p>If you’re considering a kitchen remodel, or you just need to replace your worn-out countertops, finding the right type of countertop might seem daunting. With costs for materials seemingly ever-increasing, staying on budget is a challenge. Finding a DIY solution can be a great way to save money on your countertop…</p><p><a href="https://lifehacker.com/the-best-kitchen-countertops-to-install-yourself-1850880923">Read more...</a></p>]]></description>
- <category>lamination</category>
- <category>building materials</category>
- <category>countertop</category>
- <category>composite materials</category>
- <category>furniture</category>
- <pubDate>Thu, 28 Sep 2023 21:00:00 GMT</pubDate>
- <guid isPermaLink="false">1850880923</guid>
- <dc:creator><![CDATA[Becca Lewis]]></dc:creator>
- <media:thumbnail url="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/67882637fbde3b38aa5229139eecb2bb.jpg"/>
- </item>
- <item>
- <title><![CDATA[How to Rejuvenate the Soil in Your Raised Garden Beds]]></title>
- <link>https://lifehacker.com/how-to-rejuvenate-soil-in-raised-garden-beds-1850882749</link>
- <description><![CDATA[<img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/2f4636becfe0b343e26c27eb8fb053a2.jpg"/><p>It’s the end of the season, and we’re all starting to tuck in our garden beds for winter. The soil in your raised garden bed has worked hard all season to impart nutrients to your vegetables and flowers, which leaves the soil depleted. The long winter sleep is a great time to let your soil build back up the supply of…</p><p><a href="https://lifehacker.com/how-to-rejuvenate-soil-in-raised-garden-beds-1850882749">Read more...</a></p>]]></description>
- <category>soil</category>
- <category>no till farming</category>
- <category>environment</category>
- <category>permaculture</category>
- <category>compost</category>
- <category>cover crop</category>
- <category>biointensive agriculture</category>
- <category>sustainable gardening</category>
- <category>composting</category>
- <category>agricultural soil science</category>
- <category>soil conditioner</category>
- <category>hospitality recreation</category>
- <category>mulch</category>
- <category>organic gardening</category>
- <category>human interest</category>
- <pubDate>Thu, 28 Sep 2023 20:30:00 GMT</pubDate>
- <guid isPermaLink="false">1850882749</guid>
- <dc:creator><![CDATA[Amanda Blum]]></dc:creator>
- <media:thumbnail url="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/2f4636becfe0b343e26c27eb8fb053a2.jpg"/>
- </item>
- <item>
- <title><![CDATA[Make Super Smooth Mashed Potatoes With a Fine Mesh Strainer]]></title>
- <link>https://lifehacker.com/how-to-make-mashed-potatoes-without-lumps-1850883812</link>
- <description><![CDATA[<img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/74548fdafcdb068fb4b9e2592707d5dd.jpg"/><p>Mashed potatoes are easy enough to make, but getting them to that perfect, creamy texture is harder than it first appears. Fans of smooth spuds usually end up purchasing a ricer, which breaks down the spuds into tiny (rice-like) bits by forcing them through little holes. These extruded—but still fluffy—spud flecks are…</p><p><a href="https://lifehacker.com/how-to-make-mashed-potatoes-without-lumps-1850883812">Read more...</a></p>]]></description>
- <category>potatoes</category>
- <category>mashed potatoes</category>
- <category>mashed</category>
- <category>mash</category>
- <category>aloo chokha</category>
- <category>hospitality recreation</category>
- <category>ricing</category>
- <category>thanksgiving food</category>
- <category>dutch cuisine</category>
- <category>indian cuisine</category>
- <category>thomas straker</category>
- <category>stamppot</category>
- <category>irish cuisine</category>
- <category>potato masher</category>
- <pubDate>Thu, 28 Sep 2023 20:00:00 GMT</pubDate>
- <guid isPermaLink="false">1850883812</guid>
- <dc:creator><![CDATA[Claire Lower]]></dc:creator>
- <media:thumbnail url="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/74548fdafcdb068fb4b9e2592707d5dd.jpg"/>
- </item>
- <item>
- <title><![CDATA[You Can Finally Use iCloud Keychain in Google Chrome]]></title>
- <link>https://lifehacker.com/you-can-finally-use-icloud-keychain-in-google-chrome-1850883588</link>
- <description><![CDATA[<img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/9e1ce1c39d2fda4fcbf4191028de549a.jpg"/><p>There’s a lot to love about Safari, but Google rules so much of the internet that using Chrome is sometimes a necessity. I can live with that, but what always frustrated me was the lack of iCloud Keychain compatibility. If I sign into an account in Safari, I can auto-fill passwords and 2FA codes with Touch ID every…</p><p><a href="https://lifehacker.com/you-can-finally-use-icloud-keychain-in-google-chrome-1850883588">Read more...</a></p>]]></description>
- <category>google</category>
- <category>google chrome</category>
- <category>icloud</category>
- <category>keychain</category>
- <category>chrome</category>
- <category>web browsers</category>
- <category>password manager</category>
- <category>webmail</category>
- <category>chromeos</category>
- <category>technology internet</category>
- <category>cloud applications</category>
- <category>passkey</category>
- <category>safari</category>
- <category>identity management</category>
- <category>ios</category>
- <pubDate>Thu, 28 Sep 2023 19:30:00 GMT</pubDate>
- <guid isPermaLink="false">1850883588</guid>
- <dc:creator><![CDATA[Jake Peterson]]></dc:creator>
- <media:thumbnail url="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/9e1ce1c39d2fda4fcbf4191028de549a.jpg"/>
- </item>
- <item>
- <title><![CDATA[Where to Stream the Oregon Vs. Stanford Game]]></title>
- <link>https://lifehacker.com/where-to-stream-the-oregon-vs-stanford-game-1850883655</link>
- <description><![CDATA[<img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/57c12290cdc50031b416532e5ae57ed3.jpg"/><p>The Stanford Cardinal and Oregon Ducks are facing off this weekend at Stanford in a lopsided Pac-12 matchup. The Ducks are undefeated this season and are heavy favorites to win—the spread is 17.5 points in Oregon’s favor.<br/></p><p><a href="https://lifehacker.com/where-to-stream-the-oregon-vs-stanford-game-1850883655">Read more...</a></p>]]></description>
- <category>sling tv</category>
- <category>sports</category>
- <category>the nfl</category>
- <category>pac 12 network</category>
- <category>fubotv</category>
- <category>nfl</category>
- <category>football</category>
- <pubDate>Thu, 28 Sep 2023 19:00:00 GMT</pubDate>
- <guid isPermaLink="false">1850883655</guid>
- <dc:creator><![CDATA[Stephen Johnson]]></dc:creator>
- <media:thumbnail url="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/57c12290cdc50031b416532e5ae57ed3.jpg"/>
- </item>
- <item>
- <title><![CDATA[Where to Stream the Penn State Vs. Northwestern Game]]></title>
- <link>https://lifehacker.com/where-to-stream-the-penn-state-vs-northwestern-game-1850882748</link>
- <description><![CDATA[<img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/f513e7f3324bbdbbc29195bfb2d6f8f6.jpg"/><p>This Saturday, Penn State is defending its nine-game winning streak when the team travels to Illinois to take on the Northwestern Wildcats in a Big Ten Conference game. Penn State is coming off a shutout victory against the Iowa Hawkeyes, scoring 31 unanswered points in a lopsided week-4 win. Northwestern is even at…</p><p><a href="https://lifehacker.com/where-to-stream-the-penn-state-vs-northwestern-game-1850882748">Read more...</a></p>]]></description>
- <category>big ten conference</category>
- <category>espn</category>
- <category>sports</category>
- <category>fox</category>
- <category>fox sports 1</category>
- <category>acc network</category>
- <category>pac 12 network</category>
- <category>fubotv</category>
- <category>fox sports</category>
- <category>nfl</category>
- <category>football</category>
- <category>espn college basketball</category>
- <category>big ten network</category>
- <category>xtreme fs1 headphoneheadset</category>
- <category>college football on television</category>
- <category>big ten network</category>
- <pubDate>Thu, 28 Sep 2023 18:30:00 GMT</pubDate>
- <guid isPermaLink="false">1850882748</guid>
- <dc:creator><![CDATA[Stephen Johnson]]></dc:creator>
- <media:thumbnail url="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/f513e7f3324bbdbbc29195bfb2d6f8f6.jpg"/>
- </item>
- <item>
- <title><![CDATA[How to Fix Ugly Nail Pops in Your Walls]]></title>
- <link>https://lifehacker.com/how-to-fix-nail-pops-in-walls-1850882251</link>
- <description><![CDATA[<img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/b5e8d74bd7d8c8a431bcd031b990508e.jpg"/><p>Drywall is <a class="sc-1out364-0 dPMosf sc-145m8ut-0 lcFFec js_link" href="https://lifehacker.com/how-to-tell-if-a-wall-is-drywall-or-plaster-1849977986" target="_blank" rel="noopener noreferrer">relatively durable and cheap, and looks quite nice if installed and maintained correctly</a>. But it’s also easy to damage while you’re just living your life—and it can even damage itself, most commonly through the appearance of little bumps under the surface known as “nail pops.” (Despite the name, nail pops…</p><p><a href="https://lifehacker.com/how-to-fix-nail-pops-in-walls-1850882251">Read more...</a></p>]]></description>
- <category>nail</category>
- <category>woodworking</category>
- <category>building materials</category>
- <category>wall</category>
- <category>fiberglass mesh</category>
- <category>passive fire protection</category>
- <category>drywall</category>
- <category>screw</category>
- <category>fasteners</category>
- <pubDate>Thu, 28 Sep 2023 18:00:00 GMT</pubDate>
- <guid isPermaLink="false">1850882251</guid>
- <dc:creator><![CDATA[Jeff Somers]]></dc:creator>
- <media:thumbnail url="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/b5e8d74bd7d8c8a431bcd031b990508e.jpg"/>
- </item>
- <item>
- <title><![CDATA[All the ‘Single-Use’ Household Items You Should Be Re-Using]]></title>
- <link>https://lifehacker.com/all-the-single-use-household-items-you-should-be-re-u-1850883065</link>
- <description><![CDATA[<img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/1aea81cb0a4c2bf83388500c0b5b88ce.jpg"/><p>Part of being an adult is feeling the constant need to replenish basic household supplies. One way to combat this loop is to be more mindful about <a class="sc-1out364-0 dPMosf sc-145m8ut-0 lcFFec js_link" href="https://lifehacker.com/the-smartest-ways-to-repurpose-household-items-in-your-1850473194" target="_blank" rel="noopener noreferrer">recycling and re-purposing your stuff</a>. But you can go one step further—there are many things we tend to treat as “single-use” that can, in fact, be used more than once.…</p><p><a href="https://lifehacker.com/all-the-single-use-household-items-you-should-be-re-u-1850883065">Read more...</a></p>]]></description>
- <category>home appliances</category>
- <category>plastic bag</category>
- <category>shower</category>
- <category>aluminium foil</category>
- <category>washing machine</category>
- <category>paper</category>
- <category>packaging</category>
- <category>mass production</category>
- <category>hygiene</category>
- <category>recycling</category>
- <category>packaging materials</category>
- <category>clothes dryer</category>
- <pubDate>Thu, 28 Sep 2023 17:30:00 GMT</pubDate>
- <guid isPermaLink="false">1850883065</guid>
- <dc:creator><![CDATA[Jeff Somers]]></dc:creator>
- <media:thumbnail url="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/1aea81cb0a4c2bf83388500c0b5b88ce.jpg"/>
- </item>
- <item>
- <title><![CDATA[This Ring Doorbell and Floodlight Camera Bundle Is 40% Off Right Now]]></title>
- <link>https://lifehacker.com/this-ring-doorbell-and-floodlight-camera-bundle-is-40-1850882729</link>
- <description><![CDATA[<img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/633157bfb34851c585bb17437c8baceb.jpg"/><p>Amazon announced <a class="sc-1out364-0 dPMosf sc-145m8ut-0 lcFFec js_link" href="https://lifehacker.com/amazon-officially-announces-prime-big-deal-days-for-202-1850848692" target="_blank" rel="noopener noreferrer">Prime Big Deal Days</a> on October 10 and 11, during which Prime members can save on many products. But if you don’t feel like waiting, then you’ll appreciate Amazon’s deal on the <a class="sc-1out364-0 dPMosf sc-145m8ut-0 lcFFec js_link" href="https://zdcs.link/BJVK1" target="_blank" rel="noopener noreferrer">Ring Video Doorbell Pro 2 and Ring Floodlight Camera</a> bundle, currently going for 40% 0ff. The wired security camera bundle…</p><p><a href="https://lifehacker.com/this-ring-doorbell-and-floodlight-camera-bundle-is-40-1850882729">Read more...</a></p>]]></description>
- <category>ring</category>
- <category>doorbell</category>
- <category>home automation</category>
- <category>smart doorbell</category>
- <category>google</category>
- <category>homekit</category>
- <category>crime mapping</category>
- <category>amazon</category>
- <pubDate>Thu, 28 Sep 2023 17:00:00 GMT</pubDate>
- <guid isPermaLink="false">1850882729</guid>
- <dc:creator><![CDATA[Daniel Oropeza]]></dc:creator>
- <media:thumbnail url="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/633157bfb34851c585bb17437c8baceb.jpg"/>
- </item>
- </channel>
-</rss>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-
-<rdf:RDF
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns="http://purl.org/rss/1.0/"
- xmlns:admin="http://webns.net/mvcb/"
- xmlns:content="http://purl.org/rss/1.0/modules/content/"
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:syn="http://purl.org/rss/1.0/modules/syndication/"
- xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/"
->
-
-<channel rdf:about="https://perlweekly.com/">
-<title>Perl Weekly newsletter</title>
-<link>https://perlweekly.com/</link>
-<description>A free, once a week e-mail round-up of hand-picked news and articles about Perl.</description>
-<dc:language>en-us</dc:language>
-<dc:rights>Copyright 2011-2023, Gabor Szabo</dc:rights>
-<dc:publisher>szabgab@gmail.com</dc:publisher>
-<syn:updateBase>2011-08-01T00:00+00:00</syn:updateBase>
-<syn:updateFrequency>1</syn:updateFrequency>
-<syn:updatePeriod>weekly</syn:updatePeriod>
-<items>
- <rdf:Seq>
- <rdf:li rdf:resource="https://job.perl.careers/huo" />
- <rdf:li rdf:resource="https://job.perl.careers/2t3" />
- <rdf:li rdf:resource="https://job.perl.careers/gxp" />
- <rdf:li rdf:resource="https://job.perl.careers/wp0" />
- <rdf:li rdf:resource="http://niceperl.blogspot.com/" />
- <rdf:li rdf:resource="https://rakudoweekly.blog/2023/09/25/2023-39-releaseses/" />
- <rdf:li rdf:resource="https://deoac.github.io/challenges/236/raku/task-2/index.html" />
- <rdf:li rdf:resource="https://deoac.github.io/challenges/236/raku/task-1/index.html" />
- <rdf:li rdf:resource="https://blog.firedrake.org/archive/2023/10/The_Weekly_Challenge_236__Change_for_the_Machines.html" />
- <rdf:li rdf:resource="http://ccgi.campbellsmiths.force9.co.uk/challenge/236" />
- <rdf:li rdf:resource="https://packy.dardan.com/2023/09/25/perl-weekly-challenge-exact-change-and-array-loops/" />
- <rdf:li rdf:resource="https://github.com/MatthiasMuth/perlweeklychallenge-club/tree/muthm-236/challenge-236/matthias-muth#readme" />
- <rdf:li rdf:resource="https://wlmb.github.io/2023/09/24/PWC236/" />
- <rdf:li rdf:resource="https://fluca1978.github.io/2023/09/25/PerlWeeklyChallenge236.html" />
- <rdf:li rdf:resource="https://egroup.kolouch.org/nextcloud/sites/lubos/2023-09-25_Weekly_challenge_236" />
- <rdf:li rdf:resource="https://blogs.perl.org/users/laurent_r/2023/09/perl-weekly-challenge-236-array-loops.html" />
- <rdf:li rdf:resource="https://blogs.perl.org/users/laurent_r/2023/09/perl-weekly-challenge-236-exact-change.html" />
- <rdf:li rdf:resource="https://www.braincells.com/perl/2023/09/perl_weekly_challenge_week_236.html" />
- <rdf:li rdf:resource="https://dev.to/boblied/pwc-236-task-2-the-circle-is-small-242g" />
- <rdf:li rdf:resource="https://dev.to/boblied/pwc-236-task-1-a-change-would-do-you-good-3ia4" />
- <rdf:li rdf:resource="https://dev.to/oldtechaa/perl-weekly-challenge-236-lemonade-stand-50p5" />
- <rdf:li rdf:resource="https://raku-musings.com/changing-loops.html" />
- <rdf:li rdf:resource="https://deadmarshal.blogspot.com/2023/09/twc236.html" />
- <rdf:li rdf:resource="http://rabbitfarm.com/cgi-bin/blosxom/perl/2023/10/01" />
- <rdf:li rdf:resource="https://theweeklychallenge.org/blog/meet-the-champion-2023-07/" />
- <rdf:li rdf:resource="https://theweeklychallenge.org/blog/recap-challenge-236" />
- <rdf:li rdf:resource="https://theweeklychallenge.org/blog/perl-weekly-challenge-237" />
- <rdf:li rdf:resource="https://blogs.perl.org/users/haj/2023/09/writing-perl-with-emacs-are-there-perl-mode-users-around.html" />
- <rdf:li rdf:resource="https://blogs.perl.org/users/chrisarg/2023/09/hash-of-arrays-deathmatch-native-perl-vs-dbmdeep-vs-redis.html" />
- <rdf:li rdf:resource="https://blogs.perl.org/users/mikko_koivunalho/2023/09/plenv-libdirs.html" />
- <rdf:li rdf:resource="https://hacktoberfest.com/" />
- <rdf:li rdf:resource="https://opencollective.com/metacpan-core" />
- <rdf:li rdf:resource="https://blogs.perl.org/users/psc/2023/09/this-week-in-psc-118.html" />
- <rdf:li rdf:resource="https://perlweekly.com/archive/636.html" />
- </rdf:Seq>
-</items>
-</channel>
-<item rdf:about="https://job.perl.careers/huo">
-<title>Adventure! Senior Perl roles in Malaysia, Dubai and Malta</title>
-<link>https://job.perl.careers/huo</link>
-<description>Clever folks know that if you’re lucky, you can earn a living and have an adventure at the same time. Enter our international client: online trading is their game and they’re looking for Perl people with passion, drive, and an appreciation for new experiences.</description>
-<dc:date>2023-10-02T10:00:33Z</dc:date>
-</item>
-<item rdf:about="https://job.perl.careers/2t3">
-<title>Perl Programmer Opportunity - Join a Prominent Tech Publishing Powerhouse in the Philippines</title>
-<link>https://job.perl.careers/2t3</link>
-<description>Our UK-based client is a global leader in the enterprise technology publishing industry, providing audiences worldwide with stimulating perspectives and unique news on enterprise tech that matters today and tomorrow. They are currently seeking a passionate and exceptional Perl programmer based in the Philippines to join their team.</description>
-<dc:date>2023-10-02T10:00:32Z</dc:date>
-</item>
-<item rdf:about="https://job.perl.careers/gxp">
-<title>UK Remote Perl Programmer for Leading Enterprise Tech Publication</title>
-<link>https://job.perl.careers/gxp</link>
-<description>Our client is a global leader in the enterprise technology publishing industry, providing audiences worldwide with stimulating perspectives and unique news on enterprise tech that matters today and tomorrow. They are seeking a talented Perl programmer to manage the full life-cycle of software projects on a remote basis.</description>
-<dc:date>2023-10-02T10:00:31Z</dc:date>
-</item>
-<item rdf:about="https://job.perl.careers/wp0">
-<title>Modern Perl and positive team vibes. UK Remote Perl role</title>
-<link>https://job.perl.careers/wp0</link>
-<description>If you’re a Modern Perl developer in the UK with TypeScript or Node and you’re searching for a team of dynamos, we’ve found the perfect place for you. This award-winning company may be newer, but the combined experience of their people is impressive. No doubt this is one of the many reasons their AI recruitment marketing business has taken off!</description>
-<dc:date>2023-10-02T10:00:30Z</dc:date>
-</item>
-<item rdf:about="http://niceperl.blogspot.com/">
-<title>NICEPERL's lists</title>
-<link>http://niceperl.blogspot.com/</link>
-<description><a href="https://niceperl.blogspot.com/2023/09/cdlxiii-8-great-cpan-modules-released.html">Great CPAN modules released last week</a>.</description>
-<dc:date>2023-10-02T10:00:29Z</dc:date>
-</item>
-<item rdf:about="https://rakudoweekly.blog/2023/09/25/2023-39-releaseses/">
-<title>2023.39 Releaseses</title>
-<link>https://rakudoweekly.blog/2023/09/25/2023-39-releaseses/</link>
-<description></description>
-<dc:date>2023-10-02T10:00:28Z</dc:date>
-</item>
-<item rdf:about="https://deoac.github.io/challenges/236/raku/task-2/index.html">
-<title>Challenge 236 Task 2: Array Loops</title>
-<link>https://deoac.github.io/challenges/236/raku/task-2/index.html</link>
-<description>Bonus post and here we have one more explaining the algorithm. Good job.</description>
-<dc:date>2023-10-02T10:00:27Z</dc:date>
-</item>
-<item rdf:about="https://deoac.github.io/challenges/236/raku/task-1/index.html">
-<title>Challenge 236 Task 1: Exact Change</title>
-<link>https://deoac.github.io/challenges/236/raku/task-1/index.html</link>
-<description>Well structured blog post sharing every little details, enough to keep you busy. Keep it up great work.</description>
-<dc:date>2023-10-02T10:00:26Z</dc:date>
-</item>
-<item rdf:about="https://blog.firedrake.org/archive/2023/10/The_Weekly_Challenge_236__Change_for_the_Machines.html">
-<title>Change for the Machines</title>
-<link>https://blog.firedrake.org/archive/2023/10/The_Weekly_Challenge_236__Change_for_the_Machines.html</link>
-<description>Glad that Roger got excited and we get more than we expected. Highly recommended.</description>
-<dc:date>2023-10-02T10:00:25Z</dc:date>
-</item>
-<item rdf:about="http://ccgi.campbellsmiths.force9.co.uk/challenge/236">
-<title>Change and loops</title>
-<link>http://ccgi.campbellsmiths.force9.co.uk/challenge/236</link>
-<description>Code analysis is precise and to the point. You could just jump and try the solution straight away.</description>
-<dc:date>2023-10-02T10:00:24Z</dc:date>
-</item>
-<item rdf:about="https://packy.dardan.com/2023/09/25/perl-weekly-challenge-exact-change-and-array-loops/">
-<title>Perl Weekly Challenge: Exact Change and Array Loops</title>
-<link>https://packy.dardan.com/2023/09/25/perl-weekly-challenge-exact-change-and-array-loops/</link>
-<description>Enjoy the bonus Python and java on top of Perl and Raku. Keep it up great work.</description>
-<dc:date>2023-10-02T10:00:23Z</dc:date>
-</item>
-<item rdf:about="https://github.com/MatthiasMuth/perlweeklychallenge-club/tree/muthm-236/challenge-236/matthias-muth#readme">
-<title>Bills in Loops, and Loops in Arrays</title>
-<link>https://github.com/MatthiasMuth/perlweeklychallenge-club/tree/muthm-236/challenge-236/matthias-muth#readme</link>
-<description>Well documented solutions as always and plenty to learn too. Thanks for sharing.</description>
-<dc:date>2023-10-02T10:00:22Z</dc:date>
-</item>
-<item rdf:about="https://wlmb.github.io/2023/09/24/PWC236/">
-<title>Perl Weekly Challenge 236</title>
-<link>https://wlmb.github.io/2023/09/24/PWC236/</link>
-<description>Breaking the tradition, we have 2-liners in Perl by the man himself. You don't want to skip it.</description>
-<dc:date>2023-10-02T10:00:21Z</dc:date>
-</item>
-<item rdf:about="https://fluca1978.github.io/2023/09/25/PerlWeeklyChallenge236.html">
-<title>Arrays and Loops</title>
-<link>https://fluca1978.github.io/2023/09/25/PerlWeeklyChallenge236.html</link>
-<description>Without any jargons, here we have simple yet elegant Raku solution. Thank you Luca.</description>
-<dc:date>2023-10-02T10:00:20Z</dc:date>
-</item>
-<item rdf:about="https://egroup.kolouch.org/nextcloud/sites/lubos/2023-09-25_Weekly_challenge_236">
-<title>THE WEEKLY CHALLENGE - 236</title>
-<link>https://egroup.kolouch.org/nextcloud/sites/lubos/2023-09-25_Weekly_challenge_236</link>
-<description>Breakdown of process makes it so easy to follow the logic. Please keep sharing blog.</description>
-<dc:date>2023-10-02T10:00:19Z</dc:date>
-</item>
-<item rdf:about="https://blogs.perl.org/users/laurent_r/2023/09/perl-weekly-challenge-236-array-loops.html">
-<title>Perl Weekly Challenge 236: Array Loops</title>
-<link>https://blogs.perl.org/users/laurent_r/2023/09/perl-weekly-challenge-236-array-loops.html</link>
-<description>Cool use of 'loop' of Raku. The language never stops surprising me.</description>
-<dc:date>2023-10-02T10:00:18Z</dc:date>
-</item>
-<item rdf:about="https://blogs.perl.org/users/laurent_r/2023/09/perl-weekly-challenge-236-exact-change.html">
-<title>Perl Weekly Challenge 236: Exact Change</title>
-<link>https://blogs.perl.org/users/laurent_r/2023/09/perl-weekly-challenge-236-exact-change.html</link>
-<description>You have clean and verbose solutions in Perl and Raku, like always. Well done and thanks.</description>
-<dc:date>2023-10-02T10:00:17Z</dc:date>
-</item>
-<item rdf:about="https://www.braincells.com/perl/2023/09/perl_weekly_challenge_week_236.html">
-<title>Perl Weekly Challenge: Week 236</title>
-<link>https://www.braincells.com/perl/2023/09/perl_weekly_challenge_week_236.html</link>
-<description>I like the rarely used given/when in Perl solution. You also get bonus Raku version. Thanks for sharing.</description>
-<dc:date>2023-10-02T10:00:16Z</dc:date>
-</item>
-<item rdf:about="https://dev.to/boblied/pwc-236-task-2-the-circle-is-small-242g">
-<title>The Circle Is Small</title>
-<link>https://dev.to/boblied/pwc-236-task-2-the-circle-is-small-242g</link>
-<description>You are served with multiple approaches for this week solution. You must checkout.</description>
-<dc:date>2023-10-02T10:00:15Z</dc:date>
-</item>
-<item rdf:about="https://dev.to/boblied/pwc-236-task-1-a-change-would-do-you-good-3ia4">
-<title>A Change Would Do You Good</title>
-<link>https://dev.to/boblied/pwc-236-task-1-a-change-would-do-you-good-3ia4</link>
-<description>Simple use of pop/push can be more than enough to get the job done. Please checkout to figure out.</description>
-<dc:date>2023-10-02T10:00:14Z</dc:date>
-</item>
-<item rdf:about="https://dev.to/oldtechaa/perl-weekly-challenge-236-lemonade-stand-50p5">
-<title>Lemonade Stand</title>
-<link>https://dev.to/oldtechaa/perl-weekly-challenge-236-lemonade-stand-50p5</link>
-<description>You can never the simplicity of the language to explain the logic. Great work, keep it up.</description>
-<dc:date>2023-10-02T10:00:13Z</dc:date>
-</item>
-<item rdf:about="https://raku-musings.com/changing-loops.html">
-<title>Changing Loops</title>
-<link>https://raku-musings.com/changing-loops.html</link>
-<description>Good show of BagHash, new to me. Thank you for entertaining us with Raku magic every week.</description>
-<dc:date>2023-10-02T10:00:12Z</dc:date>
-</item>
-<item rdf:about="https://deadmarshal.blogspot.com/2023/09/twc236.html">
-<title>TWC236</title>
-<link>https://deadmarshal.blogspot.com/2023/09/twc236.html</link>
-<description>Lots of Perl magic used in this week solutions. Thank you Ali.</description>
-<dc:date>2023-10-02T10:00:11Z</dc:date>
-</item>
-<item rdf:about="http://rabbitfarm.com/cgi-bin/blosxom/perl/2023/10/01">
-<title>Exact Array Loops</title>
-<link>http://rabbitfarm.com/cgi-bin/blosxom/perl/2023/10/01</link>
-<description>I noticed the use of 'redo' after a long time. Nice solutions without any complications. Thanks for sharing.</description>
-<dc:date>2023-10-02T10:00:10Z</dc:date>
-</item>
-<item rdf:about="https://theweeklychallenge.org/blog/meet-the-champion-2023-07/">
-<title>Meet The Champion - Mariano Spadaccini</title>
-<link>https://theweeklychallenge.org/blog/meet-the-champion-2023-07/</link>
-<description>Please checkout the interview with the recent champion.</description>
-<dc:date>2023-10-02T10:00:09Z</dc:date>
-</item>
-<item rdf:about="https://theweeklychallenge.org/blog/recap-challenge-236">
-<title>RECAP - The Weekly Challenge - 236</title>
-<link>https://theweeklychallenge.org/blog/recap-challenge-236</link>
-<description>Enjoy a quick recap of last week's contributions by Team PWC dealing with the "Exact Change" and "Array Loops" tasks in Perl and Raku. You will find plenty of solutions to keep you busy.</description>
-<dc:date>2023-10-02T10:00:08Z</dc:date>
-</item>
-<item rdf:about="https://theweeklychallenge.org/blog/perl-weekly-challenge-237">
-<title>The Weekly Challenge - 237</title>
-<link>https://theweeklychallenge.org/blog/perl-weekly-challenge-237</link>
-<description>Welcome to a new week with a couple of fun tasks: "Seize The Day" and "Maximise Greatness". If you are new to the weekly challenge, why not join us and have fun every week? For more information, please read the <a href="https://theweeklychallenge.org/faq">FAQ</a>.</description>
-<dc:date>2023-10-02T10:00:07Z</dc:date>
-</item>
-<item rdf:about="https://blogs.perl.org/users/haj/2023/09/writing-perl-with-emacs-are-there-perl-mode-users-around.html">
-<title>Writing Perl with Emacs: Are there perl-mode users around?</title>
-<link>https://blogs.perl.org/users/haj/2023/09/writing-perl-with-emacs-are-there-perl-mode-users-around.html</link>
-<description>For all emacs users, please checkout the latest update to cperl-mode to edit Perl code.</description>
-<dc:date>2023-10-02T10:00:06Z</dc:date>
-</item>
-<item rdf:about="https://blogs.perl.org/users/chrisarg/2023/09/hash-of-arrays-deathmatch-native-perl-vs-dbmdeep-vs-redis.html">
-<title>Hash of Arrays Deathmatch : Native Perl vs. DBM::Deep vs. Redis</title>
-<link>https://blogs.perl.org/users/chrisarg/2023/09/hash-of-arrays-deathmatch-native-perl-vs-dbmdeep-vs-redis.html</link>
-<description>A detailed comparison to help you understand the pros/cons. Please keep us busy with more such posts.</description>
-<dc:date>2023-10-02T10:00:05Z</dc:date>
-</item>
-<item rdf:about="https://blogs.perl.org/users/mikko_koivunalho/2023/09/plenv-libdirs.html">
-<title>plenv-libdirs</title>
-<link>https://blogs.perl.org/users/mikko_koivunalho/2023/09/plenv-libdirs.html</link>
-<description>If you are fan of plenv the this plugin would be very handy. How? You need to checkout the post for more details.</description>
-<dc:date>2023-10-02T10:00:04Z</dc:date>
-</item>
-<item rdf:about="https://hacktoberfest.com/">
-<title>Hacktoberfest 2023</title>
-<link>https://hacktoberfest.com/</link>
-<description>The annual festival is live and kicking. Please do join and contribute to open source projects on GitHub.</description>
-<dc:date>2023-10-02T10:00:03Z</dc:date>
-</item>
-<item rdf:about="https://opencollective.com/metacpan-core">
-<title>MetaCPAN Core Contributors</title>
-<link>https://opencollective.com/metacpan-core</link>
-<description>Please do come forward and support MetaCPAN Core. As of now, we have 19 contributors. It would be nice to see this grow with your support.</description>
-<dc:date>2023-10-02T10:00:02Z</dc:date>
-</item>
-<item rdf:about="https://blogs.perl.org/users/psc/2023/09/this-week-in-psc-118.html">
-<title>This Week in PSC (118)</title>
-<link>https://blogs.perl.org/users/psc/2023/09/this-week-in-psc-118.html</link>
-<description>Another update by PSC team.</description>
-<dc:date>2023-10-02T10:00:01Z</dc:date>
-</item>
-<item rdf:about="https://perlweekly.com/archive/636.html">
-<title>#636 - Happy Birthday Larry</title>
-<link>https://perlweekly.com/archive/636.html</link>
-<description><p>Hi there,</p>
-<p>A belated, <strong>Happy Birthday</strong> to the creator of <strong>Perl</strong>. May the joy that you have spread in the past come back to you on this day. Just for record, the birthday was on <strong>27th September</strong>.</p>
-<p>Do you use <strong>homebrew</strong>?</p>
-<p><strong>brian d foy</strong> did all the hard work to get <strong>homebrew</strong> up to the latest <strong>Perl v5.38</strong>. If you are keen to know the details then please do <a href="https://github.com/Homebrew/homebrew-core/pull/145939">checkout the pull request</a>.</p>
-<p><strong>Olaf Alders</strong> recently shared his cool creation, <a href="https://github.com/oalders/is">is: an inspector for your environment</a>. I am sure for all <strong>System Administrators</strong> out there, it would be very handy.</p>
-<p>I am not sure, if you noticed this but <a href="https://perlmonks.org/">Perl Mongers</a> certificate expired few days ago. I only noticed as one of the contributor to <a href="https://theweeklychallenge.org">The Weekly Challenge</a> shared link to the site. The very next day, I saw post by <strong>Olaf Alders</strong> on Twitter talking about it and sharing the <a href="https://www.prettygoodping.com">tool</a> that can help avoid such incident in future. The certificate has now been restored.</p>
-<p>Do you know the current maintainer of <strong>CPAN Testers</strong> server?</p>
-<p>I saw <a href="https://www.facebook.com/groups/perlcommunity/permalink/1538251906982430">Facebook post</a> by <strong>Mark Keating</strong> just few days ago. I remember, <strong>Doug Bell</strong> helped many years ago when I was playing daily <strong>CPAN</strong> upload games. He gave me access to deal with the issues I was facing at the time. I just hope, it stays live and kicking. It is the second best thing for us after <strong>MetaCPAN</strong>. If you are interested to sponsor the <strong>MetaCPAN</strong> then you now have plenty of different options. Please find out more about it in the <a href="https://opencollective.com/metacpan-core">official announcement</a> page.</p>
-<p>For all newbies wanted to explore <strong>Perl</strong>, please checkout the <a href="https://www.i-programmer.info/news/222-perl/16624-learn-perl-with-freecodecamp.html">Perl Programming Course</a> by <strong>FreeCodeCamp</strong>. Thank you <strong>Nikos Vaggalis</strong> for sharing this with us.</p>
-<p>The annual event, <strong>Hacktoberfest 2023</strong> is back. If you contribute to opensource projects on <strong>GitHub</strong> then I would highly recommend to take part in the event. For more details, please <a href="https://hacktoberfest.com">checkout the announcement</a>.</p>
-<p>Enjoy rest of the newsletter.</p></description>
-<dc:date>2023-10-02T10:00:00Z</dc:date>
-<dc:subject>editorial</dc:subject>
-</item>
-</rdf:RDF>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:maz="http://www.mazdigital.com/media/" xmlns:media="http://search.yahoo.com/mrss/" version="2.0">
- <channel>
- <atom:link href="https://www.politico.com/rss/politicopicks.xml" rel="self" type="application/rss+xml"/>
- <title>Politics, Policy, Political News Top Stories</title>
- <link>https://www.politico.com/</link>
- <description>Politics, Policy, Political News Top Stories</description>
- <language>en-us</language>
- <copyright>2023 POLITICO</copyright>
- <pubDate>Mon, 02 Oct 2023 01:25:36 EST</pubDate>
- <item>
- <title>Gaming out Matt Gaetz’s bid to oust Kevin McCarthy</title>
- <link>https://www.politico.com/news/2023/10/01/mccarthy-gaetz-speakership-battle-00119355</link>
- <description>Both Republicans likely need the support of Democrats to prevail in their battle over the speakership. Here’s how that could shake out.</description>
- <guid>https://www.politico.com/news/2023/10/01/mccarthy-gaetz-speakership-battle-00119355</guid>
- <pubDate>Sun, 01 Oct 2023 14:01:03 EST</pubDate>
- <dc:creator>Ryan Lizza</dc:creator>
- <dc:contributor>Ryan Lizza</dc:contributor>
- <media:content type="image/jpeg" url="https://static.politico.com/dc/8e/507e5065404c8705e1bba97022ee/congress-budget-94515.jpg">
- <media:credit scheme="urn:ebu">J. Scott Applewhite/AP Photo</media:credit>
- <media:title type="html">Rep. Matt Gaetz appears before the House Rules Committee at the Capitol in Washington on Sept. 22, 2023.</media:title>
- <media:thumbnail url="https://static.politico.com/dc/8e/507e5065404c8705e1bba97022ee/congress-budget-94515.jpg"/>
- </media:content>
- <maz:template>core</maz:template>
- <maz:modified>1696186863560</maz:modified>
- <content:encoded>
- <![CDATA[<img src="https://static.politico.com/dc/8e/507e5065404c8705e1bba97022ee/congress-budget-94515.jpg"> <br> <p>House Minority Leader Hakeem Jeffries has a big decision to make.</p> <p>In the run-up to preventing a government shutdown, any questions about what the Democrats would do in the event of a vote to oust Kevin McCarthy as speaker were easily batted aside as too theoretical to entertain.</p> <p>“We haven’t given any thought to how to handle a hypothetical motion to vacate, because we are entirely focused on making sure that we avoid this extreme MAGA Republican shutdown,” Jeffries said last week.</p> <p>But avoiding the shutdown has now led directly to a vote on a motion to vacate.</p> <p>Rep. Matt Gaetz (R-Fla.) repeatedly threatened that the passage of a continuing resolution would trigger the introduction of the MTV that he’s had in his back pocket for weeks. After the CR passed yesterday, Gaetz promised that it will happen this week.</p> <p>“If somebody wants to make a motion against me, bring it,” McCarthy told reporters defiantly yesterday.</p> <p>“Kevin McCarthy’s gonna get his wish,” Gaetz <a href="https://twitter.com/jonkarl/status/1708480080844907001?s=20" target="_blank" link-data="{"cms.site.owner":{"_ref":"0000014b-3270-d4f3-a3cb-f3ffa8610000","_type":"0000014b-324d-d4f3-a3cb-f3ff4161000e"},"cms.content.publishDate":1696181890801,"cms.content.publishUser":{"_ref":"00000180-f751-d6b4-a7e5-f7d9bbd30000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"cms.content.updateDate":1696181890801,"cms.content.updateUser":{"_ref":"00000180-f751-d6b4-a7e5-f7d9bbd30000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"originalTemplate":false,"link":{"originalTemplate":false,"attributes":[],"target":"NEW","url":"https://twitter.com/jonkarl/status/1708480080844907001?s=20","_id":"0000018a-ec51-d56c-abfa-ec7da5ad0001","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"linkText":"responded this morning","_id":"0000018a-ec51-d56c-abfa-ec7da5ad0000","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">responded this morning</a> on ABC’s “This Week.”<br></p> <br><iframe style="max-width: 100%" width="1280" height="720" src="https://players.brightcove.net/1155968404/r1WF6V0Pl_default/index.html?videoId=6338195646112" frameborder="0"></iframe> <br> <p>POLITICO Playbook spoke with a number of House Democrats this morning about how they will respond. So let’s unpack the politics of this.</p> <p>Let’s assume Gaetz starts with only a handful of Republicans — perhaps just five, maybe as many as 10 — and that McCarthy has no chance of turning this group around. It’s not much, and that means Gaetz needs Democrats — perhaps as many as 200 — to oust McCarthy. (Ironic considering that his line today was that McCarthy is the Democrats’ speaker.)</p> <p>The biggest pocket of votes for Gaetz right off the bat will be the Democrats in the Congressional Progressive Caucus. They hate Gaetz, but more important, it could be suicide for any of the CPC’s 100-plus members to vote to save McCarthy. (And a motion to table Gaetz’s resolution, while not <i>technically</i> a vote for McCarthy, will easily be spun that way.)</p> <p>Not surprisingly, <a href="https://www.politico.com/live-updates/2023/09/29/congress/gaetz-courts-dems-00119085" target="_blank" link-data="{"linkText":"as POLITICO first reported","link":{"target":"NEW","attributes":[],"url":"https://www.politico.com/live-updates/2023/09/29/congress/gaetz-courts-dems-00119085","_id":"0000018a-ef10-de6a-a5ef-ffb14a180000","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a180001","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">as POLITICO first reported</a>, CPC Chair Pramila Jayapal (D-Wash.) is one of the first Democrats to whom Gaetz reached out. Right on cue, Rep. Alexandria Ocasio-Cortez, who represents a D+28 district in New York, was on CNN this morning saying she would “absolutely” vote to oust McCarthy.</p> <p>Both Gaetz and some Democrats we’ve talked to today believe it is naïve to assume that some discussion of the motion to vacate didn’t come up in the conversations between McCarthy and Dem leaders that birthed the bipartisan CR vote. Since McCarthy knew that the MTV would follow a CR, it would be unusual if he didn’t have some indication from Dems about their views on the vote that will determine his future. One likely response to nudge McCarthy in their direction surely would have been that there would be nothing to discuss if he shut down the government. But for now, the existence of any kind of backchannel discussions is speculation.</p> <p>One senior Democratic lawmaker told us this morning that the instructions from leadership to “all Dems” right now is “keeping powder dry.”</p> <p>While Gaetz might be right that he can get lots of votes from progressives, his only chance after that is if Jeffries himself locks down the caucus in favor of the MTV. But that could take some persuading. For a bloc of moderates — a mix of perhaps 25 to 40 Blue Dogs, Problem Solvers and Democrats in Trump districts — a vote to prove their bipartisan credentials by keeping McCarthy as speaker could be very tempting.</p> <p>All of this is to say that if Gaetz only has 5-10 Republican votes, McCarthy may have an achievable path to victory.</p> <p>But that’s also not Gaetz’s only potential move.<br></p> <br><iframe style="max-width: 100%" width="1280" height="720" src="https://players.brightcove.net/1155968404/r1WF6V0Pl_default/index.html?videoId=6338200004112" frameborder="0"></iframe> <br> <p>If McCarthy survives with the help of Democratic votes, Gaetz will no doubt relentlessly attack him, as he has already, as “the Democrats’ speaker.” The overall effort will have done a lot of damage. What if Gaetz offers a second MTV, as anyone who knows him realizes he surely would, and McCarthy again has to survive with Democratic help? What happens on the second or third vote? Does Gaetz garner more Republican support? Does McCarthy need to find more Democratic support? There’s no limit to how many times Gaetz could do this. Eventually, this would become untenable for McCarthy.</p> <p>Democrats who take a position on the first MTV will need to consider that they may be locking themselves into a position on a vote that might be repeated.</p> <p>What might a deal with McCarthy look like from Jeffries’ perspective? It is highly unlikely that Jeffries would ever demand all Democrats vote to save McCarthy; several Dem members told Playbook this morning that was impossible to imagine. But what he <i>could</i> do is decline to lock down the caucus and let Democrats vote their conscience (or their district). That could leave moderates with room to help McCarthy. But surely those individual moderates would also want something from McCarthy. Maybe a promise not to spend NRCC money in their races? There are a lot of ideas floating around out there.</p> <p>McCarthy has a card to play if he survives the first (or more) attack from Gaetz: He could try to pass a rule that raises the threshold for a motion to vacate from one member, where it is now, to, say, 10 members. How would he get the votes? Perhaps some of the Democrats who cut a deal to save McCarthy agree to vote for this rule as well. That would finally decapitate Gaetz.</p> <p>Stepping back from the chess game, the big question all Democrats have to answer — and quick — is whether it’s better to have McCarthy as speaker or not.</p> <p>On the pro-keeping-McCarthy side of the ledger is that he’s the devil they know, and there is nobody better waiting in the wings. By avoiding the government shutdown, he also just showed he can be more responsible than some Democrats had believed. It could also take two weeks for another speaker to emerge from the ashes of the chaos, all while the White House and Democrats are trying to push through aid for Ukraine and fund the government over the next 45 or so days. And if you are at the White House and care about all of this, in addition to the fate of the impeachment inquiry, <a href="https://www.politico.com/news/2023/09/22/pbdd-house-minority-whip-katherine-clark-dems-00117441" target="_blank" link-data="{"linkText":"which Democrats have already raised as an issue in any discussion of helping McCarthy","link":{"target":"NEW","attributes":[],"url":"https://www.politico.com/news/2023/09/22/pbdd-house-minority-whip-katherine-clark-dems-00117441","_id":"0000018a-ef10-de6a-a5ef-ffb14a180002","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a180003","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">which Democrats have already raised as an issue in any discussion of helping McCarthy</a>, then McCarthy may be the better bet. This is the institutionalists’ argument.</p> <p>The other side of the argument is that McCarthy is the GOP’s greatest fundraiser, and getting rid of him would help Democrats take back the House. No replacement for McCarthy would have the same set of relationships and the donor network and political operation. In addition, the argument goes, the GOP chaos in the House would pay political dividends.</p> <p>One thing is clear: For the 53-year-old Jeffries, this is an unprecedented situation, one that no minority leader has <i>ever</i> faced. He suddenly has enormous leverage, but will have to weigh carefully how aggressively to use it.</p> <p><b><i>Like this content? Consider signing up for POLITICO's Playbook newsletter. </i></b><br></p> <br>]]>
- </content:encoded>
- </item>
- <item>
- <title>‘Adopt Kevin or ditch him’: McCarthy’s speakership now at the mercy of Dems</title>
- <link>https://www.politico.com/news/2023/10/01/mccarthy-speakership-mercy-democrats-00119359</link>
- <description>Some progressives vowed not to bail him out, but Hakeem Jeffries hasn't shown his hand.</description>
- <guid>https://www.politico.com/news/2023/10/01/mccarthy-speakership-mercy-democrats-00119359</guid>
- <pubDate>Sun, 01 Oct 2023 13:59:43 EST</pubDate>
- <dc:creator>Olivia Beavers and Nicholas Wu</dc:creator>
- <dc:contributor>Olivia Beavers and Nicholas Wu</dc:contributor>
- <media:content type="image/jpeg" url="https://static.politico.com/0c/2c/cec97e0d45939e93c04669ced1b0/kevin-mccarthy-90103.jpg">
- <media:credit scheme="urn:ebu">Francis Chung/POLITICO</media:credit>
- <media:title type="html">House Speaker Kevin McCarthy could face an unusual alliance of those on both ends of the political spectrum.</media:title>
- <media:thumbnail url="https://static.politico.com/0c/2c/cec97e0d45939e93c04669ced1b0/kevin-mccarthy-90103.jpg"/>
- </media:content>
- <maz:template>core</maz:template>
- <maz:modified>1696215185568</maz:modified>
- <content:encoded>
- <![CDATA[<img src="https://static.politico.com/0c/2c/cec97e0d45939e93c04669ced1b0/kevin-mccarthy-90103.jpg"> <br> <p>The fate of Kevin McCarthy’s speakership now rests in House Democrats' hands.</p> <p>After relying on Democrats to keep the government funded Saturday, the GOP leader is expected to need them to bail him out again, as Rep. Matt Gaetz (R-Fla.) vows to trigger a conservative-led effort to oust him this week.</p> <p>Some House conservatives predict there are at least a dozen GOP members ready to support a so-called motion to vacate against McCarthy, according to conversations with multiple House Republicans. While one House conservative said they know of at least seven guaranteed votes for the measure, others predicted there are as many as 24 who could ultimately support it.</p> <p>That will push the House into new territory this week — a rare instance in which the minority dictates a course of action in the chamber — as Democrats weigh whether to step in to shield McCarthy. The speaker will need 218 votes to keep his job. Some Republicans and Democrats believe they could round up enough votes to keep him in power — at least in the short term — but it is not a given.</p> <p>“Enough where House Democrats have a choice: adopt Kevin or ditch him,” Rep. Matt Gaetz (R-Fla.) told POLITICO when asked how many Republicans support his measure. “After this week Kevin McCarthy won’t belong to me anymore.”</p> <p>Unless some major shift occurs among the hardliners in the coming days, Democrats will control McCarthy’s fate. Some Democrats have floated trying to extract concessions from the speaker in exchange for bailing him out. And several progressives have openly discussed banding together with conservative hardliners to vote against McCarthy.</p> <p>“We're not saving the speaker,” Progressive Caucus Chair Pramila Jayapal (D-Wash.) said Saturday. Her roughly 100-lawmaker group, which has held spirited discussions in the past week on the issue, has proposed a potential power-sharing agreement with Republicans as one offramp from the motion to vacate.</p> <p>Ahead of formally announcing his plans and before the short-term spending vote, Gaetz approached multiple Democrats — mostly progressives, including Jayapal — to gauge how they would respond if he filed a motion to vacate, <a href="https://www.politico.com/live-updates/2023/09/29/congress/gaetz-courts-dems-00119085" target="_blank" link-data="{"linkText":"POLITICO first reported","link":{"target":"NEW","attributes":[],"url":"https://www.politico.com/live-updates/2023/09/29/congress/gaetz-courts-dems-00119085","_id":"0000018a-ef10-de6a-a5ef-ffb14a1e0000","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a1e0001","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">POLITICO first reported</a>.<br></p> <br><iframe style="max-width: 100%" width="1280" height="720" src="https://players.brightcove.net/1155968404/r1WF6V0Pl_default/index.html?videoId=6338195646112" frameborder="0"></iframe> <br> <p>Yet, while House Democratic leaders haven't yet ruled out whipping on a motion to vacate, dozens of House Democrats are expected to vote present or abstain as a way of nodding toward McCarthy after he passed the bipartisan short-term spending deal, according to multiple Democrats familiar with the discussions. Voting “present” on the motion would allow Democrats to avoid having to take a direct vote to save or toss the speaker.</p> <p>Democratic support is more likely to materialize if McCarthy holds a vote to send <a href="https://www.politico.com/live-updates/2023/09/30/congress/ukraine-aid-outlook-00119294" target="_blank" link-data="{"cms.site.owner":{"_ref":"0000014b-3270-d4f3-a3cb-f3ffa8610000","_type":"0000014b-324d-d4f3-a3cb-f3ff4161000e"},"cms.content.publishDate":1696186393925,"cms.content.publishUser":{"_ref":"00000180-f751-d6b4-a7e5-f7d9bbd30000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"cms.content.updateDate":1696186393925,"cms.content.updateUser":{"_ref":"00000180-f751-d6b4-a7e5-f7d9bbd30000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"originalTemplate":false,"link":{"originalTemplate":false,"attributes":[],"target":"NEW","url":"https://www.politico.com/live-updates/2023/09/30/congress/ukraine-aid-outlook-00119294","_id":"0000018a-ec96-d56c-abfa-ecff5f770001","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"linkText":"additional aid to Ukraine","_id":"0000018a-ec96-d56c-abfa-ecff5f770000","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">additional aid to Ukraine</a>. Top Democratic leaders released a statement Saturday evening saying they expected McCarthy to hold a vote when the House returned on a Ukraine bill, “consistent with his commitment to making sure that Vladimir Putin, Russia and authoritarianism are defeated.”</p> <p>Ukraine funding had been stripped out of the stopgap funding bill passed Saturday to ensure its passage through both chambers, leaving Ukraine backers to search for another legislative vehicle.</p> <p>Opposition to McCarthy on the right hardened after he pushed through a short-term funding bill without the spending cuts and border restrictions he had vowed to include, and with more Democrats supporting it than Republicans.</p> <p>Freshman Rep. Eli Crane (R-Ariz.) told POLITICO he’s a hard yes on getting rid of McCarthy. “I’m still all for it and will be supporting [it],” Crane said.</p> <p>McCarthy, for his part, says he’s ready for the fight.</p> <p>“Bring it on,” McCarthy said on CBS’ Face the Nation in response to Gaetz, calling it “personal.” “If he’s upset because he tried to push us in a shutdown and I made sure government didn’t shut down, then let’s have that fight.”</p> <p>While no motion to vacate has ever been successful — it was last formally invoked more than a century ago, despite being threatened in recent years — some allies of the speaker concede an unsuccessful attempt will hurt him politically moving forward, in part because he may have to make concessions to Democrats to hang on.</p> <p>As one House Freedom Caucus member put it: Democrats are the “biggest part of this equation.”</p> <p>Another House conservative who is likely to support a motion to vacate was bothered watching McCarthy high-fiving and hugging other House Republicans after the stopgap spending bill passed the House on Saturday, “acting like it was a victory.”<br></p> <br><iframe style="max-width: 100%" width="1280" height="720" src="https://players.brightcove.net/1155968404/r1WF6V0Pl_default/index.html?videoId=6338200004112" frameborder="0"></iframe> <br> <p>“It was embarrassing for him,” this member said in an interview.</p> <p>Republicans caution that the numbers are fluid. Members have said they’re hearing from GOP base voters pushing them to oust McCarthy, pressure that could affect the vote. Other members indicated they will wait to see how the vote plays out in real time, gauging what their colleagues do on the House floor as the nation watches.</p> <p>It is not uncommon for lawmakers to privately claim they will vote a certain way only to reverse course if their position lacks support, particularly given the threat of retribution.</p> <p>How Democrats handle the vote will depend on which procedural motion GOP leaders use in an initial effort to dispose of the motion to vacate, such as a motion to table.</p> <p>Top Democrats have largely deferred to their leader, Hakeem Jeffries, on how to handle the motion to vacate. Former Speaker Nancy Pelosi said Sunday on CNN’s “State of the Union” that her advice to other Democrats was to “follow the leader.”</p> <p>Jeffries has sidestepped questions about it. Asked about the motion to vacate after Saturday’s spending bill vote, he demurred: “We’ll cross that bridge when we get to it.” A Jeffries spokesperson declined to comment, and McCarthy said he has not heard from Jeffries on the matter.</p> <p>McCarthy allies, for their part, believe Gaetz is trying to unseat him because he blames the speaker for the ongoing investigation led by the House Ethics Committee into Gaetz, which was triggered by the Justice Department’s sex trafficking probe into the Florida Republican. The federal probe concluded earlier this year and Gaetz was not charged. (Gaetz has said it “<a href="https://www.politico.com/news/2023/09/28/matt-gaetz-kevin-mccarthy-endgame-00118902" target="_blank" link-data="{"cms.site.owner":{"_ref":"0000014b-3270-d4f3-a3cb-f3ffa8610000","_type":"0000014b-324d-d4f3-a3cb-f3ff4161000e"},"cms.content.publishDate":1696186534932,"cms.content.publishUser":{"_ref":"00000180-f751-d6b4-a7e5-f7d9bbd30000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"cms.content.updateDate":1696186534932,"cms.content.updateUser":{"_ref":"00000180-f751-d6b4-a7e5-f7d9bbd30000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"originalTemplate":false,"link":{"originalTemplate":false,"attributes":[],"target":"NEW","url":"https://www.politico.com/news/2023/09/28/matt-gaetz-kevin-mccarthy-endgame-00118902","_id":"0000018a-ec98-d56c-abfa-ecfd853e0001","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"linkText":"isn’t personal","_id":"0000018a-ec98-d56c-abfa-ecfd853e0000","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">isn’t personal</a>,” and his allies have denied the investigation is a driving factor.)</p> <p>Some Republicans say the Gaetz's effort could be hurt by the idea he's simply seeking retribution against McCarthy over the ethics probe. And some McCarthy allies are vowing to try to oust him from office if the House Ethics report finds him at fault.</p> <p>“If Ethics gives us a chance, he’s out,” one House Republican said. “He’s a smart man with zero moral compass.”</p> <p><i>Sarah Ferris contributed to this report.</i></p>]]>
- </content:encoded>
- </item>
- <item>
- <title>Biden blasts Republicans over shutdown showdown: ‘We shouldn't have gotten here in the first place’</title>
- <link>https://www.politico.com/news/2023/10/01/biden-blasts-republicans-shutdown-00119356</link>
- <description>"It's time to end governing by crisis, and keep your word when you give it in the Congress," Biden said.</description>
- <guid>https://www.politico.com/news/2023/10/01/biden-blasts-republicans-shutdown-00119356</guid>
- <pubDate>Sun, 01 Oct 2023 12:17:16 EST</pubDate>
- <dc:creator>Kelly Garrity</dc:creator>
- <dc:contributor>Kelly Garrity</dc:contributor>
- <media:content type="image/jpeg" url="https://static.politico.com/e1/2f/1fcd2ac94cd0b3d14d7a2905169e/biden-27390.jpg">
- <media:credit scheme="urn:ebu">Manuel Balce Ceneta/AP Photo</media:credit>
- <media:title type="html">President Joe Biden speaks in the Roosevelt Room of the White House on Oct. 1, 2023, in Washington.</media:title>
- <media:thumbnail url="https://static.politico.com/e1/2f/1fcd2ac94cd0b3d14d7a2905169e/biden-27390.jpg"/>
- </media:content>
- <maz:template>core</maz:template>
- <maz:modified>1696180636984</maz:modified>
- <content:encoded>
- <![CDATA[<img src="https://static.politico.com/e1/2f/1fcd2ac94cd0b3d14d7a2905169e/biden-27390.jpg"> <br> <p>President Joe Biden slammed House Speaker Kevin McCarthy and House Republicans on Sunday, blaming them for bringing the country to the brink of crisis after Congress narrowly avoided a government shutdown Saturday evening.</p> <p>“Last night Congress passed the spending bill that’s gonna keep the government open. And it’s good news for the American people because the government will not shut down and a needless crisis will have been averted saving millions, millions of Americans, needless pain,” Biden said Sunday during a speech at the White House.</p> <p>“The truth is we shouldn’t be here in the first place. We shouldn’t have gotten here in the first place. It’s time to end governing by crisis, and keep your word when you give it in the Congress,” Biden added, referencing a <a href="https://www.politico.com/news/2023/05/27/mccarthy-and-biden-reach-agreement-in-principle-on-debt-limit-00099107" target="_blank" link-data="{"cms.site.owner":{"_ref":"0000014b-3270-d4f3-a3cb-f3ffa8610000","_type":"0000014b-324d-d4f3-a3cb-f3ff4161000e"},"cms.content.publishDate":1696180430465,"cms.content.publishUser":{"_ref":"00000180-f751-d6b4-a7e5-f7d9bbd30000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"cms.content.updateDate":1696180430465,"cms.content.updateUser":{"_ref":"00000180-f751-d6b4-a7e5-f7d9bbd30000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"originalTemplate":false,"link":{"originalTemplate":false,"attributes":[],"target":"NEW","url":"https://www.politico.com/news/2023/05/27/mccarthy-and-biden-reach-agreement-in-principle-on-debt-limit-00099107","_id":"0000018a-ec3b-dd68-a3cf-fffb5dd40001","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"linkText":"budget agreement he made with McCarthy","_id":"0000018a-ec3b-dd68-a3cf-fffb5dd40000","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">budget agreement he made with McCarthy</a> in May.</p> <p>Congress managed to avert a government shutdown Saturday with an 11th-hour stopgap funding bill that will keep the government open for 45 days. After refusing for weeks to budge on negotiations over legislation to fund the government, McCarthy suddenly reversed course Saturday and called up a bill that abandoned the border policies and spending cuts he promised to include to appease conservative hard-liners.</p> <p>Biden signed the bill Saturday night, minutes before the midnight deadline. In the effort to avoid what could have been a disastrous government shutdown, Biden was forced to leave one of his top priorities, aid for Ukraine, in limbo.</p> <p>“While the speaker and an overwhelming majority of the Congress have steadfastly supported Ukraine to defend itself against the aggression and brutality of the Russian attack on women and children, in addition to military in Ukraine, there is no Ukrainian funding in this agreement,” Biden said on Sunday. “Despite that, I did not believe we could let a million Americans go through the pain of a government shutdown. But let’s be clear. I hope my friends on the other side keep their word about support for Ukraine.”</p> <p>On Saturday, a White House official told POLITICO that they <a href="https://www.politico.com/news/2023/09/30/biden-administration-congress-government-shutdown-deal-ukraine-aid-00119296" target="_blank" link-data="{"cms.site.owner":{"_ref":"0000014b-3270-d4f3-a3cb-f3ffa8610000","_type":"0000014b-324d-d4f3-a3cb-f3ff4161000e"},"cms.content.publishDate":1696180489425,"cms.content.publishUser":{"_ref":"00000180-f751-d6b4-a7e5-f7d9bbd30000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"cms.content.updateDate":1696180489425,"cms.content.updateUser":{"_ref":"00000180-f751-d6b4-a7e5-f7d9bbd30000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"originalTemplate":false,"link":{"originalTemplate":false,"attributes":[],"target":"NEW","url":"https://www.politico.com/news/2023/09/30/biden-administration-congress-government-shutdown-deal-ukraine-aid-00119296","_id":"0000018a-ec3c-d56c-abfa-ec7d43b80001","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"linkText":"expect McCarthy to bring a separate bill to the floor for funding to Ukraine","_id":"0000018a-ec3c-d56c-abfa-ec7d43b80000","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">expect McCarthy to bring a separate bill to the floor for funding to Ukraine</a> “shortly.”</p>]]>
- </content:encoded>
- </item>
- <item>
- <title>California Republicans have McCarthy's back. For now.</title>
- <link>https://www.politico.com/news/2023/10/01/california-republicans-kevin-mccarthy-00119391</link>
- <description>Kevin McCarthy so far is avoiding backlash among California’s most fervent Republicans.</description>
- <guid>https://www.politico.com/news/2023/10/01/california-republicans-kevin-mccarthy-00119391</guid>
- <pubDate>Sun, 01 Oct 2023 18:24:34 EST</pubDate>
- <dc:creator>Melanie Mason and Lara Korte</dc:creator>
- <dc:contributor>Melanie Mason and Lara Korte</dc:contributor>
- <media:content type="image/jpeg" url="https://static.politico.com/3a/98/3a3c164b4f87a9e4f61a3718dee5/kevin-mccarthy-34067.jpg">
- <media:credit scheme="urn:ebu">Francis Chung/POLITICO</media:credit>
- <media:title type="html">As news surrounding the spending negotiations reached California, House Speaker Kevin McCarthy was not without detractors.</media:title>
- <media:thumbnail url="https://static.politico.com/3a/98/3a3c164b4f87a9e4f61a3718dee5/kevin-mccarthy-34067.jpg"/>
- </media:content>
- <maz:template>core</maz:template>
- <maz:modified>1696202674190</maz:modified>
- <content:encoded>
- <![CDATA[<img src="https://static.politico.com/3a/98/3a3c164b4f87a9e4f61a3718dee5/kevin-mccarthy-34067.jpg"> <br> <p>Anaheim, Calif. — <a href="https://directory.politicopro.com/member/51238" data-person-id="51238" link-data="{"cms.site.owner":{"_ref":"0000014b-3270-d4f3-a3cb-f3ffa8610000","_type":"0000014b-324d-d4f3-a3cb-f3ff4161000e"},"cms.content.publishDate":1696201473492,"cms.content.publishUser":{"_ref":"00000182-cb51-d7cf-a983-cbd5b1dc0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"cms.content.updateDate":1696201473492,"cms.content.updateUser":{"_ref":"00000182-cb51-d7cf-a983-cbd5b1dc0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"originalTemplate":false,"member":"{\"identifier\":\"51238\",\"url\":\"https://directory.politicopro.com/member/51238\",\"preferredName\":\"Rep. Kevin McCarthy (R-CA)\",\"isCommittee\":false}","text":"Kevin McCarthy","url":"https://directory.politicopro.com/member/51238","personId":"51238","_id":"0000018a-ed7c-d56c-abfa-ed7d6ada0000","_type":"353fe80b-e1b5-3663-85ca-add066ecafc0"}">Kevin McCarthy</a> has always had a strained relationship with hard-right activists in his home state. But as the party faithful gathered here over the weekend, the House speaker got a pass from an unlikely corner: GOP diehards who are often the first to bash the establishment.</p> <p>At a Republican state convention down the road from Disneyland — and as conservatives in Washington called for McCarthy's head — the rank-and-file of the California GOP was almost commiserating with the embattled Bakersfield native.</p> <p>“It’s a tough job — it’s not easy,” Paula Whitsell, chair of the San Diego County Republican Party, said immediately after McCarthy passed a bill Saturday with Democratic support to avert a government shutdown. “I trust him. He’s experienced. He knows what he’s doing to get everybody to the table.”</p> <p>It's possible once delegates decamp from the convention and return to conservative TV overnight or AM talk radio in the morning, they will rally around Rep. <a href="https://directory.politicopro.com/member/189765" data-person-id="189765" link-data="{"cms.site.owner":{"_ref":"0000014b-3270-d4f3-a3cb-f3ffa8610000","_type":"0000014b-324d-d4f3-a3cb-f3ff4161000e"},"cms.content.publishDate":1696201585509,"cms.content.publishUser":{"_ref":"00000182-cb51-d7cf-a983-cbd5b1dc0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"cms.content.updateDate":1696201585509,"cms.content.updateUser":{"_ref":"00000182-cb51-d7cf-a983-cbd5b1dc0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"originalTemplate":false,"member":"{\"identifier\":\"189765\",\"url\":\"https://directory.politicopro.com/member/189765\",\"preferredName\":\"Rep. Matt Gaetz (R-FL)\",\"isCommittee\":false}","text":"Matt Gaetz","url":"https://directory.politicopro.com/member/189765","personId":"189765","_id":"0000018a-ed7e-de9d-afbf-effe1bae0000","_type":"353fe80b-e1b5-3663-85ca-add066ecafc0"}">Matt Gaetz</a>’s (R-Fla.) <a href="https://www.politico.com/news/2023/10/01/mccarthy-speakership-mercy-democrats-00119359" target="_blank" link-data="{"linkText":"effort to depose the speaker","link":{"target":"NEW","attributes":[],"url":"https://www.politico.com/news/2023/10/01/mccarthy-speakership-mercy-democrats-00119359","_id":"0000018a-ef10-de6a-a5ef-ffb14a260000","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a260001","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">effort to depose the speaker</a>. But at a convention dominated by presidential <a href="https://www.politico.com/news/2023/09/30/desantis-mocks-trump-at-california-gop-convention-00119264" target="_blank" link-data="{"linkText":"campaign appearances","link":{"target":"NEW","attributes":[],"url":"https://www.politico.com/news/2023/09/30/desantis-mocks-trump-at-california-gop-convention-00119264","_id":"0000018a-ef10-de6a-a5ef-ffb14a260002","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a260003","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">campaign appearances</a> and feuding over hot-button issues like abortion, the focus of grassroots Republicans here were barely attuned to the ins-and-outs of a blockbuster weekend in Washington.<br></p> <br><iframe style="max-width: 100%" width="1280" height="720" src="https://players.brightcove.net/1155968404/r1WF6V0Pl_default/index.html?videoId=6338195646112" frameborder="0"></iframe> <br> <p>And it isn’t because California Republicans are in the tank for their most prominent elected official. Though McCarthy has delivered money and high-wattage speakers to the state’s otherwise struggling party apparatus, the grassroots base is still leery of a politician who, in their view, personifies the establishment.</p> <p>Woody Woodman, a San Diego delegate who was manning the California Tea Party booth, said he had more faith in conservative firebrands like Reps. <a href="https://directory.politicopro.com/member/51745" data-person-id="51745" link-data="{"cms.site.owner":{"_ref":"0000014b-3270-d4f3-a3cb-f3ffa8610000","_type":"0000014b-324d-d4f3-a3cb-f3ff4161000e"},"cms.content.publishDate":1696201638219,"cms.content.publishUser":{"_ref":"00000182-cb51-d7cf-a983-cbd5b1dc0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"cms.content.updateDate":1696201638219,"cms.content.updateUser":{"_ref":"00000182-cb51-d7cf-a983-cbd5b1dc0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"originalTemplate":false,"member":"{\"identifier\":\"51745\",\"url\":\"https://directory.politicopro.com/member/51745\",\"preferredName\":\"Rep. Jim Jordan (R-OH)\",\"isCommittee\":false}","text":"Jim Jordan","url":"https://directory.politicopro.com/member/51745","personId":"51745","_id":"0000018a-ed7e-d2cf-a3af-fffeeccb0000","_type":"353fe80b-e1b5-3663-85ca-add066ecafc0"}">Jim Jordan</a> (R-Ohio) and <a href="https://directory.politicopro.com/member/198835" data-person-id="198835" link-data="{"cms.site.owner":{"_ref":"0000014b-3270-d4f3-a3cb-f3ffa8610000","_type":"0000014b-324d-d4f3-a3cb-f3ff4161000e"},"cms.content.publishDate":1696201657347,"cms.content.publishUser":{"_ref":"00000182-cb51-d7cf-a983-cbd5b1dc0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"cms.content.updateDate":1696201657347,"cms.content.updateUser":{"_ref":"00000182-cb51-d7cf-a983-cbd5b1dc0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"originalTemplate":false,"member":"{\"identifier\":\"198835\",\"url\":\"https://directory.politicopro.com/member/198835\",\"preferredName\":\"Rep. Thomas Massie (R-KY)\",\"isCommittee\":false}","text":"Thomas Massie","url":"https://directory.politicopro.com/member/198835","personId":"198835","_id":"0000018a-ed7f-d56c-abfa-ed7f385e0000","_type":"353fe80b-e1b5-3663-85ca-add066ecafc0"}">Thomas Massie</a> (R-Ky.). McCarthy was guilty of “going native” when he went to Washington, Woodman said.</p> <p>Still, Woodman wasn’t outraged over the government funding vote. The push for a shutdown, he said, was not as clear-cut as some of McCarthy’s Washington antagonists made it out to be. While Woodman wanted spending to be slashed, he also chafed at the thought of members of the military potentially not getting a paycheck.</p> <p>Mark Rizk, a delegate from Los Angeles, dismissed Gaetz’s anti-McCarthy crusade as “very petty and very immature and childish.”</p> <p>“McCarthy is the speaker of the House, and he's going to be speaker of the House until whenever the Democrats take back the House,” Rizk said.</p> <p>As news surrounding the spending negotiations reached California, McCarthy was not without detractors. Rebekah Carlson, a party delegate from Yuba north of Sacramento, said her party should “grow a set of balls.” Frances Kay Marshall, a Republican from Los Angeles, said she thought McCarthy should be removed as speaker.</p> <p>But even Marshall was far more passionate talking about critical race theory, transgender issues and former President Donald Trump’s appearance at the convention. The details of congressional machinations were of little interest.</p> <p>“I haven’t really been watching and paying attention to what’s going on,” said Marshall, donning a sparkly gold ball gown and a pearl-encrusted captain’s hat that read ‘TRUMP.’ “A lot of my focus right now is with the California GOP.”</p> <p>Where the focus was <i>not</i> was on McCarthy — even among Republicans here staking their political careers on winning over the conservative base.</p> <p>Asked how McCarthy was viewed by the party, Denice Gary-Pandol, a Kern County political scientist who is running a long-shot bid for late Sen. Dianne Feinstein’s seat, paused and sighed before offering her assessment.</p> <p>“I know Kevin loves our veterans,” she said. “He cares about veterans and that’s really a good thing.”</p>]]>
- </content:encoded>
- </item>
- <item>
- <title>Newsom picks Laphonza Butler as Feinstein replacement</title>
- <link>https://www.politico.com/news/2023/10/01/newsom-senate-pick-butler-00119360</link>
- <description>California’s governor chose a labor leader turned power player to serve in the Senate, and an adviser told POLITICO there were no preconditions about whether she could run in 2024.</description>
- <guid>https://www.politico.com/news/2023/10/01/newsom-senate-pick-butler-00119360</guid>
- <pubDate>Sun, 01 Oct 2023 21:30:19 EST</pubDate>
- <dc:creator>Christopher Cadelago</dc:creator>
- <dc:description>Christopher Cadelago is the California bureau chief at POLITICO, serving as the lead politics reporter and helping guide coverage across the Golden State. Based at the Capitol, Cadelago covers elections and political power, from the governor’s mansion to the players in Los Angeles, the Bay Area and Silicon Valley. He regularly contributes stories in POLITICO Magazine.<br/><br/>In Washington, Cadelago served as a White House correspondent covering Joe Biden and Donald Trump and was a lead reporter for the presidential campaigns of Biden and Kamala Harris.<br/><br/>Before joining POLITICO in 2018, he worked at The Sacramento Bee in the Capitol bureau, anchored investigations at The San Diego Union-Tribune in Sacramento and wrote about politics for newspapers in San Diego, Los Angeles and San Francisco.<br/><br/>Cadelago is a San Francisco native and a graduate of the University of California, Berkeley. He lives with his family in Sacramento’s Land Park neighborhood.</dc:description>
- <dc:contributor>Christopher Cadelago</dc:contributor>
- <media:content type="image/jpeg" url="https://static.politico.com/6a/41/fa3807f74a82979a2772196a8592/ap23174789679462.jpg">
- <media:credit scheme="urn:ebu">Susan Walsh/AP Photo</media:credit>
- <media:title type="html">EMILY’s List President Laphonza Butler is a veteran organizer and well-known in Newsom’s orbit.</media:title>
- <media:thumbnail url="https://static.politico.com/6a/41/fa3807f74a82979a2772196a8592/ap23174789679462.jpg"/>
- </media:content>
- <maz:template>core</maz:template>
- <maz:modified>1696218297642</maz:modified>
- <content:encoded>
- <![CDATA[<img src="https://static.politico.com/6a/41/fa3807f74a82979a2772196a8592/ap23174789679462.jpg"> <br> <p>California Gov. Gavin Newsom will appoint EMILY’s List President Laphonza Butler to fill the seat of the late Sen. Dianne Feinstein, elevating the head of a fundraising juggernaut that works to elect Democratic women who support abortion rights, according to a person familiar with the decision.</p> <p>Newsom is moving swiftly to name the next senator, two days after <a href="https://www.politico.com/news/2023/09/29/feinstein-dies-at-90-00119040" target="_blank" link-data="{"linkText":"Feinstein’s death","link":{"target":"NEW","attributes":[],"url":"https://www.politico.com/news/2023/09/29/feinstein-dies-at-90-00119040","_id":"0000018a-ef10-de6a-a5ef-ffb14a2c0000","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a2c0001","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">Feinstein’s death</a> and just as a perilously split Congress narrowly averted a government shutdown. Senate Democrats are in need of every vote in the closely divided chamber.</p> <p>The announcement was expected to come Monday, and an adviser to the governor, Anthony York, told POLITICO that Newsom is making his appointment without putting limitations or preconditions on his pick running for the seat in 2024. That means Butler could decide to join the sprawling and competitive field of Democratic contenders seeking to succeed Feinstein, with special elections now <a href="https://www.politico.com/news/2023/09/30/four-votes-three-possible-senators-a-wild-california-campaign-year-lies-ahead-00119293" target="_blank" link-data="{"linkText":"layered on top","link":{"target":"NEW","attributes":[],"url":"https://www.politico.com/news/2023/09/30/four-votes-three-possible-senators-a-wild-california-campaign-year-lies-ahead-00119293","_id":"0000018a-ef10-de6a-a5ef-ffb14a2c0002","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a2c0003","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">layered on top</a> of the March primary and November runoff.</p> <p>Butler is expected to be sworn-in to the U.S. Senate on Wednesday by Vice President Kamala Harris.</p> <p>Newsom’s selection of Butler comes at a moment of immense change in California’s political establishment, with millions of people <a href="https://www.politico.com/news/2023/09/29/san-francisco-feinstein-memorial-00119219" target="_blank" link-data="{"linkText":"still mourning the death","link":{"target":"NEW","attributes":[],"url":"https://www.politico.com/news/2023/09/29/san-francisco-feinstein-memorial-00119219","_id":"0000018a-ef10-de6a-a5ef-ffb14a2c0004","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a2c0005","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">still mourning the death</a> of Feinstein, the barrier-breaking Senate lioness. Meanwhile the California governor, who was mentored by Feinstein, has been grappling with his own personal grief and the political ramifications of his choice to succeed her.</p> <p>The people who spoke with POLITICO ahead of the announcement were granted anonymity to disclose internal deliberations. Butler is registered to vote in Maryland but will switch her registration to California.</p> <p>Newsom faced considerable pressure around the decision after first pledging <a href="https://www.politico.com/states/california/story/2021/03/15/newsom-commits-to-nominating-black-woman-to-fill-feinsteins-seat-should-she-retire-1368354" target="_blank" link-data="{"linkText":"to name a Black woman","link":{"target":"NEW","attributes":[],"url":"https://www.politico.com/states/california/story/2021/03/15/newsom-commits-to-nominating-black-woman-to-fill-feinsteins-seat-should-she-retire-1368354","_id":"0000018a-ef10-de6a-a5ef-ffb14a2c0006","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a2c0007","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">to name a Black woman</a> to the seat. Several potential nominees said publicly they were not interested. Some others privately expressed trepidation about accepting a short-term appointment and then having to immediately gear up for what would be a five-month campaign.</p> <p>The swift nature of Newsom’s appointment cuts politicians and their allies off from mounting more sustained efforts to lobby the governor and his inner circle over his pick. And it halts interest groups that were starting to apply pressure on him, including over the question of whether he would require them to serve only temporarily. On Sunday, Congressional Black Caucus Chair <a href="https://directory.politicopro.com/member/193559" data-person-id="193559" link-data="{"cms.site.owner":{"_ref":"0000014b-3270-d4f3-a3cb-f3ffa8610000","_type":"0000014b-324d-d4f3-a3cb-f3ff4161000e"},"cms.content.publishDate":1696214062623,"cms.content.publishUser":{"_ref":"00000182-cb51-d7cf-a983-cbd5b1dc0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"cms.content.updateDate":1696214062623,"cms.content.updateUser":{"_ref":"00000182-cb51-d7cf-a983-cbd5b1dc0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"originalTemplate":false,"member":"{\"identifier\":\"193559\",\"url\":\"https://directory.politicopro.com/member/193559\",\"preferredName\":\"Rep. Steven Horsford (D-NV)\",\"isCommittee\":false}","text":"Steven Horsford","url":"https://directory.politicopro.com/member/193559","personId":"193559","_id":"0000018a-ee3c-d2cf-a3af-ffbe82e50000","_type":"353fe80b-e1b5-3663-85ca-add066ecafc0"}">Steven Horsford</a> wrote to Newsom urging him to appoint Rep. <a href="https://directory.politicopro.com/member/51481" data-person-id="51481" link-data="{"cms.site.owner":{"_ref":"0000014b-3270-d4f3-a3cb-f3ffa8610000","_type":"0000014b-324d-d4f3-a3cb-f3ff4161000e"},"cms.content.publishDate":1696214072364,"cms.content.publishUser":{"_ref":"00000182-cb51-d7cf-a983-cbd5b1dc0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"cms.content.updateDate":1696214072364,"cms.content.updateUser":{"_ref":"00000182-cb51-d7cf-a983-cbd5b1dc0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"originalTemplate":false,"member":"{\"identifier\":\"51481\",\"url\":\"https://directory.politicopro.com/member/51481\",\"preferredName\":\"Rep. Barbara Lee (D-CA)\",\"isCommittee\":false}","text":"Barbara Lee","url":"https://directory.politicopro.com/member/51481","personId":"51481","_id":"0000018a-ee3c-d2cf-a3af-ffbeab990000","_type":"353fe80b-e1b5-3663-85ca-add066ecafc0"}">Barbara Lee</a>, a candidate for the Senate whom the governor recently ruled out over worries about giving someone a leg up.<br></p> <br><iframe style="max-width: 100%" width="1280" height="720" src="https://players.brightcove.net/1155968404/r1WF6V0Pl_default/index.html?videoId=6338082367112" frameborder="0"></iframe> <br> <p>Newsom fulfills the promise he made to name a Black woman to the upper chamber following the departure of Harris to the vice presidency and his selection of Sen. Alex Padilla <a href="https://www.politico.com/states/california/story/2020/12/22/newsom-appoints-alex-padilla-to-fill-harris-senate-seat-1349911" target="_blank" link-data="{"linkText":"to her old seat","link":{"target":"NEW","attributes":[],"url":"https://www.politico.com/states/california/story/2020/12/22/newsom-appoints-alex-padilla-to-fill-harris-senate-seat-1349911","_id":"0000018a-ef10-de6a-a5ef-ffb14a2c0008","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a2c0009","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">to her old seat</a> in 2021. Newsom also avoids veering directly into next year’s Senate contest between rival Reps. <a href="https://directory.politicopro.com/member/307578" data-person-id="307578" link-data="{"cms.site.owner":{"_ref":"0000014b-3270-d4f3-a3cb-f3ffa8610000","_type":"0000014b-324d-d4f3-a3cb-f3ff4161000e"},"cms.content.publishDate":1696214109682,"cms.content.publishUser":{"_ref":"00000182-cb51-d7cf-a983-cbd5b1dc0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"cms.content.updateDate":1696214109682,"cms.content.updateUser":{"_ref":"00000182-cb51-d7cf-a983-cbd5b1dc0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"originalTemplate":false,"member":"{\"identifier\":\"307578\",\"url\":\"https://directory.politicopro.com/member/307578\",\"preferredName\":\"Rep. Katie Porter (D-CA)\",\"isCommittee\":false}","text":"Katie Porter","url":"https://directory.politicopro.com/member/307578","personId":"307578","_id":"0000018a-ee3d-d2cf-a3af-ffbf3a7f0000","_type":"353fe80b-e1b5-3663-85ca-add066ecafc0"}">Katie Porter</a>, <a href="https://directory.politicopro.com/member/51608" data-person-id="51608" link-data="{"cms.site.owner":{"_ref":"0000014b-3270-d4f3-a3cb-f3ffa8610000","_type":"0000014b-324d-d4f3-a3cb-f3ff4161000e"},"cms.content.publishDate":1696214121597,"cms.content.publishUser":{"_ref":"00000182-cb51-d7cf-a983-cbd5b1dc0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"cms.content.updateDate":1696214121597,"cms.content.updateUser":{"_ref":"00000182-cb51-d7cf-a983-cbd5b1dc0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"originalTemplate":false,"member":"{\"identifier\":\"51608\",\"url\":\"https://directory.politicopro.com/member/51608\",\"preferredName\":\"Rep. Adam Schiff (D-CA)\",\"isCommittee\":false}","text":"Adam Schiff","url":"https://directory.politicopro.com/member/51608","personId":"51608","_id":"0000018a-ee3d-de9d-afbf-effd63820000","_type":"353fe80b-e1b5-3663-85ca-add066ecafc0"}">Adam Schiff</a> and Lee, all Democrats from California. Lee had spent years angling for the possible Senate appointment, only to learn in recent weeks that Newsom was intent <a href="https://www.politico.com/news/2023/09/10/newsom-lee-senate-california-00114885" target="_blank" link-data="{"linkText":"on not tipping","link":{"target":"NEW","attributes":[],"url":"https://www.politico.com/news/2023/09/10/newsom-lee-senate-california-00114885","_id":"0000018a-ef10-de6a-a5ef-ffb14a2d0000","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a2d0001","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">on not tipping</a> the scales in her favor, prompting her to <a href="https://www.politico.com/live-updates/2023/09/11/congress/lee-newsom-feinstein-california-senate-00115037" target="_blank" link-data="{"linkText":"sharply rebuke","link":{"target":"NEW","attributes":[],"url":"https://www.politico.com/live-updates/2023/09/11/congress/lee-newsom-feinstein-california-senate-00115037","_id":"0000018a-ef10-de6a-a5ef-ffb14a2d0002","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a2d0003","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">sharply rebuke</a> his public pronouncement.</p> <p>Butler is a veteran organizer and well-known in Newsom’s orbit. He contemplated hiring the Southern Mississippi native to be his first chief of staff, and she was a<a href="https://www.latimes.com/politics/la-pol-ca-laphonza-butler-20181207-story.html" target="_blank" link-data="{"linkText":" one-time partner","link":{"target":"NEW","attributes":[],"url":"https://www.latimes.com/politics/la-pol-ca-laphonza-butler-20181207-story.html","_id":"0000018a-ef10-de6a-a5ef-ffb14a2d0004","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a2d0005","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">one-time partner</a> in the San Francisco-based consulting firm, now known as Bearstar Strategies, with his top political advisers. She has remained a confidant of Vice President Kamala Harris, after serving as a senior strategist on her 2020 presidential campaign.</p> <p>Butler, who is based in Washington and maintains close ties with Los Angeles, had a stint as director for public policy and campaigns at Airbnb and spent nearly two decades as a powerful and well-respected labor leader with the Service Employees International Union. As president of SEIU California, she worked closely with then-Gov. Jerry Brown on policies like hiking the minimum wage to $15 per hour and raising taxes for wealthy Californians. She also served on the University of California Board of Regents, to which she was appointed by Brown in 2018 before stepping down in 2021.</p> <p>Butler is the first openly LGBTQ person to represent California in the Senate.</p> <p>It will be a major undertaking for her to vie for the seat. Porter and Schiff, the leaders in fundraising and polls, as well as Lee, are comparatively well-known to voters. California is prohibitively expensive to run in, with TV ads costing millions to air across major media markets. But Butler could be a formidable candidate if she chooses to be.</p> <p>Newsom’s appointment — regardless of whether Butler runs for the Senate and wins — will continue to dramatically reshape the state’s political guard by the second-term governor and brings to four the number of high-profile nominations he’s made. That includes both U.S. Senate seats, Attorney General Rob Bonta and Secretary of State Shirley Weber, who was rumored to be on the shortlist for Feinstein’s post.</p> <p>Many senators rose to power through an appointment, including Democrats <a href="https://directory.politicopro.com/member/282320" data-person-id="282320" link-data="{"cms.site.owner":{"_ref":"0000014b-3270-d4f3-a3cb-f3ffa8610000","_type":"0000014b-324d-d4f3-a3cb-f3ff4161000e"},"cms.content.publishDate":1696214297482,"cms.content.publishUser":{"_ref":"00000182-cb51-d7cf-a983-cbd5b1dc0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"cms.content.updateDate":1696214297482,"cms.content.updateUser":{"_ref":"00000182-cb51-d7cf-a983-cbd5b1dc0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"originalTemplate":false,"member":"{\"identifier\":\"282320\",\"url\":\"https://directory.politicopro.com/member/282320\",\"preferredName\":\"Sen. Tina Smith (D-MN)\",\"isCommittee\":false}","text":"Tina Smith","url":"https://directory.politicopro.com/member/282320","personId":"282320","_id":"0000018a-ee40-d56c-abfa-ee6d15ad0000","_type":"353fe80b-e1b5-3663-85ca-add066ecafc0"}">Tina Smith</a> of Minnesota and <a href="https://directory.politicopro.com/member/201768" data-person-id="201768" link-data="{"cms.site.owner":{"_ref":"0000014b-3270-d4f3-a3cb-f3ffa8610000","_type":"0000014b-324d-d4f3-a3cb-f3ff4161000e"},"cms.content.publishDate":1696214308469,"cms.content.publishUser":{"_ref":"00000182-cb51-d7cf-a983-cbd5b1dc0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"cms.content.updateDate":1696214308469,"cms.content.updateUser":{"_ref":"00000182-cb51-d7cf-a983-cbd5b1dc0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"originalTemplate":false,"member":"{\"identifier\":\"201768\",\"url\":\"https://directory.politicopro.com/member/201768\",\"preferredName\":\"Sen. Brian Schatz (D-HI)\",\"isCommittee\":false}","text":"Brian Schatz","url":"https://directory.politicopro.com/member/201768","personId":"201768","_id":"0000018a-ee40-d56c-abfa-ee6d43c60000","_type":"353fe80b-e1b5-3663-85ca-add066ecafc0"}">Brian Schatz</a> of Hawaii and Republican <a href="https://directory.politicopro.com/member/151800" data-person-id="151800" link-data="{"cms.site.owner":{"_ref":"0000014b-3270-d4f3-a3cb-f3ffa8610000","_type":"0000014b-324d-d4f3-a3cb-f3ff4161000e"},"cms.content.publishDate":1696214318853,"cms.content.publishUser":{"_ref":"00000182-cb51-d7cf-a983-cbd5b1dc0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"cms.content.updateDate":1696214318853,"cms.content.updateUser":{"_ref":"00000182-cb51-d7cf-a983-cbd5b1dc0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"originalTemplate":false,"member":"{\"identifier\":\"151800\",\"url\":\"https://directory.politicopro.com/member/151800\",\"preferredName\":\"Sen. Tim Scott (R-SC)\",\"isCommittee\":false}","text":"Tim Scott","url":"https://directory.politicopro.com/member/151800","personId":"151800","_id":"0000018a-ee40-d2cf-a3af-ffd66f970000","_type":"353fe80b-e1b5-3663-85ca-add066ecafc0"}">Tim Scott</a> of South Carolina. Others like Jon Kyl in Arizona, Ted Kaufman in Delaware and Jeffrey Chiesa in New Jersey declined to run.</p> <p>Newsom has said he neither expected, nor wanted, to make the latest appointment. But for months, he and his top advisers had discussed the prospect of having to do so as Feinstein fell ill and reports about her condition <a href="https://www.politico.com/news/2023/04/12/dianne-feinstein-condition-senate-return-00091765" target="_blank" link-data="{"linkText":"grew dimmer","link":{"target":"NEW","attributes":[],"url":"https://www.politico.com/news/2023/04/12/dianne-feinstein-condition-senate-return-00091765","_id":"0000018a-ef10-de6a-a5ef-ffb14a2d0008","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a2d0009","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">grew dimmer</a>. In May, she returned to the Senate after two months away and Newsom passionately supported the idea of her serving the rest of her term, contending that Senate Republicans would use her vacancy to help block judicial confirmations prioritized by President Joe Biden and Senate Majority Leader <a href="https://directory.politicopro.com/member/51231" data-person-id="51231" link-data="{"cms.site.owner":{"_ref":"0000014b-3270-d4f3-a3cb-f3ffa8610000","_type":"0000014b-324d-d4f3-a3cb-f3ff4161000e"},"cms.content.publishDate":1696214533477,"cms.content.publishUser":{"_ref":"00000182-cb51-d7cf-a983-cbd5b1dc0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"cms.content.updateDate":1696214533477,"cms.content.updateUser":{"_ref":"00000182-cb51-d7cf-a983-cbd5b1dc0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"originalTemplate":false,"member":"{\"identifier\":\"51231\",\"url\":\"https://directory.politicopro.com/member/51231\",\"preferredName\":\"Sen. Chuck Schumer (D-NY)\",\"isCommittee\":false}","text":"Chuck Schumer","url":"https://directory.politicopro.com/member/51231","personId":"51231","_id":"0000018a-ee43-de9d-afbf-efdfb3d70000","_type":"353fe80b-e1b5-3663-85ca-add066ecafc0"}">Chuck Schumer</a>.</p> <p>“You think Mitch McConnell is going to seat another federal judge? Not a chance in hell. You better wish, you better pray, for her health,” Newsom <a href="https://www.politico.com/newsletters/california-playbook/2023/07/05/gavins-red-state-hustle-00104691" target="_blank" link-data="{"linkText":"told a Democratic Idaho voter","link":{"target":"NEW","attributes":[],"url":"https://www.politico.com/newsletters/california-playbook/2023/07/05/gavins-red-state-hustle-00104691","_id":"0000018a-ef10-de6a-a5ef-ffb14a2d000a","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a2d000b","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">told a Democratic Idaho voter</a> during a tour of red states in July.</p> <p>Schumer in recent days was among those urging Newsom to move with speed given the looming shutdown in Washington and bare-bones Democratic majority in the Senate, two other people familiar with their conversations said.</p> <p>Newsom earned a bit of time on Saturday when the Senate cleared a stopgap funding bill late in the day, sending it to Biden’s desk for <a href="https://x.com/POTUS/status/1708323029745389928?s=20" target="_blank" link-data="{"linkText":"his signature","link":{"target":"NEW","attributes":[],"url":"https://x.com/POTUS/status/1708323029745389928?s=20","_id":"0000018a-ef10-de6a-a5ef-ffb14a2d000c","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a2d000d","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">his signature</a>. By that point, however, Newsom and aides were already well on their way to filling the seat, capping a dramatic chapter for the governor and his state and delivering to the Senate its first Black woman since Harris.</p>]]>
- </content:encoded>
- </item>
- <item>
- <title>As new term begins, Supreme Court faces fallout from its rightward shift</title>
- <link>https://www.politico.com/news/2023/10/01/supreme-court-key-issues-00119351</link>
- <description>The justices return from their summer recess on Monday, and they're poised to wade back into divisive issues on guns and agency power.</description>
- <guid>https://www.politico.com/news/2023/10/01/supreme-court-key-issues-00119351</guid>
- <pubDate>Sun, 01 Oct 2023 11:38:17 EST</pubDate>
- <dc:creator>Josh Gerstein</dc:creator>
- <dc:contributor>Josh Gerstein</dc:contributor>
- <media:content type="image/jpeg" url="https://static.politico.com/c3/50/4143888e4e27bb7f51b1d862017e/u-s-supreme-court-88698.jpg">
- <media:credit scheme="urn:ebu">Francis Chung/POLITICO</media:credit>
- <media:title type="html">The full slate of cases the court will take up during the term that starts Monday remains uncertain. On Friday, the justices added 12 new cases to their docket.</media:title>
- <media:thumbnail url="https://static.politico.com/c3/50/4143888e4e27bb7f51b1d862017e/u-s-supreme-court-88698.jpg"/>
- </media:content>
- <maz:template>core</maz:template>
- <maz:modified>1696178297122</maz:modified>
- <content:encoded>
- <![CDATA[<img src="https://static.politico.com/c3/50/4143888e4e27bb7f51b1d862017e/u-s-supreme-court-88698.jpg"> <br> <p>Paging the Supreme Court: Cleanup on aisle 3.</p> <p>After two years of transformative decisions on abortion, gun rights and affirmative action, the Supreme Court is about to kick off a term where the justices are likely to spend much of their time resolving nagging questions created by their prior rulings.</p> <p>Some of the legal fights now before the high court expose what critics view as the soft underbelly of recent conservative decisions — details glossed over as the court’s GOP-appointed, six-justice majority pushed American jurisprudence swiftly to the right on some of the nation’s most divisive issues.</p> <p>In the coming months, the court will hear a case that will test the majority’s commitment to a robust, history-focused interpretation of the Second Amendment. It will hear two others that could radically reshape regulatory agencies. And it may soon need to revisit both abortion and racial diversity in education.</p> <p>The full slate of cases the court will take up during the term that starts Monday remains uncertain. On Friday, the justices <a href="https://www.supremecourt.gov/orders/courtorders/092923zr_q8l1.pdf" target="_blank" link-data="{"linkText":"added 12 new cases","link":{"target":"NEW","attributes":[],"url":"https://www.supremecourt.gov/orders/courtorders/092923zr_q8l1.pdf","_id":"0000018a-ef10-de6a-a5ef-ffb14a330001","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a330002","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">added 12 new cases</a> to their docket, including <a href="https://www.politico.com/news/2023/09/29/supreme-court-to-hear-challenges-to-state-social-media-laws-00119051" target="_blank" link-data="{"linkText":"a pair of First Amendment challenges","link":{"target":"NEW","attributes":[],"url":"https://www.politico.com/news/2023/09/29/supreme-court-to-hear-challenges-to-state-social-media-laws-00119051","_id":"0000018a-ef10-de6a-a5ef-ffb14a330003","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a330004","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">a pair of First Amendment challenges</a> to laws in red states that regulate how social media companies moderate users’ content.</p> <p>The high court also faces difficult choices and divisions that go beyond its docket, as controversies swirl over unreported gifts to some justices and disagreements have <a href="https://www.politico.com/news/2023/09/22/elena-kagan-supreme-court-precedent-speech-00117760" target="_blank" link-data="{"linkText":"spilled into public view","link":{"target":"NEW","attributes":[],"url":"https://www.politico.com/news/2023/09/22/elena-kagan-supreme-court-precedent-speech-00117760","_id":"0000018a-ef10-de6a-a5ef-ffb14a330005","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a330006","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">spilled into public view</a> about potential reforms. <a href="https://www.politico.com/news/2023/09/30/supreme-court-ethics-poll-00119236" target="_blank" link-data="{"linkText":"A recent POLITICO poll","link":{"target":"NEW","attributes":[],"url":"https://www.politico.com/news/2023/09/30/supreme-court-ethics-poll-00119236","_id":"0000018a-ef10-de6a-a5ef-ffb14a330007","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a330008","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">A recent POLITICO poll</a> found a large majority of Americans favor subjecting the justices to an enforceable ethics code.</p> <p>Here’s POLITICO’s look at the issues expected to dominate the Supreme Court over the next year.</p> <h3 style="text-align: left">Reining in a broad ruling on guns?</h3> <p>Perhaps the highest-profile case already on the high court’s docket will determine whether people accused of domestic violence have a constitutional right to carry guns.</p> <p>The case will test the justices’ willingness to fully embrace the logic of <a href="https://www.politico.com/news/2022/06/23/supreme-court-strikes-down-new-york-gun-law-along-ideological-lines-00041691" target="_blank" link-data="{"linkText":"their year-old decision striking down New York’s longstanding gun control regulations","link":{"target":"NEW","attributes":[],"url":"https://www.politico.com/news/2022/06/23/supreme-court-strikes-down-new-york-gun-law-along-ideological-lines-00041691","_id":"0000018a-ef10-de6a-a5ef-ffb14a330009","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a33000a","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">their year-old decision striking down New York’s longstanding gun control regulations</a>. In the 6-3 ruling in <a href="https://www.supremecourt.gov/opinions/21pdf/20-843_7j80.pdf" target="_blank" link-data="{"linkText":"<i>New York State Rifle & Pistol Association v. Bruen</i>","link":{"target":"NEW","attributes":[],"url":"https://www.supremecourt.gov/opinions/21pdf/20-843_7j80.pdf","_id":"0000018a-ef10-de6a-a5ef-ffb14a33000b","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a33000c","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}"><i>New York State Rifle & Pistol Association v. Bruen</i></a>, the GOP-appointed justices said the Constitution only permits the sort of limits on gun ownership that were recognized early in American history.</p> <p>The decision, and its call to rummage through history to judge a modern law’s constitutionality, unleashed a flood of challenges to existing gun-control measures.</p> <p>“There’s basically just chaos in the Second Amendment space and a huge volume of litigation,” said Esther Sanchez-Gomez of the Giffords Law Center, which advocates for gun-safety laws. “This new test has created a mess.”</p> <p>In March, the 5th Circuit Court of Appeals embraced the <i>Bruen</i> rationale to strike down a federal law prohibiting the subjects of domestic violence restraining orders from possessing firearms, with the appeals judges concluding that the law isn’t rooted in “our Nation’s historical tradition of firearm regulation.”</p> <p>The Biden administration asked the justices to overturn that decision, arguing that it opens the door to all sorts of dangerous people obtaining weapons. Many analysts expect that some of the conservative justices, especially Chief Justice John Roberts and Justice Brett Kavanaugh, will worry about the optics of a ruling that would put guns in the hands of domestic abusers. Those concerns might entice a majority of the court to figure out a way to uphold the statute, although how the justices would square such a ruling with <i>Bruen</i> isn’t clear.</p> <p>The case, <i>United States v. Rahimi</i>, will be argued Nov. 7.</p> <h3 style="text-align: left">Another crack at agency power</h3> <p>For decades, the business community, conservative activists and a few conservative justices have been trying to eliminate a legal doctrine that they contend gives government agencies — sometimes derisively called “the administrative state” — too much power. The doctrine, known as <i>Chevron</i> deference after a 1984 Supreme Court case that first articulated it, gives agencies wide latitude to interpret the statutes they enforce — even if judges disagree with an agency’s reading of the law.</p> <p>As the conservative contingent on the court has grown, the doctrine has been walked to the legal gallows several times — but each time, the court has stopped short of formally killing it off. The noose is tightening once again this term in a case challenging a decision by federal officials to make fishing boat operators pay for monitors who confirm compliance with fishing limits. The facts of the case are arcane, but the legal question is whether the justices should officially overturn <i>Chevron</i>.</p> <p>If that happens, federal regulations aimed at the environment, prescription drugs, food safety, auto safety, banking, the financial markets and more could be in jeopardy. An end to <i>Chevron</i> would trigger a tsunami of legal challenges in search of judges who might disagree with agencies’ longstanding interpretations of their own powers, striking down policies that have been on the books for decades. And Congress might face pressure to shore up some agencies’ regulatory powers.</p> <p>The case, <i>Loper Bright Enterprises v. Raimondo</i>, has not yet been scheduled for oral argument. The court could hear it as early as December.</p> <h3 style="text-align: left">CFPB funding fight could cripple other regulators</h3> <p>On Tuesday, the second day of the new term, the court will hear a constitutional challenge to the Consumer Financial Protection Bureau. It’s the second time the Supreme Court has taken aim at the bureau, which was created by the Dodd-Frank legislation signed by former President Barack Obama in 2010 and is widely scorned by conservatives. Three years ago, the justices handed down a 5-4 decision that said <a href="https://www.politico.com/news/2020/06/29/supreme-court-consumer-financial-protection-bureau-decision-344324" target="_blank" link-data="{"linkText":"the agency’s director had no right to stay","link":{"target":"NEW","attributes":[],"url":"https://www.politico.com/news/2020/06/29/supreme-court-consumer-financial-protection-bureau-decision-344324","_id":"0000018a-ef10-de6a-a5ef-ffb14a33000d","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a33000e","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">the agency’s director had no right to stay</a> through the five-year term set by statute and was subject to firing at any time by the president without cause.</p> <p>Now, the CFPB’s funding stream is the issue at the high court after the 5th Circuit ruled that funding the agency out of fees charged by the Federal Reserve violates the Constitution’s requirement that Congress regularly appropriate money for the operation of federal agencies.</p> <p>If the justices uphold that decision, numerous agencies like the Fed, various bank regulators, the Federal Housing Finance Agency and more <a href="https://www.politico.com/news/magazine/2023/09/28/supreme-court-social-security-medicare-00118470" target="_blank" link-data="{"cms.site.owner":{"_ref":"0000014b-3270-d4f3-a3cb-f3ffa8610000","_type":"0000014b-324d-d4f3-a3cb-f3ff4161000e"},"cms.content.publishDate":1696177790565,"cms.content.publishUser":{"_ref":"00000180-f751-d6b4-a7e5-f7d9bbd30000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"cms.content.updateDate":1696177790565,"cms.content.updateUser":{"_ref":"00000180-f751-d6b4-a7e5-f7d9bbd30000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"originalTemplate":false,"link":{"originalTemplate":false,"attributes":[],"target":"NEW","url":"https://www.politico.com/news/magazine/2023/09/28/supreme-court-social-security-medicare-00118470","_id":"0000018a-ec13-de9d-afbf-efdf16cf0001","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"linkText":"could need emergency legislation","_id":"0000018a-ec13-de9d-afbf-efdf16cf0000","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">could need emergency legislation</a> to restructure their finances.</p> <p>“This is an incredibly important case,” said Brianne Gorod of the Constitutional Accountability Center. “It would threaten many other federal agencies.”</p> <p>There are few guideposts to signal what the justices will do in the case, <i>CFPB v. Community Financial Services Association</i>. “There isn’t really any precedent on this issue,” said Adam White of the American Enterprise Institute.<br></p> <br><iframe style="max-width: 100%" width="1280" height="720" src="https://players.brightcove.net/1155968404/r1WF6V0Pl_default/index.html?videoId=6330307457112" frameborder="0"></iframe> <br> <h3 style="text-align: left">Affirmative action: Back so soon?</h3> <p>The Supreme Court’s decision in June <a href="https://www.politico.com/news/2023/06/29/supreme-court-ends-affirmative-action-in-college-admissions-00104179" target="_blank" link-data="{"linkText":"striking down affirmative-action programs at Harvard and the University of North Carolina","link":{"target":"NEW","attributes":[],"url":"https://www.politico.com/news/2023/06/29/supreme-court-ends-affirmative-action-in-college-admissions-00104179","_id":"0000018a-ef10-de6a-a5ef-ffb14a340001","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a340002","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">striking down affirmative-action programs at Harvard and the University of North Carolina</a> appeared to be a death knell for the use of race in college admissions. But the ruling was vague about whether and when schools can use other factors that often correlate with race — such as socioeconomic status and geography — to try to achieve the kind of racial diversity they’ve said they would lose without the programs ruled illegal this year.</p> <p>Now, just months after that momentous ruling, the justices are being asked to take up a dispute over changes to the admissions policy at an elite public school in northern Virginia, Thomas Jefferson High School for Science and Technology. The school recently downplayed test scores and gave more weight to other, formally race-neutral factors in a bid to increase the number of underrepresented minorities like Blacks and Latinos.</p> <p>Parents who sued over the changes contend that the school is using sleight of hand to achieve the kind of racial balancing the high court effectively outlawed and that the changes were driven, in part, by a perception that students of Asian descent were crowding out others.</p> <p>It’s unclear whether the justices will want to wade back into this issue so soon, but it seems inevitable that they’ll eventually have to deal with the efforts many schools are making to implement — or dodge — last term’s decision.</p> <h3 style="text-align: left">Social media fights loom large</h3> <p>The justices announced Friday they’ll weigh in on the drive by red-state legislatures to respond to what many conservatives regard as censorship of their views on platforms like Facebook, YouTube and X (formerly known as Twitter). Challenges by the social media giants to state laws in <a href="https://www.scotusblog.com/case-files/cases/netchoice-llc-v-paxton/" target="_blank" link-data="{"linkText":"Texas","link":{"target":"NEW","attributes":[],"url":"https://www.scotusblog.com/case-files/cases/netchoice-llc-v-paxton/","_id":"0000018a-ef10-de6a-a5ef-ffb14a340003","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a340004","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">Texas</a> and <a href="https://www.scotusblog.com/case-files/cases/moody-v-netchoice-llc/" target="_blank" link-data="{"linkText":"Florida","link":{"target":"NEW","attributes":[],"url":"https://www.scotusblog.com/case-files/cases/moody-v-netchoice-llc/","_id":"0000018a-ef10-de6a-a5ef-ffb14a340005","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a340006","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">Florida</a> trying to require equal treatment of various political views produced conflicting ruling from federal appeals courts.</p> <p>The cases, which will likely be argued early next year, pit the free-speech concerns of many Americans against what the companies’ claim is their First Amendment right to control what appears on their websites and could produce some strange bedfellows since some on the left are also skeptical about the power of the tech firms.</p> <p>The Supreme Court has also <a href="https://www.scotusblog.com/case-files/cases/lindke-v-freed/" target="_blank" link-data="{"cms.site.owner":{"_ref":"0000014b-3270-d4f3-a3cb-f3ffa8610000","_type":"0000014b-324d-d4f3-a3cb-f3ff4161000e"},"cms.content.publishDate":1696177934708,"cms.content.publishUser":{"_ref":"00000180-f751-d6b4-a7e5-f7d9bbd30000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"cms.content.updateDate":1696177934708,"cms.content.updateUser":{"_ref":"00000180-f751-d6b4-a7e5-f7d9bbd30000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"originalTemplate":false,"link":{"originalTemplate":false,"attributes":[],"target":"NEW","url":"https://www.scotusblog.com/case-files/cases/lindke-v-freed/","_id":"0000018a-ec15-dd68-a3cf-ffd54cd60001","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"linkText":"agreed to hear two other","_id":"0000018a-ec15-dd68-a3cf-ffd54cd60000","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">agreed to hear two other</a> cases about <a href="https://www.scotusblog.com/case-files/cases/oconnor-ratcliff-v-garnier/" target="_blank" link-data="{"cms.site.owner":{"_ref":"0000014b-3270-d4f3-a3cb-f3ffa8610000","_type":"0000014b-324d-d4f3-a3cb-f3ff4161000e"},"cms.content.publishDate":1696177950459,"cms.content.publishUser":{"_ref":"00000180-f751-d6b4-a7e5-f7d9bbd30000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"cms.content.updateDate":1696177950459,"cms.content.updateUser":{"_ref":"00000180-f751-d6b4-a7e5-f7d9bbd30000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"originalTemplate":false,"link":{"originalTemplate":false,"attributes":[],"target":"NEW","url":"https://www.scotusblog.com/case-files/cases/oconnor-ratcliff-v-garnier/","_id":"0000018a-ec15-d56c-abfa-ec7d86260001","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"linkText":"political speech on social-media","_id":"0000018a-ec15-d56c-abfa-ec7d86260000","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">political speech on social-media</a> platforms, exploring whether public officials can ban or block critical citizens from posting in the comment sections tied to the officials’ accounts. Those cases will be argued on Oct. 31.<b> </b><br></p> <br><iframe style="max-width: 100%" width="1280" height="720" src="https://players.brightcove.net/1155968404/r1WF6V0Pl_default/index.html?videoId=6332316459112" frameborder="0"></iframe> <br> <h3 style="text-align: left">Trump and the fallout from Jan. 6</h3> <p>The four ongoing criminal prosecutions of former President Donald Trump are unprecedented and any of them could spawn appeals to the high court, but there is one issue the justices could take up this term that would instantly overshadow every other case on the docket: whether Trump can or should be disqualified from the presidential race because of his role in ginning up the riot at the Capitol on Jan. 6, 2021, and his broader efforts to subvert the 2020 election.</p> <p>A slew of cases have been filed in various states <a href="https://www.politico.com/news/2023/09/01/fourteenth-amendment-insurrection-clause-trump-00113790" target="_blank" link-data="{"linkText":"trying to knock Trump off the ballot","link":{"target":"NEW","attributes":[],"url":"https://www.politico.com/news/2023/09/01/fourteenth-amendment-insurrection-clause-trump-00113790","_id":"0000018a-ef10-de6a-a5ef-ffb14a340007","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a340008","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">trying to knock Trump off the ballot</a> under the 14th Amendment’s insurrection clause. <a href="https://www.cnn.com/videos/politics/2023/08/19/smr-trump-ineligible-14th-amendment.cnn" target="_blank" link-data="{"linkText":"Legal scholars","link":{"target":"NEW","attributes":[],"url":"https://www.cnn.com/videos/politics/2023/08/19/smr-trump-ineligible-14th-amendment.cnn","_id":"0000018a-ef10-de6a-a5ef-ffb14a340009","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a34000a","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">Legal scholars</a> of <a href="https://www.theatlantic.com/ideas/archive/2023/09/supreme-court-needs-make-call-trumps-eligibility/675416/" target="_blank" link-data="{"linkText":"various persuasions","link":{"target":"NEW","attributes":[],"url":"https://www.theatlantic.com/ideas/archive/2023/09/supreme-court-needs-make-call-trumps-eligibility/675416/","_id":"0000018a-ef10-de6a-a5ef-ffb14a34000b","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a34000c","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">various persuasions</a> are urging the Supreme Court to address the issue in the coming months rather than waiting until closer to the election. That would produce a white-hot political showdown at the high court unlike any other in its modern history.</p> <h3 style="text-align: left">Abortion fights likely to return</h3> <p>The Supreme Court’s ground-shaking 5-4 ruling last year <a href="https://www.politico.com/news/2022/06/24/supreme-court-overturns-roe-v-wade-00042244" target="_blank" link-data="{"linkText":"overturning <i>Roe v. Wade</i>","link":{"target":"NEW","attributes":[],"url":"https://www.politico.com/news/2022/06/24/supreme-court-overturns-roe-v-wade-00042244","_id":"0000018a-ef10-de6a-a5ef-ffb14a350000","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a350001","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">overturning <i>Roe v. Wade</i></a> ended one chapter in the abortion battle, but did not put the issue to rest. The justices already stepped into one such fight in April on an emergency basis, <a href="https://www.politico.com/news/2023/04/21/supreme-court-maintains-abortion-pill-access-for-now-as-legal-fight-continues-00093349" target="_blank" link-data="{"linkText":"granting the Biden administration’s request to keep the abortion pill mifepristone on the market","link":{"target":"NEW","attributes":[],"url":"https://www.politico.com/news/2023/04/21/supreme-court-maintains-abortion-pill-access-for-now-as-legal-fight-continues-00093349","_id":"0000018a-ef10-de6a-a5ef-ffb14a350002","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a350003","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">granting the Biden administration’s request to keep the abortion pill mifepristone on the market</a> despite a ruling from a federal judge in Texas effectively revoking approval of the drug.</p> <p>Medication abortions now account for more than half of all abortions in the U.S., in part because of crackdowns on access to surgical abortions in many states. The pills also provide a way to evade the broad bans on abortion many states implemented after the justices’ decision last year that ended the federal constitutional right to terminate a pregnancy.</p> <p>The case about alleged flaws in the FDA’s approval process for mifepristone was sent back to the 5th Circuit for further action, but seems all but certain to return to the justices soon.</p>]]>
- </content:encoded>
- </item>
- <item>
- <title>Trump goes to trial in New York before a judge who just ruled he’s a fraud</title>
- <link>https://www.politico.com/news/2023/10/01/trump-civil-trial-new-york-00119297</link>
- <description>The $250 million civil trial starts Monday — and Trump may be there in person.</description>
- <guid>https://www.politico.com/news/2023/10/01/trump-civil-trial-new-york-00119297</guid>
- <pubDate>Sun, 01 Oct 2023 06:00:00 EST</pubDate>
- <dc:creator>Erica Orden</dc:creator>
- <dc:contributor>Erica Orden</dc:contributor>
- <media:content type="image/jpeg" url="https://static.politico.com/12/00/60b6a8264fe38386a7d860056f19/trump-fraud-lawsuit-38395.jpg">
- <media:credit scheme="urn:ebu">Artie Walker Jr./AP Photo</media:credit>
- <media:title type="html">Former President Donald Trump pauses before ending his remarks at a rally in Summerville, S.C., on Sept. 25, 2023.</media:title>
- <media:thumbnail url="https://static.politico.com/12/00/60b6a8264fe38386a7d860056f19/trump-fraud-lawsuit-38395.jpg"/>
- </media:content>
- <maz:template>core</maz:template>
- <maz:modified>1696158074674</maz:modified>
- <content:encoded>
- <![CDATA[<img src="https://static.politico.com/12/00/60b6a8264fe38386a7d860056f19/trump-fraud-lawsuit-38395.jpg"> <br> <p>NEW YORK — Donald Trump is set to go to trial Monday in New York’s civil lawsuit accusing him of extensive business fraud — and while his formal courtroom adversary is the state attorney general’s office, he’ll also be facing off against the judge.</p> <p>In some ways, the trial is the culmination of months of antagonism between the former president and Justice Arthur Engoron, a Democrat who was elected to his current post as a Manhattan trial judge in 2015. The outcome of the nonjury trial will be entirely up to Engoron, who will make his decision on the heels of a series of fierce disputes with Trump.</p> <p>And in a surprise, Trump <a href="https://www.politico.com/news/2023/09/29/trump-attend-business-fraud-trial-00119198" target="_blank" link-data="{"linkText":"may attend the trial in person","link":{"target":"NEW","attributes":[],"url":"https://www.politico.com/news/2023/09/29/trump-attend-business-fraud-trial-00119198","_id":"0000018a-ef10-de6a-a5ef-ffb14a390003","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a390004","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">may attend the trial in person</a> — a plan revealed by lawyers late last week. If Trump follows through and appears in court, he’ll be sitting just a few feet away from a man he has publicly derided as “deranged.” <br></p> <br><iframe style="max-width: 100%" width="1280" height="720" src="https://players.brightcove.net/1155968404/r1WF6V0Pl_default/index.html?videoId=6335523107112" frameborder="0"></iframe> <br> <p>Last week, Engoron <a href="https://www.politico.com/news/2023/09/26/trump-fraud-trial-inflate-net-worth-00118269" target="_blank" link-data="{"linkText":"delivered a ruling","link":{"target":"NEW","attributes":[],"url":"https://www.politico.com/news/2023/09/26/trump-fraud-trial-inflate-net-worth-00118269","_id":"0000018a-ef10-de6a-a5ef-ffb14a390006","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a390007","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">delivered a ruling</a> that may obliterate Trump’s family business. Engoron found Trump liable for widespread fraud and revoked the licenses for some of his flagship properties, including Trump Tower and the Trump International Hotel. The ruling paves the way for much of the trial to focus on the punishments Trump will now face. They could be severe: Attorney General Tish James is asking for $250 million and a ban on Trump running businesses in the state.</p> <p>Trump and his lawyers — and even the attorney general’s office — were caught off guard by the sweep of Engoron’s pretrial ruling, and they have scrambled in recent days to determine what, exactly, it means for the future of Trump’s business.</p> <p>In turn, Trump called the judge “unhinged” and a “political hack” who “must be stopped.”</p> <p>“I have a Deranged, Trump Hating Judge, who RAILROADED this FAKE CASE through a NYS Court at a speed never before seen,” Trump wrote on his social media platform.</p> <p>Trump had spent months trying to thwart Engoron, most recently taking the aggressive step of filing a lawsuit that accuses the judge of failing to comply with an earlier appeals court decision that Trump argues limits the scope of the case against him. That matter is pending.</p> <p>Trump also repeatedly tried to delay the trial by asking an appeals court to push it back after he failed to convince Engoron to do so.</p> <p>Engoron’s response to Trump’s request was typically curt. “Decline to sign,” he wrote. “Defendants’ arguments are completely without merit.”</p> <p>On Thursday, the appeals court <a href="https://www.politico.com/news/2023/09/28/trump-new-york-fraud-trial-delay-00118917" target="_blank" link-data="{"linkText":"also declined to delay the trial","link":{"target":"NEW","attributes":[],"url":"https://www.politico.com/news/2023/09/28/trump-new-york-fraud-trial-delay-00118917","_id":"0000018a-ef10-de6a-a5ef-ffb14a390008","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a390009","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">also declined to delay the trial</a>.</p> <p>Trump’s tussles with Engoron began even before James filed her lawsuit. During the attorney general’s investigation, Engoron held Trump in contempt of court and ordered him to pay $10,000 a day after finding the former president had failed to comply with a subpoena from James’ office. The judge subsequently released Trump from the contempt order and required him to pay a total of $110,000 in penalties.</p> <p>In his ruling last week, Engoron answered perhaps the key question raised by James’ lawsuit: He found that Trump fraudulently inflated his net worth between 2014 and 2021. (Trump, who has denied all wrongdoing, has vowed to appeal the ruling.) The trial beginning Monday will address what Trump, his businesses, his adult sons and his business associates did with that false information. According to James, they used it to obtain favorable terms from banks and insurance companies, resulting in insurance fraud, and to gain tax benefits.</p> <p>The trial will also determine what financial penalties, if any, Trump must pay. James is seeking $250 million in penalties and a lifetime bar on the Trumps from serving as officers or directors in any New York companies, as well as a five-year bar on Trump or his company from entering into any real estate acquisitions.</p> <p>For Trump, Monday marks not only the start of the trial over the civil fraud lawsuit but also the beginning of a long string of trials he will face from October through May. Following James’ trial, Trump will face a <a href="https://www.politico.com/news/2023/09/06/trump-carroll-defamation-damages-00114317" target="_blank" link-data="{"linkText":"federal defamation trial","link":{"target":"NEW","attributes":[],"url":"https://www.politico.com/news/2023/09/06/trump-carroll-defamation-damages-00114317","_id":"0000018a-ef10-de6a-a5ef-ffb14a39000a","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a39000b","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">federal defamation trial</a> set for Jan. 15 in a case brought by writer E. Jean Carroll and a trial beginning Jan. 29 in a <a href="https://www.politico.com/story/2018/10/29/lawsuit-trump-family-racketeering-947075" target="_blank" link-data="{"linkText":"federal class action lawsuit","link":{"target":"NEW","attributes":[],"url":"https://www.politico.com/story/2018/10/29/lawsuit-trump-family-racketeering-947075","_id":"0000018a-ef10-de6a-a5ef-ffb14a39000c","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a39000d","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">federal class action lawsuit</a> accusing him and his company of promoting a pyramid scheme.<br></p> <br> <p>He will then face a federal criminal trial set for March 4 in special counsel Jack Smith’s case on Trump’s effort to subvert the 2020 election, a New York state criminal trial set for March 25 in a case brought by the Manhattan district attorney’s office and another federal criminal trial set for May 20 in Smith’s case concerning the alleged mishandling of classified documents. He is also under indictment in Georgia for election interference; a trial date there has not yet been set.</p> <p>Trump isn’t required to attend the New York civil trial — and until last week he wasn’t expected to show up unless called to testify by the attorney general (which she has indicated she is considering). He didn’t appear in court for any of a federal civil trial held earlier this year in a separate lawsuit brought by Carroll.</p>]]>
- </content:encoded>
- </item>
- <item>
- <title>He, She, They: The Pronoun Debate Will Likely Land at the Supreme Court</title>
- <link>https://www.politico.com/news/magazine/2023/10/01/pronouns-schools-supreme-court-00118832</link>
- <description>And the trend doesn’t look good for transgender kids.</description>
- <guid>https://www.politico.com/news/magazine/2023/10/01/pronouns-schools-supreme-court-00118832</guid>
- <pubDate>Sun, 01 Oct 2023 06:00:00 EST</pubDate>
- <dc:creator>Kimberly Wehle</dc:creator>
- <dc:description><i>Kim Wehle</i> is a professor at the University of Baltimore School of Law and author of How to Read the Constitution — and Why. Her forthcoming book is How the Pardon Power Works — and Why.</dc:description>
- <dc:contributor>Kimberly Wehle</dc:contributor>
- <media:content type="image/jpeg" url="https://static.politico.com/d1/5c/3369240f476aa792a88d0f9292e6/gettyimages-1250883035.jpg">
- <media:credit scheme="urn:ebu">Shelby Tauber for The Washington Post via Getty Image</media:credit>
- <media:title type="html">Parents look at a self-portrait their son drew expressing his identity.</media:title>
- <media:thumbnail url="https://static.politico.com/d1/5c/3369240f476aa792a88d0f9292e6/gettyimages-1250883035.jpg"/>
- </media:content>
- <maz:template>magazine</maz:template>
- <maz:modified>1696158049000</maz:modified>
- <content:encoded>
- <![CDATA[<img src="https://static.politico.com/d1/5c/3369240f476aa792a88d0f9292e6/gettyimages-1250883035.jpg"> <br> <p>Once again, a pitched battle in America’s culture wars is making its steady way to the U.S. Supreme Court. In this round, the emerging question is whether public school children have a right to choose names and pronouns affirming their gender identity, or whether parents’ right to manage the upbringing of their children overrides it.</p> <p><a href="https://news.bloomberglaw.com/litigation/public-schools-pronoun-protocol-tests-bounds-of-parental-rights" target="_blank" link-data="{"linkText":"Three separate federal appeals courts","link":{"target":"NEW","attributes":[],"url":"https://news.bloomberglaw.com/litigation/public-schools-pronoun-protocol-tests-bounds-of-parental-rights","_id":"0000018a-ef10-de6a-a5ef-ffb14a410000","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a410001","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">Three separate federal appeals courts</a> have already confronted the issue, which has left school administrators across the country having to pick between the wishes and needs of students on one hand, and the demands of parents that they be alerted to their children’s gender and pronoun preferences at school on the other.</p> <p>The legal issues in these cases are not easy ones, pitting children’s rights against their parents’ rights. Upset parents contend that by using a child’s preferred pronouns without their knowledge, government actors are illegally providing medical care without the parental consent that state law mandates. Weighing against the parents are their kids’ requests as well as state laws requiring that schools provide non-discriminatory environments in which students can safely express their gender identities. According to the Human Rights Campaign, <a href="https://www.hrc.org/resources/state-maps" target="_blank" link-data="{"linkText":"22 states","link":{"target":"NEW","attributes":[],"url":"https://www.hrc.org/resources/state-maps","_id":"0000018a-ef10-de6a-a5ef-ffb14a410002","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a410003","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">22 states</a> and the District of Columbia <a href="https://www.hrc.org/resources/state-maps" target="_blank" link-data="{"linkText":"have laws","link":{"target":"NEW","attributes":[],"url":"https://www.hrc.org/resources/state-maps","_id":"0000018a-ef10-de6a-a5ef-ffb14a410004","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a410005","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">have laws</a> protecting students from harassment based on gender identity.</p> <p>The outcome, while centering around school administration rather than the civil rights of transgender Americans, is likely nonetheless to have far-reaching impacts. Not only does it invite the unelected justices to take sides in the clash between conservatives and progressives over what should be tolerated and taught in public schools, but it could wind up sending a powerful signal about the extent to which the court will permit discrimination on the basis of non-conforming gender identity under the Constitution itself.</p> <br> <p><br><b>The latest dispute to</b> reach a federal appeals court arose when parents Stephen Foote and Marissa Silvestri <a href="https://www.bloomberglaw.com/public/desktop/document/FooteetalvLudlowSchoolCommitteeetalDocketNo322cv30041DMassApr1220?doc_id=X3T38OEAVQ98HVAGVI971HP48HS" target="_blank" link-data="{"linkText":"sued a range of government entities","link":{"target":"NEW","attributes":[],"url":"https://www.bloomberglaw.com/public/desktop/document/FooteetalvLudlowSchoolCommitteeetalDocketNo322cv30041DMassApr1220?doc_id=X3T38OEAVQ98HVAGVI971HP48HS","_id":"0000018a-ef10-de6a-a5ef-ffb14a410006","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a410007","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">sued a range of government entities</a> and officials affiliated with the Ludlow, Massachusetts public schools. The lawsuit alleges that during the 2020-2021 school year, their child approached a teacher about feelings of depression, low self-esteem and possible attraction to the same gender. The teacher spoke with the child’s mother, who responded that she was getting the child professional help and asked school staff not to have private conversations with the child. The child, who was 11 at the time, then sent an email to school personnel self-identifying as genderqueer and announcing a new name and list of preferred pronouns. The school counselor responded with an email to staff stating that, consistent with a policy sanctioned by the Ludlow School Committee, they should not use the new preferred name and pronouns when communicating with the parents. Around the same time, the child’s sibling, who was then 12 years old, also began using a different name. The school did not tell the parents.</p> <p>After the parents learned of the situation, they complained to the school “about negative consequences their children might experience as a result of being able to use names and pronouns associated with the opposite sex.” They also objected to the staff’s disregard of their instructions. The school superintendent publicly defended the school’s actions and asserted “that for some students who are transgender or gender nonconforming, school is the only safe place to express who they are.”</p> <p>The parents sued, alleging that the defendants violated three different rights derived from the 14th Amendment: (1) their fundamental parental rights to direct the education and upbringing of their children, (2) their fundamental right to direct medical and mental health decision-making for their children, and (3) their fundamental right to “familial privacy” and “family integrity.”</p> <p><br></p> <br> <img src="https://static.politico.com/1e/66/e96f08a341fb9bb8a983cfb76743/gettyimages-1385207826.jpg"> <br> <p>None of these rights are expressly identified in the Constitution. All of them stem from the same aspect of the 14th Amendment that produced the original decision in <i>Roe v. Wade</i> — “substantive” due process. The Supreme Court, of course, has now overturned that decision, leaving open the question of which constitutional rights stemming from the 14<sup>th</sup> Amendment will now prevail and which won’t.</p> <p>In the <i>Foote </i>case, U.S. District Judge Mark G. Mastroianni dismissed the lawsuit and ruled in favor of the school. He wrote that, on the question of the parents’ rights to direct their children’s medical care, the parents “have not alleged either child has been diagnosed with gender dysphoria” or “explained how referring to a person by their preferred name and pronouns, which requires no special training or skill, has clinical significance.” The judge added that “addressing a person using their preferred name and pronouns simply accords the person the basic level of respect expected in a civil society generally."</p> <p>Regarding the claims of interference with the parents’ rights to direct their children’s upbringing and education, the judge held that the parents failed “to identify ... specific allegations of conscience-shocking conduct supporting their claims.” Although it is “disconcerting that school administrators ... adopted and implemented a policy requiring school staff to actively hide information from parents about something of importance regarding their child,” the law requires “a ‘stunning’ level of arbitrariness” to rise to a constitutional violation.</p> <p>That dismissal order is now on appeal before the U.S. Court of Appeals for the 1st Circuit. The 4th Circuit separately tossed out a similar case. Another remains pending in the 11th Circuit. Given the political overtones (the parents behind both the 1st and 11th Circuit cases are represented by the Child & Parental Rights Campaign, which states on <a href="https://childparentrights.org/" target="_blank" link-data="{"linkText":"its website","link":{"target":"NEW","attributes":[],"url":"https://childparentrights.org/","_id":"0000018a-ef10-de6a-a5ef-ffb14a410008","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a410009","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">its website</a> that “children are being led to believe a powerful untruth — that they could be ‘born in the wrong body,’”) and because the law is so murky and undeveloped in this area, it is highly likely the issue will be appealed to the U.S. Supreme Court.</p> <br> <p><br><b>Several competing legal</b> threads are in play here, making the issue constitutionally complex, and easy answers disturbingly elusive.</p> <p>Here’s some of what the courts have to weigh.</p> <p><b>Question: Do children have a constitutional right to choose their own names and pronouns?</b></p> <p>Answer: Children have full rights under the Constitution — but to a meaningful extent just in theory.</p> <br> <img src="https://static.politico.com/78/7f/0d3413b84c42a0fae446eafbc04c/gettyimages-517350944.jpg"> <br> <p>In <a href="https://supreme.justia.com/cases/federal/us/428/52/" target="_blank" link-data="{"linkText":"<i>Planned Parenthood of Central Missouri v. Danforth</i>","link":{"target":"NEW","attributes":[],"url":"https://supreme.justia.com/cases/federal/us/428/52/","_id":"0000018a-ef10-de6a-a5ef-ffb14a420000","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a420001","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}"><i>Planned Parenthood of Central Missouri v. Danforth</i></a>, Justice Harry Blackmun wrote in 1972 that “constitutional rights do not mature and come into being magically only when one attains the state-defined age of majority. Minors, as well as adults, are protected by the Constitution and possess constitutional rights.”</p> <p>Despite that clear edict, the court has refused to allow children some of the most basic rights. In 1972, for example, it <a href="https://supreme.justia.com/cases/federal/us/403/528/" target="_blank" link-data="{"linkText":"held that","link":{"target":"NEW","attributes":[],"url":"https://supreme.justia.com/cases/federal/us/403/528/","_id":"0000018a-ef10-de6a-a5ef-ffb14a420002","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a420003","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">held that</a> “juvenile delinquents” do not have a constitutional right to a trial by jury. In 1977, it <a href="https://supreme.justia.com/cases/federal/us/430/651/" target="_blank" link-data="{"cms.site.owner":{"_ref":"0000014b-3270-d4f3-a3cb-f3ffa8610000","_type":"0000014b-324d-d4f3-a3cb-f3ff4161000e"},"cms.content.publishDate":1696006981520,"cms.content.publishUser":{"_ref":"0000014f-1273-df62-a94f-9f7bc13f0011","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"cms.content.updateDate":1696006981520,"cms.content.updateUser":{"_ref":"0000014f-1273-df62-a94f-9f7bc13f0011","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"originalTemplate":false,"link":{"originalTemplate":false,"attributes":[],"target":"NEW","url":"https://supreme.justia.com/cases/federal/us/430/651/","_id":"0000018a-e1e4-dd68-a3cf-fbf4b70a0000","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"linkText":"ruled that","_id":"0000018a-e1e4-dd68-a3cf-fbf4b7090000","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">ruled that</a> the Constitution does not protect children from disciplinary corporal punishment in public schools. (In the home too, most states <a href="https://www.reuters.com/article/us-usa-nfl-spanking-idUSKCN0HQ4X720141001" target="_blank" link-data="{"linkText":"allow for","link":{"target":"NEW","attributes":[],"url":"https://www.reuters.com/article/us-usa-nfl-spanking-idUSKCN0HQ4X720141001","_id":"0000018a-ef10-de6a-a5ef-ffb14a420004","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a420005","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">allow for</a> the use of mild physical force against children — or spanking — even if it would constitute criminal assault between adults.) Children cannot marry at will (although <a href="https://endcorporalpunishment.org/reports-on-every-state-and-territory/usa/#:~:text=of%20corporal%20punishment-,Home,all%20corporal%20punishment%20in%20childrearing." target="_blank" link-data="{"linkText":"numerous states","link":{"target":"NEW","attributes":[],"url":"https://endcorporalpunishment.org/reports-on-every-state-and-territory/usa/#:~:text=of%20corporal%20punishment-,Home,all%20corporal%20punishment%20in%20childrearing.","_id":"0000018a-ef10-de6a-a5ef-ffb14a420006","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a420007","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">numerous states</a> have no age floor and many allow children to be married off with parental or judicial consent), vote or serve on juries. </p> <p>The court has also seen fit to <a href="https://www.law.cornell.edu/supremecourt/text/469/325" target="_blank" link-data="{"linkText":"diminish","link":{"target":"NEW","attributes":[],"url":"https://www.law.cornell.edu/supremecourt/text/469/325","_id":"0000018a-ef10-de6a-a5ef-ffb14a420009","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a42000a","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">diminish</a> the 4th Amendment’s probable cause requirement for searches of children and their property on school grounds. <a href="https://casetext.com/case/wyatt-v-fletcher" target="_blank" link-data="{"linkText":"Lower courts","link":{"target":"NEW","attributes":[],"url":"https://casetext.com/case/wyatt-v-fletcher","_id":"0000018a-ef10-de6a-a5ef-ffb14a42000b","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a42000c","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">Lower courts</a> have held that children do not have a 14th Amendment privacy right that prohibits schools from communicating sensitive information to their parents, “even when private matters of sex are involved.”</p> <p>All this means that when the issue of pronoun preferences in school inevitably reaches the high court, it is unlikely that a child’s right to choose their name and gender identity in school will dominate a legal equation that implicates the separate and distinct rights of parents and the state.</p> <br> <p>Which brings the discussion to the more salient questions.</p> <p><b>Question: Do parents have a right to choose their child’s name and pronouns for use in public schools?</b></p> <p>Answer: Parents have a right to direct their children’s mental health care, upbringing and education — but that doesn’t mean controlling how public schools teach.</p> <p>As with the constitutional right to abortion access, which the Supreme Court last June nullified as <i>not</i> protected from government interference under the 14th Amendment, the Constitution says nothing about parental rights. The right to decide how to raise one’s children instead derives from the same provision of the Constitution that the court found too vague to justify <i>Roe v. Wade</i>: The “due process” clause of the 14th Amendment.</p> <p>In a line of cases dating back to the early 1920s, <a href="https://supreme.justia.com/cases/federal/us/262/390/" target="_blank" link-data="{"cms.site.owner":{"_ref":"0000014b-3270-d4f3-a3cb-f3ffa8610000","_type":"0000014b-324d-d4f3-a3cb-f3ff4161000e"},"cms.content.publishDate":1696007368324,"cms.content.publishUser":{"_ref":"0000014f-1273-df62-a94f-9f7bc13f0011","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"cms.content.updateDate":1696007368324,"cms.content.updateUser":{"_ref":"0000014f-1273-df62-a94f-9f7bc13f0011","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"originalTemplate":false,"link":{"originalTemplate":false,"attributes":[],"target":"NEW","url":"https://supreme.justia.com/cases/federal/us/262/390/","_id":"0000018a-e1ea-de9d-afbf-ebfea10f0001","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"linkText":"the Court held","_id":"0000018a-e1ea-de9d-afbf-ebfea10f0000","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">the Court held</a> in <i>Meyer v. Nebraska </i>that the word “liberty” in the 14th Amendment’s iconic phrase, “life, liberty, or property,” has substantive connotations, “denot[ing] not merely freedom from bodily restraint, but also the right of the individual to contract, to engage in any of the common occupations of life, to acquire useful knowledge, to marry, establish a home and bring up children, to worship God according to the dictates of his own conscience, and generally to enjoy those privileges long recognized at common law as essential to the orderly pursuit of happiness by free men.” Despite being heavily scorned by the conservative right, therefore, the concept of “substantive due process” goes far deeper than abortion care in protecting foundational liberties that most Americans take for granted — including the right to parent without second-guessing by the government.</p> <p>In 2000, in a case called <a href="https://supreme.justia.com/cases/federal/us/530/57/" target="_blank" link-data="{"linkText":"<i>Troxel v. Granville</i>","link":{"target":"NEW","attributes":[],"url":"https://supreme.justia.com/cases/federal/us/530/57/","_id":"0000018a-ef10-de6a-a5ef-ffb14a42000e","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a42000f","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}"><i>Troxel v. Granville</i></a>, the Supreme Court in a splintered ruling affirmed parents’ fundamental right under the 14th Amendment to oversee the care, custody and control of a child. That case involved an unmarried couple’s two children, whose dad died. After the mother remarried, the father’s parents sued under state law for the right to visit their grandchildren. The Supreme Court ruled against the grandparents, finding it reasonable to assume that the mother would act in the best interests of her children. Absent a threshold showing of harm or potential harm to the children, it reasoned, the state of Washington could not interfere with the mother’s role by granting rights to a third party.</p> <p>Whether the court’s right-leaning majority would strike down constitutional protections for parental prerogatives on grounds similar to those that decided <i>Roe</i>’s fate — e.g., that the text of the Constitution is silent when it comes to parents’ rights — is tricky to predict. Given the ideological taint the modern court has embraced, however, it’s easy to imagine an outcome different than <i>Dobbs v. Jackson Women’s Health Organization</i>, which killed <i>Roe.</i></p> <br> <img src="https://static.politico.com/a9/54/f3bc19654ad1bc1dc896beb55c0f/gettyimages-1474888389-1.jpg"> <br> <p><b>Question: Does the state have a legal right to override parents’ wishes regarding students who identify as transgender or gender nonconforming?</b></p> <p>Answer: The state has a general power to regulate education and child welfare, but it’s not yet clear whether pronoun choice or gender identity qualify as part of a child’s education or welfare under the law.</p> <p>In 1954, the Supreme Court in <a href="https://supreme.justia.com/cases/federal/us/347/483/" target="_blank" link-data="{"linkText":"<i>Brown v. Board of Education</i>","link":{"target":"NEW","attributes":[],"url":"https://supreme.justia.com/cases/federal/us/347/483/","_id":"0000018a-ef10-de6a-a5ef-ffb14a430000","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a430001","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}"><i>Brown v. Board of Education</i></a> underscored that “education is perhaps the most important function of state and local governments.” Additionally, the court <a href="https://supreme.justia.com/cases/federal/us/452/18/" target="_blank" link-data="{"linkText":"has held","link":{"target":"NEW","attributes":[],"url":"https://supreme.justia.com/cases/federal/us/452/18/","_id":"0000018a-ef10-de6a-a5ef-ffb14a430002","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a430003","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">has held</a> that the state has “an urgent interest in the welfare of the child”— including that of “the unborn human being,” as underscored last year in <i>Dobbs.</i> The court has also found that although the state can intervene in child welfare matters, it has <a href="https://supreme.justia.com/cases/federal/us/489/189/" target="_blank" link-data="{"linkText":"no affirmative obligation","link":{"target":"NEW","attributes":[],"url":"https://supreme.justia.com/cases/federal/us/489/189/","_id":"0000018a-ef10-de6a-a5ef-ffb14a430004","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a430005","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">no affirmative obligation</a> under the 14th Amendment to protect abused children.</p> <p>Nonetheless, the court has yet to articulate how to strike the balance between parental rights and the states’ authorities to regulate education and the welfare of children. Numerous <a href="https://casetext.com/case/parker-v-hurley-2" target="_blank" link-data="{"linkText":"lower courts","link":{"target":"NEW","attributes":[],"url":"https://casetext.com/case/parker-v-hurley-2","_id":"0000018a-ef10-de6a-a5ef-ffb14a430006","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a430007","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">lower courts</a> have recognized that not all decisions by public schools “strike at the heart of parental decision-making.” In other words, parents do not have a constitutional right “to tell a public school what his or her child will and will not be taught.” Even as far back as <i>Meyer</i>, the Supreme Court specified that parental interests cannot automatically interfere with “the state’s power to prescribe a curriculum for the institutions which it supports.”</p> <p>Keep in mind, as well, that states have additional public interests at stake here, such as ensuring that school environments are discrimination-free. For example, <a href="https://law.justia.com/codes/massachusetts/2021/part-i/title-xii/chapter-76/section-5/" target="_blank" link-data="{"linkText":"Massachusetts law","link":{"target":"NEW","attributes":[],"url":"https://law.justia.com/codes/massachusetts/2021/part-i/title-xii/chapter-76/section-5/","_id":"0000018a-ef10-de6a-a5ef-ffb14a430008","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a430009","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">Massachusetts law</a> provides that “no person shall be excluded from ... obtaining the advantages, privileges and courses of study of [a] public school on account of ... gender identity,” which the <a href="https://malegislature.gov/Laws/GeneralLaws/PartI/TitleI/Chapter4/Section7" target="_blank" link-data="{"linkText":"law defines","link":{"target":"NEW","attributes":[],"url":"https://malegislature.gov/Laws/GeneralLaws/PartI/TitleI/Chapter4/Section7","_id":"0000018a-ef10-de6a-a5ef-ffb14a43000a","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a43000b","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">law defines</a> as “appearance or behavior ... different from that traditionally associated with the person’s physiology or assigned sex at birth.”</p> <p>In <i>Foote</i>, the lower court justified its dismissal of the parents’ case by emphasizing that Massachusetts’s anti-discrimination laws contained no “exceptions to permit parents to override a school’s decision to support students who identify as transgender or gender nonconforming.”</p> <br> <p><br><b>So, how might the Supreme Court</b> rule on this issue?</p> <p>Absent a constitutional amendment, the Supreme Court is the ultimate arbiter of which rights the Constitution protects and which rights it doesn’t. The court’s recent decision in<a href="https://www.law.cornell.edu/supremecourt/text/21-476" target="_blank" link-data="{"linkText":" <i>303 Creative LLC v. Elenis</i>","link":{"target":"NEW","attributes":[],"url":"https://www.law.cornell.edu/supremecourt/text/21-476","_id":"0000018a-ef10-de6a-a5ef-ffb14a43000c","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a43000d","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}"><i>303 Creative LLC v. Elenis</i></a> sheds some light on how the conservative-leaning majority might approach a duel between a state’s right to determine curriculum standards or child welfare and parents’ right to direct the upbringing of children, including decisions regarding their health and well-being.</p> <p>In that case, the court had before it a since-revised Colorado statute banning discrimination in places of public accommodation, including on the basis of sexual orientation. A web designer who feared enforcement of the law if she were to one day refuse to create a wedding website for a gay couple sued, claiming that the law violated her First Amendment rights to free speech and the free exercise of her religion. The Supreme Court took up just the free speech claim, holding that the anti-discrimination law must fold because it could coercively force her to speak in support of marriages that she does not endorse.</p> <p>Although the <i>Foote </i>case does not raise First Amendment arguments, the fact that the Supreme Court overrode a state’s anti-discrimination law in favor of another constitutional interest is telling.</p> <p>If tasked with weighing of the interests of transgender or gender-nonconforming children and their public-school protectors versus the interests of parents in making decisions regarding the health care, education and upbringing of their children, it is easy to see where the trajectory is going. Conservative “values” will probably win. Never mind that the Constitution itself says nothing about parental rights, let alone direct that school administrators adhere to parental choice regarding gender identity and pronouns.</p> <p>The modern court’s majority already made clear in <i>Dobbs</i> that theories of textualism — and the intellectual honesty that should come with adhering to the Constitution’s plain language first and foremost — is not the touchstone of its judicial philosophy. Some rights that the Constitution is silent on are protected, and some aren’t.</p> <p><br></p> <br> <br>]]>
- </content:encoded>
- </item>
- <item>
- <title>America Helped My Ancestors Flee Antisemitism. The Lakota Paid the Price.</title>
- <link>https://www.politico.com/news/magazine/2023/09/29/antisemitism-lakota-land-00118919</link>
- <description>A new book explores the opportunity Jewish immigrants found on the South Dakota prairie — and what it cost Native Americans.</description>
- <guid>https://www.politico.com/news/magazine/2023/09/29/antisemitism-lakota-land-00118919</guid>
- <pubDate>Fri, 29 Sep 2023 07:02:51 EST</pubDate>
- <dc:creator>Rebecca Clarren</dc:creator>
- <dc:description>Rebecca Clarren is an investigative reporter and the author of <a href="https://www.penguinrandomhouse.com/books/647961/the-cost-of-free-land-by-rebecca-clarren/"><i>The Cost of Free Land: Jews, Lakota and an American Inheritance</i></a>, from which this article was adapted.</dc:description>
- <dc:contributor>Rebecca Clarren</dc:contributor>
- <media:content type="image/jpeg" url="https://static.politico.com/b0/36/3e7fd6fe4cd5adbf5c036521de67/mag-clarren-lakota-secondary1-override.jpg">
- <media:credit scheme="urn:ebu">Courtesy of Rebecca Clarren</media:credit>
- <media:title type="html">Clarren's great-great-uncle Jack, his gun holstered on the outside of his suit jacket, shakes hands with an Indigenous man wearing a war bonnet and holding a beaded bag and pipe. Her relatives always identified this man — inaccurately it would turn out — as Chief Red Cloud.</media:title>
- <media:thumbnail url="https://static.politico.com/b0/36/3e7fd6fe4cd5adbf5c036521de67/mag-clarren-lakota-secondary1-override.jpg"/>
- </media:content>
- <maz:template>magazine</maz:template>
- <maz:modified>1696001666013</maz:modified>
- <content:encoded>
- <![CDATA[<img src="https://static.politico.com/b0/36/3e7fd6fe4cd5adbf5c036521de67/mag-clarren-lakota-secondary1-override.jpg"> <br> <br> <p>I grew up looking at mysterious, never-explained photographs of my Jewish ancestors posing in studios or on roadsides with Indigenous people in South Dakota, not far from my family’s ranch. In one sepia-tone picture, my great-great-uncle Jack, his gun holstered on the outside of his suit jacket, shakes hands with an Indigenous man wearing a war bonnet and holding a beaded bag and pipe. My relatives always identified this man — inaccurately it would turn out — as Chief Red Cloud. That we were related to someone who knew a famous chief was a source of pride, but not of curiosity. Though my ancestors lived near several reservations, I heard no handed-down stories about the Lakota and our relatives.</p> <p>Instead, my family passed on stories that telegraphed tenacity and toughness. My great-great grandparents, Faige Etke and Harry Sinykin, joined a wave of Jews fleeing antisemitism and oppression in Russia at the turn of the 20th century. Like many other immigrants at the time, they received free land from the U.S. government after arriving in America: a 160-acre homestead that was theirs to keep if they could tame the wild prairie into farmland. So many Jewish immigrants settled in this one slice of the South Dakota prairie that some locals still call the area “Jew Flats.” Life on the prairie was hard and strange. They chopped holes in frozen creeks to take mikvahs, burned dried buffalo dung for warmth during the cruel winters and dodged rattlesnakes on the path to the outhouse. I grew up marveling at these stories, hoping that they meant something about me, that I too might have grit.</p> <p>It took me a long time to realize that there was white space at the margins of these narratives. Because while the stories we tell create the myths we pass down to future generations, so do the stories we don’t<i> </i>tell — such as the silence surrounding photographs like the one of my great-great uncle and the Lakota man.</p> <p>I have spent almost my entire adult life reporting on the American West, attempting to write articles that expand our fixed ideas about the region. Yet, when it came to my own ancestors’ history on the South Dakota prairie, I maintained a blind spot. Only after years of reporting in Indigenous communities did it dawn on me that my family, that I myself, had benefitted from centuries of federal mistreatment of Indigenous people in the United States.</p> <p>Finally curious about what had happened a century ago on the South Dakota prairie, in 2018 I began research for what would eventually become my book, <a href="https://www.penguinrandomhouse.com/books/647961/the-cost-of-free-land-by-rebecca-clarren/" target="_blank" link-data="{"linkText":"<i>The Cost of Free Land: Jews, Lakota and An American Inheritance</i>","link":{"target":"NEW","attributes":[],"url":"https://www.penguinrandomhouse.com/books/647961/the-cost-of-free-land-by-rebecca-clarren/","_id":"0000018a-ef10-de6a-a5ef-ffb14a4b0000","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a4b0001","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}"><i>The Cost of Free Land: Jews, Lakota and An American Inheritance</i></a>. On visits to both Jew Flats and nearby Lakota reservations, I carried those mysterious photographs with me. What I would learn over the coming years would change the way I understood my family, America and my place in this country.<br></p> <br> <p>How to atone for historic wrongs — both as a nation and as individuals — has become a pivotal topic of debate in American politics. We don’t agree about reparations policies. We don’t agree about affirmative action. We don’t even agree about teaching the truth of our nation’s history in schools. As a journalist, my job has been to expose issues, to bring them into the cold light of day — not to provide solutions. But I would find repeatedly while working on <i>The Cost of Free Land</i> that my family’s personal narrative was inextricable from America’s collective history. How to move forward in a way that included the past was no longer a question I could ignore.<br></p> <br> <p><b>The rolling hills and grass</b> sea of Jew Flats was “a place like the End of the World,” my great-great-aunt Rose, who grew up there, wrote years later. “Twenty-five miles from a railroad station, seven miles from a post office, three and a half miles from any neighbors.” Here, 13 miles from the southeast corner of the Cheyenne River Sioux Tribe Reservation, around 30 Jewish families homesteaded some 7,000 non-contiguous acres within a span of 44 square miles on former Lakota land. (By this point, the United States had taken approximately 98 percent of the land reserved for the Lakota by a treaty in 1851 and given it to white settlers and railroad companies.)</p> <p>By 1912, four years after my ancestors sowed their first crop, there were an estimated 25,000 Jewish farmers in 46 states. More than 70 Jewish farm communities, composed of anywhere from a few dozen to 2,500 people, had been established in the United States — many in the West, many on formerly Native American lands. In the Dakotas, an estimated 1,000 Jews were homesteaders like the Sinykins. (Keep in mind, they represented a sliver of Dakota settlers, estimated at less than 0.5 percent.) Though their lives were certainly freer than those of Jews under constant threat in Eastern Europe, by no means were their lives easy.</p> <p>That first winter that my ancestors arrived, they lived in a house made of dirt, its walls the cut bank of a hill, with roots and grass jutting from the roof. When it rained, it rained through a hole in the roof made for the stove pipe, and the floor liquified to mud. These sod houses were dark and smelled, I can only imagine, like bong water. A hole in the ground under a board on the floor served as both a “refrigerator” and a place to hide from the not-infrequent tornados. A cave in the back housed their animals. The temperature could swing 50 degrees in one day. At night, it was so cold that they could lie in bed, dressed in layers of clothing, and watch their breath freeze on their blankets.<br></p> <br> <img src="https://static.politico.com/0a/56/e43bfab549a18ec09cbc2acb5778/cost-of-free-land-book-jacket.jpg"> <br> <p>The Sinykin’s 160 acres were free, but only if they could, under the rules of the Homestead Act, “improve” upon them by building a house and planting at least 10 acres within three years. My ancestors planted corn and wheat, but soon enough realized what the Lakota had known for years — that farming in this dry, unirrigated place was nearly impossible, especially during periods of drought. During several seasons in their early years on the prairie, it didn’t rain for an entire year; the best crops were prairie dogs, rattlesnakes and Russian thistle. One farmer in the country remembered that it was “so dry you couldn’t see a spear of grass.” The Sinykins lost their entire crop two years in a row.</p> <p>Even though their lives were hard, the dominant family narrative is that “they loved it. They always called it ‘the Good Earth,’” says my great-aunt Etta Orkin, our 90-year-old family matriarch. “Their lives were so much narrower in Russia, and I think they were so happy to be free to be able to go and come and do. Owning [land] made them feel they were a part of America, that they lived in a free country.”</p> <p>But in fact, that freedom came at great cost to my family’s Lakota neighbors.<br></p> <br> <p><b>In the aftermath of the </b>Civil War, the United States was bent on seeding the northern plains with white people who would support, just by being there, a transcontinental railroad linking the new state of California, and its abundant natural resources, to the rest of the country. Standing in the way of this vision were millions of buffalo and tens of thousands of Native Americans whose leaders had signed legal agreements with Congress reserving Indigenous rights to the land. So, promises made became promises broken.</p> <p>By 1908, when my family was planting their first crop on their South Dakota homestead, the United States had diminished Lakota lands by 98 percent in less than 60 years. In an effort to further diminish Native property, Congress had enacted policies of cultural genocide, aiming to assimilate Native people to the point that their economy, culture and religion were no longer tied to land.</p> <p>What I didn’t know growing up was that the stories about my ancestors on the prairie failed to acknowledge the systematic benefits the federal government extended to us because we weren’t Indigenous but white — at least, white enough. Not only were harms imposed upon those living on reservations, freedoms were extended to those outside the reservations, creating inequity in two directions.</p> <p>Unlike their Lakota neighbors, who were at risk of being jailed for practicing their ceremonies and religion, the Jews of Jew Flats were free to worship how they liked. Unlike their Lakota neighbors, whose children were regularly taken from their communities for nine months at a stretch to be assimilated at federal schools, the Sinykins were free to educate their children however they wanted. Unlike the Lakota, whom the Indian Agents tried to keep from farming or ranching in family groups with the intention of breaking apart traditional communal culture, the Sinykins and their cousins and friends survived by collective effort, unbothered by government interference. Unlike the Lakota, whose marriages and divorces were regulated by federal representatives, the Jews of Jew Flats could marry whomever they wanted. Unlike the Lakota, who were denied citizenship, which prevented them from voting and accessing a slew of rights, immigrant citizens (at least the men) could vote even when they couldn’t speak or read English. And unlike most Lakota, who couldn’t get a bank account or handle their own money, let alone leave the reservation to pursue jobs elsewhere, the Jews of Jew Flats could and did leverage the worth of their land for a mortgage or bank loan.</p> <p>To look at only one piece of this history is to ignore the depths of this unfairness.<br></p> <br> <p><b>On a summer day </b>in 2019, I knocked on a low-slung house on the Standing Rock Reservation, holding that photo of my Uncle Jack shaking hands with that man wearing Lakota regalia. Earlier visits to the Dakotas and interviews with Native historians had led me to believe that the man in the picture was Joseph White Bull, the nephew of Sitting Bull and a chief of the Mnicoujou Lakota. Now, the picture had led me to Doug White Bull, an elder who described himself as “my Grandpa Joe’s oldest living descendant.”</p> <p>Doug had never seen such a picture before. Neither had any of his nieces, nephews or kids whom I interviewed. I searched for years to figure out why these two men might have taken this picture, visiting museums of all sizes, searching archives and speaking with elders and tribal historians. I heard many theories, including one that this wasn’t even Joseph White Bull, but I never solved the mystery.</p> <p>When I started this project, I thought that, by understanding this picture, I could collapse the line between the past and today. I thought I might learn that it was Joseph’s ancestors who dropped the arrowheads my cousins found on Jew Flats. This longing, more than anything else, reveals my old ideas about land ownership, about the colonialism that has shaped me. Now I understand that photographs don’t tell stories. Photographs lead us to stories. Not having solved the mystery of this picture doesn’t matter as much to me anymore. The fact that their lives intersected at all has led me to know Doug White Bull and his relatives, whose insights and stories have changed the way I understand both American history and my own. When I look at this picture now, I see the world beyond the frame. I see the forces pushing both men to assimilate and pulling them apart. I see the thread linking both of their lives to mine.</p> <p>As my research revealed all the myriad ways that my family benefited from policies that harmed Native Americans, I kept returning to the question of how much my ancestors knew about what was happening to their neighbors on the nearby reservations. Were the Sinykins aware of the persecution being done in this land of the free?</p> <p>By 1908, the United States decided to allow white settlers to move onto Lakota reservations, further diminishing Native land. Newspapers published throughout western South Dakota between 1908 and 1911, the exact period during which my family was settling on the prairie, reported that Cheyenne River and Standing Rock Lakota didn’t want their reservations opened to non-Native settlement, and that they had signed treaties protecting these lands as their property. Despite this awareness, white ranchers urged public officials to open the reservations to them, justifying themselves in a way that exposed the racism at the heart of life on the plains.</p> <p>“The opening of the Sioux Indian lands is developing them from that of the homes of indolent dependents of the government to the farm residences of thrifty Americans,” ran a 1908 article about the opening of the Rosebud Reservation to white settlement. “The Indians who have been content to live lazily on the fertile soil and draw their liberal allowances will soon see more of their lands converted to useful purposes.”</p> <p>As far as I can tell, my family never bought any of these lands, and they weren’t among those making incessant requests to open additional land to white settlement. But that doesn’t mean they were ignorant of what was happening.</p> <p>“Everyone knew what was happening to Indians,” says Judge Abby Abinanti, a Yurok elder and chief judge whose courtroom has become a national model for criminal justice reform, winning her widespread esteem including a lifetime achievement award from the Federal Bar Association. Abinanti’s approach, which infuses jurisprudence with traditional culture and values, leans heavily on compassion. Because of both the bigoted messages my ancestors learned in America as well as the brutality they had experienced in Russia, which we now call trauma, Abinanti is quick to offer them empathy.</p> <p>“What do you expect of people who survived genocidal attacks but to survive, for God’s sake? When someone is fleeing for their life, if you’re on a dead run, you’re not stopping to have a restorative-justice conversation or question why you’re being helped.”</p> <p>It’s now the job, she gently reminds me, of my generation, those of us who have grown up free of such upheaval, to do the work of considering the harms of this entangled history. According to Abinanti, justice works best when grounded in one’s own culture. She suggested that I study Jewish teachings about repair and healing for guidance about how to move forward. Fortunately, I didn’t have to do this alone.</p> <p>Over the course of the following three years, I met regularly with my rabbi, Benjamin Barnett, to study ancient Jewish texts and the writings of contemporary rabbis for direction on how to repair after a harm has been committed, even and especially one that you didn’t commit directly but that you benefit from. I would begin to realize that truth-telling is critical to a repentance process, but its only one step of many needed to truly repair.</p> <p>After many years of conversations with both Lakota elders such as Doug White Bull and Jewish leaders, I came to realize that simply telling the truth about the past, working to debunk long-held American myths as I do in <i>The Cost of Free Land</i>, was important, but not enough. Guided by Doug and others, I and my family have created a fund with the Indian Land Tenure Foundation, a Native-led non-profit, that has been working for years to <a href="https://iltf.org/" target="_blank" link-data="{"linkText":"help Native Nations buy back their stolen lands","link":{"target":"NEW","attributes":[],"url":"https://iltf.org/","_id":"0000018a-ef10-de6a-a5ef-ffb14a4b0002","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a4b0003","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">help Native Nations buy back their stolen lands</a>. (We sold the last piece of our family ranch on Jew Flats to other white ranchers in 1970.) Reparation economics is a developing field, and by no means is my family’s effort a definitive solution. It is just one of many happening throughout the country that aim to reconcile the benefits the United States has extended to those of us who are non-Indigenous at great cost and harm to Native people.</p> <p>These efforts are complicated by the fact that we in America have a vacuum of federal leadership around how to consider the ways public policy and law have hurt Native Nations. However, if enough citizens lead by example, it’s possible Congress could be spurred to act. This happened in Australia in the late 1990s, when activists there created “Sorry Books” — available in public spaces such as libraries, churches and schools — that provided settler descendants the opportunity to apologize to the Indigenous people of Australia when their government refused to do so. The books were so popular that more than half a million people signed them, inspiring other grassroots projects and activism that eventually pushed the Australian government to take real action.</p> <p>Ultimately, I hope that readers of <i>The Cost of Free Land</i> will be inspired to find themselves in this American story of the dispossession of Indigenous lands. To help, I’ve <a href="https://static1.squarespace.com/static/5a99d0e8b98a78cd217057ba/t/65135c398bf8237cd65711b1/1695767613267/TheCostofFreeLand_Resources_FinalVersion.pdf" target="_blank" link-data="{"linkText":"collected the resources that were helpful to me","link":{"target":"NEW","attributes":[],"url":"https://static1.squarespace.com/static/5a99d0e8b98a78cd217057ba/t/65135c398bf8237cd65711b1/1695767613267/TheCostofFreeLand_Resources_FinalVersion.pdf","_id":"0000018a-ef10-de6a-a5ef-ffb14a4b0004","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a4b0005","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">collected the resources that were helpful to me</a> when I set out to attempt to untangle this complicated history. Because no matter when your family arrived in this country, all of us who aren’t Indigenous benefit from the fact that our country was built on the unfair taking and sometimes outright theft of Native lands. Broken treaties cleared the way for the foundation of our highway systems, our cities and our industrial agriculture. The sale and leasing of former Native lands funded public universities that have offered low-cost tuition to millions of Americans. Many of us have access to cheap power from hydroelectric dams that flooded Indigenous lands. Throughout its history, up to this moment, the United States has made choices to benefit settlers and their descendants at the detriment of Native Americans. This is our inheritance. What we do about it now is the question.<br></p> <br> <br>]]>
- </content:encoded>
- </item>
- <item>
- <title>Mick Mulvaney Dreamed of Shutting Down the Government. Then He Got to Do It.</title>
- <link>https://www.politico.com/news/magazine/2023/09/29/mick-mulvaney-q-a-shutdown-00118934</link>
- <description>Trump’s budget chief on what it’s like to be in charge of closing the government.</description>
- <guid>https://www.politico.com/news/magazine/2023/09/29/mick-mulvaney-q-a-shutdown-00118934</guid>
- <pubDate>Fri, 29 Sep 2023 04:00:00 EST</pubDate>
- <dc:creator>Ian Ward</dc:creator>
- <dc:description>Ian Ward is a reporter at POLITICO.</dc:description>
- <dc:contributor>Ian Ward</dc:contributor>
- <media:content type="image/jpeg" url="https://static.politico.com/1c/a3/a90d59954461af5a3c6b5978f1fc/gettyimages-1252575031.jpg">
- <media:credit scheme="urn:ebu">Patrick T. Fallon/AFP via Getty Images</media:credit>
- <media:title type="html">"The impact of a shutdown is impacted in large part by the political decision-making of the current administration," former White House Chief of Staff Mick Mulvaney told POLITICO.</media:title>
- <media:thumbnail url="https://static.politico.com/1c/a3/a90d59954461af5a3c6b5978f1fc/gettyimages-1252575031.jpg"/>
- </media:content>
- <maz:template>magazine</maz:template>
- <maz:modified>1695983123184</maz:modified>
- <content:encoded>
- <![CDATA[<img src="https://static.politico.com/1c/a3/a90d59954461af5a3c6b5978f1fc/gettyimages-1252575031.jpg"> <br> <p>On December 22, 2018, Mick Mulvaney achieved a major milestone in his political career: He signed a piece of paper officially shutting down a wide swath of the federal government.</p> <p>Mulvaney, then serving as the director of Office of Management and Budget in Donald Trump’s administration, was no stranger to shutdown politics. As a U.S. House member representing South Carolina between 2011 and 2017, Mulvaney earned a reputation as the leader of a group of hardline conservatives who were unafraid to use the threat of a shutdown to advance their spending priorities. In 2013, Mulvaney and his fellow fiscal conservatives achieved just that, forcing the federal government into a 16-day shutdown as part of an unsuccessful effort to block funding for Barack Obama’s signature health care bill.</p> <p>But in 2018, after Trump and Congress failed to come to an agreement on funding a wall along the Southern border, Mulvaney found himself on the other side of the shutdown fight: Not just calling for a shutdown, but actually executing one.</p> <p>“[It] was a unique experience, especially for someone who had been through shutdowns when I was in Congress,” Mulvaney told me when I spoke with him over the phone this week. “I wondered how many people would laugh, cry, wail, scream, do whatever when they found out that I was the one to shut the government down.”</p> <p>Mulvaney was joined on our call by two of his top aides from OMB — Emma Doyle, the agency’s former chief of staff, and Michael Williams, an assistant deputy legal counsel — who explained that the politics of implementing a shutdown are just as complex as the politics that lead to one.</p> <p>“It’s a very political decision,” said Doyle of the choice of which parts of the federal government to close and which to keep open. “There’s a lot of discretion.”<br></p> <br> <img src="https://static.politico.com/1c/9e/c7779bb141ecbcee4444a7c618cf/gettyimages-183950136.jpg"> <br> <p>Yet even after having seen how the sausage gets made, Mulvaney said he’s just as bullish as ever on the importance of shutdowns.</p> <p>“It’s not ideal, [but] it’s not the end of the world.”</p> <p><i>The following has been edited for clarity and concision. </i></p> <p><b>Ian Ward:</b> Take me back to December 21, 2018 — the day before the shutdown set in. What was going through your mind at that point?</p> <p><b>Mick Mulvaney:</b> Well, keep in mind that I was also sort of the Chief of Staff at the same time, so it was an interesting time. Even though I didn’t officially start at the White House until January 4, John Kelly had not been coming to work for several months, and I had already set up shop in his office down in the West Wing — which made sense if you stopped to think about it, because OMB Director runs a shutdown.</p> <p>But one of the vivid memories I have is I Emma coming in to tell me that it’s actually the OMB director who signs the document that shuts the government down — which was a unique experience, especially for someone who had been through shutdowns when I was in Congress. I wondered how many people would laugh, cry, wail, scream, do whatever when they found out that I was the one to shut the government down.</p> <p><b>Ward:</b> What were you feeling in that moment? Excitement? Dread?<br></p> <br> <img src="https://static.politico.com/d5/07/ca040e6c48c78bf9b2580196d14c/gettyimages-1074598602.jpg"> <br> <p><b>Mulvaney: </b>No — we had done a lot of research.</p> <p><b>Ward:</b> What sort of process had you gone through in advance to make sure that your ducks were all in a row come the December 21 deadline?</p> <p><b>Michael Williams: </b>Keep in mind that this was the second shutdown we went through. We’d gone through an initial one in early January of that year — which was the crazier one from a process point of view. During that one, we had just been scrambling, because the previous one had been several years earlier in a completely different administration with completely different goals for a shutdown, whereas we were trying to figure out how much we could keep open and how we could keep the public [operations] as normal as possible throughout the ordeal.</p> <p><b>Ward: </b>How much discretion does OMB have when it comes to keeping things open versus shutting things down? And what are the politics around that?</p> <p><b>Mulvaney:</b> That’s the real story here. The discretion is considerable. The statutes said that we have discretion as to “the protection of property.” But what is that? You can “except” people from a shutdown [the technical term for allowing them to work] based on “health and safety.” But there’s a lot of latitude there.</p> <p>The thing I remember is that we were really focused on the national monuments. I remembered from the 2013 shutdown that Obama’s team had not only shut down the monuments but put up a fence around the monuments with signs on it saying “Closed because of the government shutdown.” If you want to have a fun time, go <a href="https://www.politico.com/story/2013/10/deciphering-essential-nonessential-federal-employees-government-shutdown-097764" target="_blank" link-data="{"linkText":"<u>Google that sign</u>","link":{"target":"NEW","attributes":[],"url":"https://www.politico.com/story/2013/10/deciphering-essential-nonessential-federal-employees-government-shutdown-097764","_id":"0000018a-ef10-de6a-a5ef-ffb14a500000","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a500001","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}"><u>Google that sign</u></a>. It looks like a Trump tweet — every third word is capitalized for no reason. It’s hysterical.</p> <p><b>Emma Doyle: </b>They exempted employees to do that. They brought seven people to erect a [fence] around the World War Two Memorial to make the point that the shutdown was impacting people who were visiting D.C., who otherwise wouldn’t have been impacted. It’s a very political decision, and there’s a lot of discretion. There’s really no health and safety reason to say people can’t continue to explore an open-air, unfenced memorial that doesn’t normally have guides.</p> <p><b>Ward:</b> In 2018, was the imperative to keep as many things open as possible? And who was that imperative coming down from?</p> <p><b>Mulvaney: </b>Me.</p> <p><b>Ward: </b>What were the calculations behind that?</p> <p><b>Mulvaney:</b> They’re not calculations. It’s just the politics. When I was in Congress, I didn’t know that the Office of Management Budget had discretion regarding what stayed open and what was excepted. In fact, I didn’t even know the term “lapse in appropriations,” which is what it is. So we had learned a lot about a shutdown, and the more we learned, the more we learned how the Obama administration had really turned the screws in order to raise the political cost — to make things look as bad as they can. Not to say that’s illegal, but we figured out, <i>Okay, if Obama could turn the dial one way, we could turn the dial the other way. </i>We wanted to try and minimize the impact so that we could focus attention on the issue at hand, which was border security.</p> <p><b>Doyle: </b>I worked for Mick in 2013 in the House when we had that 16-day shutdown, and I think for a lot of us who were there for that, without knowing exactly how much discretion OMB had, it felt like there was discretion — but it was hard to figure out where it was coming from. I don't think any of us thought “<i>Oh, if we’re ever in that position, we’ll look for it</i>.” But when we did get into that position, we thought “<i>Now’s a good time to go and figure out what exactly has to close and what can stay open</i>.”</p> <p><b>Williams:</b> In my experience, career employees at OMB more or less want to keep the political folks on a narrow path, but you can shift that dial to the left or to the right a little bit. Obviously, Obama shifted it pretty far over to the left, and we wanted to shift it a little bit over to the right. So it is lot of discretion in moving that dial one way or the other — not complete discretion, but still a ton, because the exceptions are so vague and subject to interpretation.<br></p> <br> <p><b>Ward:</b> So Mick, after the OMB director signs that sheet of paper officially shutting the government, what role does OMB play in managing a shutdown?</p> <p><b>Mulvaney: </b>Well, you’d already be prepared for it, right? It’s not like a shutdown is a surprise — with the exception of that outlier [in 2013]. We send out notices in advance — by the way, I understand that those notices have already gone out from the OMB office now — and then the lapse hits, and you’ve already done the foundational work. You’ve laid the foundation with the various agencies, and they’ve started the process of identifying who’s going to be exempted and who gets furloughed. And then you implement that plan as soon as the date passes — so in this case, probably one minute after midnight on December 22.</p> <p><b>Doyle:</b> I think that’s something people don’t understand. It’s not like dropping a gate and sealing something off. It’s more like applying pressure to the brakes of a car and slowing it down. It’s really two weeks’ worth of work ahead of time, when you expect to maybe see a lapse in appropriations. It’s actually just as much work within OMB whether or not you get an 11th-hour deal done, because you can’t put aside that work and hope that Congress gets over the line. There’s a team within OMB called the BRD — the Budget Review Division — and they’re the ones that oversee that process. So those folks have been working flat out for the last couple of weeks, getting those plans in place, talking to agencies, and answering questions like “What if I have staff overseas?” “Do I bring people back?” “Do we buy their return ticket now?”</p> <p><b>Williams:</b> The people on the BRD team almost have their own language that they're speaking to their counterparts at the agencies. They’ll start a government-wide call about a week or so out from the deadline where the BRD folks will tell their counterparts either, “<i>We anticipate a shutdown</i>,” or “<i>We don’t anticipate a shutdown</i>,” depending on what they think. But in any case, they say, “<i>Prudent planning requires us to be blah, blah, blah, blah, blah,</i>” and then they go into the spiel. It’s sort of a tell-it-straight sort of call to the agencies — like “<i>Hey, this thing is probably going to happen</i>,” or not.</p> <p><b>Ward: </b>What’s the mood like in OMB during that two-week window you’re describing?</p> <p><b>Doyle:</b> We bought a lot of pizza. A lot of pizza.</p> <p>But it’s challenging, because on the one hand you’re managing it for the government, but on the other hand, you’re all about to go through it on a personal level as well. You’re all federal employees. Psychologically, I think, it’s gotten better since 2013. In 2013, there was a real sense that we might not all get paid back. That shifted [in 2019, when Congress <a href="https://crsreports.congress.gov/product/pdf/IN/IN12251#:~:text=The%20Government%20Employee%20Fair%20Treatment,end%20of%20a%20government%20shutdown.&text=This%20statutorily%20guaranteed%20retroactive%20pay,to%20work%20during%20a%20shutdown." target="_blank" link-data="{"linkText":"<u>passed a law</u>","link":{"target":"NEW","attributes":[],"url":"https://crsreports.congress.gov/product/pdf/IN/IN12251#:~:text=The%20Government%20Employee%20Fair%20Treatment,end%20of%20a%20government%20shutdown.&text=This%20statutorily%20guaranteed%20retroactive%20pay,to%20work%20during%20a%20shutdown.","_id":"0000018a-ef10-de6a-a5ef-ffb14a510000","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a510001","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}"><u>passed a law</u></a> guaranteeing back-pay to all federal employees]. I think that helps a little bit, but it’s still a loss. It’s still an indefinite loss of getting your paycheck. <br></p> <br> <img src="https://static.politico.com/ae/37/c1293fb44e54ae8c6b0df29da171/gettyimages-1090635968.jpg"> <br> <p>It’s not popular to say this on the right, but people are in these jobs because they care about doing their job and they want to do their job. Some people were happy to have a couple of days off, but you don't want 35 days off. So it’s tough to rally [people] psychologically to go, “<i>Okay, we're going to go through this ourselves, and we’re also laying this out for you.</i>”</p> <p><b>Ward:</b> How much of OMB stays on during a shutdown?</p> <p><b>Mulvaney:</b> I think we furloughed some comms people.</p> <p><b>Williams:</b> All the lawyers stayed on, but that is another weird overlay of it, because there’s this ego factor as well. Even though they’ve switched to that “excepted” and “not excepted” language, where it used to be “essential” and “non-essential.” If you’re going home, it’s kind of like being put on the sidelines in the Super Bowl. It’s not really the Super Bowl, but it’s a ton of work, and all of a sudden, you’re doing it without all of your coworkers.</p> <p><b>Doyle:</b> I think a lot there is a sense that if you know people are working late nights, you want to be there to help out.</p> <p><b>Ward:</b> So Mick, when you were in Congress, you were part of the ‘Shutdown Caucus’…</p> <p><b>Mulvaney: </b>Was that the official name? I don’t remember that one.</p> <p><b>Ward:</b> I’m doing air quotes. But in any event, you weren’t afraid of pushing the government into a shutdown in 2013. Did being on the other side of one change your perspective at all? <br></p> <br> <img src="https://static.politico.com/6a/cf/90a50acd4364a12abfa131ebf60a/gettyimages-1087133622.jpg"> <br> <p><b>Mulvaney:</b> No — in fact, it reaffirmed it. Once I got to OMB and realized how political the Obama administration had made it, that just reaffirmed my position that it can be done so that it’s not that big a deal. Is it a big deal? Yes. But it is not the end of the world, and it’s certainly not a shutdown.</p> <p>I was struck by the misinformation that the press would put out. ‘<i>Oh, Social Security payments are going to be delayed</i>.” No, they’re not. So I welcomed the opportunity to show people that while a shutdown was important, and it’s not ideal, it is not the end of the world.</p> <p><b>Ward: </b>Are they productive, though? There’s been some bipartisan chatter on the Hill about <a href="https://www.politico.com/news/2023/09/22/bipartisan-group-stop-government-shutdowns-00117679" target="_blank" link-data="{"linkText":"<u>legislating them out of existence</u>","link":{"target":"NEW","attributes":[],"url":"https://www.politico.com/news/2023/09/22/bipartisan-group-stop-government-shutdowns-00117679","_id":"0000018a-ef10-de6a-a5ef-ffb14a510002","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a510003","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}"><u>legislating them out of existence</u></a>. Could you get behind that?</p> <p><b>Mulvaney:</b> The same people who make that argument want to get rid of the debt ceiling as well. The only time we really talk about spending in this country is when we’ve got funding bills to approve, and we’ve got a debt ceiling to raise. That’s it. The <a href="https://www.crfb.org/papers/qa-everything-you-should-know-about-debt-ceiling" target="_blank" link-data="{"linkText":"<u>balanced budget of the 1990s</u>","link":{"target":"NEW","attributes":[],"url":"https://www.crfb.org/papers/qa-everything-you-should-know-about-debt-ceiling","_id":"0000018a-ef10-de6a-a5ef-ffb14a510004","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a510005","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}"><u>balanced budget of the 1990s</u></a> came out of a debt ceiling deal. <a href="https://en.wikipedia.org/wiki/Gramm%E2%80%93Rudman%E2%80%93Hollings_Balanced_Budget_Act" target="_blank" link-data="{"linkText":"<u>Gramm-Rudman</u>","link":{"target":"NEW","attributes":[],"url":"https://en.wikipedia.org/wiki/Gramm%E2%80%93Rudman%E2%80%93Hollings_Balanced_Budget_Act","_id":"0000018a-ef10-de6a-a5ef-ffb14a510006","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a510007","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}"><u>Gramm-Rudman</u></a> came out of a debt ceiling deal. It’s one of the rare times when we are actually forced to talk about spending.</p> <p><b>Ward:</b> Do they yield real political wins, though? In 2013, Republicans wanted to defund Obamacare, and that ended up getting funded. In 2018, it was about funding the border wall, and that ultimately wasn’t funded. This time, the Republican demands are more diffused — it’s border security, or it’s Ukraine funding, or it’s impeachment stuff. What does a real win for Republicans look like on the other side of this?</p> <p><b>Mulvaney:</b> Anything between what the Senate has offered and the compromise that the House Freedom Caucus and the Main Street Alliance came up with is a win. Anything between those two things is a win. The conservatives are not going to get their 8 percent reduction with border security, but neither should the Senate expect to get everything it wants in a spending deal. Anything between those two things should be considered a win for fiscal conservatives — who, believe it or not, are probably in the minority of the Republican Party.</p> <p><b>Ward:</b> What’s the one thing that you wish the public knew about a shutdown?</p> <p><b>Mulvaney: </b>The impact of a shutdown is impacted in large part by the political decision-making of the current administration.<br></p> <br> <br>]]>
- </content:encoded>
- </item>
- <item>
- <title>Nikki Haley Is Turning Her Biggest Criticism Into a Campaign Strategy</title>
- <link>https://www.politico.com/news/magazine/2023/09/29/nikki-haley-profile-trump-gop-00118794</link>
- <description>The former South Carolina governor made a career of taking both sides. In an overly partisan world, she’s betting that’s exactly what voters want.</description>
- <guid>https://www.politico.com/news/magazine/2023/09/29/nikki-haley-profile-trump-gop-00118794</guid>
- <pubDate>Fri, 29 Sep 2023 04:00:00 EST</pubDate>
- <dc:creator>Michael Kruse</dc:creator>
- <dc:description>Michael Kruse is a senior staff writer at POLITICO and <i>POLITICO Magazine</i>.</dc:description>
- <dc:contributor>Michael Kruse</dc:contributor>
- <media:content type="image/jpeg" url="https://static.politico.com/44/99/4e5521c94b6880d215ae308834b0/mag-kruse-nikkihaley-lead.jpg">
- <media:credit scheme="urn:ebu">Photos by Mark Ostow for POLITICO</media:credit>
- <media:title type="html">Nikki Haley is singular in her efforts to span what at times can feel like an unbridgeable gap between the pre- and post-Trump GOP. She neither hugs him nor hates him.</media:title>
- <media:thumbnail url="https://static.politico.com/44/99/4e5521c94b6880d215ae308834b0/mag-kruse-nikkihaley-lead.jpg"/>
- </media:content>
- <maz:template>magazine</maz:template>
- <maz:modified>1695997141212</maz:modified>
- <content:encoded>
- <![CDATA[<img src="https://static.politico.com/44/99/4e5521c94b6880d215ae308834b0/mag-kruse-nikkihaley-lead.jpg"> <br> <p><b>MERRIMACK, N.H. — </b>A man stood up earlier this month here at VFW Post 8641 and identified himself as a retired soldier and a registered independent. He had voted twice for former President Donald Trump. Now he had a question for Nikki Haley.</p> <p>“I feel like we’re in a civil war,” said Ted Johnson, 58, of nearby Bedford. “How would you have a plan to pull us all back together?”</p> <p>“It is doable,” Haley began. She had on blue jeans and a pair of chunky-heeled, cow-print boots. She looked at Johnson. “I can give you a lot of words, but I like giving examples, because it shows you how I lead …”</p> <p>She then talked for nearly 10 minutes straight, the answer a crystallization of her predilection for planting herself smack in the center of some of the most divisive issues in modern American history. The kind of extended-cut monologue that has made allies and enemies alike marvel for years at her political dexterity while they simultaneously question her basic authenticity, it was an answer only Haley would have or even could have given.</p> <p>Because she is, after all, unique among the Republicans running right now for president. The only one who is a woman. The only one who is the wife of an Army National Guardsman who is currently deployed. The only one who is a 51-year-old mother of two twentysomething children. The only one who is the daughter of Indian immigrants.<br></p> <br> <img src="https://static.politico.com/bd/ae/ca58a6ee4f33a26f53eea8c31bb6/mag-kruse-nikkihaley-secondary1.jpg"> <br> <br> <img src="https://static.politico.com/1d/8e/b29b7fbc408b897d4dfb2d0ec414/mag-kruse-nikkihaley-secondary2.jpg"> <br> <p>And there’s nobody else, either, running the way she’s running, attempting to walk a line that’s so vanishingly thin it might not exist. She tempers tough talk on immigration with poignant pieces of her personal backstory, leaning on her identity without leaving crowds with so much as a whiff of “identity politics.” She checks “woke” boxes without invoking the term. And the way she talks about abortion is astonishing for its “can’t we all …” audacity. Casting herself as a fighter and yet also as a unifier, as a former Tea Party-borne South Carolina governor turned former Trump ambassador to the United Nations who is most temperamentally actually like the pre-electoral accountant she once was, Haley’s pitch is a mixture of red meat and “hard truths,” as she likes to say, of intraparty swipes and Kamala Harris and Joe Biden barbs, of necessary confrontation coupled with comforting notes of notional consensus.</p> <p>And while some of the candidates in the remotely viable, Trump-testing field (<a href="https://www.politico.com/news/magazine/2023/05/24/55-things-ron-desantis-00095475" target="_blank" link-data="{"linkText":"Ron DeSantis","link":{"target":"NEW","attributes":[],"url":"https://www.politico.com/news/magazine/2023/05/24/55-things-ron-desantis-00095475","_id":"0000018a-ef10-de6a-a5ef-ffb14a5d0000","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a5d0001","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">Ron DeSantis</a>, <a href="https://www.politico.com/news/magazine/2023/08/23/vivek-ramaswamy-republican-candidate-profile-00112348" target="_blank" link-data="{"linkText":"Vivek Ramaswamy","link":{"target":"NEW","attributes":[],"url":"https://www.politico.com/news/magazine/2023/08/23/vivek-ramaswamy-republican-candidate-profile-00112348","_id":"0000018a-ef10-de6a-a5ef-ffb14a5d0002","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a5d0003","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">Vivek Ramaswamy</a>) are campaigning as largely simpatico “America First” Trump alternatives and others (<a href="https://www.politico.com/news/magazine/2023/08/22/chris-christie-donald-trump-critic-00112106" target="_blank" link-data="{"linkText":"Chris Christie","link":{"target":"NEW","attributes":[],"url":"https://www.politico.com/news/magazine/2023/08/22/chris-christie-donald-trump-critic-00112106","_id":"0000018a-ef10-de6a-a5ef-ffb14a5d0004","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a5d0005","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">Chris Christie</a>) are opting to play as outright Trump critics, Haley is singular in her efforts to span what at times can feel like an unbridgeable gap between the pre- and post-Trump GOP. She neither hugs him nor hates him.</p> <p>The conventional wisdom is that this is a time for choosing, for all Republicans, <a href="https://www.politico.com/interactives/2021/magazine-nikki-haleys-choice/" target="_blank" link-data="{"linkText":"and for her, too","link":{"target":"NEW","attributes":[],"url":"https://www.politico.com/interactives/2021/magazine-nikki-haleys-choice/","_id":"0000018a-ef10-de6a-a5ef-ffb14a5d0006","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a5d0007","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">and for her, too</a>. Conservatism or populism (in <a href="https://www.npr.org/2023/09/06/1197887694/mike-pence-donald-trump-populism-conservatism-free-market-republican-party" target="_blank" link-data="{"linkText":"the framing","link":{"target":"NEW","attributes":[],"url":"https://www.npr.org/2023/09/06/1197887694/mike-pence-donald-trump-populism-conservatism-free-market-republican-party","_id":"0000018a-ef10-de6a-a5ef-ffb14a5d0008","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a5d0009","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">the framing</a> of <a href="https://www.politico.com/news/magazine/2023/06/07/mike-pence-55-things-about-00100408" target="_blank" link-data="{"linkText":"Mike Pence","link":{"target":"NEW","attributes":[],"url":"https://www.politico.com/news/magazine/2023/06/07/mike-pence-55-things-about-00100408","_id":"0000018a-ef10-de6a-a5ef-ffb14a5d000a","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a5d000b","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">Mike Pence</a>)? Backward or forward? Trump or not Trump? The gambit of the Haley candidacy is that it doesn’t have to be so. Voters don’t have to choose. They can choose her.</p> <p>Judging from more than 40 interviews with former Haley advisers and aides, unaffiliated analysts and consultants, and state lawmakers and voters at more than a dozen of her recent events in Iowa and New Hampshire, some see this tactic as canny, savvy and potentially effective. Others find it cagey, squishy and transparently disingenuous. This, though, say those who know her the best and have watched her the longest, is what she is and consistently has been. “She’s always careful about not going so far she completely alienates other people,” said Chip Felkel, a Republican strategist in South Carolina. “She will — what’s the word? — she will adapt to whatever benefits her … to whoever she’s around,” said Antjuan Seawright, a Democratic strategist in South Carolina. “She’s not new to this,” he said. “She’s true to this.”</p> <br> <img src="https://static.politico.com/29/2e/66ac01cf4bcba315938b6000d7bc/mag-kruse-nikkihaley-secondary3.png"> <br> <p>The question, of course, is whether <i>this</i> is what Republican voters, or at least enough of them, even desire — whether in the end they view today’s totally toxic politics as an argument that needs to be cooled or just a war that needs to be won. Almost all public polls point to the latter. The state of the race is stark. Some surveys of late <a href="https://www.washingtonpost.com/politics/2023/09/17/nikki-haley-electability-message-2024/" target="_blank" link-data="{"linkText":"suggest Haley has the best shot of beating Biden","link":{"target":"NEW","attributes":[],"url":"https://www.washingtonpost.com/politics/2023/09/17/nikki-haley-electability-message-2024/","_id":"0000018a-ef10-de6a-a5ef-ffb14a5d000c","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a5d000d","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">suggest Haley has the best shot of beating Biden</a> next November. Some show her <a href="https://www.concordmonitor.com/on-the-trail-Haley-on-the-rise-in-nh-52434737" target="_blank" link-data="{"linkText":"“surging” in New Hampshire into second","link":{"target":"NEW","attributes":[],"url":"https://www.concordmonitor.com/on-the-trail-Haley-on-the-rise-in-nh-52434737","_id":"0000018a-ef10-de6a-a5ef-ffb14a5e0000","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a5e0001","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">“surging” in New Hampshire into second</a> — albeit a distant second. <a href="https://twitter.com/SarahLongwell25/status/1707223199732183210" target="_blank" link-data="{"linkText":"Her performance in Wednesday’s second GOP debate","link":{"target":"NEW","attributes":[],"url":"https://twitter.com/SarahLongwell25/status/1707223199732183210","_id":"0000018a-ef10-de6a-a5ef-ffb14a5e0002","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a5e0003","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">Her performance in Wednesday’s second GOP debate</a> didn’t hurt that standing and <a href="https://www.politico.com/news/2023/09/28/second-republican-debate-who-won-takeaways-00118687" target="_blank" link-data="{"linkText":"some suggested it might help propel her higher","link":{"target":"NEW","attributes":[],"url":"https://www.politico.com/news/2023/09/28/second-republican-debate-who-won-takeaways-00118687","_id":"0000018a-ef10-de6a-a5ef-ffb14a5e0004","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a5e0005","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">some suggested it might help propel her higher</a>. But nationally, and more materially here and in the other early states, what every poll says is that Trump has by far the biggest share of Republican votes. So can the way she’s running work? In rooms like this one with the packed crowd at the VFW, can she coalesce that even-larger share of Republicans who don’t favor the former president and might still be shopping for an alternative? More specifically, can she persuade voters like the man who had just asked the question about pulling the country back together? Nikki Haley looked again at Ted Johnson, the veteran who is tired of the fighting.</p> <p>She talked about the 2015 murders by a young white supremacist of nine Black praying parishioners at the historic Mother Emanuel AME Church in Charleston. She talked about her response in cajoling recalcitrant legislators to once and for all bring down the Confederate flag and the pole on which it flew in front of the capitol in Columbia. And she talked about her Sikh, turban-wearing father having the police called on him at a produce stand when she was a little girl, on account of tacit, stubborn bigotry and distrust, and the resulting pain she felt and still feels.</p> <p>“You have to be able to take the divisions,” Haley said, of meeting with people, listening to people, and ultimately persuading people, in this space that was now conspicuously quiet, “and get them to see the best of themselves to go forward.”<br></p> <br> <p><a href="https://www.politico.com/news/magazine/2023/02/14/nikki-haley-2024-bio-what-you-need-to-know-00082742" target="_blank" link-data="{"linkText":"<b><u>N</u></b>imarata Nikki Randhawa","link":{"target":"NEW","attributes":[],"url":"https://www.politico.com/news/magazine/2023/02/14/nikki-haley-2024-bio-what-you-need-to-know-00082742","_id":"0000018a-ef10-de6a-a5ef-ffb14a5e0006","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a5e0007","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}"><b><u>N</u></b>imarata Nikki Randhawa</a> was born on January 20, 1972, and raised in Bamberg, South Carolina — “2,500 people, two stoplights,” she said at the outset of her stump speech one evening to a different New Hampshire gathering at the senior center in a town called Claremont. “We were the only Indian family in that small southern town. We weren’t white enough to be white. We weren’t black enough to be black.”</p> <p>Claremont served as somewhat of an unwittingly apropos choice for Haley. The senior center sits a half a mile from the senior apartment complex at which <a href="https://www.latimes.com/archives/la-xpm-1995-06-12-mn-12340-story.html" target="_blank" link-data="{"linkText":"Bill Clinton and Newt Gingrich","link":{"target":"NEW","attributes":[],"url":"https://www.latimes.com/archives/la-xpm-1995-06-12-mn-12340-story.html","_id":"0000018a-ef10-de6a-a5ef-ffb14a5e0008","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a5e0009","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">Bill Clinton and Newt Gingrich</a> in the summer of 1995 shook hands and pledged to work harder to work together — an obvious novelty of a photo-op that quickly came to be known as a totem of politicians’ hollow vows. A little more than four years later, <a href="https://www.c-span.org/video/?154214-1/campaign-finance-reform" target="_blank" link-data="{"linkText":"Bill Bradley and John McCain","link":{"target":"NEW","attributes":[],"url":"https://www.c-span.org/video/?154214-1/campaign-finance-reform","_id":"0000018a-ef10-de6a-a5ef-ffb14a5e000a","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a5e000b","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">Bill Bradley and John McCain</a>, both challenging their parties’ frontrunners during that presidential campaign by appealing to independent voters who already were weary of peaking partisanship, purposefully replicated the stagecraft in the exact same place. “The danger is that if this turns out to be yet another empty promise, it will end up feeding the very cynicism it was designed to dissipate,” syndicated columnist Arianna Huffington wrote at the time in the <i>Washington Times</i>. “And the next time the public will be even less likely to believe …”</p> <p>And so here we were, and here, too, was Haley, foundationally “a brown girl in a black-and-white world,” as she has put it in the past. “And I remember,” she said now, “when I would get teased on the playground, my mom would always say, ‘Your job is not to show them how you’re different. Your job is to show them how you’re similar.’”<br></p> <br> <img src="https://static.politico.com/fd/03/f23768104db8b0a0c210e6545b7f/mag-kruse-nikkihaley-secondary5.jpg"> <br> <p>It was easier said than done. She sang “This Land Is Your Land” in a Bamberg youth pageant and was disqualified because traditionally there was a white winner and a black winner but nothing “somewhere in between.” She was chosen to play Pocahontas in a school play at Thanksgiving, leaving her to wonder whether her classmates understood she wasn’t “that kind” of Indian. “Why can’t I be a pilgrim?” she thought. And one day in third grade, in a story she’s told in her books, she went outside to play kickball at recess and the other kids started sorting themselves into a white team and a black team.</p> <p>“Are you white or are you black?” she was asked.</p> <p>“You have to pick a side,” she was told.</p> <p>“I’m neither!” she said.</p> <p>She grabbed the ball. She ran onto the field.<br></p> <br> <p>Before it was for her a political lever, it was simply “survival mode,” <a href="https://www.nytimes.com/2010/06/14/us/politics/14haley.html" target="_blank" link-data="{"linkText":"she once said","link":{"target":"NEW","attributes":[],"url":"https://www.nytimes.com/2010/06/14/us/politics/14haley.html","_id":"0000018a-ef10-de6a-a5ef-ffb14a5e000c","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a5e000d","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">she once said</a>, but it’s also been a useful and transferrable tool. “I had dodged the issue once again,” <a href="https://www.google.com/books/edition/Can_t_Is_Not_an_Option/f1OCh4wACWEC?hl=en&gbpv=1&dq=I+had+dodged+the+issue+once+again+nikki+haley&pg=PT16&printsec=frontcover" target="_blank" link-data="{"linkText":"she wrote of the kickball incident in her 2012 memoir","link":{"target":"NEW","attributes":[],"url":"https://www.google.com/books/edition/Can_t_Is_Not_an_Option/f1OCh4wACWEC?hl=en&gbpv=1&dq=I+had+dodged+the+issue+once+again+nikki+haley&pg=PT16&printsec=frontcover","_id":"0000018a-ef10-de6a-a5ef-ffb14a5e000e","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a5e000f","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">she wrote of the kickball incident in her 2012 memoir</a>, <i>Can’t Is Not an Option</i>. Her “habit of finding the similarities and avoiding the differences,” of “avoiding those things that separated us” — it “became,” she explained, “very natural to me over time.”</p> <p>“She’s out there to change the country. Everyone else, all the GOP candidates other than her, are there to bash each other,” <a href="https://www.wsj.com/politics/elections/nikki-haleys-goal-leapfrog-ron-desantis-to-become-donald-trumps-top-gop-rival-800e5345" target="_blank" link-data="{"linkText":"Kevin Kober","link":{"target":"NEW","attributes":[],"url":"https://www.wsj.com/politics/elections/nikki-haleys-goal-leapfrog-ron-desantis-to-become-donald-trumps-top-gop-rival-800e5345","_id":"0000018a-ef10-de6a-a5ef-ffb14a5e0010","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a5e0011","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">Kevin Kober</a>, 60, from close-by Newport, New Hampshire, said after the town hall in Claremont. He didn’t vote for Trump in 2016, he told me, and he didn’t vote for him in 2020. And if 2024 is another round of Biden and Trump? “I’ll probably just sit it out,” he said.<br></p> <br> <p><b><u>I</u></b>owa. Reaping season. In Grand Mound, in the eastern end of the state surrounded by so many rows of corn, Haley had just climbed into the cab of a combine to go for a drive so the television cameras set in the dirt could get the shot. “Keep in mind this is a Friday afternoon in the middle of harvest,” Austin Harris, a state representative supporting Haley, told me as hundreds of locals filed into a big, fancy barn. “Not a great time for a political event, so the fact that this place is packed and energetic, I think, is a sign of where the campaign is moving.” Before long Haley took the stage in front of two gargantuan tractors. She stood where she almost always stands. In the middle.</p> <p>She couched her condemnation of “biological boys” playing girls’ sports by speaking specifically as a mother. “I had a daughter who ran track in high school …”</p> <p>She lamented the ballooning national debt, but she blamed Republicans, too.</p> <p>She delivered a line she deploys almost everywhere she goes: “I was elected the first female minority governor in history. America’s not racist! We’re blessed!”<br></p> <br> <img src="https://static.politico.com/0d/06/58fa11004b4d9c600400fa54ee54/mag-kruse-nikkihaley-secondary7.jpg"> <br> <br> <img src="https://static.politico.com/39/49/3e4ba4be4b21bbc01c5fdf537542/mag-kruse-nikkihaley-secondary8.jpg"> <br> <p>And she said something else she so often says in her standard spiel. “Do you remember growing up how simple life was? Do you remember how safe it felt? … Don’t you want that again? Because we could have that again.” It’s the part of her pitch that might be the most deft. It’s her version of Make America Great Again. And it’s not just because of that word that lingers in the air. <i>Again</i>. “I kick with a smile,” <a href="https://www.politico.com/interactives/2021/magazine-nikki-haleys-choice/" target="_blank" link-data="{"linkText":"she once told my former colleague Tim Alberta","link":{"target":"NEW","attributes":[],"url":"https://www.politico.com/interactives/2021/magazine-nikki-haleys-choice/","_id":"0000018a-ef10-de6a-a5ef-ffb14a5f0000","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a5f0001","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">she once told my former colleague Tim Alberta</a>, and that’s what she was doing here. To my ear, it was MAGA sans the sneer. And then she quickly pivoted, as is her wont, to why Republicans should ditch Trump, although she never, of course, called him old or dropped his name. “It is time,” she said, “to “leave the negativity and the drama of the past” — time, she said, for “a new generational leader.”</p> <p>Jim Barton was looking for more. He was first up with a question for Haley. He said he was from Lexington, South Carolina, where in 2004 Haley was living when she first ran for a seat in the state legislature and endured racist, sexist ads — to beat a white male incumbent who was more than 30 years older. Barton, 62, added that he thought she had been an “incredible governor.” He was a fan. Now, though, he had a question that really was more of an urgently worded request.</p> <p>“Break from Trump’s base,” Barton told Haley. “Just throw ’em away. Let the rest of America know who you are.”</p> <p>She did. Just not in the way Barton meant.</p> <p>“Why don’t I break from the base?” Haley responded. “I have had people say I love Trump too much, and I’ve had people say I hate Trump too much,” she said. “I don’t agree with Trump a hundred percent of the time. I don’t disagree with Trump a hundred percent of the time. That’s the same way I feel about my husband.” That got a lusty laugh from the crowd. “So where do I disagree with Trump?” She said the government when Trump was president “spent like drunken sailors and I think our kids aren’t going to forgive us for it.” She sounded her support for Ukraine “because a win for Russia is a win for China.” He thinks Jan. 6 was “a beautiful day,” and she thinks Jan. 6 was “a terrible day,” she said. “So it’s not me being about the base or not about the base,” she concluded. “We’re Americans.”<br></p> <br> <img src="https://static.politico.com/58/72/c2d47996466b886ea92fd7e9b106/mag-kruse-nikkihaley-secondary9.jpg"> <br> <p>This drew applause, albeit not raucous applause, and I made sure to catch up with Barton before he departed the barn.</p> <p>“I’m overly anti-Trump. I acknowledge that’s a weakness. I can’t stand the man. He’s a traitor to our country for Jan. 6. So any support for him grinds my skin,” he said. “She gave a much more reasonable answer than my heart wants.”</p> <p>If Haley, though, is to win the GOP nomination, I said to Barton, “she somehow has to appeal to people like you who hate Trump — but she <i>also</i> has to appeal to some people who <i>don’t</i>.”</p> <p>Barton sighed. “Her answer worked enough for me, because I was already on her side,” he said.</p> <p>But did he think it was enough for her to become the nominee?</p> <p>“No.”<br></p> <br> <p><b><u>H</u></b>aving been at, among other venues, a VFW, a senior center and a farm, Haley spent a lunch hour last week in Greenland, N.H., at the Portsmouth Country Club to speak to nine tables of 10 members of the Portsmouth Rotary Club. It had dawned on me only when I pulled up that this was the same Rotary Club to which Trump in October of 1987 <a href="https://www.politico.com/magazine/story/2016/02/donald-trump-first-campaign-speech-new-hampshire-1987-213595/" target="_blank" link-data="{"linkText":"gave his very first quasi-real speech as a would-be presidential candidate","link":{"target":"NEW","attributes":[],"url":"https://www.politico.com/magazine/story/2016/02/donald-trump-first-campaign-speech-new-hampshire-1987-213595/","_id":"0000018a-ef10-de6a-a5ef-ffb14a5f0002","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a5f0003","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">gave his very first quasi-real speech as a would-be presidential candidate</a>. Behind Haley now on the wall was a blue and yellow banner stating the Rotarians’ so-called Four-Way Test. The first of the four tests: “Is it the TRUTH?” Haley gave her speech and asked for questions.</p> <p>“There’s nothing I won’t answer,” she said. “You might not like my answer, but …”</p> <p>She was asked about abortion. “I am unapologetically for life, not because the Republican Party tells me to be, but because my husband was adopted and I had trouble having both of my children,” she said. “So I don’t judge anyone for being pro-choice any more than I want you to judge me for being pro-life.” And the idea of a federal ban? “You would have to have the majority of the House, 60 senators — six-oh — and a signature of a president.” Not, in other words, gonna happen. “So why don’t we just find consensus? Can’t we agree that we don’t want late-term abortions? Can’t we agree that we should encourage adoptions and better-quality adoptions? Can’t we agree that doctors and nurses who don’t believe in abortions shouldn’t have to perform them? Can’t we agree that contraception should be accessible? Can’t we agree …”</p> <p>She was asked (in a sort of a Rotary gag) which state she liked campaigning in more — Iowa or New Hampshire.</p> <p><i>White or Black?</i></p> <p><i>Pick a side.</i></p> <p><i>“I’m neither!”</i><br></p> <br> <img src="https://static.politico.com/fb/cd/4cbd48394662a47470f43e8ecf47/mag-kruse-nikkihaley-secondary11.png"> <br> <p>“Do you want me to win?” she said.</p> <p>And she was asked, as she so frequently is, about Trump and where she stands — but in a new kind of way. “I’m interested,” said James Petersen, 60, an engineer and a past president of the Rotary Club, “what you think a hundred years from now how history will remember Donald Trump."</p> <p>The crowd stirred. “Oooooh …”</p> <p>“Wow,” Haley said. “You get the prize for the question I haven’t been asked.” Laughter and clapping and hooting and hollering rippled through the room. She called them “feisty.”</p> <p>“How do I think he will be remembered?” Haley repeated. “Time,” she offered, “does funny things.”</p> <p>It does.</p> <p>In 2016, for instance, Haley in the GOP primary first endorsed Marco Rubio — “I will do whatever it takes to help you beat Donald Trump,” she told him — attacking Trump for his business failures, for not releasing his tax returns, for not disavowing the Ku Klux Klan, for doing “everything we teach our kids not to do in kindergarten.” After Rubio lost, she shifted her support to (without fully endorsing) Ted Cruz, <a href="https://www.cnn.com/2016/03/16/politics/nikki-haley-supports-ted-cruz/" target="_blank" link-data="{"linkText":"saying it was her “hope and prayer”","link":{"target":"NEW","attributes":[],"url":"https://www.cnn.com/2016/03/16/politics/nikki-haley-supports-ted-cruz/","_id":"0000018a-ef10-de6a-a5ef-ffb14a5f0004","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a5f0005","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">saying it was her “hope and prayer”</a> that Cruz would become president.</p> <p>Eventually — and reluctantly — she voted for Trump. “This election,” <a href="https://www.cnn.com/2016/10/27/politics/nikki-haley-donald-trump/index.html" target="_blank" link-data="{"linkText":"she said","link":{"target":"NEW","attributes":[],"url":"https://www.cnn.com/2016/10/27/politics/nikki-haley-donald-trump/index.html","_id":"0000018a-ef10-de6a-a5ef-ffb14a5f0006","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a5f0007","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">she said</a>, “has been embarrassing for both parties.” Trump pounced. “The people of South Carolina are embarrassed by Nikki Haley!” he tweeted. She joined his administration anyway.<br></p> <br> <img src="https://static.politico.com/bf/59/141c1c324833b3a129e1f6664a85/mag-kruse-nikkihaley-secondary12.jpg"> <br> <p>The day after the insurrection, in a speech to the Republican National Committee, she said Trump’s “actions since Election Day will be judged harshly by history.” She <a href="https://www.politico.com/interactives/2021/magazine-nikki-haleys-choice/" target="_blank" link-data="{"linkText":"told POLITICO","link":{"target":"NEW","attributes":[],"url":"https://www.politico.com/interactives/2021/magazine-nikki-haleys-choice/","_id":"0000018a-ef10-de6a-a5ef-ffb14a5f0008","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a5f0009","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">told POLITICO</a> he had “lost any sort of political viability.” She said he would “find himself further and further isolated.” He had “let us down,” she said, “and we shouldn’t have followed him, and we shouldn’t have listened to him, and we can’t let that ever happen again.” She <a href="https://www.businessinsider.com/gop-went-from-blaming-trump-capitol-attack-fighting-his-impeachment-2021-1" target="_blank" link-data="{"linkText":"also said on Fox News","link":{"target":"NEW","attributes":[],"url":"https://www.businessinsider.com/gop-went-from-blaming-trump-capitol-attack-fighting-his-impeachment-2021-1","_id":"0000018a-ef10-de6a-a5ef-ffb14a5f000a","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a5f000b","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">also said on Fox News</a> that people should stop “beating him up” and that they should give him “a break.” She said he wouldn’t run for president again. She <a href="https://apnews.com/article/donald-trump-orangeburg-south-carolina-united-nations-nikki-haley-fda929b5d69ab0a91b97edc62207bcfb" target="_blank" link-data="{"linkText":"said she wouldn’t run if he decided to run","link":{"target":"NEW","attributes":[],"url":"https://apnews.com/article/donald-trump-orangeburg-south-carolina-united-nations-nikki-haley-fda929b5d69ab0a91b97edc62207bcfb","_id":"0000018a-ef10-de6a-a5ef-ffb14a600000","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a600001","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">said she wouldn’t run if he decided to run</a>. Then she became the first — <a href="https://www.politico.com/news/magazine/2022/11/16/donald-trumps-comeback-attempt-2024-00067492" target="_blank" link-data="{"linkText":"after Trump","link":{"target":"NEW","attributes":[],"url":"https://www.politico.com/news/magazine/2022/11/16/donald-trumps-comeback-attempt-2024-00067492","_id":"0000018a-ef10-de6a-a5ef-ffb14a600002","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a600003","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">after Trump</a> — <a href="https://www.politico.com/news/2023/02/14/nikki-haley-2024-presidential-campaign-00082715#:~:text=Haley%20enters%20the%20race%20as,in%20the%20Republican%20presidential%20primary.&text=Former%20Ambassador%20to%20the%20United,running%20for%20president%20in%202024." target="_blank" link-data="{"linkText":"to announce that she would","link":{"target":"NEW","attributes":[],"url":"https://www.politico.com/news/2023/02/14/nikki-haley-2024-presidential-campaign-00082715#:~:text=Haley%20enters%20the%20race%20as,in%20the%20Republican%20presidential%20primary.&text=Former%20Ambassador%20to%20the%20United,running%20for%20president%20in%202024.","_id":"0000018a-ef10-de6a-a5ef-ffb14a600004","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a600005","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">to announce that she would</a>.</p> <p>Here at the Portsmouth Country Club, speaking to the Portsmouth Rotary Club, she looked up toward the ceiling, stalling, searching, scrunching her face in thought — not something I’d seen her do before in hours and hours of watching her on the trail.</p> <p>“He was the right president at the right time,” she began.</p> <p>“He broke things that needed to be broken. He listened and brought in a group of people who felt unheard, like where I grew up in rural South Carolina.” She paused.</p> <p>“He was strong on foreign policy and getting America’s respect in the world. He was thin-skinned and easily distracted.” Longer pause. What other negatives? How many more? “He didn’t do anything on fiscal policy and really spent a lot of money and we’re all paying the price. He did do a better job than Biden on the border, really trying to corral that and stop that. He used to be good on foreign policy and now he has started to walk it back and get weak in the knees when it comes to Ukraine.”</p> <p>She said again what she had said in Grand Mound about “a beautiful day” and “a terrible day.” And that prompted a round of some clapping and so that’s where she stopped.<br></p> <br> <img src="https://static.politico.com/22/2b/afa7d0fa42e9b2443b3924ff2d26/mag-kruse-nikkihaley-secondary13.jpg"> <br> <p>At the end of the event, I made a beeline for Petersen. “What I was hoping to find out is how she felt about Trump,” he told me.</p> <p>“Did you?” I asked.</p> <p>“She kind of was on the fence,” he said. “She played both sides. So I would’ve liked a stronger answer. That Trump has done a lot of damage. That’s what I would’ve liked to have heard.”</p> <p>And I caught up with Peter Weeks as he was walking out the door. A former mayor of Portsmouth, he had asked the question about Iowa or New Hampshire. But I wanted to talk to him because we had talked going on eight years back because he was at that 1987 Trump speech. He voted for him, he told me, in 2016. He did not in 2020. “The way he attacks people,” he said, “picks on people.” Last time around, unable to stomach either of the options, he wrote in his own name.</p> <p>“Peter, it’s nice to see you,” said Barbara Miller, a retired banker, as she walked by. She blew him a kiss. “Even though I disagree with you — I <i>like</i> Donald Trump.”</p> <p>“I don’t like him <i>now</i>,” Weeks said. “The whole insurrection …”</p> <p>“I think there’s more to that story than what the press shows you,” she said. “But I still love you, Peter — even if you’re misinformed.”</p> <p>“Oh, no, no,” he said — friendly banter that now had taken on a bit more of an edge.</p> <p>Haley moved past en route to the back of a waiting black SUV, and Weeks gave her a smile and a thumbs-up. I walked with Miller to her car. She had on a red and white striped dress, a string of pearls and a brooch. “PROUD TO BE A REPUBLICAN,” it said. She wants Trump to win in 2024, she offered, because she thinks he won in 2020. It was a lovely New England fall afternoon. Golfers took their clubs from their trunks. And I found myself thinking standing there in the parking lot that for every Peter Weeks, for every Kevin Kober, for every Jim Barton, there are at least as many Barbara Millers. Almost certainly more. “There’s something going on,” she told me. “The Obama-Clinton-Biden group. Jeffrey Epstein. I think it all ties in,” she said. “There’s something going on,” she said again.<br></p> <br> <p><b><u>B</u></b>ack in Merrimack at the VFW, in the space that was conspicuously quiet as she had talked about the shooting in the church, and the flag at the capitol, and the produce stand and her father and her pain and how she had used it to cajole, Nikki Haley finished her answer to the question from the retired soldier and the registered independent about how she was going to get people to “see the best of themselves” and pull the country back together. “That,” she told the crowd, and told Ted Johnson, “is what I’m going to do as your president.”</p> <p>She had left out, of course, her uncomfortable <a href="https://www.washingtonpost.com/politics/2023/02/15/nikki-haley-confederate-flag-timeline/" target="_blank" link-data="{"linkText":"shifts in her stance on the flag","link":{"target":"NEW","attributes":[],"url":"https://www.washingtonpost.com/politics/2023/02/15/nikki-haley-confederate-flag-timeline/","_id":"0000018a-ef10-de6a-a5ef-ffb14a600006","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a600007","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">shifts in her stance on the flag</a>. “I would not want to revisit that issue,” she had said in 2009 during her gubernatorial run. “I feel like it’s been resolved to the best of its ability,” she had said in 2010 in an interview with the Sons of Confederate Veterans. “It takes two-thirds of the house and two-thirds of the senate to change that. That’s not gonna happen,” she said — shades of how she talks about abortion now. “For those groups that come in and say they have issues with the Confederate flag, I will work to talk to them about it. I will work and talk to them about the heritage and how this is not something that is racist. This is something that is a tradition that people feel proud of.” She was hesitant, too, even in the aftermath of the shooting in 2015. It took some presidential candidates and state lawmakers to call for the flag to come down for Haley to say the same.</p> <p>Here, though, she had said what she had said, and she wrapped up the way she does: “If you like what I’ve had to say today, go tell 10 people. Tell ’em to go to NikkiHaley.com. Tell ’em to volunteer. Tell ’em to join one of our veterans’ or our women’s groups. Tell ’em to give $5, $10, $25. If you <i>don’t</i> like what I’ve had to say” — and she put her finger to her lips — “<i>shhhhhhh</i> …” It elicited, as always, a burst of laughter.<br></p> <br> <img src="https://static.politico.com/91/c4/11df17ed4d7a92abed1cb22a450c/mag-kruse-nikkihaley-secondary15.jpg"> <br> <p>The reactions to her answer about pulling the country together were mixed.</p> <p>“<i>Was</i> that an answer?” Chip Felkel, the Republican strategist in South Carolina, told me when I described the interaction.</p> <p>“You ask her, ‘What is the temperature outside?’” said Antjuan Seawright, the Democratic strategist in South Carolina, “and she’ll say something along the lines of, ‘I grew up in Bamberg, where the people always stood up for what they believed and they dressed according to the weather.’”</p> <p>“I’ve said since she left the governorship and went to the U.N.,” Felkel said, “that she was about to embark on a major case of a high-wire act. And she’s still on the wire.”</p> <p>In the room at the VFW, some people liked the answer, and some people didn’t. “Very poignant,” state Rep. Mike Moffett (R-Merrimack) told me. “A little long,” said state Rep. Bob Healey (R-Hillsborough), who has endorsed DeSantis but also expressed that he was keeping his options open. “Way too long,” said state Rep. Tim McGough (R-Hillsborough). “What she actually did for me was teach me something about her that I didn’t like,” he added. “She seemed a bit reactionary, as opposed to a careful leader.” Still, for Kim Rice, a Haley-supporting former state representative, the answer was the highlight of the whole afternoon. “It brought tears to my eyes,” she told me. “It shows how she can bring people together. Because that could have been turned into a very divisive time.”</p> <p>Most markedly, though, for the man who had asked the question, Haley’s “heartfelt” answer, he said, was what he was wanting to hear. It worked for Ted Johnson. He once favored Trump, the IT project manager told me, “because he was the rebel, the non-politician,” but now he was “a rebel without a cause” — so he’s looking for something else. Some<i>one</i> else. “And it’s going to be a long road, because of Trump’s support, but I’m behind her,” he said. “It just seemed like she might be able to reach across the aisle.”<br></p> <br> <img src="https://static.politico.com/12/60/3331444a4053af509e40e2a2af71/mag-kruse-nikkihaley-secondary16.jpg"> <br> <p>What’s that even mean anymore? The aisle’s not an aisle. It’s a breach. It’s become in politics such a hackneyed phrase — often cited, seldom practiced.</p> <p>But it meant something for Ted Johnson. At the heart of the reason he asked what he asked, he told me, was his brother. They used to ride bikes together, and they used to play basketball together, and they both joined the Army, and they both did overseas tours, coming of age in Illinois in the middle of the state in the middle of the country in a town called Centralia. But they haven’t talked, he said, for more than two years — in part because of politics, and especially because of Trump. He was for him. His brother was not. “It’s splitting families,” he told me. “I hate it so much,” he said. “My older brother. My best friend.”</p> <p>Fred “J.R.” Johnson, 61, lives in Louisville and teaches high school English. He picked up when I called. I explained why I wanted to talk, the question his brother had asked, what he had told me about why. Fred Johnson told me it was true. He and his brother hadn’t talked for a good while. It’s not all about politics, he said. Families are complicated. Things get hard. Politics, though, he agreed, was and remains a big part of the rift. He said their father had been an early and avid listener of Rush Limbaugh. “Ted kind of gravitated toward it, and I went the other way,” he said.</p> <p>Trump, though, ripped open the rupture. “He is a Trump kind of person,” he told me. “I am not a Trump kind of person.” A registered independent, too, he told me he had voted for Gary Johnson in 2016 and for Biden in 2020. I asked him what he was thinking heading toward 2024. “I like Nikki Haley,” he told me. “I think Nikki Haley’s the only one that I have seen that is trying to find some middle ground, some common ground.” I suggested to him the Johnson brothers of Centralia might at this point have more in common politically than they think. “I mean, if he’s gravitating towards Nikki Haley, well, so am I,” he said.<br></p> <br> <img src="https://static.politico.com/f2/4f/a98692ce4ba8bc60700ebd9b61f4/mag-kruse-nikkihaley-secondary17.jpg"> <br> <p>We talked for more than 40 minutes. Before we hung up, he had one request. If I talked again to his little brother, and I told him I probably would, he wanted me to pass along something he wanted to say.</p> <p>“Tell him,” Fred Johnson said, “J.R. says he loves you.”</p> <p>So I did.</p> <p>“And I,” Ted Johnson said, “love him, too.”<br></p> <br> <br> <br>]]>
- </content:encoded>
- </item>
- <item>
- <title>Ramaswamy campaign seeks to cut number of candidates in next GOP debate</title>
- <link>https://www.politico.com/news/2023/10/01/ramaswamy-campaign-number-candidates-gop-debate-00119398</link>
- <description>The third Republican presidential debate will be held Nov. 8 in Miami.</description>
- <guid>https://www.politico.com/news/2023/10/01/ramaswamy-campaign-number-candidates-gop-debate-00119398</guid>
- <pubDate>Sun, 01 Oct 2023 19:04:59 EST</pubDate>
- <dc:creator>Adam Wren</dc:creator>
- <dc:description>Adam Wren is a national political correspondent at POLITICO.</dc:description>
- <dc:contributor>Adam Wren</dc:contributor>
- <media:content type="image/jpeg" url="https://static.politico.com/b4/3d/717ff58f438f9fded86bfde04332/election-2024-ramaswamy-california-53627.jpg">
- <media:credit scheme="urn:ebu">Jae C. Hong/AP Photo</media:credit>
- <media:title type="html">Vivek Ramaswamy’s campaign also calls for “greater time for candidates to respond to their competitors.”</media:title>
- <media:thumbnail url="https://static.politico.com/b4/3d/717ff58f438f9fded86bfde04332/election-2024-ramaswamy-california-53627.jpg"/>
- </media:content>
- <maz:template>core</maz:template>
- <maz:modified>1696205372298</maz:modified>
- <content:encoded>
- <![CDATA[<img src="https://static.politico.com/b4/3d/717ff58f438f9fded86bfde04332/election-2024-ramaswamy-california-53627.jpg"> <br> <p>Vivek Ramaswamy's campaign is pushing the Republican Party to change the qualifying and debate format rules for the upcoming GOP presidential debate in Miami on Nov. 8, calling for only the top four polling candidates besides Donald Trump to participate and asking for a single moderator, according to a campaign memo obtained by POLITICO.</p> <p>The third Republican presidential debate will be held Nov. 8 in Miami, and Trump’s rival campaigns face the most difficult qualifying thresholds yet: <a href="https://www.politico.com/news/2023/09/22/rnc-qualifications-2024-presidential-debates-00117737" target="_blank" link-data="{"linkText":"Candidates need","link":{"target":"NEW","attributes":[],"url":"https://www.politico.com/news/2023/09/22/rnc-qualifications-2024-presidential-debates-00117737","_id":"0000018a-ef10-de6a-a5ef-ffb14a650000","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a650001","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">Candidates need</a> to have 70,000 individual donors and hit 4 percent in either two national polls, or one national poll and two polls from separate early states.</p> <p>In the Sunday evening letter, Ramaswamy’s campaign CEO Ben Yoho wrote to Republican Chair Ronna McDaniel that “against the backdrop of a chaotic second debate and the reality of a frontrunner who has declined to participate, we respectfully call on the RNC to revise its approach so that Republican voters can focus on serious candidates who have a viable path to beating Joe Biden — or whomever the Democrats put up to replace him.”</p> <p>With seven candidates on the stage, the second debate last week in Simi Valley, Calif., saw Fox Business’ two moderators alongside Univision's struggle to control the debate at times, with multiple candidates interrupting each other.</p> <p>“Thank you for speaking while I’m interrupting,” Ramaswamy said at one particularly contentious point during the debate.</p> <p>In addition to a smaller stage, Ramaswamy’s campaign also calls for “greater time for candidates to respond to their competitors.”</p> <p>“Another unhelpful debate in November is not an option: Voters deserve a real choice for who will best serve as our party’s nominee,” Yoho wrote in the memo to the RNC, as well as Committee on Arrangements Co-Chairs David Bossie and Anne Hathaway.</p> <p>“Voters are not well-served when a cacophony of candidates with minimal chance of success talk over each other from the edge of the stage, while the overwhelming frontrunner is absent from the center of that same stage.”</p>]]>
- </content:encoded>
- </item>
- <item>
- <title>Rep. Dean Phillips to step down from leadership position after his calls for primary challenge to Biden</title>
- <link>https://www.politico.com/news/2023/10/01/dean-phillips-step-down-leadership-00119369</link>
- <description>“My convictions relative to the 2024 presidential race are incongruent with the majority of my caucus," Phillips said.</description>
- <guid>https://www.politico.com/news/2023/10/01/dean-phillips-step-down-leadership-00119369</guid>
- <pubDate>Sun, 01 Oct 2023 15:37:57 EST</pubDate>
- <dc:creator>Kelly Garrity</dc:creator>
- <dc:contributor>Kelly Garrity</dc:contributor>
- <media:content type="application/octet-stream" url="https://static.politico.com/3e/0d/ac857b4744c29c46bf47ffb4f07e/https-delivery-gettyimages.com/downloads/1708469685">
- <media:credit scheme="urn:ebu">Anna Moneymaker/Getty Images</media:credit>
- <media:title type="html">Rep. Dean Phillips has floated the possibility of mounting a primary challenge against President Joe Biden, meeting with donors in New York over the summer to talk about the prospect.</media:title>
- <media:thumbnail url="https://static.politico.com/3e/0d/ac857b4744c29c46bf47ffb4f07e/https-delivery-gettyimages.com/downloads/1708469685"/>
- </media:content>
- <maz:template>core</maz:template>
- <maz:modified>1696200377689</maz:modified>
- <content:encoded>
- <![CDATA[<img src="https://static.politico.com/3e/0d/ac857b4744c29c46bf47ffb4f07e/https-delivery-gettyimages.com/downloads/1708469685"> <br> <p>Rep. Dean Phillips will step down from his role as co-chair of the Democratic Policy and Communications Committee, but “will remain in his congressional seat representing MN-03 and will remain a part of the Democratic Caucus,” a spokesperson for the Minnesota lawmaker confirmed to POLITICO in a statement.</p> <p>“My convictions relative to the 2024 presidential race are incongruent with the majority of my caucus, and I felt it appropriate to step aside from elected leadership to avoid unnecessary distractions during a critical time for our country,” Phillips said in a statement forwarded by the spokesperson. “I celebrate Leader [Hakeem] Jeffries for his remarkable and principled leadership and extend gratitude to my outstanding friends and colleagues for having created space and place for my perspectives. I’ll continue to abide by my convictions, place people over politics, and support our shared mission to deliver security, opportunity, and prosperity for all Americans.”</p> <p><a href="https://www.axios.com/2023/10/01/dean-phillips-steps-down-dem-leadership-biden" target="_blank" link-data="{"linkText":"Axios first reported Phillips’ plans","link":{"target":"NEW","attributes":[],"url":"https://www.axios.com/2023/10/01/dean-phillips-steps-down-dem-leadership-biden","_id":"0000018a-ef10-de6a-a5ef-ffb14a660008","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a660009","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">Axios first reported Phillips’ plans</a>.</p> <p>The moderate Democrat has floated the possibility of mounting a primary challenge against President Joe Biden, <a href="https://www.politico.com/news/magazine/2023/07/28/2024-presidential-contest-candidates-biden-trump-00108685" target="_blank" link-data="{"linkText":"meeting with donors in New York","link":{"target":"NEW","attributes":[],"url":"https://www.politico.com/news/magazine/2023/07/28/2024-presidential-contest-candidates-biden-trump-00108685","_id":"0000018a-ef10-de6a-a5ef-ffb14a66000a","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a66000b","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">meeting with donors in New York</a> over the summer to talk about the prospect.</p> <p>In August he called on other Democrats to “jump in” to the presidential race, citing <a href="https://www.nytimes.com/2022/07/11/us/politics/biden-approval-polling-2024.html" target="_blank" link-data="{"linkText":"polling from The New York Times","link":{"target":"NEW","attributes":[],"url":"https://www.nytimes.com/2022/07/11/us/politics/biden-approval-polling-2024.html","_id":"0000018a-ef10-de6a-a5ef-ffb14a66000c","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a66000d","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">polling from The New York Times</a> that showed most Democrats would prefer someone other than Biden in the 2024 presidential race.</p> <p>“I think I’m well positioned to be president [of] the United States. … I do not believe I’m well positioned to run for it right now,” he said at the time.</p> <p>But as of last week, Phillips still had not ruled out a White House bid.</p> <p>“I am thinking about it. I haven’t ruled it out,” Phillips <a href="https://www.youtube.com/watch?app=desktop&v=MMwcfSlH6z0" target="_blank" link-data="{"linkText":"said during an interview on “The Warning” podcast","link":{"target":"NEW","attributes":[],"url":"https://www.youtube.com/watch?app=desktop&v=MMwcfSlH6z0","_id":"0000018a-ef10-de6a-a5ef-ffb14a670000","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a670001","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">said during an interview on “The Warning” podcast</a>, though he noted that there people “more proximate, better prepared to campaign with national organizations, national name recognition, which I do not possess.”</p> <p>“I’m concerned that something could happen between now and next November that would make the Democratic Convention in Chicago an unmitigated disaster,” he told podcast host Steve Schmidt.</p> <p>Biden is already facing two intraparty challenges from the author Marianne Williamson and the lawyer and anti-vaccine activist Robert F. Kennedy Jr., though he holds a significant lead in the polls over both.</p>]]>
- </content:encoded>
- </item>
- <item>
- <title>Faith in the Supreme Court is down. Voters now say they want changes.</title>
- <link>https://www.politico.com/news/2023/09/30/supreme-court-ethics-poll-00119236</link>
- <description>A new survey shows three-in-four voters want the justices bound to an ethics code.</description>
- <guid>https://www.politico.com/news/2023/09/30/supreme-court-ethics-poll-00119236</guid>
- <pubDate>Sat, 30 Sep 2023 06:00:00 EST</pubDate>
- <dc:creator>Steven Shepard</dc:creator>
- <dc:contributor>Steven Shepard</dc:contributor>
- <media:content type="application/octet-stream" url="https://static.politico.com/1d/dc/65e4e4144e5eb2fa59e01425b45c/https-delivery-gettyimages.com/downloads/1487105353">
- <media:credit scheme="urn:ebu">Kevin Dietsch/Getty Images</media:credit>
- <media:title type="html">Seventy-five percent of voters — a bipartisan consensus of 81 percent of Democrats, 72 percent of Republicans and 69 percent of independents — support a binding ethics code for the Supreme Court.</media:title>
- <media:thumbnail url="https://static.politico.com/1d/dc/65e4e4144e5eb2fa59e01425b45c/https-delivery-gettyimages.com/downloads/1487105353"/>
- </media:content>
- <maz:template>core</maz:template>
- <maz:modified>1696074744635</maz:modified>
- <content:encoded>
- <![CDATA[<img src="https://static.politico.com/1d/dc/65e4e4144e5eb2fa59e01425b45c/https-delivery-gettyimages.com/downloads/1487105353"> <br> <p>The Supreme Court faces a legitimacy crisis at the dawn of its new term, and a majority of voters support reforms such as a binding code of ethics and term limits.</p> <p>A new POLITICO | Morning Consult poll shows three-in-four voters want the justices bound to an ethics code, the most popular reform proposal in the survey.</p> <p>Unlike the other two branches of the government, the judiciary is largely immune to public opinion. But the court is starting to feel some pressure, and when it convenes on Monday for the first time since June, it will be grappling not only with a slate of new cases, but also controversies around the justices’ finances and jurisprudence.</p> <p>The nine justices, unlike lower-court judges, don’t have a formal ethics code — an omission that’s come under scrutiny amid a spate of news stories digging into trips taken and benefits received by <a href="https://www.propublica.org/article/clarence-thomas-scotus-undisclosed-luxury-travel-gifts-crow" target="_blank" link-data="{"linkText":"Clarence Thomas","link":{"target":"NEW","attributes":[],"url":"https://www.propublica.org/article/clarence-thomas-scotus-undisclosed-luxury-travel-gifts-crow","_id":"0000018a-ef10-de6a-a5ef-ffb14a6a0000","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a6a0001","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">Clarence Thomas</a>, and, to a lesser degree, <a href="https://www.propublica.org/article/samuel-alito-luxury-fishing-trip-paul-singer-scotus-supreme-court" target="_blank" link-data="{"linkText":"Samuel Alito","link":{"target":"NEW","attributes":[],"url":"https://www.propublica.org/article/samuel-alito-luxury-fishing-trip-paul-singer-scotus-supreme-court","_id":"0000018a-ef10-de6a-a5ef-ffb14a6a0002","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a6a0003","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">Samuel Alito</a> and <a href="https://apnews.com/article/supreme-court-sotomayor-book-sales-ethics-colleges-b2cb93493f927f995829762cb8338c02" target="_blank" link-data="{"linkText":"Sonia Sotomayor","link":{"target":"NEW","attributes":[],"url":"https://apnews.com/article/supreme-court-sotomayor-book-sales-ethics-colleges-b2cb93493f927f995829762cb8338c02","_id":"0000018a-ef10-de6a-a5ef-ffb14a6a0004","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a6a0005","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">Sonia Sotomayor</a>.</p> <p>Those investigations, combined with some high-profile decisions on issues like abortion that put the court at odds with public opinion, have dented the public’s view of the court’s legitimacy over the past few years. As documented by <a href="https://news.gallup.com/poll/509234/supreme-court-approval-holds-record-low.aspx" target="_blank" link-data="{"linkText":"other polls","link":{"target":"NEW","attributes":[],"url":"https://news.gallup.com/poll/509234/supreme-court-approval-holds-record-low.aspx","_id":"0000018a-ef10-de6a-a5ef-ffb14a6b0000","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a6b0001","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">other polls</a>, trust in the court as an institution is falling steeply.</p> <p>But unlike most of the other independent polls, the new POLITICO | Morning Consult survey digs into specific reform proposals, most of which are quite popular, despite dim prospects of them being enacted by Congress or put into place by the justices themselves.</p> <p>In addition to the 75 percent of voters — a bipartisan consensus of 81 percent of Democrats, 72 percent of Republicans and 69 percent of independents — who support a binding ethics code, roughly two-thirds of voters support term limits for the justices (68 percent). A similar percentage (67 percent) say the court should televise oral arguments, while 66 percent believe there should be an age limit for the justices. A smaller majority, 60 percent, think there should be an equal number of Democrats, Republicans and independents on the high court.<br></p> <br> <img src="https://static.politico.com/86/b1/9387f199461499a46c0330978503/https-delivery-gettyimages.com/downloads/1431371148"> <br> <p>Two proposals did not earn broad support, however.</p> <p>Only 44 percent think the number of justices should be expanded, though that includes 65 percent of Democrats. President Joe Biden and congressional Democrats resisted the calls of liberal activists and <a href="https://www.democracydocket.com/news-alerts/democrats-introduce-bill-to-expand-u-s-supreme-court/" target="_blank" link-data="{"linkText":"some fellow lawmakers","link":{"target":"NEW","attributes":[],"url":"https://www.democracydocket.com/news-alerts/democrats-introduce-bill-to-expand-u-s-supreme-court/","_id":"0000018a-ef10-de6a-a5ef-ffb14a6b0002","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a6b0003","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">some fellow lawmakers</a> to add new justices to counter the majority appointed by Republican presidents.</p> <p>Despite the court’s lower profile, voters are aware of its rightward shift in recent years, the poll shows. A majority, 52 percent, correctly say the majority of justices have been appointed by Republican presidents (six of the nine justices currently serving have been). And 55 percent say the court is at least somewhat conservative, including 21 percent who call it “very conservative.”</p> <p>The poll also explored where the public stands on some of the issues likely to come before the court over the next year, including gun rights for accused domestic abusers and the effort in some states to bar former President Donald Trump from the 2024 ballot over his conduct following the 2020 election.</p> <p>Only 31 percent of voters say they support allowing people under restraining orders to possess firearms, while a 56 percent majority oppose allowing those people to have guns. The Supreme Court will hear a case on a federal law banning those people from having guns in November.</p> <p>Meanwhile, the poll found softening opposition to the court’s controversial abortion ruling last year. Asked about the “Supreme Court’s decision to overturn Roe v. Wade and leave abortion policies in the U.S. up to the states,” more voters say they disapprove (46 percent) of the ruling than approve (42 percent).</p> <p>But in a July 2022 Morning Consult poll conducted in the immediate aftermath of the Dobbs ruling, disapproval of the decision was 9 points higher: 55 percent, with just 35 percent approving.</p> <p>The new survey asked voters for their opinions of the nine justices individually but found little overall differences, including broad swaths of the electorate who have never heard of them or have no opinion.<br></p> <br> <p>As it was in 2020, the Supreme Court is likely to be a major issue in the next presidential campaign. Voters are divided evenly between whether they trust President Joe Biden (44 percent) or former President Donald Trump (42 percent) to handle the Supreme Court more.</p> <p>The POLITICO | Morning Consult poll (<a href="https://www.politico.com/f/?id=0000018a-e2ee-dd68-a3cf-fbfe15750000" target="_blank" link-data="{"cms.site.owner":{"_ref":"0000014b-3270-d4f3-a3cb-f3ffa8610000","_type":"0000014b-324d-d4f3-a3cb-f3ff4161000e"},"cms.content.publishDate":1696024614817,"cms.content.publishUser":{"_ref":"0000014f-1297-d5f6-a96f-dad7f27e0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"cms.content.updateDate":1696024614817,"cms.content.updateUser":{"_ref":"0000014f-1297-d5f6-a96f-dad7f27e0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"originalTemplate":false,"link":{"originalTemplate":false,"attributes":[],"target":"NEW","url":"https://www.politico.com/f/?id=0000018a-e2ee-dd68-a3cf-fbfe15750000","_id":"0000018a-e2f1-d56c-abfa-eefdcc1b0001","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"linkText":"toplines","_id":"0000018a-e2f1-d56c-abfa-eefdcc1b0000","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">toplines</a>, <a href="https://www.politico.com/f/?id=0000018a-e2ef-d56c-abfa-eeef92cc0000" target="_blank" link-data="{"cms.site.owner":{"_ref":"0000014b-3270-d4f3-a3cb-f3ffa8610000","_type":"0000014b-324d-d4f3-a3cb-f3ff4161000e"},"cms.content.publishDate":1696024629235,"cms.content.publishUser":{"_ref":"0000014f-1297-d5f6-a96f-dad7f27e0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"cms.content.updateDate":1696024629235,"cms.content.updateUser":{"_ref":"0000014f-1297-d5f6-a96f-dad7f27e0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"originalTemplate":false,"link":{"originalTemplate":false,"attributes":[],"target":"NEW","url":"https://www.politico.com/f/?id=0000018a-e2ef-d56c-abfa-eeef92cc0000","_id":"0000018a-e2f2-d56c-abfa-eeff025b0001","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"linkText":"crosstabs","_id":"0000018a-e2f2-d56c-abfa-eeff025b0000","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">crosstabs</a>) was conducted Sept. 23-25, surveying 1,967 registered voters online. The survey has a margin of error of plus or minus 2 percentage points.</p>]]>
- </content:encoded>
- </item>
- <item>
- <title>Garland: I'd resign if Biden asked me to take action on Trump</title>
- <link>https://www.politico.com/news/2023/10/01/attorney-general-garland-biden-trump-00119411</link>
- <description>"But there is no sense that anything like that will happen," he says in an interview.</description>
- <guid>https://www.politico.com/news/2023/10/01/attorney-general-garland-biden-trump-00119411</guid>
- <pubDate>Sun, 01 Oct 2023 19:58:58 EST</pubDate>
- <dc:creator>Associated Press</dc:creator>
- <dc:contributor>Associated Press</dc:contributor>
- <media:content type="image/jpeg" url="https://static.politico.com/7a/38/2094b7b04f60b4fe9325824b408d/congress-attorney-general-51428.jpg">
- <media:credit scheme="urn:ebu">Jacquelyn Martin/AP Photo</media:credit>
- <media:title type="html">Attorney General Merrick Garland in an interview choked up when talking about his concerns over violence, particularly as judges and prosecutors assigned to the Trump cases got death threats.</media:title>
- <media:thumbnail url="https://static.politico.com/7a/38/2094b7b04f60b4fe9325824b408d/congress-attorney-general-51428.jpg"/>
- </media:content>
- <maz:template>core</maz:template>
- <maz:modified>1696208561549</maz:modified>
- <content:encoded>
- <![CDATA[<img src="https://static.politico.com/7a/38/2094b7b04f60b4fe9325824b408d/congress-attorney-general-51428.jpg"> <br> <p>WASHINGTON — Attorney General Merrick Garland said in an interview that aired Sunday that he would resign if asked by President Joe Biden to take action against Republican presidential frontrunner Donald Trump. But he doesn’t think he’ll be put in that position.</p> <p>“I am sure that that will not happen, but I would not do anything in that regard,” he said on CBS “60 Minutes.” “And if necessary, I would resign. But there is no sense that anything like that will happen.”</p> <p>The Justice Department is at the center of not only indictments against Trump that include an effort to overturn the 2020 election and wrongly keeping classified documents, but also cases involving Biden’s son Hunter, the aftermath of the riot at the U.S. Capitol and investigations into classified documents found in the president’s home and office. Garland has appointed three separate special counsels.</p> <p>Garland has spoken only sparingly about the cases and reiterated Sunday he would not get into specifics, but dismissed claims by Trump and his supporters that the cases were timed to ruin his chances to be president in 2024.</p> <p>“Well, that’s absolutely not true. Justice Department prosecutors are nonpartisan. They don’t allow partisan considerations to play any role in their determinations,” Garland said.</p> <p>Garland said the president has never tried to meddle in the investigations, and he dismissed criticism from Republicans that he was going easy on the president’s son, Hunter, who was recently indicted on a gun charge after a plea deal in his tax case fell apart. Hunter Biden is due in a Delaware court this week.</p> <p>“We do not have one rule for Republicans and another rule for Democrats. We don’t have one rule for foes and another for friends,” he said. ”We have only one rule; and that one rule is that we follow the facts and the law, and we reach the decisions required by the Constitution, and we protect civil liberties.”</p> <p>Garland choked up when talking about his concerns over violence, particularly as judges and prosecutors assigned to the Trump cases got death threats.</p> <p>“People can argue with each other as much as they want and as vociferously as they want. But the one thing they may not do is use violence and threats of violence to alter the outcome,” he said. “American people must protect each other. They must ensure that they treat each other with civility and kindness, listen to opposing views, argue as vociferously as they want, but refrain from violence and threats of violence. That’s the only way this democracy will survive.”</p>]]>
- </content:encoded>
- </item>
- <item>
- <title>Jimmy Carter turns 99 at home with Rosalynn and other family</title>
- <link>https://www.politico.com/news/2023/10/01/jimmy-carter-turns-99-00119366</link>
- <description>Tributes rolled in from everywhere.</description>
- <guid>https://www.politico.com/news/2023/10/01/jimmy-carter-turns-99-00119366</guid>
- <pubDate>Sun, 01 Oct 2023 14:51:15 EST</pubDate>
- <dc:creator>Associated Press</dc:creator>
- <dc:contributor>Associated Press</dc:contributor>
- <media:content type="image/jpeg" url="https://static.politico.com/a3/83/7b5a8ea1445588df86d6e372b267/carter-birthday-49719.jpg">
- <media:credit scheme="urn:ebu">AP Photo/Ben Gray</media:credit>
- <media:title type="html">People write birthday cards for President Jimmy Carter during a celebration for his 99th birthday at The Carter Center in Atlanta on Sept. 30, 2023.</media:title>
- <media:thumbnail url="https://static.politico.com/a3/83/7b5a8ea1445588df86d6e372b267/carter-birthday-49719.jpg"/>
- </media:content>
- <maz:template>core</maz:template>
- <maz:modified>1696191748776</maz:modified>
- <content:encoded>
- <![CDATA[<img src="https://static.politico.com/a3/83/7b5a8ea1445588df86d6e372b267/carter-birthday-49719.jpg"> <br> <p>ATLANTA — Jimmy Carter has always been a man of discipline and habit. But the former president broke routine Sunday, putting off his practice of quietly watching church services online to instead celebrate his 99th birthday with his wife, Rosalynn, and their children, grandchildren and great-grandchildren in Plains.</p> <p>The gathering took place in the same one-story structure where the Carters lived before he was first elected to the Georgia Senate in 1962. As tributes poured in from around the world, it was an opportunity for Carter’s family to honor his personal legacy.</p> <p>“The remarkable piece to me and I think to my family is that while my grandparents have accomplished so much, they have really remained the same sort of South Georgia couple that lives in a 600-person village where they were born,” said grandson Jason Carter, who chairs the board at The Carter Center, which his grandparents founded in 1982 after leaving the White House a year earlier.</p> <p>Despite being global figures, the younger Carter said his grandparents have always “made it easy for us, as a family, to be as normal as we can be.”</p> <p>At The Carter Center in Atlanta, meanwhile, 99 new American citizens, who came from 45 countries, took the oath of allegiance as part of a naturalization ceremony timed for the former president’s birthday.</p> <p>“This is so impressive, and I’m so happy for it to be here,” said Tania Martinez after the ceremony. A 53-year-old nurse in Roswell, Martinez was born in Cuba and came to the U.S. from Ghana 12 years ago.<br></p> <br> <img src="https://static.politico.com/ec/cd/852b17614b748df45f6ed2f2ea66/jimmy-carter-birthday-38702.jpg"> <br> <p>“Now, I will be free forever,” she said, tears welling.</p> <p>Celebrating the longest-lived U.S. president this way was inconceivable not long ago. The Carters announced in February that their patriarch was forgoing further medical treatments and entering home hospice care after a series of hospitalizations. Yet Carter, who overcame cancer diagnosed at age 90 and learned to walk after having his hip replaced at age 94, defied all odds again.</p> <p>“If Jimmy Carter were a tree, he’d be an towering, old Southern oak,” said Donna Brazile, a former Democratic national chairperson and presidential campaign manager who got her start on Carter’s campaigns. “He’s as good as they come and tough as they come.”</p> <p>Jill Stuckey, a longtime Plains resident who visits the former first couple regularly, cautioned to “never underestimate Jimmy and Rosalynn Carter.”</p> <p>His latest resilience has allowed Carter a rare privilege even for presidents: He’s been able to enjoy months of accolades typically reserved for when a former White House resident dies. The latest round includes a flood of messages from world leaders and pop culture figures donning “Jimmy Carter 99” hats, with many of them focusing on Carter’s four decades of global humanitarian work after leaving the Oval Office.</p> <p>Katie Couric, the first woman to anchor a U.S. television network’s evening news broadcast, praised Carter in a social media video for his “relentless effort every day to make the world a better place.”</p> <p>She pointed to Carter’s work to eradicate Guinea worm disease and river blindness, while advocating for peace and democracy in scores of countries. She noted he has written 32 books and worked for decades with Habitat for Humanity building houses for low-income people.</p> <p>“Oh, yeah, and you were governor of Georgia. And did I mention president of the United States?” she joked. “When are you going to stop slacking off?”</p> <p>Bill Clinton, the 42nd president and first Democratic president after Carter’s landslide defeat, showed no signs of the chilly relationship the two fellow Southerners once had.</p> <p>“Jimmy! Happy birthday,” Clinton said in his video message. “You only get to be 99 once. It’s been a long, good ride, and we thank you for your service and your friendship and the enduring embodiment of the American dream.”</p> <p>Musician Peter Gabriel led concertgoers at Madison Square Garden in a rendition of “Happy Birthday,” as did the Indigo Girls at a recent concert.</p> <p>In Atlanta, the Carter Library & Museum and adjacent Carter Center held a weekend of events, including the citizenship ceremony. The museum offered 99-cent admission Saturday. The commemoration there was able to continue Sunday only because Congress came to an agreement to avoid a partial government shutdown at the start of the federal fiscal year, which coincides with Carter’s birthday.</p> <p>Jason Carter said his grandfather has found it “gratifying” to see reassessments of his presidency. Carter’s term often has been broad-brushed as a failure because of inflation, global fuel shortages and the holding of American hostages in Iran, a confluence that led to Republican Ronald Reagan’s 1980 romp.</p> <p>Yet Carter’s focus on diplomacy, his emphasis on the environment before the climate crisis was widely acknowledged and his focus on efficient government — his presidency added a relative pittance to the national debt — have garnered second looks from historians.</p> <p>Indeed, Carter’s longevity offers a frame to illuminate both how much the world has changed over his lifetime while still recognizing that certain political and societal challenges endure.</p> <p>The Carter Center’s disease-eradication work occurs mostly in developing countries. But Jimmy and Roslaynn Carter were first exposed to river blindness growing up surrounded by the crushing poverty of the rural Deep South during the Great Depression.</p> <p>The Center’s global democracy advocacy has reached countries that were still part of various European empires when Carter was born in 1924 or were under heavy American influence in the decades after World War II. Yet in recent years, Carter has declared his own country to be more of an “oligarchy” than a well-functioning democracy. And the Center has since become involved in monitoring and tracking U.S. elections.</p> <p>Carter has lived long enough finally to have a genuine friend in the Oval Office again. President Joe Biden was a young Delaware politician in 1976 and became the first U.S. senator to endorse Carter’s campaign against better-known Washington figures. Now, as Biden seeks reelection in 2024, he faces the headwinds of inflation that Republicans openly compare to Carter’s economy. Biden had a wooden birthday cake display placed on the White House front law to honor Carter.</p> <p>The year Carter was born, Congress passed sweeping immigration restrictions, sharply curtailing Ellis Island as a portal to the nation. Now, the naturalization ceremony to mark Carter’s 99th birthday comes as Washington continues a decades-long fight over immigration policy. Republicans, especially, have moved well to the right of Reagan, who in 1986 signed a sweeping amnesty policy for millions of immigrants who were in the country illegally or had no sure legal path to citizenship.</p> <p>Carter also was born into Jim Crow segregation, at a time when the Ku Klux Klan marched openly on state capitols and in Washington. As governor and president, Carter set new marks for appointing Black Americans to top government posts. At 99, Carter’s Sunday online church circuit includes watching Georgia’s first Black U.S. senator, the Rev. Raphael Warnock, preach at Ebenezer Baptist Church in Atlanta. Yet, at the same time, some white state lawmakers in Carter’s native region are defying the U.S. Supreme Court in an effort to curtail Black voters’ strength at the ballot box.</p> <p>Jason Carter said understanding his grandfather’s impact means resisting the urge to assess whether he solved every problem he confronted or won every election. Instead, he said, the takeaway is to recognize a sweeping impact rooted in respecting other people on an individual level and trying to help them.</p> <p>“You don’t get more out of a life than he got, right?” the younger Carter said. “It is a incredible, full rich life with a long marriage, a wonderful partnership with my grandmother, and the ability to see the world and interact with the world in ways that almost nobody else has ever been able to do.”</p>]]>
- </content:encoded>
- </item>
- <item>
- <title>‘America’s better for Dianne Feinstein having served her country’</title>
- <link>https://www.politico.com/news/2023/10/01/dianne-feinstein-lindsey-graham-00119342</link>
- <description>Sen. Lindsey Graham praised his former colleague.</description>
- <guid>https://www.politico.com/news/2023/10/01/dianne-feinstein-lindsey-graham-00119342</guid>
- <pubDate>Sun, 01 Oct 2023 10:57:41 EST</pubDate>
- <dc:creator>David Cohen</dc:creator>
- <dc:contributor>David Cohen</dc:contributor>
- <media:content type="image/jpeg" url="https://static.politico.com/16/0f/0710a1d7425c953ac34b061f4f1c/obit-feinstein-76938.jpg">
- <media:credit scheme="urn:ebu">Benjamin Fanjoy/AP Photo</media:credit>
- <media:title type="html">Flowers rest at a bust of late Sen. Dianne Feinstein at City Hall in San Francisco on Friday, Sept. 29, 2023.</media:title>
- <media:thumbnail url="https://static.politico.com/16/0f/0710a1d7425c953ac34b061f4f1c/obit-feinstein-76938.jpg"/>
- </media:content>
- <maz:template>core</maz:template>
- <maz:modified>1696175861468</maz:modified>
- <content:encoded>
- <![CDATA[<img src="https://static.politico.com/16/0f/0710a1d7425c953ac34b061f4f1c/obit-feinstein-76938.jpg"> <br> <p>Senators on both sides of the aisle on Sunday effusively praised Sen. Dianne Feinstein, who died last week at the age of 90.</p> <p>“Let's reflect on a well-lived light: America’s better for Dianne Feinstein having served her country,” Sen. Lindsey Graham (R-S.C.) said of the California Democrat in an emotional interview on CBS’ “Face the Nation.”</p> <p>Feinstein, a former mayor of San Francisco first elected to the Senate in 1992, <a href="https://www.politico.com/news/2023/09/29/dianne-feinstein-senator-mayor-00006007" target="_blank" link-data="{"cms.site.owner":{"_ref":"0000014b-3270-d4f3-a3cb-f3ffa8610000","_type":"0000014b-324d-d4f3-a3cb-f3ff4161000e"},"cms.content.publishDate":1696174676583,"cms.content.publishUser":{"_ref":"0000014f-1289-d432-adcf-33c9e3110022","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"cms.content.updateDate":1696174676583,"cms.content.updateUser":{"_ref":"0000014f-1289-d432-adcf-33c9e3110022","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"originalTemplate":false,"link":{"originalTemplate":false,"attributes":[],"target":"NEW","url":"https://www.politico.com/news/2023/09/29/dianne-feinstein-senator-mayor-00006007","_id":"0000018a-ebe3-de9d-afbf-ebff84e20000","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"linkText":"died Thursday night","_id":"0000018a-ebe3-de9d-afbf-ebff84e10000","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">died Thursday night</a> in her home.</p> <p>Saying “Dianne wasn’t the problem, she was the solution,” Graham asserted that Feinstein was proof that “it’s OK to be tough and kind.”</p> <p>Graham also said that when he first arrived in the U.S. Senate in 2003, a senator whom he declined to identify told him if he wanted to get legislation moving, it was imperative to get the support of either former Sen. Edward M. Kennedy (D-Mass.) or Feinstein.<br></p> <br><iframe style="max-width: 100%" width="1280" height="720" src="https://players.brightcove.net/1155968404/r1WF6V0Pl_default/index.html?videoId=6338086535112" frameborder="0"></iframe> <br> <p>“If Ted was the lion, she was the lioness,” he said. ”She could move votes.”</p> <p>Graham made it clear it was a personal loss for him.</p> <p>“She was my friend, I miss her, and If you’re looking for a role model in politics as a young man or young woman, look to her life,” he said.</p> <p>Sen. Joe Manchin (D-W.Va.) also praised Feinstein, calling her "such a beautiful person."</p> <p>He went on to describe her as a “compassionate” role model who respected her colleagues for their stances even if they were not as liberal as hers.</p> <p>“There’s not a person that served more honorably than Dianne Feinstein,” he said on “Fox News Sunday.”</p>]]>
- </content:encoded>
- </item>
- <item>
- <title>Haley digs again at Ramaswamy over TikTok</title>
- <link>https://www.politico.com/news/2023/10/01/haley-digs-ramaswamy-tiktok-00119327</link>
- <description>"Just because 150 million people are on it, doesn't mean you do it because it's politically popular," she said.</description>
- <guid>https://www.politico.com/news/2023/10/01/haley-digs-ramaswamy-tiktok-00119327</guid>
- <pubDate>Sun, 01 Oct 2023 09:51:52 EST</pubDate>
- <dc:creator>David Cohen</dc:creator>
- <dc:contributor>David Cohen</dc:contributor>
- <media:content type="image/jpeg" url="https://static.politico.com/0a/c9/81a16806446e82a86330ec637caf/election-2024-haley-abortion-78656.jpg">
- <media:credit scheme="urn:ebu">Meg Kinnard/AP Photo</media:credit>
- <media:title type="html">Republican presidential candidate former U.N. Ambassador Nikki Haley speaks at a campaign event on Sept. 7, 2023, in Boiling Springs, S.C.</media:title>
- <media:thumbnail url="https://static.politico.com/0a/c9/81a16806446e82a86330ec637caf/election-2024-haley-abortion-78656.jpg"/>
- </media:content>
- <maz:template>core</maz:template>
- <maz:modified>1696171912174</maz:modified>
- <content:encoded>
- <![CDATA[<img src="https://static.politico.com/0a/c9/81a16806446e82a86330ec637caf/election-2024-haley-abortion-78656.jpg"> <br> <p>Republican presidential candidate Nikki Haley on Sunday doubled down on her much-quoted jab at fellow candidate Vivek Ramaswamy in last week's debate.</p> <p>Haley again assailed Ramaswamy for saying Republicans should be on TikTok because it was a way to reach out to young people. "Just because 150 million people are on it, doesn't mean you do it because it's politically popular," she said on "Fox News Sunday."</p> <p>The former U.N. ambassador contended it was a matter of national security.</p> <p>"This is the Chinese Communist Party, who is doing espionage," she said of TikTok.</p> <p>Haley had mocked the entrepreneur over his remarks on TikTok in Wednesday's debate, saying, "Every time I hear you, I feel a little bit dumber."<br></p> <br><iframe style="max-width: 100%" width="1280" height="720" src="https://players.brightcove.net/1155968404/r1WF6V0Pl_default/index.html?videoId=6337960192112" frameborder="0"></iframe> <br> <p>Host Shannon Bream noted that Haley previously had nice things to say about Ramaswamy, writing a blurb for "Woke, Inc.," one of his books. "In Woke, Inc., Vivek speaks the truth without fear," she wrote at the time.</p> <p>Haley said Sunday there was no contradiction there.</p> <p>"I always praise people when they deserve to be praised," she said, "and I hit people when they deserve to be hit."</p> <p>Ramaswamy said during the debate that Republicans were being unrealistic in refusing to make use of TikTok.</p> <p>“I have a radical idea for the Republican Party,” he said. “We need to win elections. And part of how we win elections is reaching the next generation of young Americans where they are.”</p>]]>
- </content:encoded>
- </item>
- <item>
- <title>Huge but glum: Poland's opposition puts a million people on the streets</title>
- <link>https://www.politico.eu/article/poland-tusk-million-hearts-civic-coalition-warsaw/</link>
- <description>The opposition hopes the massive turnout will change its fortunes going into the Oct. 15 election, but its supporters are tense.</description>
- <guid>https://www.politico.eu/article/poland-tusk-million-hearts-civic-coalition-warsaw/</guid>
- <dc:creator>Jan Cienski</dc:creator>
- <dc:contributor>Jan Cienski</dc:contributor>
- <media:content type="image/jpeg" url="https://static.politico.com/b0/9f/572465a44e288e602f341f9c354f/poland-election-opposition-71369.jpg">
- <media:credit scheme="urn:ebu">AP Photo/Rafal Oleksiewicz</media:credit>
- <media:title type="html">People cheers during a march to support the opposition against the governing party in Warsaw, Poland, on Oct. 1, 2023.</media:title>
- <media:thumbnail url="https://static.politico.com/b0/9f/572465a44e288e602f341f9c354f/poland-election-opposition-71369.jpg"/>
- </media:content>
- <maz:template>web</maz:template>
- <maz:modified>1696180469076</maz:modified>
- </item>
- <item>
- <title>Explosion, gunfire rock Ankara in terrorist attack, Turkish minister says</title>
- <link>https://www.politico.eu/article/explosion-gunfire-rock-ankara-turkey-terrorist-attack-internal-affairs-minister-ali-yerlikaya/</link>
- <description>Attackers targeted security services' headquarters, Turkey's Internal Affairs Minister Ali Yerlikaya said.</description>
- <guid>https://www.politico.eu/article/explosion-gunfire-rock-ankara-turkey-terrorist-attack-internal-affairs-minister-ali-yerlikaya/</guid>
- <dc:creator>Gabriel Gavin</dc:creator>
- <dc:description>Gabriel Gavin is a journalist with POLITICO in Europe, covering energy, Russia, Turkey and the former Soviet Union.</dc:description>
- <dc:contributor>Gabriel Gavin</dc:contributor>
- <media:content type="image/jpeg" url="https://static.politico.com/b4/30/bc73e36141129ca7d0f486e803b0/turkey-explosion-42917.jpg">
- <media:credit scheme="urn:ebu">AP Photo/Ali Unal</media:credit>
- <media:title type="html">Turkish security forces cordon off an area after an explosion in Ankara, Sunday, Oct. 1, 2023.</media:title>
- <media:thumbnail url="https://static.politico.com/b4/30/bc73e36141129ca7d0f486e803b0/turkey-explosion-42917.jpg"/>
- </media:content>
- <maz:template>web</maz:template>
- <maz:modified>1696157902563</maz:modified>
- </item>
- <item>
- <title>Britain seeks to train military inside Ukraine, defense chief says</title>
- <link>https://www.politico.eu/article/britain-seeks-to-train-military-inside-ukraine-uk-defense-chief-says/</link>
- <description>"I think the opportunity now is to bring more things ‘in country,’" Defense Secretary Grant Shapps tells the Sunday Telegraph.</description>
- <guid>https://www.politico.eu/article/britain-seeks-to-train-military-inside-ukraine-uk-defense-chief-says/</guid>
- <dc:creator>Annabelle Dickson</dc:creator>
- <dc:contributor>Annabelle Dickson</dc:contributor>
- <media:content type="image/jpeg" url="https://static.politico.com/42/fd/c1b109f34b1489271aae85e122b8/britain-politics-34439.jpg">
- <media:credit scheme="urn:ebu">AP Photo/Kirsty Wigglesworth</media:credit>
- <media:title type="html">British Defense Minister Grant Shapps arrives at Downing Street in London on Sept. 5, 2023.</media:title>
- <media:thumbnail url="https://static.politico.com/42/fd/c1b109f34b1489271aae85e122b8/britain-politics-34439.jpg"/>
- </media:content>
- <maz:template>web</maz:template>
- <maz:modified>1696157551180</maz:modified>
- </item>
- <item>
- <title>Police chief who led raid of small Kansas newspaper has been suspended</title>
- <link>https://www.politico.com/news/2023/10/01/police-chief-who-led-raid-of-small-kansas-newspaper-suspended-00119309</link>
- <description>Marion Mayor Dave Mayfield said he suspended Chief Gideon Cody on Thursday.</description>
- <guid>https://www.politico.com/news/2023/10/01/police-chief-who-led-raid-of-small-kansas-newspaper-suspended-00119309</guid>
- <pubDate>Sun, 01 Oct 2023 05:43:53 EST</pubDate>
- <dc:creator>Associated Press</dc:creator>
- <dc:contributor>Associated Press</dc:contributor>
- <media:content type="image/jpeg" url="https://static.politico.com/a6/f2/175ade414ec6954339266ef7b6a8/kansas-newspaper-raid-13502.jpg">
- <media:credit scheme="urn:ebu">John Hanna/AP Photo</media:credit>
- <media:title type="html">A stack of the latest weekly edition of the Marion County Record sits in the back of the newspaper's building, awaiting unbundling, sorting and distribution, Aug. 16, 2023, in Marion, Kan.</media:title>
- <media:thumbnail url="https://static.politico.com/a6/f2/175ade414ec6954339266ef7b6a8/kansas-newspaper-raid-13502.jpg"/>
- </media:content>
- <maz:template>core</maz:template>
- <maz:modified>1696157033209</maz:modified>
- <content:encoded>
- <![CDATA[<img src="https://static.politico.com/a6/f2/175ade414ec6954339266ef7b6a8/kansas-newspaper-raid-13502.jpg"> <br> <p>The police chief who led a highly criticized raid of a small Kansas newspaper has been suspended, the mayor confirmed to The Associated Press on Saturday.</p> <p>Marion Mayor Dave Mayfield in a text said he suspended Chief Gideon Cody on Thursday. He declined to discuss his decision further and did not say whether Cody was still being paid.</p> <p>Voice messages and emails from the AP seeking comment from Cody’s lawyers were not immediately returned Saturday.</p> <p>The Aug. 11 searches of the Marion County Record’s office and the homes of its publisher and a City Council member have been sharply criticized, putting Marion at the center of a debate over the press protections offered by the First Amendment to the U.S. Constitution.</p> <p>Cody’s suspension is a reversal for the mayor, who previously said he would wait for results from a state police investigation before taking action.</p> <p>Vice-Mayor Ruth Herbel, whose home was also raided Aug. 11, praised Cody’s suspension as “the best thing that can happen to Marion right now” as the central Kansas town of about 1,900 people struggles to move forward under the national spotlight.</p> <p>“We can’t duck our heads until it goes away, because it’s not going to go away until we do something about it,” Herbel said.</p> <p>Cody has said little publicly since the raids other than posting a defense of them on the police department’s Facebook page. In court documents he filed to get the search warrants, he argued that he had probable cause to believe the newspaper and Herbel, whose home was also raided, had violated state laws against identity theft or computer crimes.</p> <p>The raids came after a local restaurant owner accused the newspaper of illegally accessing information about her. A spokesman for the agency that maintains those records has said the newspaper’s online search that a reporter did was likely legal even though the reporter needed personal information about the restaurant owner that a tipster provided to look up her driving record.</p> <p>The newspaper’s publisher Eric Meyer has said the identity theft allegations simply provided a convenient excuse for the search after his reporters had been digging for background information on Cody, who was appointed this summer.</p> <p>Legal experts believe the raid on the newspaper violated a federal privacy law or a state law shielding journalists from having to identify sources or turn over unpublished material to law enforcement.</p> <p>Video of the raid on the home of publisher Eric Meyer shows how distraught his 98-year-old mother became as officers searched through their belongings. Meyer said he believes that stress contributed to the death of his mother, Joan Meyer, a day later.</p> <p>Another reporter last month filed a federal lawsuit against the police chief over the raid.<br></p>]]>
- </content:encoded>
- </item>
- <item>
- <title>What Shutdown? Downtown D.C. Is Already a Ghost Town</title>
- <link>https://www.politico.com/news/magazine/2023/09/29/government-shutdown-work-from-home-00118940</link>
- <description>As far as D.C.'s economy is concerned, next week won't make much difference.</description>
- <guid>https://www.politico.com/news/magazine/2023/09/29/government-shutdown-work-from-home-00118940</guid>
- <pubDate>Fri, 29 Sep 2023 04:00:00 EST</pubDate>
- <dc:creator>Michael Schaffer</dc:creator>
- <dc:description><i>Michael Schaffer is a senior editor and columnist at </i>POLITICO Magazine<i>. He has covered national and local politics for over twenty years and spent seven years as editor-in-chief of the </i>Washingtonian<i>. His Capital City column chronicles the inside conversations and big trends shaping Washington politics.</i></dc:description>
- <dc:contributor>Michael Schaffer</dc:contributor>
- <media:content type="image/jpeg" url="https://static.politico.com/12/56/5e58df184d57a922c2e13fc3a817/mag-schaffer-capcity0929.jpg">
- <media:credit scheme="urn:ebu">POLITICO illustration/Photos by iStock, Getty Images</media:credit>
- <media:title type="html">Mag.Schaffer.CapCity0929.jpg</media:title>
- <media:thumbnail url="https://static.politico.com/12/56/5e58df184d57a922c2e13fc3a817/mag-schaffer-capcity0929.jpg"/>
- </media:content>
- <maz:template>magazine</maz:template>
- <maz:modified>1695999566310</maz:modified>
- <content:encoded>
- <![CDATA[<img src="https://static.politico.com/12/56/5e58df184d57a922c2e13fc3a817/mag-schaffer-capcity0929.jpg"> <br> <p>In 2019, after the last federal government shutdown, the District of Columbia’s chief financial officer estimated that the five-week impasse cost the city some <a href="https://cfo.dc.gov/sites/default/files/dc/sites/ocfo/publication/attachments/February%202019%20Revenue%20Estimates.pdf" target="_blank" link-data="{"linkText":"$47.4 million in lost tax revenues","link":{"target":"NEW","attributes":[],"url":"https://cfo.dc.gov/sites/default/files/dc/sites/ocfo/publication/attachments/February%202019%20Revenue%20Estimates.pdf","_id":"0000018a-ef10-de6a-a5ef-ffb14a790009","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a79000a","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">$47.4 million in lost tax revenues</a>.</p> <p>So with another shutdown looming, you’d think a prominent expert who spends her days thinking about the state of the District economy would be freaking out about the prospect. But you’d be wrong.</p> <p>“For all practical purposes for D.C., the federal government has been shut down since March 9, 2020,” said Yesim Sayin, executive director of the D.C. Policy Center, a leading District-focused think tank. “So it really doesn’t matter as much.”</p> <p>Sayin’s blunt assessment represents an astonishing new status quo for the nation’s capital, a city where roughly one in four jobs — a total of <a href="https://ora-cfo.dc.gov/page/economic-and-revenue-trend-reports-august-2023" target="_blank" link-data="{"linkText":"191,967, according to the latest estimate","link":{"target":"NEW","attributes":[],"url":"https://ora-cfo.dc.gov/page/economic-and-revenue-trend-reports-august-2023","_id":"0000018a-ef10-de6a-a5ef-ffb14a79000b","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a79000c","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">191,967, according to the latest estimate</a> — is in the federal government.</p> <p>During prior shutdowns, people elsewhere made jokes about how no one could tell that the government was off duty. But locals, even the ones safely ensconced in the private sector, couldn’t help but notice. Rush-hour seats were suddenly available on the Metro. Lines at lunch spots had shrunk. Streets and sidewalks were easier to navigate.</p> <p>Since idled federal workers always wound up getting paid back for their involuntary time off, it was these adjacent private businesses where the budget stand-off had some of its biggest effects: When there are nearly 200,000 fewer people making their way to offices every day, that means there are nearly 200,000 fewer potential customers at your boutique, diners in your restaurant or cars at your parking garage.</p> <p>Now, though, the potential shutdown of 2023 takes place against a backdrop where a lot of those workers are already spending their days at home. As a result, they’re <i>already</i> not parking, dining or shopping downtown.</p> <br> <p>“They’ve sort of been absent currently,” said Gerry Widdicombe, the chief financial officer of the Downtown Business Improvement District, which covers an area where roughly a third of the jobs are federal. “Nobody really knows where they are in the office.”</p> <p>“I think you’ll still see, maybe, people who are federal government workers who live in D.C. may reduce their spending a little bit, but eventually, when the shutdown ends, they always get back pay,” Sayin told me. “So from a practical perspective, the federal government shutdown’s impact on D.C. is now limited to, like, the zoo is closed or the Smithsonian is closed. It’s really not particularly important.”</p> <p>There are, of course, plenty of government contracting businesses who are also liable to not get paid. But the tough labor market could make those firms hesitant to cut people. “None of these contractors want to shed staff because it was hard to get staff,” said Terry Clower, who leads a George Mason University center that studies the regional economy.</p> <p>To be clear, Sayin, whose organization is funded by some of the region’s top businesses, is not saying the muted impact on D.C.’s economy is a good thing. To the contrary. While Washington boosters have long tried to portray their city as more than just a sleepy government town, the shrugging attitude toward the effects of a possible shutdown doesn’t reflect the sudden rise of a dynamic private sector.</p> <p>Rather, if Washington is really becoming just another American city where locals only notice a government shutdown because it closes a National Park Service attraction, it’s a danger sign for the capital — and a further indication that all the <a href="https://www.politico.com/news/magazine/2023/01/20/bowser-biden-federal-workers-washington-dc-00078677" target="_blank" link-data="{"linkText":"talk about getting the feds back to their cubicles","link":{"target":"NEW","attributes":[],"url":"https://www.politico.com/news/magazine/2023/01/20/bowser-biden-federal-workers-washington-dc-00078677","_id":"0000018a-ef10-de6a-a5ef-ffb14a79000d","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a79000e","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">talk about getting the feds back to their cubicles</a> hasn’t translated into reality.</p> <p>In April, as the administration planned to end the pandemic emergency, the federal Office of Management and Budget ordered agencies to boost in-person work, something President Biden had called for in his State of the Union address. Last month, White House Chief of Staff Jeff Zients followed up with an email to the cabinet saying that “this is a priority of the President — and I am looking to each of you to aggressively execute this shift.”</p> <p>But a <a href="https://federalnewsnetwork.com/workforce/2023/09/heres-what-we-know-so-far-about-agencies-return-to-office-plans/" target="_blank" link-data="{"linkText":"recent report from the Federal News Network","link":{"target":"NEW","attributes":[],"url":"https://federalnewsnetwork.com/workforce/2023/09/heres-what-we-know-so-far-about-agencies-return-to-office-plans/","_id":"0000018a-ef10-de6a-a5ef-ffb14a790010","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a790011","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">recent report from the Federal News Network</a> shows that, however aggressively executed, this shift will not bring about a return to the glory days of office-building bustle. A running tally of return-to-work plans lists eligible employees’ number of mandatory in-person days per two-week pay period by agency, which range from four (at the Department of Education, the Social Security Administration and the EPA, among others) to between six and eight (at the State Department).</p> <p>Confoundingly, there’s no single source of information on telework across the vast federal workforce, and the definition of the phenomenon even varies by agency. The Office of Personnel Management (where, incidentally, eligible employees will have to spend four days per pay period in the office starting next month, according to the tally) steered me to <a href="https://www.opm.gov/telework/documents-for-telework/2021-telework-report.pdf" target="_blank" link-data="{"linkText":"the most recent annual report on the subject","link":{"target":"NEW","attributes":[],"url":"https://www.opm.gov/telework/documents-for-telework/2021-telework-report.pdf","_id":"0000018a-ef10-de6a-a5ef-ffb14a7a0000","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a7a0001","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">the most recent annual report on the subject</a>, which came out last December and covers the year 2021.</p> <p>That year, some 47 percent of the federal workforce did at least some remote work, which represents nearly all of the employees who were eligible to do so. (Vast numbers of feds work at veterans’ hospitals, serve as federal prison guards, staff TSA checkpoints or otherwise have gigs that can’t be done via Zoom.) A <a href="https://federalnewsnetwork.com/workforce/2023/05/dissatisfied-with-opms-data-republicans-ask-individual-agencies-for-telework-details/" target="_blank" link-data="{"linkText":"Federal News Network survey","link":{"target":"NEW","attributes":[],"url":"https://federalnewsnetwork.com/workforce/2023/05/dissatisfied-with-opms-data-republicans-ask-individual-agencies-for-telework-details/","_id":"0000018a-ef10-de6a-a5ef-ffb14a7a0002","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a7a0003","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">Federal News Network survey</a> this spring found that 30 percent were working entirely remote and 62 percent in a hybrid setup, which for most meant being home four days a week.</p> <p>But you really don’t need a sheaf of HR data to know that Washington is not the same place as it was before the pandemic.</p> <p>Downtown streets are quieter and clear out earlier; transit has boosted hours but hasn’t lured back the crowds that used to make rush-hour an ordeal. The city’s nightlife corridors and creative dining scene have bounced back, but workaday lunch spots have still taken a beating, Widdicombe says — even though, in one fringe benefit, some of the federal agency cafeterias have still not reopened, which propels some would-be lunch-buyers outside to the private-sector eateries run by his organization’s members.</p> <p>“I’d rather have 10 percent of something than 50 percent of nothing,” he joked.</p> <p>For the city, which worries about rising crime, shrinking budgets and the abrupt end to an astonishing 25-year municipal comeback, this is bad news. For federal employees — and the country they serve — it’s less clear-cut. There’s little evidence that the vast expansion of work from home has meant a worse performance by the agencies, much less led to an epidemic of lazy bureaucrats goofing off in their pajamas, as suggested by some of the GOP pols who want to mandate in-person work.</p> <p>“They had this huge experiment: Does it work? Can the agency still accomplish its mission? The answer so far is a resounding yes,” says Jacqueline Simon, policy director for the American Federation of Government Employees, the largest federal union. “We all have a stake in prosperous cities and downtowns that have a lot of economic activity. On the other hand, you can’t place that burden on federal employees to patronize lunch restaurants. It’s not the responsibility of federal employees to keep these businesses in business.”</p> <p>At a time when large parts of the private sector have become much more flexible, and at a moment where all kinds of employers are having trouble recruiting and retaining top-shelf talent, simply ordering everyone with a federal badge on their lanyard to go back downtown would invite its own sort of personnel disaster.</p> <p>Still, when shutdowns come, the politics are a reminder that work — especially work on behalf of the taxpayers — isn’t just an economic exchange of labor for money.</p> <p>Part of what a national capital is involves a community of people working on the nation, whatever the source of their paycheck. Some of those folks, in law or lobbying or media or on the Hill, are involved in the political fray that Americans find so demoralizing. But others, notably those 200,000 feds spending careers developing sometimes comically specific expertise on behalf of obscure multi-letter agencies, live in the most earnest and apolitical culture around.</p> <p>By and large, it’s a culture that benefits from having so many of the pros in the same place at the same time.</p> <p>Smart-set types mock the federal lifers’ lanyards and bureaucratese, but the further our public servants are out of view, the easier it is to dismiss the entire venture — particularly in a country like this one, where so much of government takes the form of subsidies and grants and other ways of obscuring Uncle Sam’s role in programs that people actually like.</p> <p>“There’s this huge push to get federal employees back to their desks by the same individuals who are like, ‘Let’s shut it down,’” scoffed Simon, noting that much of the agita about federal telework came from the Republican right. It’s true. But when federal employees stop getting paychecks next week, there will be that much less evidence for the havoc the imbroglio is causing.</p> <p>Even if you leave aside the grim data about commercial real estate and local tax revenues and accept the assertion that hybrid government workers do just as good a job as the ones who used to spent every Monday to Friday in the Federal Triangle, it’s still clear that Washington has lost something due to the abrupt changes in work.</p> <p>Yes, you could say the same for other cities where downtowns are full of bankers or insurance brokers or advertising agents. But in the capital, the work of government is why the city was invented in the first place. A status quo where the apoliticals stay home — or, over time, relocate to entirely different time zones — further tips the balance towards the pugilists, whose jobs show no sign of moving.<br></p> <br>]]>
- </content:encoded>
- </item>
- <item>
- <title>No Matter How Straitlaced She Seemed, Dianne Feinstein "Didn't Care Who You Sleep With"</title>
- <link>https://www.politico.com/news/magazine/2023/09/29/dianne-feinstein-legacy-00116902</link>
- <description>Despite the late California senator’s 1950s wife image, she became a pioneering advocate for the gay community.</description>
- <guid>https://www.politico.com/news/magazine/2023/09/29/dianne-feinstein-legacy-00116902</guid>
- <pubDate>Fri, 29 Sep 2023 08:53:48 EST</pubDate>
- <dc:creator>Jerry Roberts</dc:creator>
- <dc:description><i>Jerry Roberts, former managing editor of the </i>San Francisco Chronicle<i>, is the author of “Dianne Feinstein: Never Let Them See You Cry.”</i></dc:description>
- <dc:contributor>Jerry Roberts</dc:contributor>
- <media:content type="image/jpeg" url="https://static.politico.com/b8/37/9380cd8d478489cb68c04124efcf/feinsteinoverrride.jpg">
- <media:credit scheme="urn:ebu">Roger Ressmeyer/Corbis/VCG via Getty Images</media:credit>
- <media:title type="html">San Francisco Mayor Dianne Feinstein makes rounds through the Tenderloin neighborhood in 1981.</media:title>
- <media:thumbnail url="https://static.politico.com/b8/37/9380cd8d478489cb68c04124efcf/feinsteinoverrride.jpg"/>
- </media:content>
- <maz:template>magazine</maz:template>
- <maz:modified>1696008669711</maz:modified>
- <content:encoded>
- <![CDATA[<img src="https://static.politico.com/b8/37/9380cd8d478489cb68c04124efcf/feinsteinoverrride.jpg"> <br> <p>James Haas was a San Francisco land use attorney, and a gay man who was not yet out in 1970, when he became an informal advisor to Dianne Feinstein.</p> <p>During Feinstein’s first term in office as a member of the Board of Supervisors, the city’s legislative body, Haas organized a group of professionals, dubbed “The Think Tank,” to develop policy on matters from traffic flows to taxes.<br></p> <br> <p>He also authored the city’s most abiding epigram about Feinstein’s relationship to the gay community:</p> <p>“Dianne Feinstein doesn’t care who you sleep with,” he famously quipped, “as long as you’re in bed by 11 o’clock.”</p> <p>The one-liner helps decode Feinstein’s complex, half-century of interactions with gay people — gay voters, gay colleagues and the gay community writ large.<br></p> <br><iframe style="max-width: 100%" width="1280" height="720" src="https://players.brightcove.net/1155968404/r1WF6V0Pl_default/index.html?videoId=6338086535112" frameborder="0"></iframe> <br> <p>Politically, Feinstein was among the nation’s first, tiny handful of officeholders to advocate for gay rights and anti-discrimination laws, a throughline of her career. As a personal matter, however, her square and straightlaced sensibilities — shaped by her Catholic school girl education, 1950s-era wife and motherhood, wealth and privilege — recurrently clashed with gay culture and aspirations in the public arena.</p> <p>It was a political dynamic that shaped her career more broadly, as she often staked out liberal positions that incorporated incremental, centrist or conservative limits, on issues from criminal justice to labor relations and water policy, frequently angering the left or antagonizing her own supporters.<br></p> <br> <img src="https://static.politico.com/d4/7b/041f7cab4548b3223e057e6cff0a/gettyimages-514682118.jpg"> <br> <p>Still, as Feinstein, who died Thursday night at age 90, is celebrated as a trailblazer for women, a historic steward of her hometown during an era of upheaval and a consequential U.S. senator, her leadership in helping usher LGBTQ citizens into America’s mainstream should not be overlooked. From her early days in San Francisco to congressional debates over gay marriage and participation in the military, she played a key role in centering LGBTQ rights as a national issue and a crucial value for Democrats.</p> <p>“From her time serving on the San Francisco Board of Supervisors with Harvey Milk to her battle to protect transgender service members, Dianne Feinstein has been a champion for LGBTQ equality and social justice,” Equality California, the nation’s largest statewide gay civil rights organization, said in endorsing her final campaign in 2018. “Senator Feinstein stood with our community back when few others did.”<br></p> <br> <h3 style="text-align: left">An Early Adapter</h3> <p>Feinstein reached out to gay voters — and fought for them in office — decades before other straight politicians, in former President Barack Obama’s famous formulation, “evolved.”</p> <p>At considerable political peril.</p> <p>In 1969, when New York’s Stonewall Riots sparked the “gay liberation” movement, the Archbishop of San Francisco wielded great local influence, and establishment politicians followed the traditional values playbook of conservative Democratic Mayor Joseph L. Alioto.</p> <p>The same could be said for Alioto’s heavily Irish and Italian Catholic police force.<br></p> <br> <p>The city had had an active gay underground since the Gold Rush, but local cops and state Alcohol Control Board agents alike aggressively enforced archaic public morality statutes well into the ‘70s.</p> <p>“Police bore down heavily on gays who, afraid of bar raids, took to finding sex in public parks,” gay historian Randy Shilts wrote of the time in “The Mayor of Castro Street,” his biography of Harvey Milk, the legendary gay San Francisco politician.</p> <p>“By 1971, police were arresting an average of about 2,800 gay men a year on public sex charges,” Shilts reported. “The number of men harassed in the crackdown was many times this official arrest statistic, since it was common knowledge that a $30 payoff to the police usually let the transgressor escape with only a stern warning.</p> <p>“Many of the arrests were thrown out of court (amid evidence) about police tactics of entrapment,” Shilts added. “But sentences meted out for gay offenses were sometimes higher than those given out for rape, armed robbery and even manslaughter.”</p> <p>In this atmosphere, Feinstein publicly sided with gay people as early as the mid-1960s, when she defended the right of women prisoners and parolees to have lesbian relationships, as an appointed member of a state criminal justice board.</p> <p>In 1969, in her first run for office, Feinstein won a stunning upset, and publicly credited gay voters for her victory margin.</p> <p>Over the next decade, still a new member of the Board of Supervisors, she risked backlash by authoring the nation’s first local anti-gay discrimination ordinance, and by supporting a measure legalizing all private sex acts in California. She performed a civil union ceremony at her home for two lesbian friends — a kindness for which Republican foes attacked her for decades — while her closest gay ally, activist Jim Foster, addressed the 1972 Democratic National Convention, becoming the first gay person ever to speak at a major party presidential gathering. In 1978, she cast the determinative vote for Harvey Milk’s landmark gay rights law.</p> <p>Then, on the awful morning of Monday, Nov. 27, 1978, she hurried to reach his bullet-ridden body. The smell of gun powder was still in the air, moments after Dan White, their former Board of Supervisors colleague, shot and killed Milk, after gunning down Mayor George Moscone.</p> <p>In an instant, Feinstein became San Francisco’s mayor, in the grimmest way imaginable.</p> <p>Then in the wake of Milk’s assassination, she helped to restore calm and order to a shaken city and was a compassionate and soothing presence to its large gay population, as it suffered the violent loss of the most visible symbol of their emergence from the shadows.<br></p> <br> <h3 style="text-align: left">An Infuriating Ally</h3> <p>In a case study of the paradoxical dynamics of the independent, pragmatic and moderate-in-the-mainstream brand of politics Feinstein always embodied, however, she also episodically confounded, disappointed and angered gay leaders and voters.</p> <p>Although she was an early champion of gay rights, Feinstein also conducted a one-woman crusade against pornography and X-rated theatres, many of them serving gay men.</p> <p>In the early 1970s, she incensed gay businesses and First Amendment advocates, while alienating the liberated and liberal young men flocking to the city that would become Milk’s base, when she tried to ban pornographic material presenting “acts of masturbation, homosexuality, sexual intercourse or physical contact with a person’s clothed or unclothed genitals.”</p> <p>It was one reason Feinstein and Milk did not get along.</p> <p>He thought her an incorrigible prude, calling her “The Wicked Witch of the West” behind her back. Milk saw Jim Foster, Feinstein’s gay ally, as an enemy, his work-within-the-system partnerships with straight Democrats too timid for his in-your-face approach.</p> <p>She detested Milk’s grandstanding, performative style, seeing it as too indecorous and unsuited to proper political deliberations; once, at a hearing on Milk’s proposed ban on anti-gay housing discrimination, Feinstein protested that landlords would be forced to accept tenants who were into S&M.</p> <p>Though they sniped at each other throughout their brief 10 months together in office, she provided crucial support for passing Milk’s landmark bill by one vote on the polarized board.<br></p> <br> <img src="https://static.politico.com/4b/d1/61c29bc94090a5ee0f526ed7234b/gettyimages-1447876511.jpg"> <br> <p>After Milk’s murder, friends disclosed that, eerily fearing assassination, he had recorded a tape naming three possible successors — and ruling out Jim Foster. Feinstein followed his wishes, appointing a left-wing activist named Harry Britt.</p> <p>As she prepared for a November 1979 election for her own, full term as mayor, however, Feinstein’s political relations with gay voters broke down.</p> <p>Amid a wave of national media attention, she angered LGBTQ people with an insensitive comment in a <i>Ladies Home Journal</i> interview: “The right of an individual to live as he or she chooses can become offensive,” she said. “The gay community is going to have to face this. It’s time for us to live here respecting each other’s lifestyles but that doesn’t mean imposing them on others.”</p> <p>In May that year, she stumbled in her first big crisis as mayor: Thousands of gay people and others rioted, after a conservative jury found Dan White guilty of two counts, not of murder, but voluntary manslaughter — the equivalent of vehicular homicide.</p> <p>Conservatives bashed Feinstein for being too lenient with protesters, while Britt led cries of outrage from the left, blaming her after cops invaded a gay bar at closing time during the “White Night Riot” and beat patrons and others milling on Castro Street, the heart of Milk’s district.</p> <p>Anger over the cops, her magazine quote and increasing reports of street attacks on the LGBTQ community cost her politically. She was forced into a runoff against her conservative archenemy on the Board of Supervisors, after a gay realtor named David Scott captured 10 percent of the November vote in his run as a protest candidate.</p> <p>It starkly demonstrated that gay people now held the balance of electoral power in San Francisco.</p> <p>In the runoff, Feinstein apologized for her magazine comments. “I don’t come to you as a perfect person that knows all of the answers and that doesn’t make mistakes,” she said at a crucial debate sponsored by a local gay Democratic club. “But I do come to you as someone who has got a heart and a concern and a very deep interest and desire to represent this community.” She won Scott’s endorsement — and a four-year term of her own.</p> <p>One more big political clash with the gay community remained.</p> <p>In 1982, the Board of Supervisors passed a measure authored by Britt authorizing city health and other benefits for “domestic partners” of unmarried public employees, which primarily affected gay people. Under heavy pressure to veto the bill from religious leaders, Feinstein agonized; finally, against the unanimous advice of City Hall counselors, she killed it.</p> <p>Once again, the Castro District bloomed with “Dump Dianne” posters. Worse, backlash to the veto fueled a once-lagging recall campaign; launched by a fringe group called the White Panthers that was mad about her push for gun control, the moribund effort suddenly qualified for the ballot.</p> <p>However, she quickly framed the recall as a referendum on the rogue White Panthers, winning big and ensuring her easy reelection a few months later.</p> <p>Feinstein would later express regret for the controversial veto, but many gay political organizations did not forget, and highlight it still in assessments of her record.</p> <p>Britt, who finished a close second in the 1987 special congressional election that sent Nancy Pelosi to Washington, later recalled meeting with Feinstein about the legislation.</p> <p>“She told me she was very sympathetic, but she didn’t want to blaze any trails,” Britt, told me several years before his death in 2020. “She said, ‘Harry, I understand it’s a personal thing but I’m mayor of all the people.’ It really was a morality thing with her.’”<br></p> <br> <h3 style="text-align: left">The Ultimate Concern</h3> <p>In the 1980s, passions on other issues faded when AIDS began to ravage the Castro District. And Feinstein’s leadership on the crisis remains her greatest legacy in the city of her birth.</p> <p>San Francisco’s first patient with Kaposi’s sarcoma, a rare disease then called “gay cancer,” and later linked to AIDS, was diagnosed at General Hospital on July 1, 1981. The city became the country’s early center of the HIV/AIDS epidemic and soon it affected 50 percent of more than 50,000 gay men then estimated living in the city, the nation’s highest per capita rate of AIDS.</p> <p>At the time, years before new drugs would change the prognosis, it was a near-universal death sentence. At the end of Feinstein’s mayoral tenure, the <i>Los Angeles Times</i> reported, “more San Franciscans (were) dead of AIDS than from all the wars in this century, combined and doubled.”</p> <p>However, in partnership with its world-class research hospitals, community organizations and the CDC, the city built a public and private network of AIDS-related services, hailed as “The San Francisco Model” of care, widely viewed as the best in the world.</p> <p>Three years before President Ronald Reagan uttered the word “AIDS,” Feinstein also organized the first national AIDS task force, through the U.S. Conference of Mayors.</p> <p>Characteristically, her management of a crisis with huge impact on the gay community was not controversy-free.</p> <p>In 1982-1983, backed by local government health authorities, Feinstein moved aggressively to close dozens of gay bathhouses, identified as sites enabling widespread spread of infection. Some gay organizations and business leaders fiercely objected, fearing a new era of repression, and viewing the bathhouses as effective places to distribute information and education about AIDS.</p> <p>Later, however, even some gay leaders who strongly and consistently opposed Feinstein during her decades in local politics, credited her on AIDS.</p> <p>“She was extraordinarily sensitive to the AIDS issue throughout the epidemic,” recalled Carole Migden, a close ally of Milk, who later served as a city supervisor and in the state legislature.</p> <p>“She does not understand what gay people are all about,” Migden added, “but she has understood the issues of disease and death. And all other issues pale in comparison to this.”</p> <p>Feinstein concluded her tenure as mayor in 1988, and in 1990, ran a strong but unsuccessful race for governor against then-U.S. Sen. Pete Wilson (a campaign in which his Republican campaign strategists leaned on reporters to write about the “lesbian wedding in her backyard” nearly 20 years before). Two years later, however, she trounced Gov. Wilson’s appointed successor to his old seat, beginning the 30-plus years in Washington that marked the second half of her historic career.</p> <p>Beyond better-known achievements in the Senate — forcing release of the CIA torture report, a 25-year effort to pass the California Desert Protection Act and a decade-long federal ban on assault weapons — she took, and maintained, a high-profile stance as one of the most visible supporters of gay-rights issues and causes in Congress.</p> <p>From early in her tenure, she advocated for the right of gay people to marry, helping to lead the fight against the Defense of Marriage Act, which prohibited the federal government from recognizing same-sex unions; in 1996, she was one of just 14 senators to vote against the bill, which Democratic President Bill Clinton signed into law. In 2008, she inveighed against California’s Proposition 8, which sought a state constitutional amendment to ban gay marriage, and she later led a congressional group in filing an amicus brief in the landmark <i>Obergefell v. Hodges</i> case before the U.S. Supreme Court, which ultimately legalized same-sex marriage nationwide.</p> <p>She took similar action on behalf of the civil rights of gay people on a host of other bitterly contested matters: opposing the “Don’t Ask, Don’t Tell” policy restricting gay people from serving openly in the military; supporting the Matthew Shepard Act to expand federal hate crime laws; seeking to prohibit discrimination against adoptive and foster parents because of sexual orientation; and expanding the government’s data collection parameters to include broader definitions of gender identity.</p> <p>In 2023, she assailed the Supreme Court for “enshrining discrimination against LGBTQ individuals” in <i>Creative LLC v. Elenis,</i> which ruled that a web designer who was unwilling to work for same-sex couples could ignore a Colorado state law outlawing such discrimination.</p> <p>“This decision,” she said, “will harm real people who again can be treated as second-class citizens.”<br></p> <br>]]>
- </content:encoded>
- </item>
- <item>
- <title>Feinstein's Demise is a Warning for Biden and Trump</title>
- <link>https://www.politico.com/news/magazine/2023/09/29/dianne-feinstein-morality-politics-00119128</link>
- <description>Why are we so surprised when elderly politicians kick the bucket?</description>
- <guid>https://www.politico.com/news/magazine/2023/09/29/dianne-feinstein-morality-politics-00119128</guid>
- <pubDate>Fri, 29 Sep 2023 12:13:02 EST</pubDate>
- <dc:creator>Alexander Burns</dc:creator>
- <dc:description>Alexander Burns is head of news at POLITICO. He has covered elections and political power across the U.S. for over a decade and co-wrote a best-selling book about Donald Trump and Joe Biden. His reported column Tomorrow explores the future of politics and policy debates that cross international borders.</dc:description>
- <dc:contributor>Alexander Burns</dc:contributor>
- <media:content type="application/octet-stream" url="https://static.politico.com/0b/11/caacf0d549cbb400cb05fe0ecde6/https-delivery-gettyimages.com/downloads/1253789863">
- <media:credit scheme="urn:ebu">Drew Angerer/Getty Images</media:credit>
- <media:title type="html">Sen. Dianne Feinstein’s death should be more than startling. It should be a warning to the people in both parties who believe they can bend their own mortality to an electoral calendar or a personal timeline for legacy-building.</media:title>
- <media:thumbnail url="https://static.politico.com/0b/11/caacf0d549cbb400cb05fe0ecde6/https-delivery-gettyimages.com/downloads/1253789863"/>
- </media:content>
- <maz:template>magazine</maz:template>
- <maz:modified>1696018554472</maz:modified>
- <content:encoded>
- <![CDATA[<img src="https://static.politico.com/0b/11/caacf0d549cbb400cb05fe0ecde6/https-delivery-gettyimages.com/downloads/1253789863"> <br> <p>There is a phenomenon in politics whereby if someone is old and infirm but remains alive for a while in a diminished state, they can almost persuade people that they are immune to death.</p> <p>So it was with John McCain, who died at 81 from a vicious brain cancer that left no hope of recovery, but whose actual death still sent a deep shudder through the political world. So, too, was it with Ruth Bader Ginsburg, whose death at 87 after multiple battles with cancer shattered her admirers and pitched the Supreme Court rightward.</p> <p>And so it was this week with Dianne Feinstein, the 90-year-old California senator who suffered from shingles, injuries from a tumble at home and apparent memory loss, but whose death still managed to startle much of Washington. There is nothing truly surprising about life coming to an end for someone in her frail condition, except maybe that it did not happen sooner.</p> <p>Feinstein’s death should be more than startling. It should be a warning to the people in both parties who believe they can bend their own mortality to an electoral calendar or a personal timeline for legacy-building.<br></p> <br><iframe style="max-width: 100%" width="1280" height="720" src="https://players.brightcove.net/1155968404/r1WF6V0Pl_default/index.html?videoId=6338082367112" frameborder="0"></iframe> <br> <p>This delusion has never been more common or more potentially disruptive in the United States than it is today.</p> <p>With the great probability that Joe Biden and Donald Trump will be nominated for president next year, it is not a leap to say that it is likelier now than at any other point in recent memory that the next American president will expire before his term does.</p> <p>Biden’s age is a constant topic of conversation, but it is typically addressed in terms of electoral implications: Are voters really prepared to accept a president who would be 86 upon leaving office? Embedded in the question is a daring presumption about Biden’s lifespan.<br></p> <br> <p>The same could be said of Trump, the 77-year-old former president whose personal health is largely a question mark, and of Senate Minority Leader Mitch McConnell, the 81-year-old Republican who suffered a fall earlier this year and has frozen up twice on camera since July. McConnell has declined to answer detailed questions about his condition, explaining away his obvious struggles as a function of lightheadedness.</p> <p>All these men seem to resent being reminded of their own mortality. The White House staff responds with snark and brittleness to coverage of the president’s age. McConnell is not an expressive man, but his irritation at being questioned about his health is readily apparent.</p> <p>Trump has blustered his way through the age issue so far, but he has never given an honest accounting of his physical state. His struggle with a dire coronavirus infection at the end of the 2020 campaign — and his attempt to obscure the gravity of that illness — should be a cautionary tale for anyone who believes they can make a confident assessment of his physical robustness.</p> <p>These are not cheap-shot political jibes. American politics is littered with examples of death intruding abruptly on our political leadership, changing the course of history in the process. Presidential assassinations to be sure, but also plane crashes and car wrecks and illnesses and other shootings.</p> <p>Feinstein’s life was a prime example of this: She became mayor of San Francisco not by the ballot but by the bullet, after the murder of George Moscone in 1978. There is a painful irony now that someone else will ascend to high office not by choice of California voters but because Feinstein, too, has left a sudden vacancy for someone to fill.<br></p> <br><iframe style="max-width: 100%" width="1280" height="720" src="https://players.brightcove.net/1155968404/r1WF6V0Pl_default/index.html?videoId=6338086535112" frameborder="0"></iframe> <br> <p>Electoral politics is a contingent business and mortality is the ultimate contingency. The only mystery is how few senior statesmen and stateswomen seem to grasp this.</p> <p>One person who must understand it is Biden, whose long life has been convulsed over and over by searing tragedy. If anyone in American politics knows that death keeps its own calendar, it is him. The president cannot be oblivious to the actuarial risks involved in seeking a second term — risks to himself, his party and the country.</p> <p>But this is also part of why so many politicians cling to their positions well past the point that it is medically advisable. If leaving office means accepting the inevitability of death, then you can start to see the appeal of running again. And again. And again.<br></p> <br>]]>
- </content:encoded>
- </item>
- <item>
- <title>Why is New Jersey So Corrupt? A Corruption Researcher Offers Some Answers</title>
- <link>https://www.politico.com/news/magazine/2023/09/28/new-jersey-political-corruption-00118484</link>
- <description>An expert explains how Sen. Bob Menendez fits into a long tradition for his state.</description>
- <guid>https://www.politico.com/news/magazine/2023/09/28/new-jersey-political-corruption-00118484</guid>
- <pubDate>Thu, 28 Sep 2023 04:00:00 EST</pubDate>
- <dc:creator>Ian Ward</dc:creator>
- <dc:description>Ian Ward is a reporter at POLITICO.</dc:description>
- <dc:contributor>Ian Ward</dc:contributor>
- <media:content type="application/octet-stream" url="https://static.politico.com/ae/59/bccde3c543289862bf793ce2844a/https-delivery-gettyimages.com/downloads/1704448161">
- <media:credit scheme="urn:ebu">Spencer Platt/Getty Images</media:credit>
- <media:title type="html">Sen. Bob Menendez (D-N.J.) and his wife, Nadine Menendez (behind) depart a Manhattan court after they were arraigned on federal bribery charges on Sept. 27, 2023 in New York City.</media:title>
- <media:thumbnail url="https://static.politico.com/ae/59/bccde3c543289862bf793ce2844a/https-delivery-gettyimages.com/downloads/1704448161"/>
- </media:content>
- <maz:template>magazine</maz:template>
- <maz:modified>1695916153245</maz:modified>
- <content:encoded>
- <![CDATA[<img src="https://static.politico.com/ae/59/bccde3c543289862bf793ce2844a/https-delivery-gettyimages.com/downloads/1704448161"> <br> <p>The dramatic indictment of Sen. Bob Menendez on federal indictment charges raised a slew of questions about the New Jersey senator’s political future in Washington, as <a href="https://www.politico.com/news/2023/09/25/defiant-menendez-doubles-down-against-resignation-calls-00117955" target="_blank" link-data="{"linkText":"calls for Menendez’s resignation","link":{"target":"NEW","attributes":[],"url":"https://www.politico.com/news/2023/09/25/defiant-menendez-doubles-down-against-resignation-calls-00117955","_id":"0000018a-ef10-de6a-a5ef-ffb14a860003","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a860004","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">calls for Menendez’s resignation</a> proliferate among his Democratic colleagues in the Senate.</p> <p>But for New Jersey, the indictment raised a different question: Why can’t the Garden State shake its reputation as one of the corruption capitals of the U.S.?</p> <p>Of course, that reputation is partly the product of Hollywood hype, with films like <i>On the Waterfront </i>and TV shows like <i>The Sopranos</i> depicting the state as a hotbed of political duplicity and deceit. And the state’s cause isn’t helped by the fact that the latest corruption scandal <a href="https://www.washingtonpost.com/archive/politics/1980/03/02/new-jersey-trying-to-overcome-a-history-of-corruption/8e1a6b72-c4af-444d-b7bc-6518f162457e/" target="_blank" link-data="{"cms.site.owner":{"_ref":"0000014b-3270-d4f3-a3cb-f3ffa8610000","_type":"0000014b-324d-d4f3-a3cb-f3ff4161000e"},"cms.content.publishDate":1695849783917,"cms.content.publishUser":{"_ref":"00000189-31d8-d8b7-a9bb-f7ff620d0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"cms.content.updateDate":1695849783917,"cms.content.updateUser":{"_ref":"00000189-31d8-d8b7-a9bb-f7ff620d0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"originalTemplate":false,"link":{"originalTemplate":false,"attributes":[],"target":"NEW","url":"https://www.washingtonpost.com/archive/politics/1980/03/02/new-jersey-trying-to-overcome-a-history-of-corruption/8e1a6b72-c4af-444d-b7bc-6518f162457e/","_id":"0000018a-d886-de9d-afbf-dbde0dc30001","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"linkText":"garners splashy headlines","_id":"0000018a-d886-de9d-afbf-dbde0dc30000","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">garners splashy headlines</a> in <a href="https://www.nytimes.com/1991/12/11/nyregion/atlantic-city-s-ex-mayor-pleads-guilty-to-a-campaign-violation.html" target="_blank" link-data="{"cms.site.owner":{"_ref":"0000014b-3270-d4f3-a3cb-f3ffa8610000","_type":"0000014b-324d-d4f3-a3cb-f3ff4161000e"},"cms.content.publishDate":1695849807681,"cms.content.publishUser":{"_ref":"00000189-31d8-d8b7-a9bb-f7ff620d0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"cms.content.updateDate":1695849807681,"cms.content.updateUser":{"_ref":"00000189-31d8-d8b7-a9bb-f7ff620d0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"originalTemplate":false,"link":{"originalTemplate":false,"attributes":[],"target":"NEW","url":"https://www.nytimes.com/1991/12/11/nyregion/atlantic-city-s-ex-mayor-pleads-guilty-to-a-campaign-violation.html","_id":"0000018a-d886-de9d-afbf-dbde76a70001","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"linkText":"major media outlets","_id":"0000018a-d886-de9d-afbf-dbde76a70000","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">major media outlets</a> at least <a href="https://www.nytimes.com/2009/07/27/nyregion/27jersey.html" target="_blank" link-data="{"cms.site.owner":{"_ref":"0000014b-3270-d4f3-a3cb-f3ffa8610000","_type":"0000014b-324d-d4f3-a3cb-f3ff4161000e"},"cms.content.publishDate":1695849824810,"cms.content.publishUser":{"_ref":"00000189-31d8-d8b7-a9bb-f7ff620d0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"cms.content.updateDate":1695849824810,"cms.content.updateUser":{"_ref":"00000189-31d8-d8b7-a9bb-f7ff620d0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"originalTemplate":false,"link":{"originalTemplate":false,"attributes":[],"target":"NEW","url":"https://www.nytimes.com/2009/07/27/nyregion/27jersey.html","_id":"0000018a-d886-dd68-a3cf-dbd6b71a0001","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"linkText":"once every decade","_id":"0000018a-d886-dd68-a3cf-dbd6b71a0000","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">once every decade</a>. But according to <a href="https://cas.illinoisstate.edu/faculty_staff/profile.php?ulid=odincer" target="_blank" link-data="{"linkText":"Oguzhan Dincer","link":{"target":"NEW","attributes":[],"url":"https://cas.illinoisstate.edu/faculty_staff/profile.php?ulid=odincer","_id":"0000018a-ef10-de6a-a5ef-ffb14a870001","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a870002","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">Oguzhan Dincer</a>, an economist at Illinois State University and the director of the university’s Institute for Corruption Studies, New Jersey’s reputation is also grounded in hard data.</p> <p>“If you look at states like New Jersey or Illinois or Alabama, you see that their levels of corruption are very high in comparison to other states,” said Dincer, who has written extensively about the causes and consequences of political corruption in the U.S. “There’s this sticky nature of corruption in those states.”</p> <p>But the data, in turn, raises another pressing question: Why do states like New Jersey and Illinois become breeding grounds for corruption, while other states manage to maintain a cleaner style of politics? The answer, said Dincer, likely lies in a confluence of factors ranging from demographics to culture to rates of voter participation. But regardless of the root cause, it’s not easy for a state with a lengthy history of political malfeasance to clean up its act.</p> <p>“It’s a long-term process,” said Dincer. “Places don’t become corrupt overnight, but once they become corrupt, it is a lot more difficult to clean them up.”</p> <p><i>The following has been edited for clarity and concision. </i><br></p> <br> <img src="https://static.politico.com/a5/d5/662cae28465aafbcb2498790c40d/wardqa-portrait.jpg"> <br> <p><b>Ian Ward:</b> First off, what’s going on with New Jersey?</p> <p><b>Oguzhan Dincer: </b>Well, we have data from the Justice Department from 1976 to the present showing the number of convictions related to corruption. The Justice Department’s definition of corruption is very broad — for instance, if a public employee gets caught snorting cocaine, they also call it corruption — but it still gives us a pretty good picture. They look at the number of convictions, divided by the population to normalize across the states, and you get a decent index to measure corruption in the U.S. And if you look at states like New Jersey or Illinois or Alabama, you see that their levels of corruption are very high in comparison to other states like Minnesota or Vermont. So there’s this sticky nature of corruption in those states.</p> <p><b>Ward:</b> How do you explain those differences? What about those states makes them especially prone to corruption?</p> <p><b>Dincer: </b>There are deep determinants and then there are proximate determinants. When it comes to deep determinants, there’s a political scientist named Daniel Elazar who <a href="https://books.google.com/books/about/American_Federalism.html?id=PpqGAAAAMAAJ" target="_blank" link-data="{"cms.site.owner":{"_ref":"0000014b-3270-d4f3-a3cb-f3ffa8610000","_type":"0000014b-324d-d4f3-a3cb-f3ff4161000e"},"cms.content.publishDate":1695850160357,"cms.content.publishUser":{"_ref":"00000189-31d8-d8b7-a9bb-f7ff620d0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"cms.content.updateDate":1695850160357,"cms.content.updateUser":{"_ref":"00000189-31d8-d8b7-a9bb-f7ff620d0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"originalTemplate":false,"link":{"originalTemplate":false,"attributes":[],"target":"NEW","url":"https://books.google.com/books/about/American_Federalism.html?id=PpqGAAAAMAAJ","_id":"0000018a-d88b-de9d-afbf-dbdfd8bd0001","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"linkText":"wrote a book","_id":"0000018a-d88b-de9d-afbf-dbdfd8bd0000","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">wrote a book</a> in the 1960s that divided the U.S. into different political cultures based on who settled those states in the late 1800s and early 1900s. He created three categories — individualistic, moralistic and traditionalist political cultures — and he defined New Jersey as an individualistic culture. In individualistic political cultures, politics is basically business: People enter politics to advance their own interests. It’s a market arena. So in individualistic states, corruption to a certain degree is expected and accepted. Incidentally, Illinois, New Jersey and New York are all individualistic states, whereas a state like Minnesota is a moralistic state, meaning it has a political culture where people expect government to make the society better.</p> <p><b>Ward:</b> What are some of the some of the more proximate determinants?</p> <p><b>Dincer:</b> The most important one — and this one is related to these political cultures — is voter participation. People generally expect to get rid of corruption by policing only, but you can never get rid of corruption by policing only. Trying a corruption case is extremely difficult and extremely expensive. The easier way is actually to get them out of the office. But if you don't vote, how do you get them out of the office?</p> <p><b>Ward:</b> So the lower the levels of voter participation, the higher levels of corruption?</p> <p><b>Dincer:</b> Yes — when voter participation goes up, corruption goes down. If you look at the last gubernatorial race in New Jersey in 2021, voter participation was about 40 percent, and in the last midterm elections it wasn’t much better. When Rod Blagojevich ran for his second term in Illinois, everybody was complaining about how corrupt he was, and voter participation was only about 40 percent. When more than half of the people don't even bother voting, politicians know it, right? They think, “<i>Hey</i>, <i>I’m invincible.</i>”</p> <p><b>Ward:</b> Is there a connection between voter turnout and the political cultures that you mentioned?</p> <p><b>Dincer:</b> Yes — like I said, in moralistic cultures, people are more into the governing process. In individualistic cultures, people see politics as dirty, so they want to just stay away from it.</p> <p>There are two other proximate causes that are worth mentioning. One is the involvement of governments in the economy. When government involvement increased, opportunities for <a href="https://corporatefinanceinstitute.com/resources/economics/rent-seeking/" target="_blank" link-data="{"linkText":"rent seeking","link":{"target":"NEW","attributes":[],"url":"https://corporatefinanceinstitute.com/resources/economics/rent-seeking/","_id":"0000018a-ef10-de6a-a5ef-ffb14a870003","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a870004","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">rent seeking</a> increases — and New Jersey is one of the states where government is heavily involved in the economy. Don’t get me wrong: I’m not saying, “<i>Kill the government</i>.” There is a Nobel Prize-winning economist named Gary Becker, who said that if you want to kill corruption, kill government — but I don’t agree with him. You cannot kill the government, but you can at least manage it. Of course, when you say that, people immediately think of cutting spending on social programs or education, but education and social programs are not a big chunk of government spending. What counts is the infrastructure spending — building roads, building bridges, all those other big spending big items.</p> <p>The other proximate cause that people generally miss is ethnic or racial diversity and segregation. What we observe is that in segregated localities, there is ethnocentric behavior, and ethnocentric behavior leads to corruption. If you look at the two major cities in New Jersey — Newark and Jersey City — they’re two of the most highly segregated cities in the United States. When you have high levels of segregation like that, you don’t just have ethnocentric behavior — you also have one group dominating the others in political arena, so the others have no voice in the political process.</p> <p><b>Ward:</b> Looking at the historical data, are there states that have been able to overcome consistently high levels of corruption?</p> <p><b>Dincer:</b> No, not really — because corruption is sticky. You have to have a permanent effort to clean it up. When a politician promises, “I’m going to clean up the state” — he can’t, unless he stays in power for three terms. In your first, four-year term, you have no chance. It’s a long-term process. Places don’t become corrupt overnight, but once they become corrupt, it is a lot more difficult to clean them up.</p> <p><b>Ward: </b>Could a high-profile case like the Menendez indictment spur demands for reform?</p> <p><b>Dincer:</b> Generally, it helps in the short term, when people say, “<i>Oh, we don’t want a corrupt blah blah blah”</i> and then they forget about it. And one reason is this: In United States — unlike in places like Turkey or Nigeria — people don’t see that their daily lives are impacted by the corruption in their states. And when they don’t see it, they don’t make it a priority. In fact, though, it’s actually negatively affecting their lives indirectly. Economic growth is lower, poverty is higher — the impact of corruption is everywhere. It’s like dying from 40,000 paper cuts: It doesn’t hurt, it doesn’t hurt, it doesn’t hurt, but in the long term, it’s killing you.</p> <p><b>Ward: </b>What role do prosecutions like the one against Sen. Menendez play in tamping down on corruption?</p> <p><b>Dincer:</b> Like I said, convicting someone is extremely difficult. You can try with policing to deter people from becoming corrupt, but again, it’s difficult because it’s expensive. Local attorneys are not going to go after these corrupt guys, so who has the resources to do it? The federal government, the Justice Department’s Public Integrity Section, the state attorneys appointed by the federal government. But state attorneys are also politically ambitious people. One of the most famous state attorneys that we see today is Chris Christie — he was a state attorney, then he became the governor.</p> <p>And how do you become a governor? When you’re a state attorney, you increase your visibility by maximizing your convictions. But to do that, they go after the low hanging fruit, or they go after sensational cases — but you don’t fight corruption that way.</p> <p>The other thing that we observe is because state attorneys are federally appointed, they engage in partisan behavior. So if there is a Democrat in the White House, they go after the Republicans, and if there's a Republican in the White House, they go after the Democrats. It becomes politicized.</p> <p><b>Ward: </b>In Menendez’s case, though, it's a Democratic administration going after a Democratic senator.</p> <p><b>Dincer:</b> Well, if something is that obvious, that’s gonna happen. It’s not like they’re always going to stay quiet and try to try to bury things. Sometimes you just can’t help it.</p> <p><b>Ward: </b>Does the Menendez case fit into a standard pattern of corruption?</p> <p><b>Dincer: </b>Of course. Influence peddling is the most common form of corruption among politicians. To me, the Menendez case is not that interesting, because he’s in Washington, D.C. The reason that he actually got caught is because you guys in D.C. are watching him. Everybody’s watching him.<br></p> <br>]]>
- </content:encoded>
- </item>
- <item>
- <title>Why Nikki Haley’s Attacks Work Better Than Her Rivals’</title>
- <link>https://www.politico.com/news/magazine/2023/09/28/gop-debate-opposition-research-00118680</link>
- <description>I was an opposition researcher. Here's what her rivals should do if they want to start winning.</description>
- <guid>https://www.politico.com/news/magazine/2023/09/28/gop-debate-opposition-research-00118680</guid>
- <pubDate>Thu, 28 Sep 2023 04:00:00 EST</pubDate>
- <dc:creator>Joseph Rodota</dc:creator>
- <dc:description><i>Joseph Rodota is the host of Oppo File, a podcast about the history and practice of opposition research. He is on X at @oppofile and @josephrodota.</i></dc:description>
- <dc:contributor>Joseph Rodota</dc:contributor>
- <media:content type="image/jpeg" url="https://static.politico.com/22/03/f88285a0446188973130e6d5fd83/20230927-gop-debate-philip-cheung-0020.jpg">
- <media:credit scheme="urn:ebu">Philip Cheung for POLITICO</media:credit>
- <media:title type="html">Wednesday night, only former South Carolina Gov. Nikki Haley (left) brought the oppo research receipts.</media:title>
- <media:thumbnail url="https://static.politico.com/22/03/f88285a0446188973130e6d5fd83/20230927-gop-debate-philip-cheung-0020.jpg"/>
- </media:content>
- <maz:template>magazine</maz:template>
- <maz:modified>1695910739261</maz:modified>
- <content:encoded>
- <![CDATA[<img src="https://static.politico.com/22/03/f88285a0446188973130e6d5fd83/20230927-gop-debate-philip-cheung-0020.jpg"> <br> <p>The candidates in the second GOP presidential debate served up plenty of one-liners, but with only a few exceptions, they mostly seemed to be dished out of the same buffet cooked up by media consultants and debate coaches. Sizzle but no steak.</p> <p>The attacks that landed with the most force had something in common: They were based on opposition research.</p> <p>Opposition researchers — “oppo” to political insiders — provide the kind of information that can make attacks stick to their targets. They pore through a rival candidate’s record and produce a list of perceived vulnerabilities and the facts to back them up. Oppo researchers ply their trade at every level of democracy, from the local school board to the White House. They are often bookish and introverted, but they are also competitive and relentless. An oppo researcher can’t sleep peacefully until she’s unearthed a damaging quote or “smoking gun” video that can give her candidate an edge.</p> <p>Wednesday night, only former South Carolina Gov. Nikki Haley brought the oppo research receipts.</p> <p>When Florida Gov. Ron DeSantis called for national energy independence, Haley raised his record of opposition to fracking and offshore oil development. When Sen. Tim Scott (R-S.C.) rolled out his federal budget platform, she pointed to his 12-year voting record in Washington.</p> <p>The attack clearly stung. In the closing minutes of the debate, Scott wanted revenge. He charged Haley with wasting tax dollars on new curtains in her United Nations office. Haley saw it coming. “Bring it, Tim,” she smiled and then delivered a counterpunch: The curtains were ordered under the Obama administration.<br></p> <br><iframe style="max-width: 100%" width="1280" height="720" src="https://players.brightcove.net/1155968404/r1WF6V0Pl_default/index.html?videoId=6337959382112" frameborder="0"></iframe> <br> <p>Scott did try to expose Vivek Ramaswamy as a hypocrite, bringing up his record of doing business in China as a pharmaceutical CEO. But Scott’s charge was awkward and hard to follow, and the exchange devolved into cross-talk, prompting DeSantis to suggest the topic wasn’t worth debating. (Haley disagreed, and in a post-debate interview with Fox host Sean Hannity she filled in some of Scott’s gaps, asserting that Ramswamy’s Chinese partners also did business with Hunter Biden.)</p> <p>Former Vice President Mike Pence half-heartedly challenged DeSantis’ fiscal conservatism, pointing out Florida’s budget has grown 30 percent. DeSantis didn’t bother responding.</p> <p>In the first GOP debate, the candidates didn’t leverage oppo at all, relying on one-liners instead. Former New Jersey Gov. Chris Christie dismissed Ramaswamy as “a guy who sounds like ChatGPT,” suggesting the glib businessman and author lacked originality and merely scraped and packaged his platform from the Internet. Christie’s zinger got a laugh, but it didn’t change the momentum of the debate. Ramaswamy simply absorbed the punch with a smile and moved on.</p> <p>Without the heft added by facts, without the nuggets an oppo research unit generates, any impacts from these kinds of attacks are usually short-lived.<br></p> <br><iframe style="max-width: 100%" width="1280" height="720" src="https://players.brightcove.net/1155968404/r1WF6V0Pl_default/index.html?videoId=6337960192112" frameborder="0"></iframe> <br> <p>For a stark contrast with the GOP oppo research deficit, look no further than the first Democratic presidential primary debate from the 2020 cycle. Then-Sen. Kamala Harris (D-Calif.) chided former Vice President Joe Biden for his vocal opposition to school busing in the 1970s and for waxing nostalgic about his ability at the time to work with some of the Senate’s most ardent segregationists. In the most memorable exchange of the evening — and perhaps of the entire primary debate season — Harris added: “There was a little girl in California who was a part of the second class to integrate her public schools and she was bused to school every day. And that little girl was me.”</p> <p>Biden was unprepared and clearly taken aback. His response was unfocused and ineffective. Harris got a bump in the polls and in online fundraising. She also got noticed by Biden’s aides, who prevailed upon the former vice president to select Harris as his running mate.</p> <p>There has been no similar moment in either of the first two GOP primary debates.</p> <p>One reason Republicans’ attacks on one another aren’t drawing blood is because they aren’t backed by verbatim quotes and clear, memorable illustrations — the bread and butter of oppo research. This may be in part because the candidates have turned responsibility for this work over to various SuperPACs. The justification seems to be that oppo research is a “back office” function best subsidized by SuperPACs with fewer fundraising constraints and bigger budgets. Leaders of Never Back Down, the SuperPAC supporting the candidacy of DeSantis, have been <a href="https://www.politico.com/news/2023/09/03/desantis-super-pac-ramaswamy-00113836" target="_blank" link-data="{"linkText":"quite public about carving out oppo research","link":{"target":"NEW","attributes":[],"url":"https://www.politico.com/news/2023/09/03/desantis-super-pac-ramaswamy-00113836","_id":"0000018a-ef10-de6a-a5ef-ffb14a8c0000","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a8c0001","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">quite public about carving out oppo research</a> as their territory.</p> <p>But shipping these jobs from a campaign to a SuperPAC comes with risk.<br></p> <br> <p>In my experience, an opposition research team works best when it is tightly integrated into campaign strategy. That’s because an oppo researcher needs to know where the campaign is headed next — which big speeches are on the calendar, when the next digital ad is going to drop. When I ran oppo research for major federal and state candidates, I was joined at the hip to the campaign’s advertising and earned media leadership. That gave me time to assign projects to researchers that might take days or weeks to complete, so the oppo was fully baked when needed.</p> <p>Moreover, when SuperPACs take over oppo, another problem arises: How to share their findings with the candidate campaign, without running afoul of federal campaign laws, which make coordination illegal? This has led to the practice of posting opposition research books in full on the Internet — the term of art is an “oppo dump” — so that it can be miraculously “discovered” by the campaign.</p> <p>In the days leading up to the first Republican primary debate, a political consulting firm working for the DeSantis-affiliated SuperPAC Never Back Down posted online its <a href="https://www.nytimes.com/2023/08/17/us/politics/vivek-ramaswamy-desantis-documents.html" target="_blank" link-data="{"linkText":"oppo research report on Ramaswamy","link":{"target":"NEW","attributes":[],"url":"https://www.nytimes.com/2023/08/17/us/politics/vivek-ramaswamy-desantis-documents.html","_id":"0000018a-ef10-de6a-a5ef-ffb14a8c0002","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a8c0003","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">oppo research report on Ramaswamy</a>. The report, according to some observers, included a “dog whistle” reference to Ramaswamy’s Hindu faith, and was quickly taken down. DeSantis had to distance himself from both the oppo research and the debate strategy memo that accompanied it.</p> <p>Besides the unnecessary distraction, this “oppo dump” gave Ramaswamy a roadmap to the barbs heading his way, allowing him time to prepare. Keeping oppo research in-house allows a campaign to benefit from the element of surprise.</p> <p>As the candidates decamp from the Reagan Library in Simi Valley and start preparing for their next debate in Miami on November 8, they would do well to remember the legendary Reagan speechwriter Kenneth Khachigian. His advice, preserved in the 40th president’s archives, became the oppo researcher’s mantra: “Campaigns are won in the library.”</p>]]>
- </content:encoded>
- </item>
- <item>
- <title>Opinion | Since When Is Populism the Enemy of Conservatism?</title>
- <link>https://www.politico.com/news/magazine/2023/09/28/gop-populism-conservatism-lowry-00118568</link>
- <description>On many specific issues, there’s overlap between the two supposedly irreconcilable sides of the Republican Party.</description>
- <guid>https://www.politico.com/news/magazine/2023/09/28/gop-populism-conservatism-lowry-00118568</guid>
- <pubDate>Thu, 28 Sep 2023 11:00:00 EST</pubDate>
- <dc:creator>Rich Lowry</dc:creator>
- <dc:description><i>Rich Lowry is a contributing writer for </i>POLITICO Magazine<i> and the editor-in-chief of the </i>National Review<i>, a conservative news and opinion publication.</i></dc:description>
- <dc:contributor>Rich Lowry</dc:contributor>
- <media:content type="image/jpeg" url="https://static.politico.com/7d/45/5a0e05bf408a85ef02f0f7250d05/election-2024-republicans-iowa-64536.jpg">
- <media:credit scheme="urn:ebu">Bryon Houlgrave/AP Photo</media:credit>
- <media:title type="html">Mike Pence is right to warn against Donald Trump winning the Republican nomination.</media:title>
- <media:thumbnail url="https://static.politico.com/7d/45/5a0e05bf408a85ef02f0f7250d05/election-2024-republicans-iowa-64536.jpg"/>
- </media:content>
- <maz:template>magazine</maz:template>
- <maz:modified>1695923956968</maz:modified>
- <content:encoded>
- <![CDATA[<img src="https://static.politico.com/7d/45/5a0e05bf408a85ef02f0f7250d05/election-2024-republicans-iowa-64536.jpg"> <br> <p>Must the Republican Party be either conservative or populist with no in between? </p> <p>That was a core contention of former vice president Mike Pence’s speech on populism a couple of weeks ago, and former Sen. John Danforth (R-Mo.) says the same thing in <a href="https://www.wsj.com/articles/the-gop-cant-abide-populism-hawley-pence-republican-conservative-disney-cad705f2" target="_blank" link-data="{"linkText":"a new Wall Street Journal op-ed","link":{"target":"NEW","attributes":[],"url":"https://www.wsj.com/articles/the-gop-cant-abide-populism-hawley-pence-republican-conservative-disney-cad705f2","_id":"0000018a-ef10-de6a-a5ef-ffb14a8f0002","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a8f0003","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">a new Wall Street Journal op-ed</a>. </p> <p>“The future of this party,” Pence said in his speech, “belongs to one or the other, not both.” For his part, Danforth writes, “The traditionally conservative and Trumpian populist wings of the GOP have arrived at the same conclusion: They can no longer coexist in the same party.”</p> <p>I’m an enormous admirer of Pence, and no one can doubt the sincerity and honor of Danforth, but this is too simplistic and runs counter both to the history of conservatism and to its present. </p> <p>One problem with the all-or-nothing formulation is that, based on the current correlation of political forces, it would mean “nothing” for conservatives. Certainly, if this question is being litigated in the 2024 primary, the hope for conservatism — with Trump currently stomping the rest of the field — is not high. </p> <p>But it’s never been an all-or-nothing proposition before. Richard Nixon, Ronald Reagan and George W. Bush all had broad populist streaks. </p> <p>Consider Reagan, obviously a hero and exemplar for conservatives. In <a href="https://www.reaganfoundation.org/media/358057/reagan-cpac-speech.pdf" target="_blank" link-data="{"linkText":"a signature 1977 speech to CPAC","link":{"target":"NEW","attributes":[],"url":"https://www.reaganfoundation.org/media/358057/reagan-cpac-speech.pdf","_id":"0000018a-ef10-de6a-a5ef-ffb14a8f0004","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a8f0005","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">a signature 1977 speech to CPAC</a>, he pushed back against the idea that conservatives were “a small group of ideological purists trying to capture a majority.” No, they were “a majority trying to assert its rights against the tyranny of powerful academics, fashionable left-revolutionaries, some economic illiterates who happen to hold elective office and the social engineers who dominate the dialogue and set the format in political and social affairs.”<br></p> <br> <img src="https://static.politico.com/92/c6/23dccd3a4605b33aec16c062dbe7/election-2024-debate-reagan-39436.jpg"> <br> <p>He referred to a New Republican party that “will not be, and cannot, be one limited to the country club-big business image that, for reasons both fair and unfair, it is burdened with today. The New Republican Party I am speaking about is going to have room for the man and the woman in the factories, for the farmer, for the cop on the beat and the millions of Americans who may never have thought of joining our party before, but whose interests coincide with those represented by principled Republicanism. If we are to attract more working men and women of this country, we will do so not by simply ‘making room’ for them, but by making certain they have a say in what goes on in the party.”</p> <p>Reagan’s position on the Panama Canal — “We built it, we paid for it, it’s ours” — was meant to pull emotional strings. He criticized crime, welfare and affirmative action in sometimes harsh terms that shocked polite opinion. He identified with the rising social conservatives, who were, according to their elite critics, the great unwashed of American politics, the way Tea Party activists and Trump enthusiasts would be portrayed decades later. </p> <p>In his book, <i>The Right</i>, Matt Continetti notes that the supply-sider journalist Jude Wanniski predicted a Reagan landslide in 1980 “because he is a conservative populist where Goldwater was a conservative elitist.”</p> <p>Now, of course, Reagan had deep-seated views that ran counter to contemporary populism — he was a dyed-in-the-wool free marketer, who supported free trade and immigration and a vigorous, if prudent, American posture abroad. </p> <p>Needless to say, Trump is much more of a pure populist, but even he wasn’t all or nothing as president. He pursued and achieved a number of significant traditional conservative policy goals, whether tax cuts, deregulation, more exploitation of fossil fuels, destroying a terrorist enemy overseas, withdrawing from the Iran nuclear deal and appointing conservative justices, among others. </p> <p>On many specific issues, there’s overlap between the two supposedly irreconcilable sides of the Republican Party. There are conservative and populist reasons to disdain and counter the elites who want to impose ESG on companies, who run our system of higher education, who seek to force a green-energy revolution and who were advocates for lockdowns and mandates during the pandemic. </p> <p>Everyone on the right is hostile to the permanent governing apparatus in Washington, D.C., whether they call it the bureaucracy, the administrative state or the deep state. And everyone distrusts the press whether they call it the mainstream media, the legacy media or the corporate media. Those terms can have different nuances of meaning, with the favored populist phrases — deep state and corporate media — having more edge and a greater flavor of anti-elitism. <br></p> <br> <img src="https://static.politico.com/2a/ef/6773450746639e8d4f1f3ce9abb2/congress-electoral-college-danforth-56444.jpg"> <br> <p>A basic issue in this discussion is how to define populism, which is a nebulous concept. Perhaps the most basic populist idea is that the people should be trusted more than the elites and are better than the elites — something most post-World War II conservatives, certainly those in elective politics, have believed, too. </p> <p>Populism is also simply a mode of politics in a democracy. Success usually requires identifying with the broad mass of the public and having an identity markedly distinct from the governing elite — for instance, both Reagan and George W. Bush were brush-clearing cowboys in their spare time.</p> <p>Danforth says populists stoke an “us v. them” division and contrasts them with Abraham Lincoln, who sought to preserve the Union. </p> <p>The weakness in this contrast is that Lincoln himself had populist appeal — that’s what the branding as a “rail-splitter” was about (in reality, the politically ambitious, upwardly mobile attorney had zero fondness for rail-splitting). And perhaps our most populist president, Andrew Jackson, was a confirmed Unionist. </p> <p>Also, the substantive content of populism changes over time. In Lincoln’s day, support for tariffs and industrial policy — key elements of Lincoln’s policy — constituted elitist economics. Now, of course, the opposite is true. </p> <p>There’s a genuine debate between conservatives and populists over trade, industrial policy, levels of federal spending and foreign affairs. These are consequential questions, but it’s easy to imagine shades-of-gray outcomes in all of these policy debates that fall within or close to the practical Republican consensus over the years. </p> <p>The deeper problem with populism is that its suspicion of elites can curdle into conspiracy theories. Its belief in the importance of the democratic will can express itself in an impatience with constitutional constraints. Its natural combativeness can lead to an effort to find, and create, enemies that knows no bounds.</p> <p>All of which brings us to Donald Trump. Danforth writes, “Populists have relentlessly undermined our Constitution. They have falsely asserted that elections are rigged, that President Biden is illegitimate, and that we should ignore our courts. They have opposed the peaceful transfer of power and encouraged a mob to attack the U.S. Capitol.” <br></p> <br> <img src="https://static.politico.com/bb/11/9f9d2d6649d18f675dbd573fca2b/election-2024-trump-56969.jpg"> <br> <p>But Ron DeSantis is a populist-inflected Republican who hasn’t, say, encouraged mobs to attack the Capitol. What Danforth is talking about here is the most fervent Trump supporters, which is why his qualifier elsewhere in the piece of “Trumpian populism” is important. </p> <p>It’s possible to favor greater regulation of freight rail — an early legislative priority of the populist Republican senator from Ohio, J.D. Vance — without buying into any of Trump’s lunatic rants on Truth Social.</p> <p>The crux of the matter is that if Donald Trump wins the Republican nomination, the GOP will have embraced or looked past his unworthy conduct and sentiments that in any other Republican Party would have been considered disqualifying. Mike Pence and John Danforth are right to warn against that and fight to keep it from happening. </p> <p>If Trump wins, his style of politics will be further vindicated in the GOP and lead to yet more imitators. Already, Vivek Ramaswamy has seemed to go out of his way to make people think he believes in conspiracy theories in order to gain street cred, and the performative outlandishness of Arizona’s Kari Lake has made her a political celebrity.</p> <p>The stakes are indeed large, even if this isn’t really a fight between conservatism and populism.</p>]]>
- </content:encoded>
- </item>
- <item>
- <title>Opinion | The Supreme Court Case That Could Disrupt Everything From Medicare to Financial Regulators</title>
- <link>https://www.politico.com/news/magazine/2023/09/28/supreme-court-social-security-medicare-00118470</link>
- <description>A lower court decision has called into question how government agencies are funded.</description>
- <guid>https://www.politico.com/news/magazine/2023/09/28/supreme-court-social-security-medicare-00118470</guid>
- <pubDate>Thu, 28 Sep 2023 04:00:00 EST</pubDate>
- <dc:creator>Sheila Bair</dc:creator>
- <dc:description><i>Sheila Bair is the former chair of the FDIC, serving from 2006-2011.</i></dc:description>
- <dc:contributor>Sheila Bair</dc:contributor>
- <media:content type="image/jpeg" url="https://static.politico.com/08/62/e12ed3df4e3797628b0bcfce36ff/supreme-court-45751.jpg">
- <media:credit scheme="urn:ebu">Francis Chung/POLITICO</media:credit>
- <media:title type="html">The constitutionality of independent agency funding is at risk in a case pending before the Supreme Court.</media:title>
- <media:thumbnail url="https://static.politico.com/08/62/e12ed3df4e3797628b0bcfce36ff/supreme-court-45751.jpg"/>
- </media:content>
- <maz:template>magazine</maz:template>
- <maz:modified>1695915743753</maz:modified>
- <content:encoded>
- <![CDATA[<img src="https://static.politico.com/08/62/e12ed3df4e3797628b0bcfce36ff/supreme-court-45751.jpg"> <br> <p>A government shutdown like the one that might happen next week will interrupt many essential government functions. But it won’t cause a run on the banks or shake the financial system. It will not cause disruptions in the payment of Social Security or Medicare benefits.</p> <p>That’s because Congress has given scores of government agencies power to independently finance themselves, reasoning that their functions are too important to be left to the uncertainties of the annual appropriations process.</p> <p>But now, the constitutionality of independent agency funding is at risk in a case pending before the Supreme Court. The opinion could lead to a sea change in how essential government agencies function — and to potential chaos every time Congress engages in brinkmanship over funding.</p> <p>In the case, known as <a href="https://www.scotusblog.com/case-files/cases/consumer-financial-protection-bureau-v-community-financial-services-association-of-america-limited/" target="_blank" link-data="{"linkText":"<i>CFSA v. CFPB</i>","link":{"target":"NEW","attributes":[],"url":"https://www.scotusblog.com/case-files/cases/consumer-financial-protection-bureau-v-community-financial-services-association-of-america-limited/","_id":"0000018a-ef10-de6a-a5ef-ffb14a920000","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a920001","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}"><i>CFSA v. CFPB</i></a>, the Community Financial Services Association is seeking to block the enforcement of Consumer Financial Protection Bureau rules designed to protect consumers against abusive payday loans. The CFSA is arguing that Congress violated the Constitution’s appropriations clause when it granted the CFPB a portion of the Federal Reserve’s operating budget.</p> <p>The Fifth Circuit Court of Appeals found for the CFSA, using sweeping language suggesting that only moneys appropriated through the annual Congressional process are legal. The Supreme Court is set to hear oral arguments on Oct. 3.</p> <p>If the Court sides with the Fifth Circuit, the implications are vast.</p> <p>Essential government agencies and programs, including Social Security and Medicare, both of which are administered by independently funded bodies, would see their sources of independent funding vulnerable to challenge. The Federal Reserve, responsible for monetary policy and our payments system, would be particularly at risk, given that it runs on fees and profits from its market operations just like the CFPB. The budgets of the Office of the Comptroller of the Currency, responsible for regulating the nation’s largest banks, and the Federal Housing Finance Administration, responsible for overseeing housing finance, are also independent, coming from funds paid by the entities they regulate.</p> <p>Requiring these agencies to seek direct Congressional approval for money to function would be particularly dangerous in times of crisis.</p> <p>When I chaired the Federal Deposit Insurance Corporation during the financial crisis of 2008 and 2009, we had to ramp up our funding quickly to protect Main Street bank depositors. We were able to do so because Congress had long given the FDIC authority to set and fund its own budget through deposit insurance premiums paid by banks. Without that ability, people could have suffered delayed access to their insured deposit accounts as their failed banks shuttered until Congress saw fit to fund the agency.</p> <p>Independently funded agencies like the FDIC don’t have unfettered authority to spend wildly. Congress sets various limits and parameters, including for the CFPB. The agencies are subject to continuous oversight by their congressional authorizing committees. And Congress can, of course, at any time, change or limit their self-financing authority, as it sees fit.</p> <p>Congress chose to fund these agencies outside the normal appropriations process because this ensures they have a reliable, stable funding source no matter the vicissitudes of the legislature or powerful monied constituencies.</p> <p>Imagine the disfunction if the Fed’s budget could be held hostage to congressional dissatisfaction over interest rate policy, or if a member of Congress unhappy about a failed bank in his district could try to block the FDIC’s budget. Individual agency budgets could be put at risk by disgruntled politicians or lobbying interests.</p> <p>But even beyond the potential cascading effects of the decision on other agencies, the CFPB itself also needs reliable, stable funding.</p> <p>In the years leading up to the financial crisis, industry lobbying blocked state and federal legislative efforts to strengthen mortgage lending standards. Millions of mortgages were made to borrowers who had no hope of repaying them. Resulting defaults and foreclosures wreaked havoc on our economy.</p> <p>Congress created the CFPB in 2010 and insulated it from political and industry interference in carrying out its consumer protection mandate in order to stop the kind of reckless lending that led to the financial crisis. And it worked. Today, the CFPB is a big reason why there is very little distress in mortgage finance, even as other sectors of our financial system are under pressure.</p> <p>People of good will can differ on its funding structure. (I had strongly supported the CFPB but thought its funding should come from more traditional regulatory assessments.) But that’s a policy issue for Congress to decide, not the Supreme Court.</p> <p>The appropriations clause of the Constitution directs that no money be disbursed except by Act of Congress. It says nothing about the nature of those acts or annual appropriations. It says nothing about the duration of approved funding, except for the military where it prohibits appropriations longer than two years. It clearly vests with Congress authority over spending to support government functions. It allows the kind of protections that help Americans’ lives to continue to run smoothly, even when Congress isn’t.</p> <p>The Supreme Court should respect Congress’ decision about CFPB funding and do the conservative thing. Reverse the 5<sup>th</sup> Circuit and let Congress’ decision stand.<br></p> <br>]]>
- </content:encoded>
- </item>
- <item>
- <title>Opinion | Trump Wasn’t at the Debate — But His Outfit Was</title>
- <link>https://www.politico.com/news/magazine/2023/09/27/gop-debate-style-fashion-menswear-00118645</link>
- <description>Menswear guy has some tips for the Republican presidential hopefuls.</description>
- <guid>https://www.politico.com/news/magazine/2023/09/27/gop-debate-style-fashion-menswear-00118645</guid>
- <pubDate>Wed, 27 Sep 2023 21:59:05 EST</pubDate>
- <dc:creator>Derek Guy</dc:creator>
- <dc:description>Derek Guy is a menswear writer who has written for the <i>Washington Post</i>, <i>Financial Times</i> and <i>Esquire</i>. He runs a men's style site called Die, Workwear!</dc:description>
- <dc:contributor>Derek Guy</dc:contributor>
- <media:content type="image/jpeg" url="https://static.politico.com/e0/ea/a47a35554813b76f96bcc6fd9e35/20230927-gop-debate-philip-cheung-0019.jpg">
- <media:credit scheme="urn:ebu">Philip Cheung for POLITICO</media:credit>
- <media:title type="html">Menswear writer Derek Guy has some fashion advice for the presidential candidates on the GOP primary debate stage.</media:title>
- <media:thumbnail url="https://static.politico.com/e0/ea/a47a35554813b76f96bcc6fd9e35/20230927-gop-debate-philip-cheung-0019.jpg"/>
- </media:content>
- <maz:template>magazine</maz:template>
- <maz:modified>1695910979046</maz:modified>
- <content:encoded>
- <![CDATA[<img src="https://static.politico.com/e0/ea/a47a35554813b76f96bcc6fd9e35/20230927-gop-debate-philip-cheung-0019.jpg"> <br> <p>There were precisely zero Donald Trumps on the GOP debate stage at the Ronald Reagan Presidential Library and Museum in Simi Valley, California tonight, but if you squinted, there appeared to be four of him. With the exception of former New Jersey Governor Chris Christie and South Carolina Sen. Tim Scott, all the men donned the former president’s uniform of a navy worsted suit, a white spread-collar shirt and the signature, power-red tie. </p> <p>It was a not-so-subtle indication of just how Trumpified the GOP has become. (Sure, many Republicans wear red ties, but the variety has really taken a nosedive since the rise of MAGA.) It was also a reminder that fashion can send powerful political messages.<b> </b></p> <p>Ever since the first televised presidential debate — when Richard Nixon’s mid-gray suit faded into the background of black-and-white TV screens, while John F. Kennedy’s dark worsted suit cut a winning silhouette — politicians have paid special attention to how their clothes make them look on-screen.</p> <p>But some haven’t paid quite as much attention as others. Here’s everything the candidates got right — and what they desperately need to improve — to pop on the debate stage like President Kennedy did:<b> </b></p> <h3 style="text-align: center">Ron DeSantis Dressed Better Than Ever</h3> <br> <img src="https://static.politico.com/19/2a/d106808e4c8a94253836c775573a/election-2024-debate-71801.jpg"> <br> <p>DeSantis looked better than usual on the debate stage. His suit was classically proportioned: The lapel ended about halfway between the collar and the shoulder joint, the tie echoed the width of the lapel, and the points of the shirt collar were long enough to neatly tuck underneath the jacket. The gorge, which is the tailoring term for the seam that connects the jacket’s collar to the lapel, was also positioned in such a way that the lapel’s notch sat roughly horizontally with the shirt collar. These proportions made for a classic look, and when historians look back on this debate, DeSantis’ outfit won’t look too out of touch. There is one way DeSantis could brush up his look: Because he has a somewhat stocky build, much of his tailoring would benefit from having a slightly lower buttoning point, which would lengthen the lapel line and give him a more elongated silhouette.</p> <h3 style="text-align: center">Vivek Ramaswamy Dressed Just Like DeSantis</h3> <br> <img src="https://static.politico.com/57/c3/b5c51af1481db8406d42070e22aa/election-2024-debate-58361.jpg"> <br> <p><br>At the first debate, Ramaswamy was plagued by a bad collar gap — the tailoring term for when the jacket’s collar floats away from the neck. In the second debate, he still could have tightened his collar a bit, but he looked better than some of the other male candidates fighting with floating jacket collars. Much like DeSantis, Ramaswamy’s suit featured good proportions: a lapel that ends about halfway from the collar to the shoulder, a tie that echoed the lapel width and a shirt with collar points long enough to neatly hide under the jacket’s lapels. In this way, the suit framed his face nicely. Unfortunately for Ramaswamy, DeSantis wore almost the exact same outfit, but better. He might have struck a better chord by going with a different tie and standing out as his own person.</p> <h3 style="text-align: center"></h3> <h3 style="text-align: center">Nikki Haley Looked Patriotic</h3> <br> <img src="https://static.politico.com/e9/ab/a0441a5145ada9bf65e8cbd20193/election-2024-debate-95280.jpg"> <br> <p>Although I’m a menswear writer, and not a womenswear expert, I’ll say that Haley’s presentation looked well tailored. During the first debate, she went with a sparkling white dress — famously the color of the women’s suffrage movement. In the second debate, she wore a deep red dress made from a satin-like fabric. Time will tell if she decides on blue for the third debate — a move that Hillary Clinton made during the 2016 debates, signaling her patriotism. You can see the hallmarks of good tailoring: Her clothes moved with her, not against her, unlike some of the male candidates tonight. The somewhat lustrous fabric gave her a stronger presence on stage. But one wonders if her outfit would have supported her more as a speaker, rather than taking attention away from her message, if it were made from something more matte.</p> <h3 style="text-align: center">Doug Burgum Nailed the Classic Silhouette</h3> <br> <img src="https://static.politico.com/29/87/5003875d47f895f4f4ac8676d4e1/election-2024-debate-13704.jpg"> <br> <p>Burgum’s outfit tonight was similar to Ramaswamy’s, which is to say that he nailed many of the proportions of a classic silhouette. Unfortunately, he suffered from a bad collar gap whenever he moved. The coat’s sleeves also looked poorly tailored, such that they rode up on his arms, revealing more shirt cuff than they should have. A small point that will perhaps go unnoticed by most viewers: While Ramaswamy wore a half-Windsor knot tonight, Burgum wore a four-in-hand. The fights between supporters of these two knots are almost as fierce as tonight’s primary debate.</p> <h3 style="text-align: center">Chris Christie’s Mauve Tie Refuted Trump</h3> <br> <img src="https://static.politico.com/8c/d8/ab82d90741c4ac4aa2b54b60950d/election-2024-debate-65216.jpg"> <br> <p>Once again, Christie was one of the few male candidates who didn’t look like a simulacrum of Trump. Tonight he wore a patterned mauve tie with a poplin button-down — a professional look with a hint of American conservatism that doesn’t try to follow in Trump’s footsteps. Like many of the other candidates, Christie’s suit suffered from a collar gap. A visit to a good custom tailor would have fixed this. There was also a glint of something in his jacket’s breast pocket — possibly eyewear — which was a tad distracting.</p> <h3 style="text-align: center">Mike Pence Was Drowning in His Jacket</h3> <br> <img src="https://static.politico.com/3d/21/547b38fb4f5e92ad418e06ab59e6/election-2024-debate-99597.jpg"> <br> <p>Pence is known for wearing a slightly extended shoulder, which, on some men, can lend a more flattering proportion. But in Pence’s case, it makes his jackets look too big on him (even his dress shirt collar tonight looked too large for his neck). Tonight, the slightly narrower lapel left a lot of open space between the end of the lapel and the shoulder joint, emphasizing the broadness of the chest. As a whole, his coat looked like it was swallowing him. His tailoring could be improved by wearing a slightly narrower shoulder and a more classically proportioned lapel. And while a few of the male candidates wore solid red ties — Trump’s signature move — it was particularly striking on Pence, who would seem to have more of an incentive than most to move out of the former president’s shadow.</p> <h3 style="text-align: center">Nice Tie, Tim Scott, But Fix Your Collar</h3> <br> <img src="https://static.politico.com/07/2a/b8fbe49c485b874213e55507d9d4/election-2024-debate-60816.jpg"> <br> <p>Most of the candidates wore dark-colored outfits fit for a conservative occasion. But this sort of ensemble leaves little room for expression. Scott successfully went for something bolder, choosing a striped tie that combined blue and red — much like Reagan’s tie in this <a href="https://www.whitehousehistory.org/photos/ronald-reagan" target="_blank" link-data="{"linkText":"1991 portrait by Everett Raymond Kinstler","link":{"target":"NEW","attributes":[],"url":"https://www.whitehousehistory.org/photos/ronald-reagan","_id":"0000018a-ef10-de6a-a5ef-ffb14a970000","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a970001","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">1991 portrait by Everett Raymond Kinstler</a>.</p> <p>However, Scott’s coat could have been improved. Whenever he moved one of his arms, the opposing lapel buckled away from the chest. A well-tailored jacket should have lapels that sit relatively flat on your body, even as you move. Scott’s shirt collar was also too small for this suit. These stingy collars come out of early 2000s menswear trends, when designers shrank the male silhouette: a short suit jacket, narrower shoulder and razor-thin lapel. It looked out of place on the debate stage.</p> <p>One thing’s for sure: On the stage at the Reagan Library, nobody could rival the Gipper on style.<br></p> <br><iframe style="max-width: 100%" width="1280" height="720" src="https://players.brightcove.net/1155968404/r1WF6V0Pl_default/index.html?videoId=6331580324112" frameborder="0"></iframe> <br>]]>
- </content:encoded>
- </item>
- <item>
- <title>Trump Wants to Freeze the Election at Halftime</title>
- <link>https://www.politico.com/news/magazine/2023/09/27/trump-presidential-election-2023-00118204</link>
- <description>He thinks he’s won already because the polls have him ahead. Let’s go ahead and play the rest of the game.</description>
- <guid>https://www.politico.com/news/magazine/2023/09/27/trump-presidential-election-2023-00118204</guid>
- <pubDate>Wed, 27 Sep 2023 04:00:00 EST</pubDate>
- <dc:creator>Jack Shafer</dc:creator>
- <dc:description><i>Jack Shafer is </i><span class="cms-magazineStyles-smallCaps">Politico</span><i>’s senior media writer. He has written commentary about the media industry and politics for decades and was previously a columnist for </i>Reuters<i> and </i>Slate<i>.</i></dc:description>
- <dc:contributor>Jack Shafer</dc:contributor>
- <media:content type="image/jpeg" url="https://static.politico.com/3c/01/18d384ba4f1185e9778744b8c0fb/election-2024-trump-10025.jpg">
- <media:credit scheme="urn:ebu">Artie Walker Jr./AP Photo</media:credit>
- <media:title type="html">Donald Trump sat out the first Republican debate in August because, he said, the public already knew him and what he stood for.</media:title>
- <media:thumbnail url="https://static.politico.com/3c/01/18d384ba4f1185e9778744b8c0fb/election-2024-trump-10025.jpg"/>
- </media:content>
- <maz:template>magazine</maz:template>
- <maz:modified>1695904762109</maz:modified>
- <content:encoded>
- <![CDATA[<img src="https://static.politico.com/3c/01/18d384ba4f1185e9778744b8c0fb/election-2024-trump-10025.jpg"> <br> <p>To accurately measure the metabolism of Donald Trump’s 2024 presidential campaign we must invoke the images and manners of the bestiary’s most indolent and sluggish creatures. The three-toed sloth, which favors slow motion. The echidna, which would lose a race against a continental plate. The nurse shark, which is so lazy it relies on ocean currents to aerate its gills. And then there is Australia’s pygmy blue-tongue lizard, which “hunts” by lounging by its burrow hole in hopes that an insect or spider will stride by.</p> <p>In recent weeks, Trump has come to resemble these kings of lethargy, slowing his campaign to the speed of the hour hand. As <a href="https://www.politico.com/news/2023/09/10/trump-campaign-out-of-public-view-00114873" target="_blank" link-data="{"linkText":"POLITICO’s Meridith McGraw recently reported","link":{"target":"NEW","attributes":[],"url":"https://www.politico.com/news/2023/09/10/trump-campaign-out-of-public-view-00114873","_id":"0000018a-ef10-de6a-a5ef-ffb14a9c0000","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a9c0001","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">POLITICO’s Meridith McGraw recently reported</a>, Trump has largely discarded the hard, steady work of campaigning against his Republican opponents on the stump and limited his appearance to “spot” events, TV interviews, or tele-rallies. Instead of fighting for votes, Trump people have worked the nomination process to make sure that rules that reward delegates tip his way. Where he can’t raise money, he tries to persuade potential donors not to give to his foes. On Monday, <a href="https://truthsocial.com/@realDonaldTrump/posts/111123848950685425" target="_blank" link-data="{"linkText":"he took to Truth Social","link":{"target":"NEW","attributes":[],"url":"https://truthsocial.com/@realDonaldTrump/posts/111123848950685425","_id":"0000018a-ef10-de6a-a5ef-ffb14a9c0002","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a9c0003","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">he took to Truth Social</a> to urge the Republican National Committee to stop spending time on the “meaningless” debates because he’s leading in the polls and to start suing Pennsylvania for switching to automatic voter registration.</p> <p>In short, he’s acting like he’s clinched both the nomination and the general election — about a year early.<br></p> <br><iframe style="max-width: 100%" width="1280" height="720" src="https://players.brightcove.net/1155968404/r1WF6V0Pl_default/index.html?videoId=6337954933112" frameborder="0"></iframe> <br> <p><a href="https://www.hollywoodreporter.com/news/politics-news/donald-trump-skip-republican-presidential-primary-debates-1235571001/" target="_blank" link-data="{"linkText":"Trump sat out the first Republican debate","link":{"target":"NEW","attributes":[],"url":"https://www.hollywoodreporter.com/news/politics-news/donald-trump-skip-republican-presidential-primary-debates-1235571001/","_id":"0000018a-ef10-de6a-a5ef-ffb14a9c0004","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a9c0005","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">Trump sat out the first Republican debate</a> in August because, he said, the public already knew him and what he stood for. “Why would I allow people at 1 or 2 percent and 0 percent to be hitting me with questions all night?” he said in a <a href="https://www.fox61.com/article/news/nation-world/trump-skipping-gop-primary-presidential-debates/507-23611f3f-6e5d-423a-927a-555fe3a80b95#:~:text=%E2%80%9CWhy%20would%20I%20allow%20people,the%20host%20of%20the%20Aug." target="_blank" link-data="{"linkText":"Fox News interview in June","link":{"target":"NEW","attributes":[],"url":"https://www.fox61.com/article/news/nation-world/trump-skipping-gop-primary-presidential-debates/507-23611f3f-6e5d-423a-927a-555fe3a80b95#:~:text=%E2%80%9CWhy%20would%20I%20allow%20people,the%20host%20of%20the%20Aug.","_id":"0000018a-ef10-de6a-a5ef-ffb14a9c0006","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a9c0007","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">Fox News interview in June</a>. Now, he’s also <a href="https://www.cbsnews.com/news/trump-skipping-second-gop-debate-detroit/" target="_blank" link-data="{"linkText":"skipping the second GOP debate","link":{"target":"NEW","attributes":[],"url":"https://www.cbsnews.com/news/trump-skipping-second-gop-debate-detroit/","_id":"0000018a-ef10-de6a-a5ef-ffb14a9c0008","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a9c0009","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">skipping the second GOP debate</a> in favor of giving a competing speech in Detroit amid the UAW strike as if he’s already the nominee. This is like a manager trying to get the umps to call a ball game in his favor in the fourth inning just because his team is leading 5-0 and, on top of that, saying his lead makes him deserving of the World Series trophy, too. It’s a minor reprise of Trump’s behavior on election night 2020 when he declared himself the winner before all the votes had been counted or any of the networks had projected a winner. <a href="https://www.cnn.com/2022/06/16/politics/fact-check-trump-officials-testimony-debunking-election-lies/index.html" target="_blank" link-data="{"linkText":"“Our election was over at 10 o’clock in the evening,” he said","link":{"target":"NEW","attributes":[],"url":"https://www.cnn.com/2022/06/16/politics/fact-check-trump-officials-testimony-debunking-election-lies/index.html","_id":"0000018a-ef10-de6a-a5ef-ffb14a9c000a","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a9c000b","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">“Our election was over at 10 o’clock in the evening,” he said</a>. Only a child would assume he’s won because he’s leading at halftime. Only a fraud would insist, as Trump did, that the election was rigged once the call went against him.<br></p> <br> <p>Ensconced in campaign slacker mode, Trump would like to pretend that nothing of substance will change over the next 14 months, so he should get his second term now. It doesn’t take a zoologist to appreciate that the world doesn’t stop when a bear hibernates. Trump might want to pretend the rest of the campaign is a meaningless charade, but a lot of history is about to go down between today and November 2024. At the latest count, <a href="https://www.nytimes.com/article/trump-investigations-civil-criminal.html" target="_blank" link-data="{"linkText":"Trump has been indicted","link":{"target":"NEW","attributes":[],"url":"https://www.nytimes.com/article/trump-investigations-civil-criminal.html","_id":"0000018a-ef10-de6a-a5ef-ffb14a9d0000","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a9d0001","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">Trump has been indicted</a> in three states and the District of Columbia for everything from <a href="https://www.npr.org/2023/08/01/1191493880/trump-january-6-charges-indictment-counts#:~:text=Donate-,Trump%20Jan.,to%20obstruct%20an%20official%20proceeding." target="_blank" link-data="{"linkText":"conspiracy to defraud the United States","link":{"target":"NEW","attributes":[],"url":"https://www.npr.org/2023/08/01/1191493880/trump-january-6-charges-indictment-counts#:~:text=Donate-,Trump%20Jan.,to%20obstruct%20an%20official%20proceeding.","_id":"0000018a-ef10-de6a-a5ef-ffb14a9d0002","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a9d0003","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">conspiracy to defraud the United States</a> to withholding classified documents and more. A New York judge just <a href="https://www.nytimes.com/2023/09/26/nyregion/trump-james-fraud-trial.html" target="_blank" link-data="{"cms.site.owner":{"_ref":"0000014b-3270-d4f3-a3cb-f3ffa8610000","_type":"0000014b-324d-d4f3-a3cb-f3ff4161000e"},"cms.content.publishDate":1695780816079,"cms.content.publishUser":{"_ref":"0000014f-1284-d5f6-a96f-dac4dbef0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"cms.content.updateDate":1695780816079,"cms.content.updateUser":{"_ref":"0000014f-1284-d5f6-a96f-dac4dbef0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"originalTemplate":false,"link":{"originalTemplate":false,"attributes":[],"target":"NEW","url":"https://www.nytimes.com/2023/09/26/nyregion/trump-james-fraud-trial.html","_id":"0000018a-d469-d2cf-a3af-ffff5c400001","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"linkText":"ruled that he committed fraud","_id":"0000018a-d469-d2cf-a3af-ffff5c400000","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">ruled that he committed fraud</a> and has relieved him of control of some of his properties in the state. As <a href="https://www.washingtonpost.com/politics/2023/08/28/why-trumps-trial-dates-make-his-2024-campaign-more-difficult/" target="_blank" link-data="{"linkText":"Amber Phillips of the <i>Washington Post</i>","link":{"target":"NEW","attributes":[],"url":"https://www.washingtonpost.com/politics/2023/08/28/why-trumps-trial-dates-make-his-2024-campaign-more-difficult/","_id":"0000018a-ef10-de6a-a5ef-ffb14a9d0004","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a9d0005","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">Amber Phillips of the <i>Washington Post</i></a> noted last month, Trump will be in court with two trials during much of March, the precise time a candidate would want to be campaigning in nearly 30 states and territories scheduled to hold primaries that month. His <a href="https://www.cbsnews.com/news/trump-trial-dates-republican-presidential-primary-calendar/" target="_blank" link-data="{"linkText":"legal dance card","link":{"target":"NEW","attributes":[],"url":"https://www.cbsnews.com/news/trump-trial-dates-republican-presidential-primary-calendar/","_id":"0000018a-ef10-de6a-a5ef-ffb14a9d0006","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a9d0007","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">legal dance card</a> for 2024 is so loaded that if court dates earned frequent flyer miles, Trump could take a round trip to the moon with his family and still have enough points to visit Hawaii three or four times. There will be motions, new evidence and maybe even some verdicts — maybe even more legal cases — any of which might derail his “inevitable” victory express.</p> <p>Give Trump credit for attempting to cryogenically freeze the field until his opponents (and the voters) have slipped into a state of metabolic torpor. But the true blame resides in the sleepy pack taking him on, who, with the exception of Chris Christie, have mostly chosen to snuggle in his den than rouse him with challenging rhetoric. Most of the candidates — from Ron DeSantis to Mike Pence to Vivek Ramaswamy and even, to a degree, Nikki Haley — are running on modified Trumpian platforms that make it easy for him not to respond. Most of these candidates seem to really be running for Mr. Congeniality, not president, by politely conceding the contest to Trump without even trying.<br></p> <br><iframe style="max-width: 100%" width="1280" height="720" src="https://players.brightcove.net/1155968404/r1WF6V0Pl_default/index.html?videoId=6337962787112" frameborder="0"></iframe> <br> <p>Lethargy can be a successful survival strategy in the animal kingdom or on the campaign trail. (It worked for Biden last time, after all.) But it’s not surefire. Harpy eagles and jaguars hunt sloths. Hammerheads dine on nurse sharks. Snakes prey on pygmy blue-tongue lizards. Trump may be leading the Republican polls by a large margin now, but treating the campaign like a cakewalk risks tempting the fickle election fates. No animal hibernates for 14 months. So you can bet that Trump’s opponents — and the voters — will wake up at some point to discover this race isn’t over yet.</p> <p>******</p> <p><i>The echidna’s spines make it a low-profit piece of prey. Maybe Trump should grow some? Send animal facts to </i><a href="mailto:shafer.politico@gmail.com" target="_blank" link-data="{"linkText":"<i>shafer.politico@gmail.com</i>","link":{"target":"NEW","attributes":[],"url":"mailto:shafer.politico@gmail.com","_id":"0000018a-ef10-de6a-a5ef-ffb14a9d0008","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14a9d0009","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}"><i>shafer.politico@gmail.com</i></a><i>. No new email alert subscriptions are being honored at this time. </i><a href="https://twitter.com/jackshafer" target="_blank" link-data="{"cms.site.owner":{"_ref":"0000014b-3270-d4f3-a3cb-f3ffa8610000","_type":"0000014b-324d-d4f3-a3cb-f3ff4161000e"},"cms.content.publishDate":1695754443633,"cms.content.publishUser":{"_ref":"00000180-f766-d6b4-a7e5-f7ee71fe0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"cms.content.updateDate":1695754443633,"cms.content.updateUser":{"_ref":"00000180-f766-d6b4-a7e5-f7ee71fe0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"originalTemplate":false,"link":{"originalTemplate":false,"attributes":[],"target":"NEW","url":"https://twitter.com/jackshafer","_id":"0000018a-d2d7-de9d-afbf-dbdf56850001","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"linkText":"<i>X is still the place</i>","_id":"0000018a-d2d7-de9d-afbf-dbdf56850000","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}"><i>X is still the place</i></a><i> where I hang out, but </i><a href="https://bsky.app/profile/jackshafer.bsky.social" target="_blank" link-data="{"cms.site.owner":{"_ref":"0000014b-3270-d4f3-a3cb-f3ffa8610000","_type":"0000014b-324d-d4f3-a3cb-f3ff4161000e"},"cms.content.publishDate":1695754466211,"cms.content.publishUser":{"_ref":"00000180-f766-d6b4-a7e5-f7ee71fe0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"cms.content.updateDate":1695754466211,"cms.content.updateUser":{"_ref":"00000180-f766-d6b4-a7e5-f7ee71fe0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"originalTemplate":false,"link":{"originalTemplate":false,"attributes":[],"target":"NEW","url":"https://bsky.app/profile/jackshafer.bsky.social","_id":"0000018a-d2d7-dd68-a3cf-dbd7a9fc0001","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"linkText":"<i>Bluesky is starting</i>","_id":"0000018a-d2d7-dd68-a3cf-dbd7a9fc0000","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}"><i>Bluesky is starting</i></a><i> to appeal to me. My RSS feed was eaten by a harpy eagle. </i></p>]]>
- </content:encoded>
- </item>
- <item>
- <title>The Swift and Stunning Downfall of New Jersey Teflon Don</title>
- <link>https://www.politico.com/news/magazine/2023/09/27/bob-menendez-new-jersey-pope-00118241</link>
- <description>Menendez thought he was untouchable. Until he wasn’t.</description>
- <guid>https://www.politico.com/news/magazine/2023/09/27/bob-menendez-new-jersey-pope-00118241</guid>
- <pubDate>Wed, 27 Sep 2023 04:00:00 EST</pubDate>
- <dc:creator>Dustin Racioppi</dc:creator>
- <dc:description>Dustin Racioppi is the New Jersey editor for POLITICO.</dc:description>
- <dc:contributor>Dustin Racioppi</dc:contributor>
- <media:content type="application/octet-stream" url="https://static.politico.com/a5/f7/ddebc1ff4ff9ba59b4fc5b967a9b/https-delivery-gettyimages.com/downloads/1483377164">
- <media:credit scheme="urn:ebu">Chip Somodevilla/Getty Images</media:credit>
- <media:title type="html">The killer instinct that made Bob Menendez one of the most powerful and enduring politicians in a notoriously cutthroat state has never been far from the surface.</media:title>
- <media:thumbnail url="https://static.politico.com/a5/f7/ddebc1ff4ff9ba59b4fc5b967a9b/https-delivery-gettyimages.com/downloads/1483377164"/>
- </media:content>
- <maz:template>magazine</maz:template>
- <maz:modified>1695827418140</maz:modified>
- <content:encoded>
- <![CDATA[<img src="https://static.politico.com/a5/f7/ddebc1ff4ff9ba59b4fc5b967a9b/https-delivery-gettyimages.com/downloads/1483377164"> <br> <p>Micah Rasmussen knows what it’s like to be on the wrong side of Bob Menendez. Back in 2003 as press secretary for Democratic Gov. Jim McGreevey, he pushed back against Menendez’s favored candidate for the state Supreme Court, fellow Cuban Zulima Farber. Menendez, then a U.S. representative, deridingly called the governor’s office <a href="http://www.jerseycityonline.com/politics/hcdo_with_mcgreevey.htm" target="_blank" link-data="{"linkText":"“amateur hour”","link":{"target":"NEW","attributes":[],"url":"http://www.jerseycityonline.com/politics/hcdo_with_mcgreevey.htm","_id":"0000018a-ef10-de6a-a5ef-ffb14aa10002","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14aa10003","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">“amateur hour”</a> in the press because McGreevey did not put her on the bench, and he wanted to know why. So Rasmussen explained: Farber had a poor driving record that included unpaid parking tickets.</p> <p>Menendez was unsparing in his response.</p> <p>“He called for my resignation and he wanted me fired because I dared to fight back on behalf of my boss,” Rasmussen, now the director of the Rebovich Institute for New Jersey Politics at Rider University, said in an interview. “To me it indicates he can hit you but you’re not allowed to hit him.” </p> <p>Menendez seems to still believe he’s wrapped in Teflon, insisting in a press event Monday that he’s not resigning his Senate seat after being indicted for the second time on bribery charges. </p> <p>But his remarkable half-century run in politics looks all but finished after a young, straitlaced prosecutor matter-of-factly laid out the depth of his latest alleged corruption on Friday.</p> <p>The accusations were so egregious, and showed such a staggering pattern of venality, that loyal Democrats who lavished praise and donations on him for years, even as he faced previous corruption charges, had no choice but to jump ship. By 5 p.m. Friday, Gov. Phil Murphy called for Menendez’s immediate resignation, and many others followed. By Saturday morning, another fellow Democrat, Rep. <a href="https://directory.politicopro.com/member/25648" data-person-id="25648" link-data="{"cms.site.owner":{"_ref":"0000014b-3270-d4f3-a3cb-f3ffa8610000","_type":"0000014b-324d-d4f3-a3cb-f3ff4161000e"},"cms.content.publishDate":1695762768484,"cms.content.publishUser":{"_ref":"00000182-cb51-d7cf-a983-cbd5b1dc0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"cms.content.updateDate":1695762768484,"cms.content.updateUser":{"_ref":"00000182-cb51-d7cf-a983-cbd5b1dc0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"originalTemplate":false,"member":"{\"identifier\":\"25648\",\"url\":\"https://directory.politicopro.com/member/25648\",\"preferredName\":\"Rep. Andy Kim (D-NJ)\",\"isCommittee\":false}","text":"Andy Kim","url":"https://directory.politicopro.com/member/25648","personId":"25648","_id":"0000018a-d356-dd68-a3cf-dbd64d280000","_type":"353fe80b-e1b5-3663-85ca-add066ecafc0"}">Andy Kim</a>, said he’s running for Menendez’s seat. </p> <p>It marked a steep and swift fall — and one that Menendez still seems not to recognize. He unleashed a lengthy and defiant statement Friday suggesting he is a political target and that his ethnicity is a motivating factor. He did so again Monday in his native Union City, saying that “prosecutors get it wrong. Sadly, I know that.” <br></p> <br><iframe style="max-width: 100%" width="1280" height="720" src="https://players.brightcove.net/1155968404/r1WF6V0Pl_default/index.html?videoId=6337805961112" frameborder="0"></iframe> <br> <p>Menendez’s response offers a window on an operating style that made him an extraordinarily powerful politician, one with papal status back home in the Garden State: Walk with a chip on your shoulder, attack your opponents, never back down. He’s simply hard-wired differently. Most people who escaped prison through a hung jury might think twice before jaywalking. Menendez instead threatened his opponents right after the mistrial, won another term a year later and, several people who know him said after Friday’s indictment, seemed emboldened by it all. </p> <p>But there was one strikingly notable difference when he stood before dozens of reporters Monday insisting he’ll prove his innocence and remain in office. He didn’t have his friend and fellow senator Cory Booker there (and Booker would call for Menendez’s resignation Tuesday). He didn’t have Gov. Phil Murphy there. He didn’t have a single person of statewide influence at his side. All he had was a partial response to the indictment and the familiar offensive tactic that his opponents “see a political opportunity for themselves.” </p> <p>“That worked for him as long as he got away with it, and he got away with it for a long time,” Rasmussen said. “Now all of a sudden that’s not working for him anymore, and that’s what happens to a bully.” <br></p> <br> <p><b>In Hudson County,</b> where Menendez grew up, politics is famously a blood sport ruled by bosses. Just east of Union City, in Weehawken, Aaron Burr fatally shot Alexander Hamilton in a duel. A few blocks south is where Jersey City Mayor Frank “I am the law” Hague infamously reigned for more than three decades. In Union City alone — 1.3 square miles of concrete and pavement in the shadow of Manhattan — two consecutive mayors were convicted of corruption and for many years it was a mob outpost. </p> <p>The son of Cuban immigrants raised in a tenement in the notoriously ethics-challenged county, Menendez made his name early as a young Union City school board member who turned on his mentor — the city’s mayor — and wore a bulletproof vest to court to testify against him. The vest was no dramatic flourish. Menendez had not only turned on former Union City Mayor William Musto, but essentially the city government and mob bosses, alleging public corruption (Musto was convicted of racketeering but won reelection a day <i>after </i>being sentenced to prison; his immediate successor, Robert Botti, was convicted and sentenced in a bid-rigging scheme.) </p> <p>"I didn't need anyone to tell me to protect myself," Menendez has <a href="https://www.nj.com/news/2017/11/bulletproof_bob_how_menendez_has_survived_years_of_corruption_allegations.html" target="_blank" link-data="{"linkText":"reportedly said","link":{"target":"NEW","attributes":[],"url":"https://www.nj.com/news/2017/11/bulletproof_bob_how_menendez_has_survived_years_of_corruption_allegations.html","_id":"0000018a-ef10-de6a-a5ef-ffb14aa20000","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14aa20001","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">reportedly said</a>.</p> <p>Menendez may have feared for his life then, but it had only just begun politically.</p> <p>Menendez gained local clout as mayor and became a sort of folk hero at home once he moved on to the state Capitol in Trenton, where he was a representative, and then to Washington, D.C. For the last 17 years, he has served as an immensely powerful senator. He became known as an effective legislator who mastered constituent services. Even as the powerful chair of the Senate Foreign Relations Committee — where he dealt with dictators and globally consequential matters like Iranian nuclear deals — Menendez recognized the power of local retail politics. On just one day in August, for example, he held a press conference on funding for a new hospital program, held a round table with farmers and appeared with families of drug overdose victims to push legislation to crack down on fentanyl. </p> <p>“If you ever followed Bob Menendez in any of the parades … the guy is the pope,” said one Democratic official close to the meeting among Murphy and state leaders following the indictment. “People are coming up to him, taking pictures, hugging him. People just see him as what their children can become.” </p> <p>Sure, he’d gathered clouds of corruption the higher he rose, and even stood trial on charges of bribery in 2017. But that ended in a hung jury and Menendez pushed a Trumpian narrative that his political opponents were after him. Walking scot-free from a corruption trial on a technicality cost him exactly zero political capital. In fact, New Jersey’s Democratic machinery quickly rallied around him for a reelection bid he’d win a year later. As one North Jersey operative put it, Menendez’s continued involvement in Hudson County politics made him both a powerful senator and de facto county boss. </p> <p>“He was able to raise money, he had deep reach, he could back up threats that he made. So that obviously extended the length of his influence and power,” the operative said. </p> <p>And in perhaps the clearest example of his sustained influence after the trial, Menendez effectively installed his son, Rob Menendez, a lawyer with no political experience, in Congress with no opposition and the full backing of state party leaders. </p> <p>The killer instinct that made Menendez one of the most powerful and enduring politicians in a notoriously cutthroat state has never been far from the surface. In what has become a famous example of Jersey’s vindictive brand of politics, Menendez stood outside the federal courthouse in Newark after his 2017 mistrial and <a href="https://www.politico.com/states/new-jersey/story/2017/11/16/menendez-settles-score-before-reelection-campiagn-116825" target="_blank" link-data="{"linkText":"issued a warning","link":{"target":"NEW","attributes":[],"url":"https://www.politico.com/states/new-jersey/story/2017/11/16/menendez-settles-score-before-reelection-campiagn-116825","_id":"0000018a-ef10-de6a-a5ef-ffb14aa20002","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14aa20003","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">issued a warning</a> to his rivals. </p> <p>“To those who were digging my political grave so they could jump into my seat,” he said, “I know who you are and I won’t forget you.” </p> <p>Menendez won another six-year term in 2018. Prosecutors allege that year is exactly when he started trading on his influence. Between 2018 and 2022, he allegedly accepted hundreds of thousands of dollars’ worth of bribes — in gold, cash, a Mercedes-Benz and mortgage payments for his wife — from three New Jersey businesspeople. </p> <p>His “corrupt arrangement” included providing “sensitive, non-public U.S. government information to Egyptian officials,” secretly aiding the Egyptian government and helping one New Jersey company gain a monopoly on the export of certified halal meat to Egypt, which led to increased costs of meat suppliers and “was detrimental to U.S. interests,” federal authorities said. </p> <p>Simply being indicted a second time is, perhaps surprisingly, not the sole reason Menendez’s political career is now believed to be in its terminal stage. Timing is one element. Menendez was first indicted in 2015 and stood a two-month trial that ended in November 2017 — a year before his next election, giving him in effect a clean bill of political health on the trail. <br></p> <br><iframe style="max-width: 100%" width="1280" height="720" src="https://players.brightcove.net/1155968404/r1WF6V0Pl_default/index.html?videoId=6337806603112" frameborder="0"></iframe> <br> <p>This time he faces the prospect of waiting for trial as he seeks reelection in 2024, and the Democratic Party will hardly want to pour money and resources into what would otherwise be a safe seat in a presidential election year. </p> <p>“All it would take is someone with half a profile and he’d lose,” the North Jersey operative said. “The reality is that he’s done as a United States senator.” </p> <p>Another reason for that is the case itself. Whereas prosecutors struggled in 2017 to cleanly connect dots between campaign finance donations, luxury trips and official favors for a friend, they have now unveiled a set of allegations that is instantly relatable to anyone who’s watched “The Sopranos.” </p> <p>“If you presented somebody with a movie script and said part of the story was we’d trade gold bars and cash and track it with DNA, and then we’re going to find the cash…you’d say we’ve got to edit that out of the script because it’s not believable,” said Jersey City Mayor Steven Fulop, who has a frosty relationship with Menendez and who is running for governor in 2025. “The only people that deal in gold bars are cartoon villains.” </p> <p>Former Democratic Sen. Bob Torricelli, who considered running for Menendez’s seat if he were convicted in 2017 — and who was likely one of the intended targets of Menendez’s courthouse threat — said the crimes Menendez is accused of committing may stand out well beyond New Jersey. He would know better than most: He ended his Senate reelection campaign in 2002 amid pressure for ethics violations. </p> <p>“There are always indiscretions in politics, as there are in any profession,” he said. “This is not only atypical of the United States Congress, it is unprecedented. It is unprecedented not only in this Congress, but in all Congresses that I’ve ever known and all that preceded us.”</p> <p>Barring another mistrial or some legal clearance of Menendez’s conduct, the fairytale of the American ideal he built his career on may only be a footnote to the darker story the world is about to watch unfold in a Manhattan courtroom. </p> <p>“It’s over. He’s not even in hospice,” a longtime Democratic operative who knows Menendez well said. “The priest is there. It’s just looking at the clock to get to last rites.”<br></p> <br>]]>
- </content:encoded>
- </item>
- <item>
- <title>History Offers Democrats a Way Out of the Menendez Problem</title>
- <link>https://www.politico.com/news/magazine/2023/09/25/history-dept-bob-menendez-democrats-00117935</link>
- <description>Oddly enough, it involves the very same seat the New Jersey senator refuses to resign.</description>
- <guid>https://www.politico.com/news/magazine/2023/09/25/history-dept-bob-menendez-democrats-00117935</guid>
- <pubDate>Mon, 25 Sep 2023 14:00:00 EST</pubDate>
- <dc:creator>Joshua Zeitz</dc:creator>
- <dc:description><i>Joshua Zeitz, a&nbsp;Politico Magazine&nbsp;contributing writer, is the author of&nbsp;</i><a href="https://www.amazon.com/Lincolns-God-Transformed-President-Nation/dp/198488221X/?_encoding=UTF8&amp;pd_rd_w=RsSsW&amp;content-id=amzn1.sym.bc5f3394-3b4c-4031-8ac0-18107ac75816&amp;pf_rd_p=bc5f3394-3b4c-4031-8ac0-18107ac75816&amp;pf_rd_r=9KVQ6H4YGNEVM2QJC4XG&amp;pd_rd_wg=T7POL&amp;pd_rd_r=8f687f00-e7f7-4db9-ba04-df90b04dedb6&amp;ref_=pd_gw_ci_mcx_mr_hp_atf_m"><i>Lincoln's God: How Faith Transformed a President and a Nation</i></a><i>&nbsp;(May 2023). Follow him&nbsp;</i><a href="https://twitter.com/JoshuaMZeitz"><i>@joshuamzeitz</i></a><i>.</i></dc:description>
- <dc:contributor>Joshua Zeitz</dc:contributor>
- <media:content type="application/octet-stream" url="https://static.politico.com/04/a4/53bc72c7442fac82c9052156067f/https-delivery-gettyimages.com/downloads/1689510968">
- <media:credit scheme="urn:ebu">Kena Betancur/AFP/Getty Images</media:credit>
- <media:title type="html">Bob Menendez is a notorious political brawler who has survived scandal before. But his luck seems to have run out, with party leaders in New Jersey abandoning him in droves.</media:title>
- <media:thumbnail url="https://static.politico.com/04/a4/53bc72c7442fac82c9052156067f/https-delivery-gettyimages.com/downloads/1689510968"/>
- </media:content>
- <maz:template>magazine</maz:template>
- <maz:modified>1695678200097</maz:modified>
- <content:encoded>
- <![CDATA[<img src="https://static.politico.com/04/a4/53bc72c7442fac82c9052156067f/https-delivery-gettyimages.com/downloads/1689510968"> <br> <p>Senator <a href="https://directory.politicopro.com/member/51523" data-person-id="51523" link-data="{"cms.site.owner":{"_ref":"0000014b-3270-d4f3-a3cb-f3ffa8610000","_type":"0000014b-324d-d4f3-a3cb-f3ff4161000e"},"cms.content.publishDate":1695671000618,"cms.content.publishUser":{"_ref":"00000180-f751-d6b4-a7e5-f7d9bbd30000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"cms.content.updateDate":1695671000618,"cms.content.updateUser":{"_ref":"00000180-f751-d6b4-a7e5-f7d9bbd30000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"originalTemplate":false,"member":"{\"identifier\":\"51523\",\"url\":\"https://directory.politicopro.com/member/51523\",\"preferredName\":\"Sen. Bob Menendez (D-NJ)\",\"isCommittee\":false}","text":"Robert Menendez","url":"https://directory.politicopro.com/member/51523","personId":"51523","_id":"0000018a-cdde-df44-abba-fdfe0f950000","_type":"353fe80b-e1b5-3663-85ca-add066ecafc0"}">Robert Menendez</a> had a bad week.</p> <p>A New Jersey Democrat currently serving his third full term in the Senate, Menendez was indicted last Thursday by federal prosecutors who laid out an <a href="https://www.politico.com/news/2023/09/22/authorities-to-charge-u-s-sen-bob-menendez-and-wife-today-00117590" target="_blank" link-data="{"linkText":"elaborate and damning case involving secret payments funneled through an American-based businessman","link":{"target":"NEW","attributes":[],"url":"https://www.politico.com/news/2023/09/22/authorities-to-charge-u-s-sen-bob-menendez-and-wife-today-00117590","_id":"0000018a-ef10-de6a-a5ef-ffb14aa70000","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14aa70001","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">elaborate and damning case involving secret payments funneled through an American-based businessman</a>, all tracing back to favors the senator allegedly performed on behalf of the Egyptian government.</p> <p>Even for New Jersey, which a <a href="https://ethics.harvard.edu/blog/measuring-illegal-and-legal-corruption-american-states-some-results-safra" target="_blank" link-data="{"linkText":"2014 Harvard study","link":{"target":"NEW","attributes":[],"url":"https://ethics.harvard.edu/blog/measuring-illegal-and-legal-corruption-american-states-some-results-safra","_id":"0000018a-ef10-de6a-a5ef-ffb14aa70002","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14aa70003","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">2014 Harvard study</a> named one of the two most politically corrupt states in the country, the details are eye-popping. Cash totaling almost half a million dollars stuffed into closets, drawers and clothes in Menendez’s home. Gold bars, the price of which the senator allegedly searched on the internet, totaling $100,000 in value. A Mercedes Benz.</p> <p>Menendez is a notorious political brawler who has survived scandal before — in 2017, a jury deadlocked on corruption charges that could have sent him to prison for years. But his luck seems to have run out, with party leaders in New Jersey abandoning him in droves — particularly the state’s all-powerful county chairs, who largely determine the outcome of primary elections — and national Democrats like Sen. <a href="https://directory.politicopro.com/member/317327" data-person-id="317327" link-data="{"cms.site.owner":{"_ref":"0000014b-3270-d4f3-a3cb-f3ffa8610000","_type":"0000014b-324d-d4f3-a3cb-f3ff4161000e"},"cms.content.publishDate":1695671011939,"cms.content.publishUser":{"_ref":"00000180-f751-d6b4-a7e5-f7d9bbd30000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"cms.content.updateDate":1695671011939,"cms.content.updateUser":{"_ref":"00000180-f751-d6b4-a7e5-f7d9bbd30000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"originalTemplate":false,"member":"{\"identifier\":\"317327\",\"url\":\"https://directory.politicopro.com/member/317327\",\"preferredName\":\"Sen. John Fetterman (D-PA)\",\"isCommittee\":false}","text":"John Fetterman","url":"https://directory.politicopro.com/member/317327","personId":"317327","_id":"0000018a-cdde-df44-abba-fdfe3bc90000","_type":"353fe80b-e1b5-3663-85ca-add066ecafc0"}">John Fetterman</a> (Penn.) and Rep. <a href="https://directory.politicopro.com/member/304452" data-person-id="304452" link-data="{"cms.site.owner":{"_ref":"0000014b-3270-d4f3-a3cb-f3ffa8610000","_type":"0000014b-324d-d4f3-a3cb-f3ff4161000e"},"cms.content.publishDate":1695671023234,"cms.content.publishUser":{"_ref":"00000180-f751-d6b4-a7e5-f7d9bbd30000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"cms.content.updateDate":1695671023234,"cms.content.updateUser":{"_ref":"00000180-f751-d6b4-a7e5-f7d9bbd30000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"originalTemplate":false,"member":"{\"identifier\":\"304452\",\"url\":\"https://directory.politicopro.com/member/304452\",\"preferredName\":\"Rep. Alexandria Ocasio-Cortez (D-NY)\",\"isCommittee\":false}","text":"Alexandria Ocasio-Cortez","url":"https://directory.politicopro.com/member/304452","personId":"304452","_id":"0000018a-cdde-df4e-abba-ddff69680000","_type":"353fe80b-e1b5-3663-85ca-add066ecafc0"}">Alexandria Ocasio-Cortez</a> (N.Y.) calling on him to resign.</p> <p>In short, Menendez is done. Regardless of his legal fortunes, he’s not going to be renominated next year. But what about the remainder of this term? If history is an indication, that is entirely up to his colleagues in the Senate.</p> <p>The Senate has not expelled a member of its body since 1862, during the Civil War. In modern times, only the <i>threat</i> of expulsion has compelled Senators to resign, rather than face the indignity of seeing their colleagues toss them out by vote. Several of those historical examples suggest that it’s possible for Senate Democrats to unhinge Menendez from his seat, but it won’t necessarily happen quickly.</p> <p>No example proves this point better than the case of Harrison “Pete” Williams, the disgraced New Jersey politician who was convicted of crimes related to the famous ABSCAM case. Ironically, Bob Menendez currently fills the same seat that Williams ultimately resigned.<br></p> <br><iframe style="max-width: 100%" width="1280" height="720" src="https://players.brightcove.net/1155968404/r1WF6V0Pl_default/index.html?videoId=6337645677112" frameborder="0"></iframe> <br> <br> <p><b>Between 1978 and 1980</b> the FBI conducted a sting operation in which agents posed as Arab businessmen and offered cash bribes to 31 elected officials. Ultimately, one senator and six House members took the bait. </p> <p>Williams, a four-term Senator and leading liberal in Congress, was the highest-ranking official to go down. In a <a href="https://www.nytimes.com/1981/05/02/nyregion/williams-is-guilty-on-all-nine-counts-in-abscam-inquiry.html" target="_blank" link-data="{"linkText":"bizarre and intricate scheme","link":{"target":"NEW","attributes":[],"url":"https://www.nytimes.com/1981/05/02/nyregion/williams-is-guilty-on-all-nine-counts-in-abscam-inquiry.html","_id":"0000018a-ef10-de6a-a5ef-ffb14aa80000","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14aa80001","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">bizarre and intricate scheme</a>, he agreed to help an undercover FBI agent posing as an Arab sheik to resolve hurdles in his U.S. immigration process in return for the sheik and his friends making a $100 million cash infusion in a mining business in which Williams held a secret 18 percent stake. Williams and his associates would then sell their interest to a <i>second</i> group of (fake) businessmen at a $70 million profit.</p> <p>The parallels between the Williams and Menendez cases are striking. While Williams never had the opportunity to stash cash and gold in his home — after all, there was no deal to be had; it was a sting — both men were alleged to have funneled foreign payments through real companies (in the Menendez case, through a halal meat enterprise; in Williams’ case, a mining operation). Both men also allegedly turned their corruption into a family enterprise. Where Menendez’s wife has been indicted alongside her husband, FBI tapes showed that Williams boasted to undercover agents of an earlier scheme in which he pressured the state’s casino authorities to approve a deal that benefited a company that employed his wife in a low- or no-show job. </p> <p>ABSCAM was somewhat controversial. Lawyers for the defense argued it was a classic case of entrapment, and in the case of Williams, there was something to the argument. During an initial encounter with the undercover agents, Williams seemed to demur. It took several months to get him on board. But once on board, he exhibited little compunction about profiting from his office and boasted frequently to agents of his past criminality. </p> <p>When federal prosecutors indicted Williams in 1980, the Democratic-controlled Senate launched and then promptly suspended an official investigation, on the premise that such a parallel procedure would prejudice his criminal trial. But in May 1981, when a federal jury returned guilty verdicts on all counts, the Senate, now in Republican control, opened hearings. It took roughly three months for the Ethics Committee to vote unanimously for a resolution to expel Williams, and over the course of the year, Williams, who was appealing his conviction, tangled with his colleagues in federal court over their right to expel him and the proper scope of a full Senate trial. </p> <p>It didn’t help his case that he was unrepentant. To his dying day, Williams would claim he was convicted of a “dishonest crime,” meaning he was entrapped, because “somebody else creates the situation for which you are convicted.”</p> <p>When one of Williams’ defenders, Hawaii Sen. Daniel Inouye, recommended that the body censure, rather than expel their colleague, arguing that expulsion had traditionally been reserved for cases of treason and insurrection, his Democratic colleague, Thomas Eagleton of Missouri, answered in disgust: “If non-treasonous behavior be the sole benchmark of fitness to serve in this body, then one must ask how fit is this body in which we serve?” Eagleton emerged as one of Williams’ most vocal critics and argued that if the convicted politician wouldn’t do them the dignity of vacating his seat, “we should not perpetrate our own disgrace by asking him to stay.”</p> <p>Ultimately, Williams ran down the clock. Only when his appeals were rejected in late 1981 and <i>only</i> when it became clear that the Senate would expel him on a bipartisan basis, did he relent. In March 1982 — more than two years after his initial indictment — he resigned his seat.<br></p> <br><iframe style="max-width: 100%" width="1280" height="720" src="https://players.brightcove.net/1155968404/r1WF6V0Pl_default/index.html?videoId=6337633220112" frameborder="0"></iframe> <br> <br> <p><b>That’s not a story that</b> augurs well for a speedy outcome in the Menendez case. While good money suggests his Senate days are numbered, Menendez is likely to hold on for as long as possible, if for no other reason than to maintain negotiating leverage with prosecutors and to raise money for his defense. He will become an albatross around the necks of fellow New Jersey Democrats and House and Senate colleagues in tough races. His presence in the Senate makes it all the harder for Democrats to build a case against GOP corruption next year. </p> <p>More recent examples don’t suggest a different outcome. In November 1992, multiple women accused Sen. Bob Packwood (R-Ore.) of sexual misconduct. It took almost three years for a long ethics process to unwind — one that did little credit to Packwood or to the Senate. Facing the likelihood of expulsion, in October 1995, Packwood finally resigned. The same was true of Sen. John Ensign, a Nevada Republican who allegedly arranged illegal hush payments and a lobbying job for a woman with whom he had an extramarital affair. It took almost two years after the first revelations of misconduct before Ensign agreed to resign, and again, only because his colleagues seemed prepared to expel him.</p> <p>All of which means, it’s in the Senate Democrats’ hands. They can drag it out, or they can expedite expulsion proceedings and make it clear to Menendez that he can leave quietly out the back door, or they can toss him out the front in full light of day.</p> <p>Everyone deserves their moment in court, but there is a difference between legal and political proceedings. </p> <p>Bob Menendez deserves the opportunity to explain to his colleagues how, on a senator’s salary, he came to possess a Mercedes-Benz C-300 convertible (<a href="https://www.justice.gov/usao-sdny/pr/us-senator-robert-menendez-his-wife-and-three-new-jersey-businessmen-charged-bribery" target="_blank" link-data="{"linkText":"sticker price, $60,000","link":{"target":"NEW","attributes":[],"url":"https://www.justice.gov/usao-sdny/pr/us-senator-robert-menendez-his-wife-and-three-new-jersey-businessmen-charged-bribery","_id":"0000018a-ef10-de6a-a5ef-ffb14aa80002","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14aa80003","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">sticker price, $60,000</a>) and $100,000 in gold bars, to say nothing of envelopes of cash bearing the fingerprints of his co-defendants. He should also have the opportunity to explain why he presumably never reported these assets or paid taxes on them. But the Senate doesn’t need to wait for his criminal trial to unfold before initiating its own investigation, and it shouldn’t take months for such a process to play out. There is evidence in abundance that allows for a speedy resolution of his ethics case and a vote on the Senate floor. </p> <p>The modern record suggests that embattled Senators will cling to their seats tenaciously, only until they know the die has been cast. <a href="https://directory.politicopro.com/member/51231" data-person-id="51231" link-data="{"cms.site.owner":{"_ref":"0000014b-3270-d4f3-a3cb-f3ffa8610000","_type":"0000014b-324d-d4f3-a3cb-f3ff4161000e"},"cms.content.publishDate":1695671044256,"cms.content.publishUser":{"_ref":"00000180-f751-d6b4-a7e5-f7d9bbd30000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"cms.content.updateDate":1695671044256,"cms.content.updateUser":{"_ref":"00000180-f751-d6b4-a7e5-f7d9bbd30000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"originalTemplate":false,"member":"{\"identifier\":\"51231\",\"url\":\"https://directory.politicopro.com/member/51231\",\"preferredName\":\"Sen. Chuck Schumer (D-NY)\",\"isCommittee\":false}","text":"Chuck Schumer","url":"https://directory.politicopro.com/member/51231","personId":"51231","_id":"0000018a-cdde-df4e-abba-ddffbc290000","_type":"353fe80b-e1b5-3663-85ca-add066ecafc0"}">Chuck Schumer</a> and his caucus have a job to do. History shows them exactly how to get it done.<br></p> <br>]]>
- </content:encoded>
- </item>
- <item>
- <title>Who’s in for the next GOP debate — and who might be watching from home</title>
- <link>https://www.politico.com/2024-election/presidential-debate-gop-candidates-schedule-moderators-polls-tracker/</link>
- <description>Consider us your guide to the biggest event of the primary so far, with the power to make or break a GOP hopeful.</description>
- <guid>https://www.politico.com/2024-election/presidential-debate-gop-candidates-schedule-moderators-polls-tracker/</guid>
- <dc:creator>Steven Shepard and Zach Montellaro</dc:creator>
- <dc:contributor>Steven Shepard and Zach Montellaro</dc:contributor>
- <media:content type="image/png" url="https://static.politico.com/8a/41/24507fed45d796e29dd30030a6c2/hpart.png">
- <media:title type="html">debate tracker</media:title>
- <media:thumbnail url="https://static.politico.com/8a/41/24507fed45d796e29dd30030a6c2/hpart.png"/>
- </media:content>
- <maz:template>web</maz:template>
- <maz:modified>1692986909230</maz:modified>
- </item>
- <item>
- <title>'It is a surrender': Why McCarthy reversed with his survival uncertain</title>
- <link>https://www.politico.com/news/2023/09/30/kevin-mccarthy-government-shutdown-deal-00119290</link>
- <description>After Saturday's shocking vote, the speaker all but taunted his critics to come after his gavel if they wanted to.</description>
- <guid>https://www.politico.com/news/2023/09/30/kevin-mccarthy-government-shutdown-deal-00119290</guid>
- <pubDate>Sat, 30 Sep 2023 16:32:11 EST</pubDate>
- <dc:creator>Sarah Ferris, Olivia Beavers and Jordain Carney</dc:creator>
- <dc:contributor>Sarah Ferris, Olivia Beavers and Jordain Carney</dc:contributor>
- <media:content type="image/jpeg" url="https://static.politico.com/e4/ef/7954796b4e8c9a4c12e35e55a2cc/kevin-mccarthy-94693.jpg">
- <media:credit scheme="urn:ebu">Francis Chung/POLITICO</media:credit>
- <media:title type="html">The bill was finished just before midnight on Friday. But House Speaker Kevin McCarthy didn’t unveil his plans to take up the bill until almost 11 hours later, after a choreographed parade of Republicans took the mic during a private 90-minute meeting to argue for exactly his proposal.</media:title>
- <media:thumbnail url="https://static.politico.com/e4/ef/7954796b4e8c9a4c12e35e55a2cc/kevin-mccarthy-94693.jpg"/>
- </media:content>
- <maz:template>core</maz:template>
- <maz:modified>1696165257689</maz:modified>
- <content:encoded>
- <![CDATA[<img src="https://static.politico.com/e4/ef/7954796b4e8c9a4c12e35e55a2cc/kevin-mccarthy-94693.jpg"> <br> <p>When he walked into the Capitol on Saturday, Speaker Kevin McCarthy knew exactly what he'd do to stave off a shutdown: Call up a bill that abandoned the border policy and spending cuts he’d preached for weeks.</p> <p>McCarthy's move marked an abrupt shift after spending most of the year trying to placate all corners of his party — including a dozen-plus hardliners who have made it next to impossible for him to maneuver anything onto the floor. After the vote, McCarthy all but taunted his critics to come after his gavel if they wanted to.</p> <p>And their first chance to do that will be Monday night. Multiple House conservatives confirmed in interviews they will begin seriously mulling whether they will try to seize McCarthy’s gavel in the coming days.</p> <p>“I think it is a surrender,” said Rep. <a href="https://directory.politicopro.com/member/195970" data-person-id="195970" link-data="{"cms.site.owner":{"_ref":"0000014b-3270-d4f3-a3cb-f3ffa8610000","_type":"0000014b-324d-d4f3-a3cb-f3ff4161000e"},"cms.content.publishDate":1696109600366,"cms.content.publishUser":{"_ref":"00000186-6085-de35-afde-61e715bb0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"cms.content.updateDate":1696109600366,"cms.content.updateUser":{"_ref":"00000186-6085-de35-afde-61e715bb0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"originalTemplate":false,"member":"{\"identifier\":\"195970\",\"url\":\"https://directory.politicopro.com/member/195970\",\"preferredName\":\"Rep. Ralph Norman (R-SC)\",\"isCommittee\":false}","text":"Ralph Norman","url":"https://directory.politicopro.com/member/195970","personId":"195970","_id":"0000018a-e802-dd68-a3cf-fbd28f670000","_type":"353fe80b-e1b5-3663-85ca-add066ecafc0"}">Ralph Norman</a> (R-S.C.), one of multiple conservatives who warned McCarthy not to accept Democratic help to avoid a shutdown.<br></p> <br><iframe style="max-width: 100%" width="1280" height="720" src="https://players.brightcove.net/1155968404/r1WF6V0Pl_default/index.html?videoId=6338160145112" frameborder="0"></iframe> <br> <p>In the end, the 45-day funding patch that is on track to keep the government open passed with more Democratic than GOP votes, in a repeat of the spring debt vote that first inflamed McCarthy's opponents.</p> <p>The bill was finished just before midnight on Friday. But McCarthy didn’t unveil his plans to take up the bill until almost 11 hours later, after a choreographed parade of Republicans took the mic during a private 90-minute meeting to argue for exactly his proposal.</p> <p>Dozens of conservatives ended up voting against the bill, which gave in on their two biggest priorities — spending cuts beyond McCarthy's spring debt deal and hard-right border policies. Still, McCarthy wanted the groundswell of support for it to look like an organic move by his members, rather an order down from leadership.</p> <p>Mere hours later, a majority of House Republicans backed the type of shutdown-averting bill that the California Republican had repeatedly sworn was unacceptable. McCarthy's 180-degree turn could soon threaten his speakership, giving conservatives who have threatened to try to eject him plenty of fodder to make their move.</p> <p>“You can’t form a coalition of more Democrats than you have Republicans who you're supposed to be the leader of, and not think that there's going to be serious, serious fallout,” Rep. Matt Rosendale (R-Mont.) said. He confirmed that after Saturday's spending vote, they would start discussions about ousting the speaker.</p> <p>Freedom Caucus member <a href="https://directory.politicopro.com/member/260201" data-person-id="260201" link-data="{"cms.site.owner":{"_ref":"0000014b-3270-d4f3-a3cb-f3ffa8610000","_type":"0000014b-324d-d4f3-a3cb-f3ff4161000e"},"cms.content.publishDate":1696109612805,"cms.content.publishUser":{"_ref":"00000186-6085-de35-afde-61e715bb0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"cms.content.updateDate":1696109612805,"cms.content.updateUser":{"_ref":"00000186-6085-de35-afde-61e715bb0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"originalTemplate":false,"member":"{\"identifier\":\"260201\",\"url\":\"https://directory.politicopro.com/member/260201\",\"preferredName\":\"Rep. Byron Donalds (R-FL)\",\"isCommittee\":false}","text":"Rep. Byron Donalds","url":"https://directory.politicopro.com/member/260201","personId":"260201","_id":"0000018a-e802-dd68-a3cf-fbd2b8c70000","_type":"353fe80b-e1b5-3663-85ca-add066ecafc0"}">Rep. Byron Donalds</a> (R-Fla.) acknowledged that McCarthy’s speakership is “probably” in danger, but added: “I’m not even getting into that right now. There are other members that have to decide if they want to bring that or not.”</p> <p>House Freedom Caucus Chair Rep. <a href="https://directory.politicopro.com/member/194221" data-person-id="194221" link-data="{"cms.site.owner":{"_ref":"0000014b-3270-d4f3-a3cb-f3ffa8610000","_type":"0000014b-324d-d4f3-a3cb-f3ff4161000e"},"cms.content.publishDate":1696109622403,"cms.content.publishUser":{"_ref":"00000186-6085-de35-afde-61e715bb0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"cms.content.updateDate":1696109622403,"cms.content.updateUser":{"_ref":"00000186-6085-de35-afde-61e715bb0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"originalTemplate":false,"member":"{\"identifier\":\"194221\",\"url\":\"https://directory.politicopro.com/member/194221\",\"preferredName\":\"Rep. Scott Perry (R-PA)\",\"isCommittee\":false}","text":"Scott Perry","url":"https://directory.politicopro.com/member/194221","personId":"194221","_id":"0000018a-e802-d2cf-a3af-fb96e4490000","_type":"353fe80b-e1b5-3663-85ca-add066ecafc0"}">Scott Perry</a> (R–Pa.) said he did not expect an effort to oust McCarthy because Republicans didn't “have any other option" but to bring up a clean spending patch after GOP holdouts tanked their own party's plan.</p> <p>But Perry — who has himself lost sway with some more conservative members — didn’t commit to opposing a McCarthy ouster. He told POLITICO: “The case has to be made. So we’ll listen to the argument.”</p> <p>McCarthy’s biggest antagonist, Rep. <a href="https://directory.politicopro.com/member/189765" data-person-id="189765" link-data="{"cms.site.owner":{"_ref":"0000014b-3270-d4f3-a3cb-f3ffa8610000","_type":"0000014b-324d-d4f3-a3cb-f3ff4161000e"},"cms.content.publishDate":1696109633460,"cms.content.publishUser":{"_ref":"00000186-6085-de35-afde-61e715bb0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"cms.content.updateDate":1696109633460,"cms.content.updateUser":{"_ref":"00000186-6085-de35-afde-61e715bb0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"originalTemplate":false,"member":"{\"identifier\":\"189765\",\"url\":\"https://directory.politicopro.com/member/189765\",\"preferredName\":\"Rep. Matt Gaetz (R-FL)\",\"isCommittee\":false}","text":"Matt Gaetz","url":"https://directory.politicopro.com/member/189765","personId":"189765","_id":"0000018a-e803-d2cf-a3af-fb970e190000","_type":"353fe80b-e1b5-3663-85ca-add066ecafc0"}">Matt Gaetz</a> (R-Fla.), has not yet declared that he intends to force a vote to boot the speaker over the Saturday vote.</p> <p>"That will be something I will chat with my colleagues about,” Gaetz said, just before the bill passed on the floor.<br></p> <br> <img src="https://static.politico.com/58/30/f6d8da2e4de8a48848cca89417df/house-of-representatives-62317.jpg"> <br> <p>Republicans are waiting and watching the Floridian: Many observed him on the floor attempting to speak at the podium minutes after McCarthy ally Rep. Stephanie Bice (R-Okla.) moved to adjourn the House after the bill passed. But before Gaetz could speak, as he held his hand up — Rep. <a href="https://directory.politicopro.com/member/151739" data-person-id="151739" link-data="{"cms.site.owner":{"_ref":"0000014b-3270-d4f3-a3cb-f3ffa8610000","_type":"0000014b-324d-d4f3-a3cb-f3ff4161000e"},"cms.content.publishDate":1696109697643,"cms.content.publishUser":{"_ref":"00000186-6085-de35-afde-61e715bb0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"cms.content.updateDate":1696109697643,"cms.content.updateUser":{"_ref":"00000186-6085-de35-afde-61e715bb0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"originalTemplate":false,"member":"{\"identifier\":\"151739\",\"url\":\"https://directory.politicopro.com/member/151739\",\"preferredName\":\"Rep. Steve Womack (R-AR)\",\"isCommittee\":false}","text":"Steve Womack","url":"https://directory.politicopro.com/member/151739","personId":"151739","_id":"0000018a-e804-de9d-afbf-ebdc0b790000","_type":"353fe80b-e1b5-3663-85ca-add066ecafc0"}">Steve Womack</a> (R-Ark.), another McCarthy ally, who controlled the floor, swiftly banged the gavel down. </p> <p>Gaetz shortly thereafter told POLITICO that he would have requested a vote on a motion to adjourn, which could have kept the House in session through the weekend, rather than what many are waiting for him to attempt: a motion to eject McCarthy.</p> <p>There's no unanimity within the Freedom Caucus, with some trying to distance themselves from the gambit deployed lately by Gaetz, who is not a member of the group. One Republican in the bloc, who requested anonymity to speak candidly, estimated that there weren't “many members beyond Gaetz" talking about booting the speaker and predicted McCarthy ultimately came out of the spending fight strengthened — for now.<br></p> <br><iframe style="max-width: 100%" width="1280" height="720" src="https://players.brightcove.net/1155968404/r1WF6V0Pl_default/index.html?videoId=6338195522112" frameborder="0"></iframe> <br> <p>McCarthy, meanwhile, was defiant: “If someone wants to make a motion against me, bring it.”</p> <p>He's heard clear warnings from his right flank for weeks that if he relied on House Democrats to keep the government open, he would likely face a forced vote to take his gavel. Gaetz was polling Democrats this week on whether they would back him if he made a move against McCarthy — conversations <a href="https://www.politico.com/live-updates/2023/09/29/congress/gaetz-courts-dems-00119085" target="_blank" link-data="{"linkText":"<u>first reported</u>","link":{"target":"NEW","attributes":[],"url":"https://www.politico.com/live-updates/2023/09/29/congress/gaetz-courts-dems-00119085","_id":"0000018a-ef10-de6a-a5ef-ffb14ab00000","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14ab00001","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}"><u>first reported</u></a> by POLITICO.</p> <p>On the other side of the conference, some of McCarthy’s centrist allies have started quiet talks with Democrats about how they could help save the speaker in what would be a historic ouster vote. (The move was last attempted in 1910 and has never succeeded.)</p> <p>“We’re just prepared for it. Take it head on, don’t run from it. We’ll work our best to defeat it. We’re not going to get pushed around by a handful of people,” said Rep. <a href="https://directory.politicopro.com/member/227109" data-person-id="227109" link-data="{"cms.site.owner":{"_ref":"0000014b-3270-d4f3-a3cb-f3ffa8610000","_type":"0000014b-324d-d4f3-a3cb-f3ff4161000e"},"cms.content.publishDate":1696109899844,"cms.content.publishUser":{"_ref":"00000186-6085-de35-afde-61e715bb0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"cms.content.updateDate":1696109899844,"cms.content.updateUser":{"_ref":"00000186-6085-de35-afde-61e715bb0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"originalTemplate":false,"member":"{\"identifier\":\"227109\",\"url\":\"https://directory.politicopro.com/member/227109\",\"preferredName\":\"Rep. Don Bacon (R-NE)\",\"isCommittee\":false}","text":"Don Bacon","url":"https://directory.politicopro.com/member/227109","personId":"227109","_id":"0000018a-e807-de9d-afbf-ebdf1d910000","_type":"353fe80b-e1b5-3663-85ca-add066ecafc0"}">Don Bacon</a> (R-Neb.), a centrist McCarthy ally.</p> <p>House Minority Leader <a href="https://directory.politicopro.com/member/196306" data-person-id="196306" link-data="{"cms.site.owner":{"_ref":"0000014b-3270-d4f3-a3cb-f3ffa8610000","_type":"0000014b-324d-d4f3-a3cb-f3ff4161000e"},"cms.content.publishDate":1696109664407,"cms.content.publishUser":{"_ref":"00000186-6085-de35-afde-61e715bb0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"cms.content.updateDate":1696109664407,"cms.content.updateUser":{"_ref":"00000186-6085-de35-afde-61e715bb0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"originalTemplate":false,"member":"{\"identifier\":\"196306\",\"url\":\"https://directory.politicopro.com/member/196306\",\"preferredName\":\"Rep. Hakeem Jeffries (D-NY)\",\"isCommittee\":false}","text":"Hakeem Jeffries","url":"https://directory.politicopro.com/member/196306","personId":"196306","_id":"0000018a-e803-d2cf-a3af-fb9788b70000","_type":"353fe80b-e1b5-3663-85ca-add066ecafc0"}">Hakeem Jeffries</a>, who has refused to engage in hypotheticals involving his party helping save McCarthy’s gavel, deferred on Saturday when asked if the speaker did the right thing by putting up the bipartisan spending bill.<br></p> <br> <img src="https://static.politico.com/59/66/6b5d6f3b41e6b97f8fc21c0b10b2/house-of-representatives-28280.jpg"> <br> <p>“The House, led by Democrats, was able to accomplish the right thing on behalf of the American people,” the New York Democrat said.</p> <p>Many of the speaker’s allies have grown tired of the threat dangling over his head, saying that perhaps it’s time for those defectors to put up or shut up.</p> <p>“I don’t think he’s lost any strength. But if someone wants to do this, just come on. I’m tired of talking about this fight,” said Rules Chair <a href="https://directory.politicopro.com/member/51327" data-person-id="51327" link-data="{"cms.site.owner":{"_ref":"0000014b-3270-d4f3-a3cb-f3ffa8610000","_type":"0000014b-324d-d4f3-a3cb-f3ff4161000e"},"cms.content.publishDate":1696110031347,"cms.content.publishUser":{"_ref":"00000186-6085-de35-afde-61e715bb0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"cms.content.updateDate":1696110031347,"cms.content.updateUser":{"_ref":"00000186-6085-de35-afde-61e715bb0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"originalTemplate":false,"member":"{\"identifier\":\"51327\",\"url\":\"https://directory.politicopro.com/member/51327\",\"preferredName\":\"Rep. Tom Cole (R-OK)\",\"isCommittee\":false}","text":"Tom Cole","url":"https://directory.politicopro.com/member/51327","personId":"51327","_id":"0000018a-e809-d56c-abfa-ec6d22990000","_type":"353fe80b-e1b5-3663-85ca-add066ecafc0"}">Tom Cole</a> (R-Okla.). “They didn’t have a candidate last time, they don’t have a candidate this time. None of the people that would vote against him have the guts to run against him.”</p> <p>Some are quick to claim that the failure to achieve any conservative policy victories in Saturday's vote stemmed from conservatives' antics.</p> <p>Womack, who had overseen the floor, later chided McCarthy’s intra-party foes: “This is what happens when you can't get to yes.”</p> <p><i>Nicholas Wu contributed.</i></p>]]>
- </content:encoded>
- </item>
- <item>
- <title>The race to replace Dianne Feinstein is about to get even more expensive</title>
- <link>https://www.politico.com/news/2023/09/29/dianne-feinstein-race-to-replace-00119220</link>
- <description>A special election means even more money can pour into the Senate race.</description>
- <guid>https://www.politico.com/news/2023/09/29/dianne-feinstein-race-to-replace-00119220</guid>
- <pubDate>Fri, 29 Sep 2023 16:39:03 EST</pubDate>
- <dc:creator>Steven Shepard and Jessica Piper</dc:creator>
- <dc:contributor>Steven Shepard and Jessica Piper</dc:contributor>
- <media:content type="image/jpeg" url="https://static.politico.com/25/ad/2155aaef4e60975f900ad3978a5d/obit-feinstein-15535.jpg">
- <media:credit scheme="urn:ebu">Jacquelyn Martin/AP Photo</media:credit>
- <media:title type="html">Democratic Sen. Dianne Feinstein’s death this week means the state’s governor, Gavin Newsom, will name a replacement who will serve until a special election can be scheduled.</media:title>
- <media:thumbnail url="https://static.politico.com/25/ad/2155aaef4e60975f900ad3978a5d/obit-feinstein-15535.jpg"/>
- </media:content>
- <maz:template>core</maz:template>
- <maz:modified>1696023543747</maz:modified>
- <content:encoded>
- <![CDATA[<img src="https://static.politico.com/25/ad/2155aaef4e60975f900ad3978a5d/obit-feinstein-15535.jpg"> <br> <p>California’s already blockbuster 2024 Senate race just got more confusing — and potentially a lot more expensive.</p> <p>Democratic Sen. <a href="https://directory.politicopro.com/member/51184" data-person-id="51184" link-data="{"cms.site.owner":{"_ref":"0000014b-3270-d4f3-a3cb-f3ffa8610000","_type":"0000014b-324d-d4f3-a3cb-f3ff4161000e"},"cms.content.publishDate":1696022416837,"cms.content.publishUser":{"_ref":"00000187-1473-d989-a7a7-bfffa9da0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"cms.content.updateDate":1696022416837,"cms.content.updateUser":{"_ref":"00000187-1473-d989-a7a7-bfffa9da0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"originalTemplate":false,"member":"{\"identifier\":\"51184\",\"url\":\"https://directory.politicopro.com/member/51184\",\"preferredName\":\"Sen. Dianne Feinstein (D-CA)\",\"isCommittee\":false}","text":"Dianne Feinstein","url":"https://directory.politicopro.com/member/51184","personId":"51184","_id":"0000018a-e2d0-dd68-a3cf-fbd043da0000","_type":"353fe80b-e1b5-3663-85ca-add066ecafc0"}">Dianne Feinstein</a>’s <a href="https://www.politico.com/news/2023/09/29/feinstein-dies-at-90-00119040" target="_blank" link-data="{"cms.site.owner":{"_ref":"0000014b-3270-d4f3-a3cb-f3ffa8610000","_type":"0000014b-324d-d4f3-a3cb-f3ff4161000e"},"cms.content.publishDate":1696022611122,"cms.content.publishUser":{"_ref":"00000187-1473-d989-a7a7-bfffa9da0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"cms.content.updateDate":1696022611122,"cms.content.updateUser":{"_ref":"00000187-1473-d989-a7a7-bfffa9da0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"originalTemplate":false,"link":{"originalTemplate":false,"attributes":[],"target":"NEW","url":"https://www.politico.com/news/2023/09/29/feinstein-dies-at-90-00119040","_id":"0000018a-e2d3-d2cf-a3af-fbd73b660001","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"linkText":"death this week","_id":"0000018a-e2d3-d2cf-a3af-fbd73b660000","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">death this week</a> means the state’s governor, Gavin Newsom, <a href="https://www.politico.com/news/2023/09/29/feinstein-death-senate-seat-contest-00119079" target="_blank" link-data="{"cms.site.owner":{"_ref":"0000014b-3270-d4f3-a3cb-f3ffa8610000","_type":"0000014b-324d-d4f3-a3cb-f3ff4161000e"},"cms.content.publishDate":1696022554704,"cms.content.publishUser":{"_ref":"00000187-1473-d989-a7a7-bfffa9da0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"cms.content.updateDate":1696022554704,"cms.content.updateUser":{"_ref":"00000187-1473-d989-a7a7-bfffa9da0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"originalTemplate":false,"link":{"originalTemplate":false,"attributes":[],"target":"NEW","url":"https://www.politico.com/news/2023/09/29/feinstein-death-senate-seat-contest-00119079","_id":"0000018a-e2d2-de9d-afbf-ebde63690001","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"linkText":"will name a replacement","_id":"0000018a-e2d2-de9d-afbf-ebde63690000","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">will name a replacement</a> who will serve until a special election can be scheduled. That means there will be four Senate elections next year: a pair of primary and general special elections to complete the remainder of Feinstein’s term, and the regularly scheduled 2024 primary and general elections for the new term beginning in 2025.</p> <p>But it could also have big consequences for the campaign. Thanks to an arcane provision of federal law, doubling the number of elections means doubling the amount of money a candidate can raise from individual donors — from $6,600 to $13,200 — for the very same seat in the very same year.</p> <p>Newsom has promised to appoint a caretaker who won’t be a candidate in the election, and two candidates already have eight-figure bank accounts: Democratic Reps. <a href="https://directory.politicopro.com/member/37473" data-person-id="37473" link-data="{"cms.site.owner":{"_ref":"0000014b-3270-d4f3-a3cb-f3ffa8610000","_type":"0000014b-324d-d4f3-a3cb-f3ff4161000e"},"cms.content.publishDate":1696022580992,"cms.content.publishUser":{"_ref":"00000187-1473-d989-a7a7-bfffa9da0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"cms.content.updateDate":1696022580992,"cms.content.updateUser":{"_ref":"00000187-1473-d989-a7a7-bfffa9da0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"originalTemplate":false,"member":"{\"identifier\":\"37473\",\"url\":\"https://directory.politicopro.com/member/37473\",\"preferredName\":\"Adam Schiff (D)\",\"isCommittee\":false}","text":"Adam Schiff","url":"https://directory.politicopro.com/member/37473","personId":"37473","_id":"0000018a-e2d2-d56c-abfa-eeffc2380000","_type":"353fe80b-e1b5-3663-85ca-add066ecafc0"}">Adam Schiff</a> and <a href="https://directory.politicopro.com/member/307578" data-person-id="307578" link-data="{"cms.site.owner":{"_ref":"0000014b-3270-d4f3-a3cb-f3ffa8610000","_type":"0000014b-324d-d4f3-a3cb-f3ff4161000e"},"cms.content.publishDate":1696022600315,"cms.content.publishUser":{"_ref":"00000187-1473-d989-a7a7-bfffa9da0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"cms.content.updateDate":1696022600315,"cms.content.updateUser":{"_ref":"00000187-1473-d989-a7a7-bfffa9da0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"originalTemplate":false,"member":"{\"identifier\":\"307578\",\"url\":\"https://directory.politicopro.com/member/307578\",\"preferredName\":\"Rep. Katie Porter (D-CA)\",\"isCommittee\":false}","text":"Katie Porter","url":"https://directory.politicopro.com/member/307578","personId":"307578","_id":"0000018a-e2d3-d56c-abfa-eeff0eb00000","_type":"353fe80b-e1b5-3663-85ca-add066ecafc0"}">Katie Porter</a>, who will now be able to return to their biggest donors for more money.</p> <p>Schiff had 495 people who’d already given the maximum $6,600 at the halfway point of the year, according to a POLITICO analysis; for Porter, who relies more heavily on smaller donors, that number was 47.<br></p> <br> <p>If they all opened their checkbooks again to donate the new maximum amount, it would mean another more than $3.2 million raised by Schiff and a more modest $310,000 for Porter.</p> <p>The special election will almost certainly be held at the same time as the election for the full Senate term. That means voters participating in the state’s “Super Tuesday” primary next March will vote for Senate twice: once in the special election, and once in the regular race.</p> <p>And then in November, they’ll do it again, choosing between the top two finishers in both primary races. The winner of the special election will likely take office sometime in Nov. 2024 — and if the same candidate wins both races, they’ll get a leg up on Senate seniority over the others in their class who will first be elected next year.</p> <p>Voters in California should be somewhat used to this, because it’s exactly what happened last year. When Kamala Harris resigned from the Senate two days before she was inaugurated as vice president in January 2021, Newsom appointed <a href="https://directory.politicopro.com/member/189610" data-person-id="189610" link-data="{"cms.site.owner":{"_ref":"0000014b-3270-d4f3-a3cb-f3ffa8610000","_type":"0000014b-324d-d4f3-a3cb-f3ff4161000e"},"cms.content.publishDate":1696022714416,"cms.content.publishUser":{"_ref":"00000187-1473-d989-a7a7-bfffa9da0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"cms.content.updateDate":1696022714416,"cms.content.updateUser":{"_ref":"00000187-1473-d989-a7a7-bfffa9da0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"originalTemplate":false,"member":"{\"identifier\":\"189610\",\"url\":\"https://directory.politicopro.com/member/189610\",\"preferredName\":\"Sen. Alex Padilla (D-CA)\",\"isCommittee\":false}","text":"Alex Padilla","url":"https://directory.politicopro.com/member/189610","personId":"189610","_id":"0000018a-e2d4-d56c-abfa-eefdcf010000","_type":"353fe80b-e1b5-3663-85ca-add066ecafc0"}">Alex Padilla</a> to replace her.</p> <p>Padilla then had to run in two separate elections in both the June primary and the November general election: a special election to complete the final months of Harris’ term, and the start of the new term that began this January. (He won both easily.)</p> <p>The nation’s most populous state is already known for expensive elections, including a series of self-funding candidates who shelled out millions of their own money in mostly unsuccessful runs for statewide office, like Meg Whitman, Al Checchi and Steve Westly. But next year’s Senate race to replace Feinstein — who had already announced her retirement — could break records.</p> <p>Schiff and Porter have already established themselves as prodigious fundraisers: As of June 30, Schiff had a massive $29.8 million in cash on hand, $19 million more than any other Senate candidate, including incumbents, slated to appear on the ballot in any state in 2024.</p> <p>Porter, meanwhile, had $10.4 million banked at the end of June, trailing only Schiff and three sitting senators — <a href="https://directory.politicopro.com/member/198919" data-person-id="198919" link-data="{"cms.site.owner":{"_ref":"0000014b-3270-d4f3-a3cb-f3ffa8610000","_type":"0000014b-324d-d4f3-a3cb-f3ff4161000e"},"cms.content.publishDate":1696022795487,"cms.content.publishUser":{"_ref":"00000187-1473-d989-a7a7-bfffa9da0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"cms.content.updateDate":1696022795487,"cms.content.updateUser":{"_ref":"00000187-1473-d989-a7a7-bfffa9da0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"originalTemplate":false,"member":"{\"identifier\":\"198919\",\"url\":\"https://directory.politicopro.com/member/198919\",\"preferredName\":\"Sen. Kyrsten Sinema (I-AZ)\",\"isCommittee\":false}","text":"Krysten Sinema ","url":"https://directory.politicopro.com/member/198919","personId":"198919","_id":"0000018a-e2d6-d2cf-a3af-fbd609520000","_type":"353fe80b-e1b5-3663-85ca-add066ecafc0"}">Krysten Sinema </a>(I-Ariz.), <a href="https://directory.politicopro.com/member/51845" data-person-id="51845" link-data="{"cms.site.owner":{"_ref":"0000014b-3270-d4f3-a3cb-f3ffa8610000","_type":"0000014b-324d-d4f3-a3cb-f3ff4161000e"},"cms.content.publishDate":1696022806131,"cms.content.publishUser":{"_ref":"00000187-1473-d989-a7a7-bfffa9da0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"cms.content.updateDate":1696022806131,"cms.content.updateUser":{"_ref":"00000187-1473-d989-a7a7-bfffa9da0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"originalTemplate":false,"member":"{\"identifier\":\"51845\",\"url\":\"https://directory.politicopro.com/member/51845\",\"preferredName\":\"Sen. Jon Tester (D-MT)\",\"isCommittee\":false}","text":"Jon Tester","url":"https://directory.politicopro.com/member/51845","personId":"51845","_id":"0000018a-e2d6-dd68-a3cf-fbd62f7d0000","_type":"353fe80b-e1b5-3663-85ca-add066ecafc0"}">Jon Tester</a> (D-Mont.) and <a href="https://directory.politicopro.com/member/151825" data-person-id="151825" link-data="{"cms.site.owner":{"_ref":"0000014b-3270-d4f3-a3cb-f3ffa8610000","_type":"0000014b-324d-d4f3-a3cb-f3ff4161000e"},"cms.content.publishDate":1696022813144,"cms.content.publishUser":{"_ref":"00000187-1473-d989-a7a7-bfffa9da0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"cms.content.updateDate":1696022813144,"cms.content.updateUser":{"_ref":"00000187-1473-d989-a7a7-bfffa9da0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"originalTemplate":false,"member":"{\"identifier\":\"151825\",\"url\":\"https://directory.politicopro.com/member/151825\",\"preferredName\":\"Sen. Joe Manchin (D-WV)\",\"isCommittee\":false}","text":"Joe Manchin","url":"https://directory.politicopro.com/member/151825","personId":"151825","_id":"0000018a-e2d6-de9d-afbf-ebde4e2c0000","_type":"353fe80b-e1b5-3663-85ca-add066ecafc0"}">Joe Manchin</a> (D-W.Va.).<br></p> <br> <p>Both Schiff and Porter were miles ahead of the other Democratic member of Congress running for the seat, Rep. <a href="https://directory.politicopro.com/member/51481" data-person-id="51481" link-data="{"cms.site.owner":{"_ref":"0000014b-3270-d4f3-a3cb-f3ffa8610000","_type":"0000014b-324d-d4f3-a3cb-f3ff4161000e"},"cms.content.publishDate":1696022845998,"cms.content.publishUser":{"_ref":"00000187-1473-d989-a7a7-bfffa9da0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"cms.content.updateDate":1696022845998,"cms.content.updateUser":{"_ref":"00000187-1473-d989-a7a7-bfffa9da0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"originalTemplate":false,"member":"{\"identifier\":\"51481\",\"url\":\"https://directory.politicopro.com/member/51481\",\"preferredName\":\"Rep. Barbara Lee (D-CA)\",\"isCommittee\":false}","text":"Barbara Lee","url":"https://directory.politicopro.com/member/51481","personId":"51481","_id":"0000018a-e2d6-de9d-afbf-ebded0cf0000","_type":"353fe80b-e1b5-3663-85ca-add066ecafc0"}">Barbara Lee</a>, who had $1.4 million. A fourth Democrat, former Google executive Lexi Reese, ended June with $625,000 in cash on hand, some of which was self-funded.</p> <p>Lee and her allies have already bemoaned the cash chasm. Allies of the longtime Oakland congressperson set up a super PAC, She Speaks for Me, which had raised $1.5 million by the halfway point of the year.</p> <p>Like all super PACs, the pro-Lee group can raise unlimited funds — an attempt to help her close the gap with Schiff’s and Porter’s campaigns, which are subject to the contribution limits outlined in federal campaign finance law.</p> <p>Those limits are set each cycle by the Federal Election Commission; for 2024, candidates can raise $3,300 <i>per election</i> from individual donors. That means a candidate who wins a primary — or, in California, finishes in the top two spots in the all-party primary — can collect a maximum of $6,600 per donor, $3,300 each for the primary and general. (Candidates can accept up to that total during the primary but can’t touch the general election money until after the primary.)</p> <p>But now there will be the additional two special elections as soon as Newsom issues a proclamation to set those dates. That means individual donors can give an additional $3,300 for the special primary and another $3,300 for the special general election.</p> <p>Polling currently shows Schiff and Porter with the early edge in the primary. A <a href="https://escholarship.org/uc/item/8tt5f2tq?" target="_blank" link-data="{"linkText":"Berkeley IGS poll","link":{"target":"NEW","attributes":[],"url":"https://escholarship.org/uc/item/8tt5f2tq?","_id":"0000018a-ef10-de6a-a5ef-ffb14ab90000","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14ab90001","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">Berkeley IGS poll</a> conducted last month found Schiff (20 percent) and Porter (17 percent) ahead of Lee (7 percent) and two Republican candidates, former Dodgers and Padres first baseman Steve Garvey (7 percent) and businessperson James Bradley (7 percent).</p> <p>The candidates will all be required to next update their fundraising totals Oct. 15, reports that will cover the third quarter, which ends Saturday. Super PACs like Lee’s won’t have to file again with the Federal Election Commission until the end of next January, until or unless they make an independent expenditure, like television or radio advertising.</p>]]>
- </content:encoded>
- </item>
- <item>
- <title>Pelosi to accompany Feinstein's body home to California</title>
- <link>https://www.politico.com/news/2023/09/30/pelosi-to-accompany-feinsteins-body-home-to-california-00119287</link>
- <description>A U.S. military plane will take Feinstein back to San Francisco Saturday.</description>
- <guid>https://www.politico.com/news/2023/09/30/pelosi-to-accompany-feinsteins-body-home-to-california-00119287</guid>
- <pubDate>Sat, 30 Sep 2023 14:35:41 EST</pubDate>
- <dc:creator>Julia Marsh, Nicholas Wu and Christopher Cadelago</dc:creator>
- <dc:description>Christopher Cadelago is the California bureau chief at POLITICO, serving as the lead politics reporter and helping guide coverage across the Golden State. Based at the Capitol, Cadelago covers elections and political power, from the governor’s mansion to the players in Los Angeles, the Bay Area and Silicon Valley. He regularly contributes stories in POLITICO Magazine.<br/><br/>In Washington, Cadelago served as a White House correspondent covering Joe Biden and Donald Trump and was a lead reporter for the presidential campaigns of Biden and Kamala Harris.<br/><br/>Before joining POLITICO in 2018, he worked at The Sacramento Bee in the Capitol bureau, anchored investigations at The San Diego Union-Tribune in Sacramento and wrote about politics for newspapers in San Diego, Los Angeles and San Francisco.<br/><br/>Cadelago is a San Francisco native and a graduate of the University of California, Berkeley. He lives with his family in Sacramento’s Land Park neighborhood.</dc:description>
- <dc:contributor>Julia Marsh, Nicholas Wu and Christopher Cadelago</dc:contributor>
- <media:content type="image/jpeg" url="https://static.politico.com/6a/c9/e5f0cfbf48d69e2ebf0f3403fff6/election-2024-senate-california-52038.jpg">
- <media:credit scheme="urn:ebu">J. Scott Applewhite/AP Photo</media:credit>
- <media:title type="html">Sen. Dianne Feinstein, who passed away on Thursday, will be flown back to California on a U.S. military plane Saturday.</media:title>
- <media:thumbnail url="https://static.politico.com/6a/c9/e5f0cfbf48d69e2ebf0f3403fff6/election-2024-senate-california-52038.jpg"/>
- </media:content>
- <maz:template>core</maz:template>
- <maz:modified>1696116644331</maz:modified>
- <content:encoded>
- <![CDATA[<img src="https://static.politico.com/6a/c9/e5f0cfbf48d69e2ebf0f3403fff6/election-2024-senate-california-52038.jpg"> <br> <p>Rep. Nancy Pelosi will accompany the body of late Sen. Dianne Feinstein back to California on a U.S. military plane Saturday following <a href="https://www.politico.com/live-updates/2023/09/30/congress/stopgap-passes-00119280" target="_blank" link-data="{"cms.site.owner":{"_ref":"0000014b-3270-d4f3-a3cb-f3ffa8610000","_type":"0000014b-324d-d4f3-a3cb-f3ff4161000e"},"cms.content.publishDate":1696101047574,"cms.content.publishUser":{"_ref":"0000017e-264f-dee4-a5ff-ee5ff02b0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"cms.content.updateDate":1696101047574,"cms.content.updateUser":{"_ref":"0000017e-264f-dee4-a5ff-ee5ff02b0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"originalTemplate":false,"link":{"originalTemplate":false,"attributes":[],"target":"NEW","url":"https://www.politico.com/live-updates/2023/09/30/congress/stopgap-passes-00119280","_id":"0000018a-e780-d56c-abfa-efed14df0001","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"linkText":"a House vote","_id":"0000018a-e780-d56c-abfa-efed14df0000","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">a House vote</a> passing a stopgap funding patch.</p> <p>"The House has finished voting, and Speaker Pelosi will accompany Senator Feinstein on her final journey home to San Francisco," a spokesperson for the Democratic speaker emerita said. </p> <p>The two California Democrats served together in Congress for decades. Back in San Francisco, they were neighbors and friends. Pelosi's daughter Nancy Corinne was also close to Feinstein. </p> <p>A spokesperson for Feinstein said the late senator’s daughter, Katherine Feinstein, would also be on the government plane that was authorized by the White House. Her family has not yet announced memorial plans.</p> <p>The plane is expected to land at San Francisco International Airport around 6 p.m. local time. Members of the public won’t be able to access the area or see the runway from the road.</p> <p>Feinstein, who was 90, died Thursday at her home in Washington following years of declining health. </p> <p>California Gov. Gavin Newsom <a href="https://www.politico.com/news/2023/09/29/feinstein-death-senate-seat-contest-00119079" target="_blank" link-data="{"cms.site.owner":{"_ref":"0000014b-3270-d4f3-a3cb-f3ffa8610000","_type":"0000014b-324d-d4f3-a3cb-f3ff4161000e"},"cms.content.publishDate":1696100969372,"cms.content.publishUser":{"_ref":"0000017e-264f-dee4-a5ff-ee5ff02b0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"cms.content.updateDate":1696100969372,"cms.content.updateUser":{"_ref":"0000017e-264f-dee4-a5ff-ee5ff02b0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"originalTemplate":false,"link":{"originalTemplate":false,"attributes":[],"target":"NEW","url":"https://www.politico.com/news/2023/09/29/feinstein-death-senate-seat-contest-00119079","_id":"0000018a-e77e-d2cf-a3af-fffedee00000","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"linkText":"is expected to","_id":"0000018a-e77e-d2cf-a3af-fffededf0000","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">is expected to</a> name a replacement in the coming days. </p>]]>
- </content:encoded>
- </item>
- <item>
- <title>Feinstein, trail-blazing California senator, dies at 90</title>
- <link>https://www.politico.com/news/2023/09/29/feinstein-dies-at-90-00119040</link>
- <description>“Senator Feinstein was a force of nature who made an incredible impact on our country and her home state,” her chief of staff said in a statement.</description>
- <guid>https://www.politico.com/news/2023/09/29/feinstein-dies-at-90-00119040</guid>
- <pubDate>Fri, 29 Sep 2023 07:57:14 EST</pubDate>
- <dc:creator>Burgess Everett</dc:creator>
- <dc:contributor>Burgess Everett</dc:contributor>
- <media:content type="image/jpeg" url="https://static.politico.com/35/b6/1471bca24161ab23d32313ea673e/senate-votes-25716.jpg">
- <media:credit scheme="urn:ebu">Francis Chung/POLITICO</media:credit>
- <media:title type="html">Dianne Feinstein was the first woman elected to the Senate from California in 1992 and became one of the most powerful politicians in the Capitol.</media:title>
- <media:thumbnail url="https://static.politico.com/35/b6/1471bca24161ab23d32313ea673e/senate-votes-25716.jpg"/>
- </media:content>
- <maz:template>core</maz:template>
- <maz:modified>1696004313319</maz:modified>
- <content:encoded>
- <![CDATA[<img src="https://static.politico.com/35/b6/1471bca24161ab23d32313ea673e/senate-votes-25716.jpg"> <br> <p>California Democratic Sen. <a href="https://directory.politicopro.com/member/51184" data-person-id="51184" link-data="{"cms.site.owner":{"_ref":"0000014b-3270-d4f3-a3cb-f3ffa8610000","_type":"0000014b-324d-d4f3-a3cb-f3ff4161000e"},"cms.content.publishDate":1695996541714,"cms.content.updateDate":1695996541714,"originalTemplate":false,"member":"{\"identifier\":\"51184\",\"url\":\"https://directory.politicopro.com/member/51184\",\"preferredName\":\"Sen. Dianne Feinstein (D-CA)\",\"isCommittee\":false}","text":"Dianne Feinstein","url":"https://directory.politicopro.com/member/51184","personId":"51184","_id":"0000018a-e145-d56c-abfa-ed6d63000000","_type":"353fe80b-e1b5-3663-85ca-add066ecafc0"}">Dianne Feinstein</a>, the longest-serving woman senator and a vocal advocate of gun control legislation, has died at age 90.</p> <p>The trail-blazing Feinstein had faced mounting health problems in recent years. Her replacement will be selected by Gov. Gavin Newsom (D-Calif.). Feinstein already announced she would not run for reelection in 2024, and the race for her seat is already underway. </p> <p>James Sauls, Feinstein's chief of staff, said in a statement that the senator died Thursday night at her home in Washington, D.C. </p> <p>“Her passing is a great loss for so many, from those who loved and cared for her to the people of California that she dedicated her life to serving,” Sauls said in the statement. “Senator Feinstein never backed away from a fight for what was just and right. At the same time, she was always willing to work with anyone, even those she disagreed with, if it meant bettering the lives of Californians or the betterment of our nation.</p> <p>“There are few women who can be called senator, chairman, mayor, wife, mom and grandmother. Senator Feinstein was a force of nature who made an incredible impact on our country and her home state,” he continued. “She left a legacy that is undeniable and extraordinary. There is much to say about who she was and what she did, but for now, we are going to grieve the passing of our beloved boss, mentor and friend.”</p> <p>Feinstein was the first woman elected to the Senate from California in 1992 and became one of the most powerful politicians in the Capitol. As Senate Intelligence Committee chair, she battled with the Obama administration over the classified report on the CIA's torture program following the attacks on Sept. 11, 2001 — commanding respect from Republicans and Democrats alike.</p> <p>President Joe Biden called Feinstein “a pioneering American and a true trailblazer” in a statement. </p> <p>“Often the only woman in the room, Dianne was a role model for so many Americans — a job she took seriously by mentoring countless public servants, many of whom now serve in my Administration,” Biden said in the statement. “She had an immense impact on younger female leaders for whom she generously opened doors. Dianne was tough, sharp, always prepared, and never pulled a punch, but she was also a kind and loyal friend, and that’s what Jill and I will miss the most.”</p> <p>Feinstein began facing health challenges after winning her fifth full term as a senator in 2018. She stepped down as the top Democrat on the Judiciary Committee and passed on serving as the Senate pro tempore, a position that would have placed her in the line of presidential succession.</p> <p>After a three-month-long absence from the Senate this year following a shingles diagnosis, Feinstein returned to Washington and kept voting to advance Biden's judicial nominees on the Senate floor. She was often seen getting around Capitol Hill in a wheelchair, and had shown signs of confusion in both hallway interviews and during committee hearings. In August, Feinstein fell in her San Francisco home and went to the hospital for a short time. She voted to advance a critical spending bill on Thursday morning, but missed two votes on Thursday afternoon. </p> <p>"She was one of the most effective legislators in recent memory because of her willingness to work across the aisle in good faith in order to solve complex problems," said Sen. <a href="https://directory.politicopro.com/member/192907" data-person-id="192907" link-data="{"cms.site.owner":{"_ref":"0000014b-3270-d4f3-a3cb-f3ffa8610000","_type":"0000014b-324d-d4f3-a3cb-f3ff4161000e"},"cms.content.publishDate":1695996663917,"cms.content.updateDate":1695996663917,"originalTemplate":false,"member":"{\"identifier\":\"192907\",\"url\":\"https://directory.politicopro.com/member/192907\",\"preferredName\":\"Sen. Thom Tillis (R-NC)\",\"isCommittee\":false}","text":"Thom Tillis","url":"https://directory.politicopro.com/member/192907","personId":"192907","_id":"0000018a-e147-d56c-abfa-ed6f49fe0000","_type":"353fe80b-e1b5-3663-85ca-add066ecafc0"}">Thom Tillis</a> (R-N.C.), who served with her on the Judiciary Committee. </p> <p>Feinstein was also a renowned proponent of gun safety legislation. As fellow advocate Sen. <a href="https://directory.politicopro.com/member/51493" data-person-id="51493" link-data="{"cms.site.owner":{"_ref":"0000014b-3270-d4f3-a3cb-f3ffa8610000","_type":"0000014b-324d-d4f3-a3cb-f3ff4161000e"},"cms.content.publishDate":1695996590746,"cms.content.updateDate":1695996590746,"originalTemplate":false,"member":"{\"identifier\":\"51493\",\"url\":\"https://directory.politicopro.com/member/51493\",\"preferredName\":\"Sen. Chris Murphy (D-CT)\",\"isCommittee\":false}","text":"Chris Murphy","url":"https://directory.politicopro.com/member/51493","personId":"51493","_id":"0000018a-e146-d56c-abfa-ed6f2b7d0000","_type":"353fe80b-e1b5-3663-85ca-add066ecafc0"}">Chris Murphy</a> (D-Conn.) said on Friday morning: "For a long time, between 1994 and the tragedy in Newtown in 2012, Dianne was often a lonely but unwavering voice on the issue of gun violence."</p> <p>Three California House Democrats — Reps. <a href="https://directory.politicopro.com/member/51608" data-person-id="51608" link-data="{"cms.site.owner":{"_ref":"0000014b-3270-d4f3-a3cb-f3ffa8610000","_type":"0000014b-324d-d4f3-a3cb-f3ff4161000e"},"cms.content.publishDate":1695996560129,"cms.content.updateDate":1695996560129,"originalTemplate":false,"member":"{\"identifier\":\"51608\",\"url\":\"https://directory.politicopro.com/member/51608\",\"preferredName\":\"Rep. Adam Schiff (D-CA)\",\"isCommittee\":false}","text":"Adam Schiff","url":"https://directory.politicopro.com/member/51608","personId":"51608","_id":"0000018a-e145-dd68-a3cf-fbd5b1c80000","_type":"353fe80b-e1b5-3663-85ca-add066ecafc0"}">Adam Schiff</a>, <a href="https://directory.politicopro.com/member/307578" data-person-id="307578" link-data="{"cms.site.owner":{"_ref":"0000014b-3270-d4f3-a3cb-f3ffa8610000","_type":"0000014b-324d-d4f3-a3cb-f3ff4161000e"},"cms.content.publishDate":1695996569669,"cms.content.updateDate":1695996569669,"originalTemplate":false,"member":"{\"identifier\":\"307578\",\"url\":\"https://directory.politicopro.com/member/307578\",\"preferredName\":\"Rep. Katie Porter (D-CA)\",\"isCommittee\":false}","text":"Katie Porter","url":"https://directory.politicopro.com/member/307578","personId":"307578","_id":"0000018a-e145-d2cf-a3af-fbd7d7450000","_type":"353fe80b-e1b5-3663-85ca-add066ecafc0"}">Katie Porter</a> and <a href="https://directory.politicopro.com/member/51481" data-person-id="51481" link-data="{"cms.site.owner":{"_ref":"0000014b-3270-d4f3-a3cb-f3ffa8610000","_type":"0000014b-324d-d4f3-a3cb-f3ff4161000e"},"cms.content.publishDate":1695996579319,"cms.content.updateDate":1695996579319,"originalTemplate":false,"member":"{\"identifier\":\"51481\",\"url\":\"https://directory.politicopro.com/member/51481\",\"preferredName\":\"Rep. Barbara Lee (D-CA)\",\"isCommittee\":false}","text":"Barbara Lee","url":"https://directory.politicopro.com/member/51481","personId":"51481","_id":"0000018a-e145-d2cf-a3af-fbd7fd9e0000","_type":"353fe80b-e1b5-3663-85ca-add066ecafc0"}">Barbara Lee</a> — are all running for the full six-year term in the 2024 election. Feinstein's interim replacement will serve through next year, and Newsom's selection is a fraught choice that's certain to alienate people.</p> <p>Newsom had committed at one point to appointing a Black woman if he got a second Senate appointment. But he recently said that, if Feinstein did not complete her term, he would select a caretaker senator rather than Lee, who is running for Feinstein's seat. Lee excoriated Newsom over those comments.</p> <p>Senate Majority Leader Chuck Schumer paid tribute to Feinstein on the floor, calling for a moment of silence as a bouquet of roses and a black cloth rested on her desk. Schumer recalled Feinstein’s fight for the assault weapons ban, her proclivity for studying an issue before she voted on it, as well as her “strength and her integrity."</p> <p>"We lost a giant in the Senate. Sen. Dianne Feinstein was one of the most amazing people who ever graced the Senate,” Schumer said.</p> <p>Senate Minority Leader Mitch McConnell also paid tribute to Feinstein, noting that he and his wife, Elaine Chao, shared a friendship with her over the years.</p> <p>Former President Barack Obama said Feinstein was one of the politicians who got "into public service because they care about this country and the people they represent."</p> <p>"I first got to know Dianne in the Senate, where she was a fierce advocate for gun safety measures and civil rights," <a href="https://twitter.com/BarackObama/status/1707783159813755343?s=20" target="_blank" link-data="{"cms.site.owner":{"_ref":"0000014b-3270-d4f3-a3cb-f3ffa8610000","_type":"0000014b-324d-d4f3-a3cb-f3ff4161000e"},"cms.content.publishDate":1696003057855,"cms.content.publishUser":{"_ref":"0000017e-5abe-d1fc-ad7f-fefe76ec0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"cms.content.updateDate":1696003057855,"cms.content.updateUser":{"_ref":"0000017e-5abe-d1fc-ad7f-fefe76ec0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"originalTemplate":false,"link":{"originalTemplate":false,"attributes":[],"target":"NEW","url":"https://twitter.com/BarackObama/status/1707783159813755343?s=20","_id":"0000018a-e1a8-d56c-abfa-ededdf7b0000","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"linkText":"Obama said on X","_id":"0000018a-e1a8-d56c-abfa-ededdf7a0000","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">Obama said on X</a>. "Later, when I was president, I came to rely on her as a trusted partner in the fight to guarantee affordable healthcare and economic opportunity for everyone."</p> <p>Dianne’s daughter, Katherine Feinstein, and House Speaker Emeritus Nancy Pelosi (D-Calif.) were seated in the gallery as Senate colleagues paid tribute. They sat closely together, with arms interlocked. Members of the California House delegation also stood on the floor.</p> <p>Her death brings Senate Democrats' functional majority to 50 votes, with Republicans holding 49 votes. Two other Democratic senators tested positive for Covid this week — and the majority of the caucus is calling on indicted Sen. <a href="https://directory.politicopro.com/member/51523" data-person-id="51523" link-data="{"cms.site.owner":{"_ref":"0000014b-3270-d4f3-a3cb-f3ffa8610000","_type":"0000014b-324d-d4f3-a3cb-f3ff4161000e"},"cms.content.publishDate":1695996604411,"cms.content.updateDate":1695996604411,"originalTemplate":false,"member":"{\"identifier\":\"51523\",\"url\":\"https://directory.politicopro.com/member/51523\",\"preferredName\":\"Sen. Bob Menendez (D-NJ)\",\"isCommittee\":false}","text":"Robert Menendez","url":"https://directory.politicopro.com/member/51523","personId":"51523","_id":"0000018a-e146-d2cf-a3af-fbd6505e0000","_type":"353fe80b-e1b5-3663-85ca-add066ecafc0"}">Robert Menendez</a> (D-N.J.) to resign.</p> <p><i>Kierra Frazier, Jennifer Haberkorn, Ursula Perano and Jeremy B. White contributed to this report.</i></p>]]>
- </content:encoded>
- </item>
- <item>
- <title>Feinstein’s friends and colleagues in California remember ‘true giant’</title>
- <link>https://www.politico.com/news/2023/09/29/feinstein-california-friends-mourn-death-00119173</link>
- <description>One mourner left a bouquet of red azaleas at the late senator’s home in San Francisco.</description>
- <guid>https://www.politico.com/news/2023/09/29/feinstein-california-friends-mourn-death-00119173</guid>
- <pubDate>Fri, 29 Sep 2023 14:59:09 EST</pubDate>
- <dc:creator>Blake Jones</dc:creator>
- <dc:contributor>Blake Jones</dc:contributor>
- <media:content type="image/jpeg" url="https://static.politico.com/c1/c5/9c4c2265492fb1bda3091720633d/judicial-nominees-california-83860.jpg">
- <media:credit scheme="urn:ebu">Rich Pedroncelli/AP Photo</media:credit>
- <media:title type="html">Dianne Feinstein and Kamala Harris walk together to speak at the 21st Annual Lake Tahoe Summit in California in 2017.</media:title>
- <media:thumbnail url="https://static.politico.com/c1/c5/9c4c2265492fb1bda3091720633d/judicial-nominees-california-83860.jpg"/>
- </media:content>
- <maz:template>core</maz:template>
- <maz:modified>1696030426768</maz:modified>
- <content:encoded>
- <![CDATA[<img src="https://static.politico.com/c1/c5/9c4c2265492fb1bda3091720633d/judicial-nominees-california-83860.jpg"> <br> <p>SAN FRANCISCO — The late Sen. Dianne Feinstein was remembered in her home state Friday for championing an assault weapons ban, confronting the AIDS epidemic and protecting millions of acres of California desert.</p> <p>The <a href="https://www.politico.com/news/2023/02/15/five-moments-that-defined-feinstein-career-00082796" target="_blank" link-data="{"cms.site.owner":{"_ref":"0000014b-3272-d4f3-a3cb-f3ff7cad0000","_type":"0000014b-324d-d4f3-a3cb-f3ff4161000e"},"cms.content.publishDate":1696014856455,"cms.content.publishUser":{"_ref":"0000016b-99e4-d5f3-a1ef-9fe7fa020000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"cms.content.updateDate":1696014856455,"cms.content.updateUser":{"_ref":"0000016b-99e4-d5f3-a1ef-9fe7fa020000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"originalTemplate":false,"link":{"originalTemplate":false,"attributes":[],"target":"NEW","url":"https://www.politico.com/news/2023/02/15/five-moments-that-defined-feinstein-career-00082796","_id":"0000018a-e25c-d2cf-a3af-fbdee5970001","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"linkText":"longest serving woman in the Senate","_id":"0000018a-e25c-d2cf-a3af-fbdee5970000","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">longest serving woman in the Senate</a> died Thursday after more than 30 years in Congress. News of her passing stunned California political circles and drew a mixture of eulogizing and celebration of her dogged policy work and close relationships with many of the state’s premier political players.</p> <p>“Dianne Feinstein was a wonderful friend of the Brown family,” former Gov. Jerry Brown said in a statement. “I got to know her well over the years and came to deeply appreciate her intensity, devotion to duty and unfailing solicitude for her friends. Dianne was utterly unique and set the bar for those who follow.”</p> <p>Outside Feinstein’s home in San Francisco, along the iconic Lyon Street steps, a mourner left a single bouquet of red azaleas. Neighbors who strolled by on their morning walks said Feinstein had rarely been seen outside her Pacific Heights mansion in recent years.<br></p> <br> <img src="https://static.politico.com/e4/2d/eee3225d4b73bbf61f53d0b30add/https-delivery-gettyimages.com/downloads/1708310053"> <br> <p>Nancy Johnston, a retiree who lives up the street, teared up as she briefly stopped to pray and make the sign of the cross. She left a bouquet of roses with a note tucked inside, thanking the senator for her service. “I admired and respected her. She was so dedicated,” Johnston said.</p> <p>Prominent Californians of both parties mourned the loss and weighed in on the former San Francisco mayor’s legacy.<br></p> <ul> <li>“Dianne Feinstein was many things — a powerful, trailblazing U.S. Senator; an early voice for gun control; a leader in times of tragedy and chaos. But to me, she was a dear friend, a lifelong mentor, and a role model not only for me, but to my wife and daughters for what a powerful, effective leader looks like.” — <i>Gov. Gavin Newsom</i><br></li> <li>“For years, I witnessed Senator Feinstein’s leadership, when the cameras were on and when they were off. ... In the tradition of so many great Senators from California, she was not only a leader or our state, but for our nation and our world. Through her long career, Senator Feinstein worked across the aisle to help our nation live up to its promise.” <i>— Vice President Kamala Harris</i><br></li> <li>“She was a great senator. She was a great mayor. She was a great human being. And more importantly than that, we were friends for better than 50 years. … She was special. And we could tell — those of us that know her — could tell she was suffering.” <i>— former Rep. John Burton in a phone interview </i></li> </ul> <ul> <li>Former California Sen. Barbara Boxer on CNN said Feinstein was “really mad” at her when she retired. Boxer also recalled a conversation with Feinstein when the late senator decided to run for reelection in 2018: “She said ‘a lot of people are telling me not to do it, but this job is a calling to me.’ That’s how she viewed it.”</li> </ul> <ul> <li>“Dianne gave me one of my first jobs in politics in her Los Angeles office at a time early in my career when I was looking to make a difference for my community, and for our state. It’s in part thanks to her groundbreaking career that a Latino son of immigrants could one day not just work for her, but work alongside her to keep up the fight for the American dream. As we mourn Senator Feinstein’s passing, we must also celebrate her incredible legacy, her contributions to our nation from gun safety, and environmental conservation, to national security, and health care reform and so much more.” <i>— Sen. Alex Padilla (D-Calif.) on the Senate floor Friday</i></li> </ul> <ul> <li>“California — and our nation — has lost an incredible leader who dedicated her career and life to public service, and opened doors for women in politics. We are fortunate to have benefitted from Senator Feinstein’s courage, strength, and governance for so many years — her legacy is one of a class few can hope to match.” <i>— California Sen. Pro Tem Toni Atkins</i><br></li> <li>"Senator Feinstein was a California original and a fierce defender of the California Dream, who will be remembered as one of our greatest public servants. I honor her and send condolences to her family and staff." <i>— Assembly Speaker Robert Rivas</i></li> </ul> <ul> <li>“Dianne Feinstein was a true giant. She helped save our city, becoming Mayor after horrific political assassinations & leading us during the worst of the HIV/AIDS health disaster. As our Senator she led on gun safety & so many issues. There will never be another Dianne Feinstein.” <i>— state Sen. Scott Wiener (D-San Francisco)</i></li> </ul> <ul> <li>“Dianne Feinstein dedicated her life to public service and leaves a legacy without comparison in the history of California. Her passing is a profound loss for our state and our country. My prayers are with her family and loved ones.” <i>— Rep. Kevin Kiley (R-Calif.)</i></li> </ul> <ul> <li>“Dianne Feinstein lived a principled life of service w/ courage & fearlessness. Amy and I loved knowing her, learning from her & seeing her serve our state and country. On a personal level, she was an unfailing partner for our city and always was there for me. I’ll miss her deeply.”<i> — Eric Garcetti, former Los Angeles Mayor </i></li> </ul> <ul> <li>“As the longest-serving woman in the U.S. Senate, she was a trailblazer who served our state with strength, vision, and compassion. Her career was forged through the tragedy of gun violence which fueled her unwavering resolve to pass groundbreaking gun control. A true giant has left us. I join all of California and our nation in expressing my gratitude to this icon for her service and leadership.”<i> — state Sen. Steven Bradford (D-Gardena)</i></li> </ul> <ul> <li>“Dianne Feinstein was a true trailblazer for women in California and U.S. politics. Her remarkable breakthroughs included being elected California’s first woman U.S. Senator, San Francisco’s first female mayor, the first female major-party candidate for California governor, and last year, the longest-tenured woman senator in U.S. history.” — <i>Nancy Skinner and Cecilia Aguiar-Curry, state legislators on behalf of the California Legislative Women’s Caucus </i></li> </ul> <ul> <li>“Senator Feinstein led a distinguished career of public service to California. While we didn’t always agree, she had a remarkable ability to reach across the aisle to deliver results for her constituents. That’s something we need more of. Senator Feinstein and her family are in my prayers as California grieves the loss of an icon.” <i>— James Gallagher, Assembly Republican Leader </i></li> </ul> <ul> <li>“I just had to see her. So, lucky me, I got to hug and kiss her and tell her I loved her.” <i>— former California Rep. Jane Harman on MSNBC recalling meeting with Feinstein Thursday, hours before her death</i></li> </ul> <ul> <li>“When I joined the Intelligence Committee, the senator was a terrific legislative partner as the Democratic leader of the committee in the Senate. Senator Feinstein and I are also bound by our friendship with the late Congresswoman, Ellen O. Tauscher, whom the Senator eulogized in 2019. The two were as close as sisters and represented the best of California.” <i>— Rep. Eric Swalwell (D-Calif.)</i><br></li> <li>“She demonstrated her deep commitment to the Bay Area by taking an instrumental role in preserving the San Francisco Bay through the creation and expansion of the Don Edwards San Francisco Bay National Wildlife Refuge, a critical wetland area. Senator Feinstein was also instrumental in bringing BART (Bay Area Rapid Transit) to San Jose.” <i>— state Sen. Dave Cortese (D-San Jose)</i><br></li> <li>“Throughout her remarkable career, Senator Feinstein broke barriers for women in politics and left a tremendous legacy of environmental accomplishments, from her work to protect millions of acres of California deserts, to safeguarding the Pacific coast from oil drilling, to her landmark legislation on cleaner cars, and more. Our thoughts are with the Feinstein family during this difficult time.” <i>— League of Conservation Voters President Gene Karpinski and California EnviroVoters CEO Mary Creasman</i></li> </ul> <p><i>Dustin Gardiner and Melanie Mason contributed to this report.</i></p>]]>
- </content:encoded>
- </item>
- <item>
- <title>‘It’s the only thing he’s got left’: DeSantis' rivals try to turn his Florida record against him</title>
- <link>https://www.politico.com/news/2023/09/28/desantis-florida-2024-rivals-00118998</link>
- <description>He used to get accolades for his leadership of the Sunshine state.</description>
- <guid>https://www.politico.com/news/2023/09/28/desantis-florida-2024-rivals-00118998</guid>
- <pubDate>Thu, 28 Sep 2023 20:47:06 EST</pubDate>
- <dc:creator>Gary Fineout and Sally Goldenberg</dc:creator>
- <dc:contributor>Gary Fineout and Sally Goldenberg</dc:contributor>
- <media:content type="application/octet-stream" url="https://static.politico.com/97/e9/e0be7a55433bbeb052a20db1ebb4/https-delivery-gettyimages.com/downloads/1247867439">
- <media:credit scheme="urn:ebu">Cheney Orr/AFP</media:credit>
- <media:title type="html">The Florida governor became a rising conservative star with his stances against Covid-related lockdowns and mandates, but he also got locked into battles over education.</media:title>
- <media:thumbnail url="https://static.politico.com/97/e9/e0be7a55433bbeb052a20db1ebb4/https-delivery-gettyimages.com/downloads/1247867439"/>
- </media:content>
- <maz:template>core</maz:template>
- <maz:modified>1696012212677</maz:modified>
- <content:encoded>
- <![CDATA[<img src="https://static.politico.com/97/e9/e0be7a55433bbeb052a20db1ebb4/https-delivery-gettyimages.com/downloads/1247867439"> <br> <p>TALLAHASSEE, Fla. — Gov. Ron DeSantis' main pitch for months has been that his record of conservative governance — what he has called the “Florida Blueprint” — would inspire Republican voters.</p> <p>Now his GOP rivals are throwing it back in his face.</p> <p>During Wednesday’s presidential debate, DeSantis frequently defended his record on education, spending, energy policy and access to health insurance — even if some of his opponents’ attacks weren’t completely accurate.</p> <p>The sustained assault on his performance in Florida marks a new moment in DeSantis’s presidential campaign, as emboldened rivals like Nikki Haley and Chris Christie blast away at one of his last remaining pillars of political strength.</p> <p>“They see him bleeding out and they’re trying to get those voters to come their way,” said Jason Cabel Roe, a national Republican consultant unaffiliated with any presidential candidate. “It’s the only thing he’s got left. If you’re with him it’s because of his record.”</p> <p>Not long ago, such attacks would have been unthinkable. During his first five years as governor, DeSantis earned seemingly universal acclaim on the right for his policies in Florida: glowing depictions in conservative media, grudging respect or genuine admiration from peers and competitors in Republican politics.</p> <p>Whatever else happened to DeSantis in the presidential campaign, it seemed, he’d always have Florida.</p> <p>DeSantis began the year far ahead of the GOP pack, trailing Trump by<a href="https://www.realclearpolitics.com/epolls/2024/president/us/2024_republican_presidential_nomination-7548.html" target="_blank" link-data="{"linkText":" roughly 13 points in January","link":{"target":"NEW","attributes":[],"url":"https://www.realclearpolitics.com/epolls/2024/president/us/2024_republican_presidential_nomination-7548.html","_id":"0000018a-ef10-de6a-a5ef-ffb14ac80000","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14ac80001","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">roughly 13 points in January</a> and exciting donors looking for an alternative to the former president. But DeSantis is now some 40 points behind the frontrunner, and finds himself falling to<a href="https://www.politico.com/news/2023/09/20/desantis-on-life-support-in-n-h-plummets-in-new-poll-00117273" target="_blank" link-data="{"linkText":" third place or below in some early-state polls","link":{"target":"NEW","attributes":[],"url":"https://www.politico.com/news/2023/09/20/desantis-on-life-support-in-n-h-plummets-in-new-poll-00117273","_id":"0000018a-ef10-de6a-a5ef-ffb14ac80002","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14ac80003","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">third place or below in some early-state polls</a>. Donors are frustrated, and his single-digit opponents sense an opening, which they tried to capitalize on during Wednesday’s faceoff.<br></p> <br><iframe style="max-width: 100%" width="1280" height="720" src="https://players.brightcove.net/1155968404/r1WF6V0Pl_default/index.html?videoId=6335466541112" frameborder="0"></iframe> <br> <p>During the first presidential debate held in Milwaukee, his rivals barely mentioned his record as governor. That completely flipped this week as he took on flak from Haley, South Carolina Sen. Tim Scott and even former Vice President Mike Pence.</p> <p>Haley, the former governor of South Carolina, questioned DeSantis’ stance on energy, including contending that he banned fracking in Florida. (DeSantis advocated for a ban, but it was never enacted.) Pence brought up that spending levels had increased during DeSantis’ tenure and mentioned that Nikolas Cruz, who was convicted of killing 17 people in the Parkland high school mass shooting, was sentenced to life in prison instead of getting the death penalty — suggesting that DeSantis was weak on crime. Pence failed to note that DeSantis was sharply critical of the decision and responded by pushing through a change in Florida’s death penalty law.</p> <p>The Florida governor became a rising conservative star with his stances against Covid-related lockdowns and mandates, but he also got locked into battles over education, including a feud with Disney over the state’s contentious “parental rights in education” bill, known by critics as “Don’t Say Gay,” that banned instruction of gender studies and sexual orientation in lower grades. It’s this track record that DeSantis used as the framework for most of his campaign. </p> <p>Some Republican consultants didn’t find the attack lines effective. <a href="https://www.ipsos.com/en-us/538-washington-post-second-republican-debate-poll#:~:text=Taken%20together%2C%20more%20debate%20watchers,%25" target="_blank" link-data="{"linkText":"A 538/Washington Post/Ipsos poll taken immediately","link":{"target":"NEW","attributes":[],"url":"https://www.ipsos.com/en-us/538-washington-post-second-republican-debate-poll#:~:text=Taken%20together%2C%20more%20debate%20watchers,%25","_id":"0000018a-ef10-de6a-a5ef-ffb14ac80004","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14ac80005","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">A 538/Washington Post/Ipsos poll taken immediately</a> found that Republican primary voters who watched it told pollsters that DeSantis had done the best job. But the effort by his opponents reflects an attempt to undercut DeSantis' main selling points to GOP voters.</p> <p>Some Florida Republicans, meanwhile, bristled at the attacks on DeSantis’ record and said it’s not a true reflection of the job he has done as governor. Ryan Petty, whose daughter was killed by Cruz in Parkland, ripped into Pence on social media.</p> <p>“How dare you use the Parkland tragedy as a cheap political hit,” Petty wrote on social media. “You should apologize immediately. Governors don’t pick juries and they don’t force them to vote for justice.”<br></p> <br><iframe style="max-width: 100%" width="1280" height="720" src="https://players.brightcove.net/1155968404/r1WF6V0Pl_default/index.html?videoId=6336749459112" frameborder="0"></iframe> <br> <p>Christian Ziegler, the chair of the Republican Party of Florida who has not endorsed anyone in the race, called the attacks in the debate a “typical political tactic” to “find a point or two” to use to criticize DeSantis.</p> <p>“But if you want the full story, all you have to do is look at the domestic migration numbers broken down by state to see that Florida is the #1 state people are moving to,” Ziegler said. “Politics aside, it’s clear that Florida has a strong brand and is the best governed state in the country.”</p> <p>DeSantis’ team also snapped back at Haley, issuing a statement touting his record on insurance policy after Fox News moderator Stuart Varney questioned why Florida has such a high rate of uninsured residents. His campaign also asserted that <a href="https://rondesantis.com/press-releases/desantis-stands-above-the-rest-and-wins-second-gop-primary-debate/" target="_blank" link-data="{"linkText":"he won the debate","link":{"target":"NEW","attributes":[],"url":"https://rondesantis.com/press-releases/desantis-stands-above-the-rest-and-wins-second-gop-primary-debate/","_id":"0000018a-ef10-de6a-a5ef-ffb14ac80006","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14ac80007","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">he won the debate</a> based on the very record that came under attack. By the end of the evening, DeSantis was <a href="https://nypost.com/2023/09/27/desantis-challenges-trump-to-one-on-one-debate/" target="_blank" link-data="{"linkText":"challenging Trump to a one-on-one faceoff","link":{"target":"NEW","attributes":[],"url":"https://nypost.com/2023/09/27/desantis-challenges-trump-to-one-on-one-debate/","_id":"0000018a-ef10-de6a-a5ef-ffb14ac80008","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14ac80009","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">challenging Trump to a one-on-one faceoff</a>.</p> <p>“Desperate candidates need to get their facts straight,” campaign spokesperson Bryan Griffin said in a statement regarding Haley’s critique that her opponent opposes fracking and banned offshore drilling.</p> <p>Griffin highlighted DeSantis’ <a href="https://abcnews.go.com/Politics/desantis-rolls-energy-policy-contends-climate-change-invoked/story?id=103340918#:~:text=The%20governor's%20goal%20is%20to,per%20gallon%2C%20according%20to%20AAA." target="_blank" link-data="{"linkText":"recent energy plan","link":{"target":"NEW","attributes":[],"url":"https://abcnews.go.com/Politics/desantis-rolls-energy-policy-contends-climate-change-invoked/story?id=103340918#:~:text=The%20governor's%20goal%20is%20to,per%20gallon%2C%20according%20to%20AAA.","_id":"0000018a-ef10-de6a-a5ef-ffb14ac8000a","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14ac8000b","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">recent energy plan</a> and vowed he would lower gas prices if elected.</p> <p>Florida Democratic Party chair Nikki Fried welcomed the newfound attention to DeSantis’ record and ripped into him for suggesting he did not support a ban on fracking.</p> <p>“Ron has always tried to spin his narrative and was able to get away with it in Florida,” Fried said. “Floridians have caught on and thank god the country has as well.”</p> <p>One of the biggest criticisms of DeSantis’ record has repeatedly come from the only Republican candidate to skip the debates. Trump — who boasts of appointing Supreme Court justices who overturned <i>Roe v. Wade</i> — has pivoted to excoriating Florida’s six-week abortion ban, which Desantis signed into law in the near dead of night, and warning such measures could cost Republicans the White House. Trump also has criticized DeSantis’ handling of Florida’s property insurance crisis which has resulted in substantial rate hikes for residents.</p> <p>But for the rest of the field, other issues served as fodder for attacks.</p> <p>“All these candidates have a ton of [opposition research] on DeSantis and figure, might as well get it out now,” said national GOP consultant Alex Conant, who isn’t working for any presidential hopeful. “There’s no strategic reason ‘cause it’s not like he’s a threat to any of them.”</p> <p><i>Ben Lefebvre contributed to this report.</i></p>]]>
- </content:encoded>
- </item>
- <item>
- <title>‘There isn't a mainstream mega-donor now not looking at Nikki’: Haley catches post-debate spark</title>
- <link>https://www.politico.com/news/2023/09/29/nikki-haley-slow-burn-candidate-of-2024-00119119</link>
- <description>Donors are calling. And following this week’s debate, Haley held a sold-out fundraiser in Los Angeles.</description>
- <guid>https://www.politico.com/news/2023/09/29/nikki-haley-slow-burn-candidate-of-2024-00119119</guid>
- <pubDate>Fri, 29 Sep 2023 13:05:19 EST</pubDate>
- <dc:creator>Natalie Allison and Meridith McGraw</dc:creator>
- <dc:description>Meridith McGraw is a national political correspondent for POLITICO.</dc:description>
- <dc:contributor>Natalie Allison and Meridith McGraw</dc:contributor>
- <media:content type="image/jpeg" url="https://static.politico.com/3d/24/5ae1af394a4084e888942526d2e9/republican-presidential-debate-79394.jpg">
- <media:credit scheme="urn:ebu">Francis Chung/POLITICO</media:credit>
- <media:title type="html">On Thursday, Nikki Haley held a sold-out fundraising dinner in Los Angeles, with a $25,000-per-couple ticket price and waiting list to join.</media:title>
- <media:thumbnail url="https://static.politico.com/3d/24/5ae1af394a4084e888942526d2e9/republican-presidential-debate-79394.jpg"/>
- </media:content>
- <maz:template>core</maz:template>
- <maz:modified>1696017823451</maz:modified>
- <content:encoded>
- <![CDATA[<img src="https://static.politico.com/3d/24/5ae1af394a4084e888942526d2e9/republican-presidential-debate-79394.jpg"> <br> <p>When the super PAC supporting Nikki Haley launched its first TV ad in August, its advisers heard privately from fellow operatives who scoffed at the decision to focus the clip on Haley’s record on China.</p> <p>Foreign policy wasn’t the top priority of voters in Iowa and New Hampshire, an official with the pro-Haley group acknowledged, but that was hardly the point. The 30-second spot, which featured the former U.N. ambassador vowing at her campaign launch to send China’s government to the “ash heap of history,” was designed to showcase something more relatable: Her fortitude, the super PAC official said.</p> <p>Two months, two debates and $11 million worth of television ads later, Haley is gaining air. She is close to snatching the No. 2 spot in the GOP presidential primary, eclipsing Florida Gov. Ron DeSantis in New Hampshire and her home state of South Carolina, recent polls show. She is drawing a second look from donors following her performance in Wednesday’s debate.</p> <p>And the former governor is doing so on a relatively lean campaign budget, so far leaving all the TV to her aligned super PAC, SFA Fund Inc., and keeping her early state staffing footprint to a minimum.</p> <p>Internally, officials on Haley’s super PAC believe the early bet they made on framing her as a steady figure on the world stage has paid off, and has dovetailed — as planned — with her debate performances. They’re now running a slate of ads zeroing in on her <a href="https://www.politico.com/news/2023/09/03/nikki-haley-competency-tests-older-pols-00113853" target="_blank" link-data="{"linkText":"<u>calls for competency tests for politicians</u>","link":{"target":"NEW","attributes":[],"url":"https://www.politico.com/news/2023/09/03/nikki-haley-competency-tests-older-pols-00113853","_id":"0000018a-ef10-de6a-a5ef-ffb14acb0002","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14acb0003","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}"><u>calls for competency tests for politicians</u></a>.</p> <p>On Thursday, Haley held a sold-out fundraising dinner in Los Angeles, with a $25,000-per-couple ticket price and waiting list to join, according to a campaign aide who was granted anonymity to discuss internal operations. It's part of a trend of donor attention since the first debate. Close to 1,000 new donors who “want to give in more significant ways” have reached out to the campaign, the aide said, while declining to elaborate.</p> <p>“From the very beginning, I talked to donors that were eager for that campaign to kind of come out guns blazing,” said Ozzie Palomo, a Connecticut-based GOP donor. Palomo has given to both Haley and her home state rival <a href="https://directory.politicopro.com/member/151800" data-person-id="151800" link-data="{"cms.site.owner":{"_ref":"0000014b-3270-d4f3-a3cb-f3ffa8610000","_type":"0000014b-324d-d4f3-a3cb-f3ff4161000e"},"cms.content.publishDate":1696010091193,"cms.content.publishUser":{"_ref":"0000014f-1273-df62-a94f-9f7bc13f0011","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"cms.content.updateDate":1696010091193,"cms.content.updateUser":{"_ref":"0000014f-1273-df62-a94f-9f7bc13f0011","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"originalTemplate":false,"member":"{\"identifier\":\"151800\",\"url\":\"https://directory.politicopro.com/member/151800\",\"preferredName\":\"Sen. Tim Scott (R-SC)\",\"isCommittee\":false}","text":"Tim Scott","url":"https://directory.politicopro.com/member/151800","personId":"151800","_id":"0000018a-e214-de9d-afbf-ebdc27e70000","_type":"353fe80b-e1b5-3663-85ca-add066ecafc0"}">Tim Scott</a> this year, but on Wednesday he was at the Ronald Reagan Presidential Library lending his support to Haley in that night’s debate.<br></p> <br><iframe style="max-width: 100%" width="1280" height="720" src="https://players.brightcove.net/1155968404/r1WF6V0Pl_default/index.html?videoId=6337960192112" frameborder="0"></iframe> <br> <p>“To her campaign’s credit, they've had a methodical approach from Day One, and they stuck to it,” Palomo added. “They said, 'Here's how we're going to spend it.' From a donor perspective, you appreciate that. You have a lot of campaigns out there, they get a large infusion of cash and burn through it very quickly on things that may not necessarily deliver results in the polls and with the electorate.”</p> <p>In a presidential field where no rival to Donald Trump has caught fire, Haley, it would seem, is at least on a slow burn. She remains miles behind Trump, the overwhelming favorite to win the nomination. But in stringing together two widely praised debates, she is inching up in polls and gaining interest from donors. An adviser to Haley noted the close relationships of her circle of longtime consultants, led by strategist Jon Lerner, and credited their history with what appears so far to be the successful implementation of the team’s long-game plan.</p> <p>The campaign’s strategy moving forward, said spokesperson Olivia Perez-Cubas, is “head down, and doubling down,” continuing to barnstorm the early states of Iowa, where Haley will return on Saturday, as well as New Hampshire and South Carolina. And then there is the next debate. While viewership was down during the second debate, Haley’s team, with its limited resources, has long seen the televised events as key to her rise.</p> <p>“A lot of Americans still don't know who she is,” said Perez-Cubas. “She's still introducing herself.”</p> <p>Haley experienced a modest surge since her first debate performance in Milwaukee, after spending months lingering in the low-single digits following her February launch. Billionaire Ronald Lauder is among the deep-pocketed Republicans who are now <a href="https://www.politico.com/news/2023/09/25/who-wants-to-get-involved-and-waste-money-some-gop-donors-give-up-on-finding-an-alternative-to-trump-00117772" target="_blank" link-data="{"linkText":"<u>considering putting money behind Haley</u>","link":{"target":"NEW","attributes":[],"url":"https://www.politico.com/news/2023/09/25/who-wants-to-get-involved-and-waste-money-some-gop-donors-give-up-on-finding-an-alternative-to-trump-00117772","_id":"0000018a-ef10-de6a-a5ef-ffb14acc0000","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14acc0001","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}"><u>considering putting money behind Haley</u></a>, POLITICO reported this week, after considering DeSantis and Scott earlier in the race.</p> <p>Representatives for Haley and DeSantis are slated to appear before a gathering of megadonors in mid-October, <a href="https://www.nbcnews.com/politics/2024-election/republicans-brace-nikki-haley-ron-desantis-showdown-debates-rcna117786" target="_blank" link-data="{"linkText":"NBC first reported","link":{"target":"NEW","attributes":[],"url":"https://www.nbcnews.com/politics/2024-election/republicans-brace-nikki-haley-ron-desantis-showdown-debates-rcna117786","_id":"0000018a-ef10-de6a-a5ef-ffb14acc0002","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14acc0003","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">NBC first reported</a>. A spokesperson for DeSantis confirmed his team's attendance at the Oct. 13 event, while Haley's campaign did not respond to a request for comment.</p> <p>"There isn't a mainstream megadonor now not looking at Nikki," said one major donor to Haley granted anonymity to discuss the dynamics of the race. "They may not all be on board yet. But they are giving her a serious look and are starting to engage in one way or the other."<br></p> <br> <p><br>It isn’t just donors noticing Haley, but also Trump, who appeared after Wednesday’s debate to see her clearly in the rearview mirror. While Trump’s social media rapid response team focused on attacking DeSantis and Chris Christie throughout the debate Wednesday — and Trump himself took aim at Christie afterward in his own post on Truth Social — his campaign sent out a press release during the debate about just one candidate: Haley.</p> <p>“I mean, she's obviously leapfrogging DeSantis,” said a senior Trump adviser, granted anonymity to discuss the Trump campaign’s decision-making. “And it says more about him than it does about her."</p> <p>Still, on Friday, Trump once again took aim at Haley and her promise to not launch a bid for president if Trump ran, writing on Truth Social: “MAGA, or I, will never go for Birdbrain Nikki Haley. No loyalty, plenty of lies!”</p> <p>Chris LaCivita, a top Trump campaign adviser, in an interview dismissed Haley and the rest of the field of Republican rivals and the debate as a “sideshow,” while criticizing Trump’s opponents as being beholden to big donors.</p> <p>“I love it — they all talk tough on China, but then they'll take the Club for China Growth’s money,” LaCivita said. “People like politicians that are loyal. Nikki Haley is anything but, and that matters to Republican primary voters.”</p> <p>Haley was among the Republican presidential hopefuls who attended a February donor retreat hosted by the conservative Club for Growth, which did not invite Trump. That group and another conservative organization, Americans for Prosperity, have each said they intend to support a Republican to oppose Trump in the primary, but have yet to put their weight behind any one candidate. So far, the groups have stuck to funding advertisements urging Republicans to move on from the former president.</p>]]>
- </content:encoded>
- </item>
- <item>
- <title>Scott finally showed a pulse. Ramaswamy did a 180. Here's who won and lost the second GOP debate.</title>
- <link>https://www.politico.com/news/2023/09/28/second-republican-debate-who-won-takeaways-00118687</link>
- <description>Want to know the real story of the 2nd GOP debate? We've got you covered.</description>
- <guid>https://www.politico.com/news/2023/09/28/second-republican-debate-who-won-takeaways-00118687</guid>
- <pubDate>Wed, 27 Sep 2023 23:46:15 EST</pubDate>
- <dc:creator>POLITICO Staff</dc:creator>
- <dc:contributor>POLITICO Staff</dc:contributor>
- <media:content type="image/jpeg" url="https://static.politico.com/ca/1e/4bc9c6d54e5fa174be2d553ab9ab/20230927-gop-debate-philip-cheung-0022.jpg">
- <media:credit scheme="urn:ebu">Philip Cheung for POLITICO</media:credit>
- <media:title type="html">Jabs at Donald Trump during the second GOP primary debate revealed tacit recognition by Trump’s rivals that his absence from the debate stage is damaging them, relegating their primary debates to a series of confrontations at the “kiddie table.”</media:title>
- <media:thumbnail url="https://static.politico.com/ca/1e/4bc9c6d54e5fa174be2d553ab9ab/20230927-gop-debate-philip-cheung-0022.jpg"/>
- </media:content>
- <maz:template>core</maz:template>
- <maz:modified>1695909847943</maz:modified>
- <content:encoded>
- <![CDATA[<img src="https://static.politico.com/ca/1e/4bc9c6d54e5fa174be2d553ab9ab/20230927-gop-debate-philip-cheung-0022.jpg"> <br> <p>SIMI VALLEY, Calif. — Ron DeSantis and Chris Christie ripped Donald Trump for skipping the second debate. He was “missing in action,” DeSantis said. Christie labeled him “Donald Duck,” which fell about as flat as you might expect.</p> <p>But if neither jab was likely to put a scratch on the frontrunner, what they <i>did</i> reveal was something more significant: the tacit recognition by Trump’s rivals that his absence from the debate stage is damaging them, relegating their primary debates to a series of confrontations at the “kiddie table.”</p> <p>For whole stretches Wednesday, they acted like it. Moderators struggled to keep control of the stage as low-polling candidates talked over one another. <a href="https://directory.politicopro.com/member/151800" data-person-id="151800" link-data="{"cms.site.owner":{"_ref":"0000014b-3270-d4f3-a3cb-f3ffa8610000","_type":"0000014b-324d-d4f3-a3cb-f3ff4161000e"},"cms.content.publishDate":1695875418252,"cms.content.publishUser":{"_ref":"00000187-1473-d989-a7a7-bfffa9da0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"cms.content.updateDate":1695875418252,"cms.content.updateUser":{"_ref":"00000187-1473-d989-a7a7-bfffa9da0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"originalTemplate":false,"member":"{\"identifier\":\"151800\",\"url\":\"https://directory.politicopro.com/member/151800\",\"preferredName\":\"Sen. Tim Scott (R-SC)\",\"isCommittee\":false}","text":"Tim Scott","url":"https://directory.politicopro.com/member/151800","personId":"151800","_id":"0000018a-da0d-d2cf-a3af-fb9f37210000","_type":"353fe80b-e1b5-3663-85ca-add066ecafc0"}">Tim Scott</a> went after Vivek Ramaswamy. So did Nikki Haley, who also tore into DeSantis. At one point, moderators threatened to cut Doug Burgum’s mic.</p> <p>We asked five POLITICO campaign reporters for their takeaways from the second Republican primary debate of the 2024 campaign.<br></p> <br><iframe style="max-width: 100%" width="1280" height="720" src="https://players.brightcove.net/1155968404/r1WF6V0Pl_default/index.html?videoId=6337962489112" frameborder="0"></iframe> <br> <h2 style="text-align: left">Who had the best night? Who had the worst night?</h2> <h2 style="text-align: left"></h2> <p><b>Natalie Allison: </b>Tim Scott. It was more than an hour into the debate that I realized I could say anyone on stage was <i>actually</i> having a good night, but I would argue he redeemed himself in the eyes of donors — and likely the voters who have been intrigued by him — compared to his last debate performance.</p> <p>Despite a rusty start, when he seemed a bit uncomfortable, Scott eventually made use of the rhetorical trick he has successfully employed on the stump for years: raising his preacher voice. Faced with questions about racial inequality, particularly as it relates to African Americans in this country, Scott is uniquely qualified to answer. And did so in a way that was likely to resonate with many conservatives of faith. “I have been discriminated against, but America is not a racist country,” Scott said. “Frankly the city on the hill needs a brand new leader, and I’m asking for your vote.”</p> <p>What’s more, Scott interrupted folks tonight. In Milwaukee, he faded into the background. Tonight, he went after Ramaswamy, at one point launching an indecipherable couple of minutes where Scott, Ramaswamy and DeSantis (who was trying to get the other two men to stop) were speaking over one another. And he showed no reluctance, when prompted by the moderators, to go after Nikki Haley — something those of us following the South Carolinians have been waiting months to see.</p> <p>Worst night? Poor Burgum. After qualifying at the last minute, he tried his hardest to insert himself into the debate by interrupting. But he got very few questions directed his way — and some scolding when he tried to interject.</p> <p><b>Christopher Cadelago:</b> Scott, no question. In a presidential debate that seemed to have the lowest stakes of any in recent memory, he showed a pulse. And for Scott, that was enough to turn in the most complete and substantive performance of the night. Sure, he benefited from a sleepy showing from DeSantis, who whined early on about Trump not being there and then disappeared for painfully long stretches of time.<br></p> <br> <img src="https://static.politico.com/9e/db/91df2c7a4cf481824c18e4fb79cf/20230927-gop-debate-philip-cheung-0042.jpg"> <br> <p>This is the second debate that DeSantis failed to notch anything approaching a memorable moment mixing it up with an opponent on stage, let alone a viral one. Instead, he resorted to scripted and rehearsed riffs, feeding critiques that he can’t think on his feet.</p> <p><b>Sally Goldenberg: </b>After a notably lackluster debate performance last month in Milwaukee, Scott showed up with a new script. He was energetic — repeatedly interjecting himself even if it meant interrupting. He mixed it up with Ramaswamy, Haley and DeSantis, while staying relatively above the fray. At times, he risked undermining his affable persona, but it was a risk worth taking as Scott needs to demonstrate to GOP donors that he’s a reasonable alternative to Trump. On Wednesday, he made progress on that front.</p> <p>Pence, on the other hand, fell flat after a strong showing at the previous debate. He didn’t stand out, he stumbled over some of his answers — leading to awkward pauses — and he was even scolded by a moderator at one point for failing to answer a question on the future of Obamacare. Perhaps most importantly, he didn’t do enough to highlight his bona fides as a religious conservative leader, which should be one of his selling points to the Republican Party.</p> <p><b>Steven Shepard:</b> The best night belonged to Nikki Haley. She showed a willingness to mix it up with anyone, jabbing at Ramaswamy and DeSantis. When moderator Dana Perino tried to tee up a back-and-forth between the two South Carolinians on stage, Scott wouldn’t take the bait.</p> <p>But Haley did. “He’s been there 12 years, and he hasn’t done any of that,” she said, mocking his congressional tenure, including his promotion to the Senate thanks to Haley’s appointment. “Where have you been? Where have you been, Tim?”<br></p> <br> <img src="https://static.politico.com/2b/a4/88bd401a49ae86f830ad71df5b6c/https-delivery-gettyimages.com/downloads/1705171084"> <br> <p>Only then did Scott respond in kind, hitting at Haley’s record as governor. But even then, Haley welcomed the counterattack, goading him: “Bring it, Tim.”</p> <p>I do think Scott did himself some favors Wednesday night — he’s dropped to 2 percent in the national polling average and needed to be more assertive to assure a spot on the next debate stage — but Haley got the better of their exchange.</p> <p>Last month, I said Ramaswamy had the worst night, and I think he followed up with a repeat performance. He conceded that he could be a “bit of a know-it-all,” but that didn’t stop the onslaught from the other candidates on stage. Given his slide in the polls since the first debate, I’m not convinced attacking him is a smart debate strategy. But the other candidates sure do seem to enjoy it, and some of the night’s most memorable moments were the arrows aimed at him.<br></p> <br><iframe style="max-width: 100%" width="1280" height="720" src="https://players.brightcove.net/1155968404/r1WF6V0Pl_default/index.html?videoId=6337959382112" frameborder="0"></iframe> <br> <p><b>Adam Wren: </b>Nobody had a great night. But from a strategic perspective, Mike Pence did something smart, attacking two candidates polling ahead of him: DeSantis and Ramaswamy. And the line on Ramaswamy was a zinger: "Let me say I'm glad Vivek pulled out of his business deal in 2018 in China. That must've been the time you decided to start voting in presidential elections.”</p> <p>My biggest loser? Ronald Reagan. Even though I watched a few candidates wander over to his gravesite not far from the media file tent earlier in the day, I was struck by how little candidates namechecked the Gipper even on his home turf (Scott spoke of a “shining city on the hill” and DeSantis mentioned Reagan’s deterrence strategy.) And few candidates seemed to have any problem violating Reagan’s Eleventh Commandment: "Thou shalt not speak ill of another Republican." Haley went so far as to say that every time she heard Ramaswamy speak she felt “a little bit dumber for what you say.” For his part, Ramaswamy was a bit of a corrective here, implicitly referring to Reagan’s Eleventh Commandment, appealing to the spirit of that edict several times, acknowledging that those on stage were “good people.”</p> <h2 style="text-align: left">What surprised you the most during the debate?</h2> <h2 style="text-align: left"></h2> <p><b>Cadelago: </b>Ramaswamy, after serving as a kind of super-troll and wild puncher on stage in the first debate, was anything but in the second. Ramaswamy at the start of the evening seemed to go to great lengths to pronounce himself largely in agreement with Scott on striking unions and holding President Joe Biden accountable for the situation. A few minutes later, Ramaswamy contended that the majority of reasonable people were in agreement about where the country needs to go. “These are good people on this stage,” he emphasized.</p> <p>Even as he sustained hits, at one point prompting him to interject that he ended all his business in China, it was a very different Ramaswamy, one who seemed to swill fewer pots of coffee before he stepped on stage in Simi Valley. He wasn’t even provoked by Haley saying she gets “dumber” each time she hears him speak. That’s restraint. And the kind of approach a young man might take to maybe, possibly, land a Cabinet post.</p> <p><b>Allison:</b> I agree with Chris. I was surprised at the debate in August when Ramaswamy portrayed himself the way he did, since I’ve seen him for months on the campaign trail pitch himself as a unifier. He and his advisers have clearly realized his original approach was the better branding strategy for him.</p> <p><b>Wren:</b> Add me to the column of people surprised by Ramaswamy. He presented himself as more of a statesman in this debate than the <a href="https://www.politico.com/news/2023/08/24/vivek-ramaswamy-gop-debate-00112752" target="_blank" link-data="{"cms.site.owner":{"_ref":"0000014b-3270-d4f3-a3cb-f3ffa8610000","_type":"0000014b-324d-d4f3-a3cb-f3ff4161000e"},"cms.content.publishDate":1695875936097,"cms.content.publishUser":{"_ref":"00000187-1473-d989-a7a7-bfffa9da0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"cms.content.updateDate":1695875936097,"cms.content.updateUser":{"_ref":"00000187-1473-d989-a7a7-bfffa9da0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"originalTemplate":false,"link":{"originalTemplate":false,"attributes":[],"target":"NEW","url":"https://www.politico.com/news/2023/08/24/vivek-ramaswamy-gop-debate-00112752","_id":"0000018a-da15-dd68-a3cf-dbd527fc0001","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"linkText":"“annoying” upstart","_id":"0000018a-da15-dd68-a3cf-dbd527fc0000","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">“annoying” upstart</a> some found him to be in the first debate.<br></p> <br> <img src="https://static.politico.com/9e/33/1960bd8242f28c7ec90f3f59789b/20230927-gop-debate-philip-cheung-0028.jpg"> <br> <p>Beyond that, I was shocked how virtually none of the candidates laid a glove on Haley, who perhaps most capitalized on her first debate performance in Milwaukee to elevate her position in the field. None of her competitors arrested that momentum tonight.</p> <p><b>Shepard:</b> It did seem like Wednesday night was the first time some of these candidates began to grapple with the fact that they’re so far behind Trump. DeSantis hit Trump twice for skipping the debate, including on abortion. But it’s not clear GOP primary voters are as offended Trump isn’t there.</p> <p><b>Goldenberg:</b> Virtually no candidate on stage seemed to realize they are in an uphill battle against Donald Trump. Aside from a few jabs — DeSantis hitting him for raising the national debt; Christie alleging he was too afraid to show up to the faceoff — the Republican contenders largely avoided the overwhelming frontrunner. It has been their strategy all along, but as Trump’s lead grows, it is surprising they aren’t shifting course.</p> <h2 style="text-align: left">Did anything we saw tonight hurt Donald Trump?</h2> <p><b>Goldenberg:</b> No. If Republican voters are interested in substantive discussions on the economy, the Southern border, urban crime and the war in Ukraine, the candidates on stage offered some detailed policy positions. But this remains the party of Trump, and no one debating tonight did anything to change that. They barely challenged him on the losses he’s cost the GOP — and even when DeSantis raised that point, he did it without naming Trump or saying Trump lost in 2020.</p> <p><b>Cadelago:</b> Not only won’t it hurt Trump, it’s more likely to help him. If Trump made the right strategic call to skip the first debate, he unquestionably made the correct decision tonight by sitting out what amounted to single-A ball with distracted umpires. And if attending future debates is even a question for Trump, nothing that happened on stage in California should give him pause about ditching every one of these until the general election.</p> <p><b>Wren: </b>To mix Christopher’s sports metaphors, this debate felt like a scrum of 5-year-olds chasing a soccer ball around the field as the actual goal — distinguishing themselves from Trump — found itself rather lonesome.<br></p> <br><iframe style="max-width: 100%" width="1280" height="720" src="https://players.brightcove.net/1155968404/r1WF6V0Pl_default/index.html?videoId=6337958971112" frameborder="0"></iframe> <br> <p><b>Allison:</b> No. I suppose it is notable that members of Trump’s team once again showed up at a debate he wasn’t participating in (so it isn’t <i>utterly</i> irrelevant in their eyes), and his campaign spent the debate tweeting out unflattering photos of Chris Christie. Trump himself put out a Truth Social post afterward about Christie, while defending his own record. But I don’t see how much of anything said or done tonight could have done any serious damage to Trump’s standing.</p> <p><b>Shepard: </b>There are only two things that can hurt Trump at this point: his legal peril and early-state elections. A criminal conviction or a surprisingly weak performance in Iowa or New Hampshire could actually threaten his lead.</p> <p>But nothing that happened in the first two debates — or any subsequent ones, for that matter — will weaken Trump. What the debates will do is clarify the field of candidates other than Trump, in the event he does become vulnerable.</p> <h2 style="text-align: left">How will this debate change the trajectory of the race?</h2> <p><b>Shepard: </b>The next debate is six weeks away, but I wouldn’t be surprised if Haley is challenging DeSantis for second place by the time the candidates — at this point, almost certainly without Trump — meet again. Does that weaken Trump’s hold over the primary? No, but if this does become a race at some point, it means that DeSantis isn’t necessarily the most likely non-Trump option.</p> <p><b>Allison:</b> Frankly, there was a lack of enthusiasm across the board going into this debate. It felt like nothing more than a placeholder until the next one, when <i>maybe</i> there will be fewer candidates on stage, <i>maybe</i> they will finally get serious about making the case against Trump and <i>maybe</i> Trump himself will show (though that seems even less likely now).</p> <p>Here in beautiful Simi Valley, and in part due to the nature of the venue, there was next to no buzz ahead of time — no massive Ramaswamy gaggles outside his campaign bus like in Milwaukee, for example — and a smaller number of operatives walking around making their pitches to reporters. The candidates themselves only got a small fraction of the debate tickets as last time, just 10 each, according to multiple campaigns, which meant they left a lot of their surrogates behind. It was boring, it was lame. The candidates’ energy on stage left something to be desired. Amateur hour for the moderators.<br></p> <br> <img src="https://static.politico.com/e4/b0/5bd06c7c4c798b8a2b31e27ff3f7/20230927-gop-debate-philip-cheung-0001-new.jpg"> <br> <p>There were a few Trump zingers over his failure to show. But there was no meaningful takedown of the former president, and no indication that there will be any meaningful shift in the current field before the third debate.</p> <p><b>Wren: </b>It didn’t. If you’re a donor on the sidelines who watched this debate, I don’t see how you came away willing to throw any of these particular candidates money when so few of them had breakout moments.</p> <p><b>Goldenberg: </b>This debate will not change the trajectory of the race.</p> <p><b>Cadelago: </b>There will be more external and internal pressure on this still-large field to shrink, but doing so will take some candidates admitting to themselves the obvious: they don’t have a chance and should drop out.<br></p> <br>]]>
- </content:encoded>
- </item>
- <item>
- <title>GOP candidates bash Trump over Milley 'death' comment</title>
- <link>https://www.politico.com/news/2023/09/28/gop-candidates-bash-trump-milley-comment-00118900</link>
- <description>Trump was referring to a phone call Milley took after the Jan. 6 riots to reassure Chinese officials that the United States wasn’t under threat of an attack.</description>
- <guid>https://www.politico.com/news/2023/09/28/gop-candidates-bash-trump-milley-comment-00118900</guid>
- <pubDate>Thu, 28 Sep 2023 15:42:55 EST</pubDate>
- <dc:creator>Matt Berg</dc:creator>
- <dc:contributor>Matt Berg</dc:contributor>
- <media:content type="application/octet-stream" url="https://static.politico.com/8a/dc/870e6d9548469dcb7210650bb73c/https-delivery-gettyimages.com/downloads/1179668641">
- <media:credit scheme="urn:ebu">Mark Wilson/Getty Images</media:credit>
- <media:title type="html">Donald Trump speaks as Mark Milley looks on after a briefing from senior military leaders in the Cabinet Room at the White House on Oct. 7, 2019.</media:title>
- <media:thumbnail url="https://static.politico.com/8a/dc/870e6d9548469dcb7210650bb73c/https-delivery-gettyimages.com/downloads/1179668641"/>
- </media:content>
- <maz:template>core</maz:template>
- <maz:modified>1695933775416</maz:modified>
- <content:encoded>
- <![CDATA[<img src="https://static.politico.com/8a/dc/870e6d9548469dcb7210650bb73c/https-delivery-gettyimages.com/downloads/1179668641"> <br> <p>A trio of GOP presidential candidates bashed former President Donald Trump on Thursday over his comments suggesting that the nation’s top-ranking military officer should be killed.</p> <p>Last Friday, Trump laid into Joint Chiefs Gen. Mark Milley on Truth Social, saying that the general “turned out to be a Woke train wreck who, if the Fake News reporting is correct, was actually dealing with China to give them a heads up on the thinking of the President of the United States.”</p> <p>Trump was referring to a <a href="https://www.politico.com/news/2021/09/28/milley-china-congress-hearing-514488" target="_blank" link-data="{"linkText":"phone call Milley took","link":{"target":"NEW","attributes":[],"url":"https://www.politico.com/news/2021/09/28/milley-china-congress-hearing-514488","_id":"0000018a-ef10-de6a-a5ef-ffb14ad40008","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14ad40009","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">phone call Milley took</a> after the Jan. 6 riots to reassure Chinese officials that the United States wasn’t under threat of an attack. Several top Trump appointees were aware of his calls, Milley told Congress later that year.</p> <p>“This is an act so egregious that, in times gone by, the punishment would have been DEATH!” Trump added in his post.</p> <p>Speaking <a href="https://www.cbsnews.com/news/general-milley-responds-to-trump-social-media-post-60-minutes/" target="_blank" link-data="{"linkText":"with CBS","link":{"target":"NEW","attributes":[],"url":"https://www.cbsnews.com/news/general-milley-responds-to-trump-social-media-post-60-minutes/","_id":"0000018a-ef10-de6a-a5ef-ffb14ad4000a","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14ad4000b","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">with CBS</a> Wednesday night, Milley said that he has “adequate safety precautions. I wish those comments had not been made, and I’ll take appropriate measures to ensure my safety and the safety of my family.”</p> <p>That striking remark from the general, who served closely by Trump’s side after he became Joint Chiefs chair in 2019, hearkens back to when former Vice President Mike Pence’s life was <a href="https://www.politico.com/news/2022/05/25/trump-expressed-support-hanging-pence-capitol-riot-jan-6-00035117" target="_blank" link-data="{"linkText":"seemingly threatened by his boss","link":{"target":"NEW","attributes":[],"url":"https://www.politico.com/news/2022/05/25/trump-expressed-support-hanging-pence-capitol-riot-jan-6-00035117","_id":"0000018a-ef10-de6a-a5ef-ffb14ad4000c","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14ad4000d","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">seemingly threatened by his boss</a> during the storming of the Capitol in 2021.</p> <p>When the comparison was made on CNN this morning, Pence rebuked the former president.</p> <p>“There is no call for that kind of language directed toward someone who's worn the uniform of the United States and served with such distinction,” Pence said.</p> <p>Fresh off the second GOP presidential debate Wednesday night, other candidates also took aim at the frontrunner.</p> <p>Former New Jersey Gov. Chris Christie, the most outspoken Trump critic of GOP presidential contenders, had a harsher take, calling Trump an “absolute child” for the “reprehensible” remarks, while speaking on MSNBC this morning.</p> <p>Former Arkansas Gov. Asa Hutchinson also took aim at the GOP frontrunner.</p> <p>“To suggest that Gen. Milley should be executed is inexcusable and dangerous,” Hutchinson told POLITICO in a statement. “While some will excuse this latest outrage as Trump just being Trump, the fact is that his statement endangers people and is an insult to those who serve in the military.”</p> <p>POLITICO reached out to each of the candidates’ campaigns for comment, but only Hutchinson’s team sent a response. (Tech entrepreneur Vivek Ramaswamy couldn’t respond because he’s with his family, campaign spokesperson Tricia McLaughlin said.)</p> <p>The lack of response from others is indicative of how hesitant many of his opponents are to speak out against him on a regular basis.</p> <p>A Trump campaign spokesperson argued that candidates who do speak out on it are just looking for headlines.</p> <p>“Who are these people? Seems like they're just thirsty for attention,” spokesperson Steven Cheung told POLITICO.</p>]]>
- </content:encoded>
- </item>
- <item>
- <title>Trump’s attack on Milley fuels special counsel’s push for a gag order</title>
- <link>https://www.politico.com/news/2023/09/29/trumps-attack-on-milley-fuels-special-counsels-push-for-a-gag-order-00119253</link>
- <description>Donald Trump has unleashed a social media attack on Mark Milley, suggesting he should have been put to death for treason.</description>
- <guid>https://www.politico.com/news/2023/09/29/trumps-attack-on-milley-fuels-special-counsels-push-for-a-gag-order-00119253</guid>
- <pubDate>Fri, 29 Sep 2023 19:52:20 EST</pubDate>
- <dc:creator>Kyle Cheney</dc:creator>
- <dc:contributor>Kyle Cheney</dc:contributor>
- <media:content type="image/jpeg" url="https://static.politico.com/bc/13/39ad8b2040cab8f5111f585a8c5d/election-2024-trump-california-24012.jpg">
- <media:credit scheme="urn:ebu">Jae C. Hong/AP Photo</media:credit>
- <media:title type="html">Donald Trump’s attacks on special counsel Jack Smith's office and on Judge Tanya Chutkan threaten to taint the upcoming trial or drive up dangerous threats.</media:title>
- <media:thumbnail url="https://static.politico.com/bc/13/39ad8b2040cab8f5111f585a8c5d/election-2024-trump-california-24012.jpg"/>
- </media:content>
- <maz:template>core</maz:template>
- <maz:modified>1696035632862</maz:modified>
- <content:encoded>
- <![CDATA[<img src="https://static.politico.com/bc/13/39ad8b2040cab8f5111f585a8c5d/election-2024-trump-california-24012.jpg"> <br> <p>Special counsel Jack Smith’s office argued Friday that Donald Trump’s recent attacks on Gen. Mark Milley and one of their own newly appointed prosecutors bolster their case to put a gag order on the former president ahead of his trial in Washington, D.C.</p> <p>In a <a href="https://s3.documentcloud.org/documents/24000428/trumpreply.pdf" target="_blank" link-data="{"linkText":"<u>22-page filing</u>","link":{"target":"NEW","attributes":[],"url":"https://s3.documentcloud.org/documents/24000428/trumpreply.pdf","_id":"0000018a-ef10-de6a-a5ef-ffb14ad60006","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14ad60007","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}"><u>22-page filing</u></a>, senior assistant special counsel Molly Gaston said prosecutors rejected Trump’s claims that their proposed gag order was an attempt to silence him on the campaign trail. Rather, she said, it was an effort to prevent him from trying to make “use of his candidacy as a cover for making prejudicial public statements about this case.”</p> <p>“[T]here is no legitimate need for the defendant, in the course of his campaign, to attack known witnesses regarding the substance of their anticipated testimony,” Gaston wrote.</p> <p>The filing is prosecutors’ last word to U.S. District Court Judge Tanya Chutkan ahead of an Oct. 16 hearing on Smith’s proposed gag order. Since their original request, which was unsealed last week, Trump has unleashed a social media attack on Milley — suggesting he should have been put to death for treason — who is expected to be a witness in the case against him.</p> <p>“[N]o other criminal defendant would be permitted to issue public statements insinuating that a known witness in his case should be executed,” Gaston wrote. “This defendant should not be, either.”</p> <p>And after <a href="https://www.politico.com/news/2023/09/22/jack-smith-special-counsel-prosecutor-trump-00117736" target="_blank" link-data="{"linkText":"<u>POLITICO revealed</u>","link":{"target":"NEW","attributes":[],"url":"https://www.politico.com/news/2023/09/22/jack-smith-special-counsel-prosecutor-trump-00117736","_id":"0000018a-ef10-de6a-a5ef-ffb14ad60008","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14ad60009","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}"><u>POLITICO revealed</u></a> Smith’s appointment of a longtime war crimes prosecutor to his team, Trump uncorked another attack on Smith’s office. Prosecutors cited that attack as a potential danger as well.</p> <p>Prosecutors say that Trump’s attacks are a form of witness intimidation and a way to taint the jury pool ahead of his highly anticipated trial, which Chutkan has scheduled for March 4. The judge has warned Trump to refrain from “inflammatory” comments about the case and suggested she could expedite his trial if they continue. Earlier this week, Chutkan <a href="https://www.cnn.com/2023/09/27/politics/tanya-chutkan-donald-trump-recusal-motion/index.html" target="_blank" link-data="{"linkText":"<u>denied Trump’s bid</u>","link":{"target":"NEW","attributes":[],"url":"https://www.cnn.com/2023/09/27/politics/tanya-chutkan-donald-trump-recusal-motion/index.html","_id":"0000018a-ef10-de6a-a5ef-ffb14ad6000a","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14ad6000b","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}"><u>denied Trump’s bid</u></a> to remove her from the case.</p> <p>Smith’s team also says Trump’s attacks on their office and on the judge herself threaten to taint the upcoming trial or drive up dangerous threats.</p> <p>Prosecutors also sharply rejected efforts by some of Trump’s advisers to explain away some of his statements. They noted that after a Trump aide suggested the former president had purchased a firearm in South Carolina — a potential violation of federal law, since he’s under criminal indictment — his team later walked it back.</p> <p>“The defendant either purchased a gun in violation of the law and his conditions of release, or seeks to benefit from his supporters’ mistaken belief that he did so,” Smith’s team said.</p> <p>Smith’s office also rejected Trump’s argument that the indictment does not formally accuse Trump of having a role in the violence that unfolded on Jan. 6, instead accusing Smith of unfairly linking Trump to the riot in a brief public statement announcing the indictment last month.</p> <p>“[T]he indictment does in fact clearly link the defendant and his actions to the events of January 6,” Gaston wrote. “In short, the indictment alleges that the defendant’s actions, including his campaign of knowingly false claims of election fraud, led to the events of January 6.”</p>]]>
- </content:encoded>
- </item>
- <item>
- <title>Trump co-defendant pleads guilty in Georgia, becoming first to reach plea deal in election-subversion case</title>
- <link>https://www.politico.com/news/2023/09/29/trump-georgia-plea-deal-bail-bondsman-00119232</link>
- <description>Part of the plea deal for Scott Hall, a bail bondsman who breached election equipment, requires him to testify against other co-defendants.</description>
- <guid>https://www.politico.com/news/2023/09/29/trump-georgia-plea-deal-bail-bondsman-00119232</guid>
- <pubDate>Fri, 29 Sep 2023 16:48:47 EST</pubDate>
- <dc:creator>Kyle Cheney and Josh Gerstein</dc:creator>
- <dc:contributor>Kyle Cheney and Josh Gerstein</dc:contributor>
- <media:content type="application/octet-stream" url="https://static.politico.com/d8/ac/310feee94ab7aff98e758ba9b536/https-delivery-gettyimages.com/downloads/1697758294">
- <media:credit scheme="urn:ebu">David McNew/Getty Images</media:credit>
- <media:title type="html">Donald Trump was not mentioned by name during Scott Hall’s plea hearing.</media:title>
- <media:thumbnail url="https://static.politico.com/d8/ac/310feee94ab7aff98e758ba9b536/https-delivery-gettyimages.com/downloads/1697758294"/>
- </media:content>
- <maz:template>core</maz:template>
- <maz:modified>1696025184380</maz:modified>
- <content:encoded>
- <![CDATA[<img src="https://static.politico.com/d8/ac/310feee94ab7aff98e758ba9b536/https-delivery-gettyimages.com/downloads/1697758294"> <br> <p>A defendant charged alongside former President Donald Trump in Georgia has pleaded guilty and agreed to cooperate with prosecutors. Scott Hall, a Georgia bail bondsman, is the first person to reach a plea deal in the case, in which Trump and 18 others were charged with racketeering conspiracy for their efforts to overturn the 2020 presidential election.</p> <p>Hall, 59, who was involved in a breach of election equipment, pleaded guilty Friday in Atlanta to five counts of conspiring to commit intentional interference with performance of election duties. The plea deal included an agreement to a sentence of five years of probation, a $5,000 fine and a letter of apology to the state.</p> <p>Part of the plea deal requires Hall to testify against others at future trials or hearings of “any co-defendants” in the election racketeering case. The felony charges against Hall were dropped as part of the agreement.</p> <p>Trump was not mentioned by name during Hall’s plea hearing, but a Fulton County prosecutor did mention co-defendant and former Trump attorney Sidney Powell as being involved in the alleged scheme to gain access to Dominion voting machines in Coffee County, Ga.</p> <p>Fulton County Superior Court Judge Scott McAfee indicated that Hall’s plea was scheduled hastily on Friday. A prosecutor said Hall provided a recorded statement about his involvement to the district attorney’s office earlier in the day.</p> <p>“This is not a matter that had been scheduled today, but I was informed by both parties that they would like to have an impromptu court hearing and I understand that this is a change of plea,” McAfee said at the outset of the court session Friday afternoon. During the 25-minute hearing, the judge accepted Hall’s guilty pleas and imposed the sentence of five-years probation agreed on by both sides.</p> <p>Hall <a href="https://www.fultonclerk.org/DocumentCenter/View/2108/CRIMINAL-INDICTMENT" target="_blank" link-data="{"linkText":"was charged","link":{"target":"NEW","attributes":[],"url":"https://www.fultonclerk.org/DocumentCenter/View/2108/CRIMINAL-INDICTMENT","_id":"0000018a-ef10-de6a-a5ef-ffb14ad80002","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14ad80003","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">was charged</a> as part of the sweeping racketeering scheme alleged by Fulton County District Attorney Fani Willis against Trump, several of his top aides and a slew of Georgie GOP activists who aided Trump’s bid to overturn the results of the 2020 election. Hall was identified in the indictment as participating in an effort to access the voting machines and equipment in Coffee County — a post-election bid by Trump allies who were purportedly investigating allegations of voter fraud in hopes of reversing Joe Biden’s victory in the state.</p> <p>Hall was in touch with several of the other alleged co-conspirators around the time of the breach and also had contact with figures in Trump’s orbit. For example, the indictment notes that Hall had a 63-minute phone call with alleged co-conspirator Jeffrey Clark, then the head of the Justice Department’s Civil Division, on Jan. 2, 2021, to discuss the Georgia election.</p> <p>Under the deal, Hall is forbidden from speaking with the media until all trials related to the case are complete and may not be involved in any activities related to voting. Under Georgia law, he could be left without a criminal record if he successfully completes probation.</p>]]>
- </content:encoded>
- </item>
- <item>
- <title>Bob Menendez’s prosecutors are already grappling with some tough Supreme Court precedents</title>
- <link>https://www.politico.com/news/2023/09/30/menendez-indictment-supreme-court-00119244</link>
- <description>In a string of recent decisions, the justices have made it more difficult to prosecute public officials for corruption.</description>
- <guid>https://www.politico.com/news/2023/09/30/menendez-indictment-supreme-court-00119244</guid>
- <pubDate>Sat, 30 Sep 2023 07:00:00 EST</pubDate>
- <dc:creator>Erica Orden</dc:creator>
- <dc:contributor>Erica Orden</dc:contributor>
- <media:content type="application/octet-stream" url="https://static.politico.com/a5/f7/ddebc1ff4ff9ba59b4fc5b967a9b/https-delivery-gettyimages.com/downloads/1483377164">
- <media:credit scheme="urn:ebu">Chip Somodevilla/Getty Images</media:credit>
- <media:title type="html">Sen. Bob Menendez is counting on the U.S. Supreme Court's increasingly narrow interpretations of public corruption to help him fight his federal indictment on charges of bribery.</media:title>
- <media:thumbnail url="https://static.politico.com/a5/f7/ddebc1ff4ff9ba59b4fc5b967a9b/https-delivery-gettyimages.com/downloads/1483377164"/>
- </media:content>
- <maz:template>core</maz:template>
- <maz:modified>1696097051189</maz:modified>
- <content:encoded>
- <![CDATA[<img src="https://static.politico.com/a5/f7/ddebc1ff4ff9ba59b4fc5b967a9b/https-delivery-gettyimages.com/downloads/1483377164"> <br> <p>NEW YORK — For all the fireworks in <a href="https://www.politico.com/news/2023/09/22/authorities-to-charge-u-s-sen-bob-menendez-and-wife-today-00117590" target="_blank" link-data="{"linkText":"the federal indictment of Sen. Bob Menendez","link":{"target":"NEW","attributes":[],"url":"https://www.politico.com/news/2023/09/22/authorities-to-charge-u-s-sen-bob-menendez-and-wife-today-00117590","_id":"0000018a-ef10-de6a-a5ef-ffb14ada0000","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14ada0001","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">the federal indictment of Sen. Bob Menendez</a> — the gold bars, the shiny convertible, the stacks of cash — the case may ultimately hinge on something far less flashy: the Supreme Court’s increasingly narrow view of the nation’s anti-corruption laws.</p> <p>In recent years, a string of Supreme Court rulings has severely curtailed what counts as public corruption. Now, Menendez is hoping the court’s new legal landscape will help save him. The New Jersey Democrat, who <a href="https://www.politico.com/news/2023/09/27/menendez-pleads-not-guilty-to-corruption-charges-00118377" target="_blank" link-data="{"linkText":"pleaded not guilty Wednesday","link":{"target":"NEW","attributes":[],"url":"https://www.politico.com/news/2023/09/27/menendez-pleads-not-guilty-to-corruption-charges-00118377","_id":"0000018a-ef10-de6a-a5ef-ffb14ada0002","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14ada0003","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">pleaded not guilty Wednesday</a>, has dodged indictments before while repeatedly getting reelected, and he has so far shrugged off growing calls for his resignation in light of the latest charges.</p> <p>Menendez’s prosecutors in the U.S. attorney’s office in Manhattan are well aware that virtually any public-corruption prosecution faces an uphill climb. They appear to have crafted their indictment with an eye toward a key Supreme Court precedent, in which the high court <a href="https://casetext.com/case/united-states-v-mcdonnell-19" target="_blank" link-data="{"linkText":"threw out the conviction of former Virginia Gov. Bob McDonnell","link":{"target":"NEW","attributes":[],"url":"https://casetext.com/case/united-states-v-mcdonnell-19","_id":"0000018a-ef10-de6a-a5ef-ffb14ada0004","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14ada0005","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">threw out the conviction of former Virginia Gov. Bob McDonnell</a>. And the office has first-hand experience with another important precedent dictated by the court: the <a href="https://www.supremecourt.gov/opinions/22pdf/21-1158_p8k0.pdf" target="_blank" link-data="{"linkText":"overturned conviction of an aide to former New York Gov. Andrew Cuomo","link":{"target":"NEW","attributes":[],"url":"https://www.supremecourt.gov/opinions/22pdf/21-1158_p8k0.pdf","_id":"0000018a-ef10-de6a-a5ef-ffb14ada0006","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14ada0007","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">overturned conviction of an aide to former New York Gov. Andrew Cuomo</a>.</p> <p>“The government’s indictment lays bare remarkable evidence of public corruption,” former federal prosecutor Harry Sandick said of the Menendez case. “The only question for the government to answer is whether these amazing charges fit within the scope of the law of public corruption as the Supreme Court has defined it in recent years. In particular, were these gifts given to Menendez in exchange for ‘official acts,’ which is a narrowly defined term.”</p> <p><br>The high court homed in on “official acts” in 2016 when it invalidated the conviction of McDonnell, a Republican who was accused of taking bribes to promote a tobacco company’s products. And earlier this year, in the case of the Cuomo aide, the court restricted the use of a federal statute that makes it a crime to deprive the public of “honest services.” That statute is among the laws Menendez is accused of violating.<br></p> <br> <img src="https://static.politico.com/9f/c2/99b1fff348c294c052d278a958ce/2023-09-30-mcdonnell-scotus-ap-773.jpg"> <br> <p>Other recent Supreme Court rulings, such as a <a href="https://www.supremecourt.gov/opinions/19pdf/18-1059_e2p3.pdf" target="_blank" link-data="{"linkText":"2020 decision throwing out the convictions of two people involved in New Jersey’s “Bridgegate” scandal","link":{"target":"NEW","attributes":[],"url":"https://www.supremecourt.gov/opinions/19pdf/18-1059_e2p3.pdf","_id":"0000018a-ef10-de6a-a5ef-ffb14adb0000","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14adb0001","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">2020 decision throwing out the convictions of two people involved in New Jersey’s “Bridgegate” scandal</a>, have followed a similar pattern. The justices have said they are simply applying the text of the public corruption laws and seeking to avoid criminalizing ordinary activity like lobbying. Overzealous prosecutors, the court has suggested in mostly unanimous decisions, have misused those laws to target political wheeling and dealing that may be unsavory but isn’t necessarily unlawful.</p> <p>In the McDonnell ruling, Chief Justice John Roberts wrote that only “official acts,” or decisive government actions, such as introducing a piece of legislation or otherwise influencing policy, could be considered part of a corruption scheme. What Roberts described as routine political favors, such as arranging a meeting or making a phone call, could not.</p> <p>The issue for Menendez’s prosecutors is whether the conduct described in the indictment is legally considered “official acts” that he completed in exchange for bribes — or whether it’s more informal activity, similar to the services that elected representatives customarily provide to constituents or political allies outside official channels.</p> <p>Among the steps Menendez allegedly took: contacting an official at the U.S. Department of Agriculture as he sought to preserve the ability of another co-defendant’s company to be the exclusive halal certifier for U.S. food exports to Egypt, contacting a supervisor in the New Jersey attorney general’s office in an attempt to influence two pending criminal matters and urging President Joe Biden to nominate a U.S. attorney in New Jersey whom Menendez believed he could manipulate.</p> <p>Prosecutors said Menendez also conveyed to Egyptian officials, through intermediaries, that “he would approve or remove holds on foreign military financing and sales of military equipment to Egypt” by virtue of his leadership role on the Senate Foreign Relations Committee.</p> <p>Prosecutors pursuing Menendez appear to have had the McDonnell decision in mind when crafting the language of the charging documents.</p> <p>In the indictment, prosecutors accuse Menendez of taking bribes in exchange for “a series of official acts and breaches of official duty” and specify that he used his “power and influence” as a senator to perform favors for three businessmen indicted alongside the senator and his wife.</p> <p>In describing Menendez’s contact with the USDA official, for example, prosecutors say he “pressured” the individual — a word drawn from the McDonnell decision, in which Roberts wrote that, “If an official sets up a meeting, hosts an event, or makes a phone call on a question or matter that is or could be pending before another official, that could serve as evidence of an agreement to take an official act.”</p> <p>“A jury could conclude, for example, that the official was attempting to pressure or advise another official on a pending matter,” Roberts wrote. “And if the official agreed to exert that pressure or give that advice in exchange for a thing of value, that would be illegal.”</p> <p>The Manhattan U.S. attorney’s office — and Menendez himself — appeared to immediately confront the question of whether his conduct could meet the bar set by the McDonnell decision.</p> <p>“Constituent service is part of any legislator’s job — Sen. Menendez is no different,” U.S. Attorney Damian Williams noted when speaking to reporters last week.</p> <p>But, he suggested, Menendez’s behavior went beyond constituent service, pointing out that Menendez detailed on his own Senate website that he wasn’t permitted to compel an agency to act in someone’s favor, influence a private business matter or get involved in a criminal case.</p> <br> <img src="https://static.politico.com/e5/fc/ce18f3f84cccaa84fb4fa09e7b1b/joe-percoco-ap-900.jpg"> <br> <p>“We allege that behind the scenes, Sen. Menendez was doing those things for certain people — the people who were bribing him and his wife,” Williams said.</p> <p>For his part, Menendez said in a statement released hours after his indictment was unsealed: “They have misrepresented the normal work of a Congressional office.”</p> <p>Prosecutors also must contend with the decision the Supreme Court handed down this May in the case of Joseph Percoco, a longtime aide to Cuomo who temporarily left his government position to work as the governor’s campaign manager while accepting money to help a New York real-estate developer with a lucrative state project.</p> <p>Justice Samuel Alito’s opinion for the court limited the circumstances in which private citizens can be convicted of depriving the government of “honest services.” In a concurring opinion, Justice Neil Gorsuch also suggested that the entire honest-services fraud statute should be thrown out, writing: “To this day, no one knows what ‘honest-services fraud’ encompasses.”</p> <p>Menendez and his four co-defendants, including his wife, are charged with conspiracy to commit honest services fraud. Prosecutors allege they, along with the senator, “devise[d] a scheme and artifice to defraud, and to deprive the public of its intangible right to Robert Menendez’s honest services.”</p> <p>Former federal public corruption prosecutors predicted the Percoco ruling would likely become a focus of pretrial litigation.</p> <p>None of this, however, is likely a surprise for those supervising the Menendez case. The very office that is prosecuting Menendez brought the original case against Percoco, albeit under prior leadership. And the office’s current criminal division chief, Daniel Gitner, represented one of Percoco’s co-defendants when Gitner worked in private practice.</p> <p>The U.S. attorney himself has already dealt with the fallout from the Supreme Court’s narrowing of corruption laws. Williams was a member of the prosecution team that worked on a trial heavily influenced by the McDonnell ruling: the retrial of Sheldon Silver, the once-powerful New York State Assembly speaker who was indicted on federal corruption charges.</p> <p>Silver’s initial conviction, in 2015, was overturned by a federal appeals court as a result of the McDonnell decision, with the appeals court saying the district judge’s explanation of an official action was too broad.</p> <p>Williams helped retry the case in 2018, and another member of that prosecution team, Tatiana Martins, said the Menendez prosecutors — and Williams in particular — surely focused closely on how to proceed successfully in light of the McDonnell ruling.</p> <p>“McDonnell was something we were very sensitive to, so Damian will certainly have read this indictment and signed off on this in a very detailed way,” said Martins, who subsequently became chief of the office’s public corruption unit and is now a partner at Davis Polk & Wardwell LLP. “I’m sure McDonnell was top of mind for him.”</p> <p>Silver was reconvicted, although that conviction was partially overturned.<br></p>]]>
- </content:encoded>
- </item>
- <item>
- <title>Judge shoots down bid by four Trump co-defendants to move Georgia criminal charges to federal court</title>
- <link>https://www.politico.com/news/2023/09/29/jeff-clark-georgia-election-case-00119172</link>
- <description>Former Justice Department official Jeffrey Clark and three GOP activists who falsely posed as presidential electors all lost their bids to transfer the case.</description>
- <guid>https://www.politico.com/news/2023/09/29/jeff-clark-georgia-election-case-00119172</guid>
- <pubDate>Fri, 29 Sep 2023 14:12:53 EST</pubDate>
- <dc:creator>Kyle Cheney</dc:creator>
- <dc:contributor>Kyle Cheney</dc:contributor>
- <media:content type="image/jpeg" url="https://static.politico.com/08/0e/69419a2a48bfa19b07fd718a3083/georgia-election-indictment-50462.jpg">
- <media:credit scheme="urn:ebu">Susan Walsh/AP Photo</media:credit>
- <media:title type="html">Jeff Clark is one of five Trump co-defendants who sought to move his case to federal court.</media:title>
- <media:thumbnail url="https://static.politico.com/08/0e/69419a2a48bfa19b07fd718a3083/georgia-election-indictment-50462.jpg"/>
- </media:content>
- <maz:template>core</maz:template>
- <maz:modified>1696028821430</maz:modified>
- <content:encoded>
- <![CDATA[<img src="https://static.politico.com/08/0e/69419a2a48bfa19b07fd718a3083/georgia-election-indictment-50462.jpg"> <br> <p>A federal judge in Georgia said Friday that four of Donald Trump's co-defendants in a sweeping racketeering indictment failed to show that they were acting at the Trump White House's behest when they took steps aimed at overturning the 2020 election.</p> <p>U.S. District Court Judge Steve Jones said the alleged co-conspirators — former Justice Department official Jeffrey Clark and three GOP activists who falsely posed as presidential electors — had all failed to present evidence that the actions they took had been blessed or encouraged by Trump. That determination gutted their attempts to claim they were acting with federal government permission when they took the actions that resulted in their criminal charges.</p> <p>The four Trump allies want to transfer their charges to federal court, where they intend to present evidence that they were carrying out federal responsibilities and are therefore immune from the prosecution brought by Fulton County District Attorney Fani Willis. But the ruling by Jones, an Obama appointee, underscores a fundamental weakness in that claim: They presented no clear evidence that Trump asked them to take the steps that they took in the final frenzied weeks of his presidency.</p> <p>The rulings represent a golden sombrero for the Trump co-defendants who attempted to move their cases into federal court, part of a broader strategy to neutralize the legal threats they face. In addition to the four defendants whom Jones denied on Friday, the judge earlier this month <a href="https://www.politico.com/news/2023/09/08/judge-refuses-to-move-prosecution-of-mark-meadows-to-federal-court-00114817" target="_blank" link-data="{"cms.site.owner":{"_ref":"0000014b-3270-d4f3-a3cb-f3ffa8610000","_type":"0000014b-324d-d4f3-a3cb-f3ff4161000e"},"cms.content.publishDate":1696027741710,"cms.content.publishUser":{"_ref":"00000186-eafc-d959-adcf-ebfeb3350005","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"cms.content.updateDate":1696027741710,"cms.content.updateUser":{"_ref":"00000186-eafc-d959-adcf-ebfeb3350005","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"originalTemplate":false,"link":{"originalTemplate":false,"attributes":[],"target":"NEW","url":"https://www.politico.com/news/2023/09/08/judge-refuses-to-move-prosecution-of-mark-meadows-to-federal-court-00114817","_id":"0000018a-e321-d56c-abfa-ef6d83020001","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"linkText":"rejected a similar bid","_id":"0000018a-e321-d56c-abfa-ef6d83020000","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">rejected a similar bid</a> by Trump's former chief of staff, Mark Meadows, saying that Meadows had failed to show his efforts to keep Trump in power fit within the scope of his federal duties.</p> <p>Meadows has appealed the ruling, and his case is moving swiftly through the 11th Circuit Court of Appeals. But the defeats in Jones' court suggest an uphill climb for Trump's co-defendants. Indeed, Trump himself passed Thursday on attempting to move his case to federal court, suggesting he's satisfied that the state-court judge overseeing the case, Scott McAfee, will carefully consider his claims of federal immunity.</p> <p>Clark is charged for his effort to draft and disseminate a letter in late December 2020 encouraging state legislatures — in a handful of states won by Joe Biden — to convene emergency sessions and consider whether to appoint Trump electors instead. Clark argued to Jones that he drafted the letter as part of a bid to advise Trump and noted that it was never ultimately sent. But Jones said Clark failed to provide evidence that Trump was even aware of the effort until just before it fizzled.</p> <p>“Other than his counsel’s own vague and uncertain assertions, the Court has no evidence that the President directed Clark to work on election-related matters generally or to write the December 28 letter to the Georgia State Officials on their election procedures,” Jones wrote in a <a href="https://s3.documentcloud.org/documents/23999831/clarkruling.pdf" target="_blank" link-data="{"linkText":"31-page opinion","link":{"target":"NEW","attributes":[],"url":"https://s3.documentcloud.org/documents/23999831/clarkruling.pdf","_id":"0000018a-ef10-de6a-a5ef-ffb14ade0000","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14ade0001","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">31-page opinion</a>. “No evidence in the Record definitively shows that the President directed Clark to write the letter,” he continued. “Instead, the evidence before this Court does not show the President’s involvement in this letter specifically until the January 3 meeting where the President decided not to send it to the Georgia officials.”</p> <p>Clark argues that his efforts to provide advice to Trump — even if that advice was ultimately rejected — can’t be the basis of a criminal case. But Jones found that Clark failed to present evidence that his work on election-related matters was part of the scope of his government responsibilities. Clark’s DOJ supervisors have publicly testified that Clark was operating far outside his job responsibilities when he spearheaded the drafting of the Dec. 28 letter.</p> <p>Clark spent weeks pressing his superiors to sign and send the letter and was ultimately rebuffed. The fight culminated in an early January 2021 Oval Office meeting when Trump strongly considered elevating Clark to acting attorney general. He ultimately backed down amid a mass resignation threat by top DOJ and White House officials.</p> <p>Despite Clark’s claim that Trump authorized him to work on election-related matters, Jones said Clark showed no evidence of such a directive.</p> <p>The three false electors — David Shafer, Cathy Latham and Shawn Still — all contended that Trump's attorneys had directed them to convene and sign false paperwork claiming to be legitimate presidential electors. Their signatures, which they said were meant to preserve Trump's efforts to legally challenge the results of the 2020 election in Georgia, would later be used as part of a pressure campaign by Trump against his vice president, Mike Pence. But Jones said the three GOP elector nominees had failed to show that Trump's attorneys were acting on behalf of the federal government. Rather they were advocating for his reelection via private litigation.</p> <p>"Private litigation is 'unofficial conduct' and falls outside of the ambit of the President’s exercise of executive power," Jones wrote in Shafer's <a href="https://storage.courtlistener.com/recap/gov.uscourts.gand.319434/gov.uscourts.gand.319434.27.0.pdf" target="_blank" link-data="{"linkText":"36-page opinion","link":{"target":"NEW","attributes":[],"url":"https://storage.courtlistener.com/recap/gov.uscourts.gand.319434/gov.uscourts.gand.319434.27.0.pdf","_id":"0000018a-ef10-de6a-a5ef-ffb14ade0002","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14ade0003","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">36-page opinion</a>, citing the precedent related to civil litigation against Bill Clinton. He issued similar rulings for <a href="https://storage.courtlistener.com/recap/gov.uscourts.gand.319599/gov.uscourts.gand.319599.26.0.pdf" target="_blank" link-data="{"linkText":"Latham","link":{"target":"NEW","attributes":[],"url":"https://storage.courtlistener.com/recap/gov.uscourts.gand.319599/gov.uscourts.gand.319599.26.0.pdf","_id":"0000018a-ef10-de6a-a5ef-ffb14ade0004","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14ade0005","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">Latham</a> and <a href="https://storage.courtlistener.com/recap/gov.uscourts.gand.319576/gov.uscourts.gand.319576.31.0.pdf" target="_blank" link-data="{"linkText":"Still","link":{"target":"NEW","attributes":[],"url":"https://storage.courtlistener.com/recap/gov.uscourts.gand.319576/gov.uscourts.gand.319576.31.0.pdf","_id":"0000018a-ef10-de6a-a5ef-ffb14ade0006","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14ade0007","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">Still</a>.</p> <p>Jones also rejected the electors' attempt to compare their actions to similar steps taken by Hawaii Democrats in the aftermath of the 1960 election. Richard Nixon had initially seemed to win the state by an eyelash, and the governor certified his victory. But a recount showed that John F. Kennedy narrowly won, and a state judge later ruled in favor of Democrats' challenge to the results. But Jones noted that there's simply no evidence that the Democratic electors were acting under federal authority in 1960 when they met to cast contingent ballots. And the state judge, he noted, did not reference their actions in his ultimate ruling.</p>]]>
- </content:encoded>
- </item>
- <item>
- <title>White House prepares to fight for Ukraine aid after shutdown averted</title>
- <link>https://www.politico.com/news/2023/09/30/biden-administration-congress-government-shutdown-deal-ukraine-aid-00119296</link>
- <description>The president signed the bill after he and his team kept tabs, but did not overly influence, House Democratic votes for the measure.</description>
- <guid>https://www.politico.com/news/2023/09/30/biden-administration-congress-government-shutdown-deal-ukraine-aid-00119296</guid>
- <pubDate>Sat, 30 Sep 2023 18:05:34 EST</pubDate>
- <dc:creator>Jennifer Haberkorn, Jonathan Lemire and Sam Stein</dc:creator>
- <dc:description>Jonathan Lemire is POLITICO's White House Bureau Chief.</dc:description>
- <dc:contributor>Jennifer Haberkorn, Jonathan Lemire and Sam Stein</dc:contributor>
- <media:content type="image/jpeg" url="https://static.politico.com/64/19/ef7fce8e4207a2930825353d1fe7/ap23264754638810.jpg">
- <media:credit scheme="urn:ebu">Evan Vucci/AP Photo</media:credit>
- <media:title type="html">President Joe Biden (right) and Ukrainian President Volodymyr Zelenskyy (left) walk to the Oval Office of the White House on Sept. 21.</media:title>
- <media:thumbnail url="https://static.politico.com/64/19/ef7fce8e4207a2930825353d1fe7/ap23264754638810.jpg"/>
- </media:content>
- <maz:template>core</maz:template>
- <maz:modified>1696160755841</maz:modified>
- <content:encoded>
- <![CDATA[<img src="https://static.politico.com/64/19/ef7fce8e4207a2930825353d1fe7/ap23264754638810.jpg"> <br> <p>With minutes to spare, President Joe Biden signed a stopgap funding bill Saturday to avert a shutdown and keep the government open for 45 days. </p> <p>In doing so, he capped a chaotic 24 hours that riveted much of Washington but left one of the White House’s top priorities, aid for Ukraine, in serious jeopardy.</p> <p>Like others in the nation’s capital, the Biden White House had been caught off guard Saturday morning when Speaker Kevin McCarthy abruptly reversed course and announced that he would bring a clean, stop gap bill to fund the government through November 17, 2023.</p> <p>But aides weren’t terribly surprised. They had assumed the government shutdown showdown would end this way at some point — with the main question being whether McCarthy would take his lumps before or after the funding deadline.</p> <p>They weren’t displeased with the outcome either. The bill didn’t just fund the government, it also included $16 billion in disaster relief and, as one White House official noted, avoids “any version of the deep cuts to essential domestic programs that were proposed in the past few days.”</p> <p>But the final measure did not include aid for Ukraine, and its absence was not just a blow for Biden but to Volodymyr Zelenskyy too. The Ukrainian president had just met with the president and lawmakers last week to once again make the case for additional funds for Kyiv’s defense against Moscow.<br></p> <br> <p>Inside the administration, aides attempted to downplay the exclusion. “Speaker McCarthy has stated his support for aid to Ukraine,” the White House official said, adding that they expected him to bring a separate bill to the floor “shortly.”</p> <p>And Biden too stressed his expectation that there would be another attempt to pass Ukraine aid in the near term.</p> <p>“While the Speaker and the overwhelming majority of Congress have been steadfast in their support for Ukraine, there is no new funding in this agreement to continue that support,” Biden said in a statement. “We cannot under any circumstances allow American support for Ukraine to be interrupted. I fully expect the Speaker will keep his commitment to the people of Ukraine and secure passage of the support needed to help Ukraine at this critical moment.” </p> <p>How much of that was spin, wishcasting, or solid intel was hard to tell. No one in the White House would say they received an actual assurance from McCarthy that he’d bring a measure up for a vote. Instead, two administration officials noted that McCarthy has never himself said he wouldn’t support aid to Ukraine. The view from 1600 Pennsylvania Ave. was that the speaker couldn’t include it in a government funding bill, lest he incur a full bore insurrection from within his party. But that didn’t mean he couldn’t push it as a separate matter.<br></p> <br> <p>Senate Majority Leader Chuck Schumer made assurances that funding for Ukraine aid remains a priority.</p> <p>“We will not stop fighting for more economic and security assistance for Ukraine. Majorities in both parties support Ukraine aid, and doing more is vital for America’s security and for democracy around the world,” he said after the Senate’s passage.</p> <p>There is certainly some Republican appetite to see that happen, too.</p> <p>"Most Senate Republicans remain committed to helping our friends on the front lines," Minority Leader Mitch McConnell said earlier in the night. And Sen. Jim Risch (R-Idaho), the ranking member of the Senate Foreign Relations Committee, <a href="https://x.com/jonathantamari/status/1708197233588355534?s=46&t=ZblvrXop0ozb92dtnKfhHA" target="_blank" link-data="{"linkText":"said he expected","link":{"target":"NEW","attributes":[],"url":"https://x.com/jonathantamari/status/1708197233588355534?s=46&t=ZblvrXop0ozb92dtnKfhHA","_id":"0000018a-ef10-de6a-a5ef-ffb14ae10000","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14ae10001","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">said he expected</a> Ukraine aid to be included in the full year appropriations that Congress is set to complete later this year.</p> <p>But the House GOP is a different beast. McCarthy’s office didn’t offer any response to a request for comment. However, <a href="https://www.politico.com/live-updates/2023/09/30/congress/ukraine-aid-outlook-00119294" target="_blank" link-data="{"linkText":"POLITICO reported on Saturday","link":{"target":"NEW","attributes":[],"url":"https://www.politico.com/live-updates/2023/09/30/congress/ukraine-aid-outlook-00119294","_id":"0000018a-ef10-de6a-a5ef-ffb14ae10002","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14ae10003","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">POLITICO reported on Saturday</a> that he had been open to including Ukraine aid in the stopgap funding bill but was unable to finalize language in time.</p> <p>As the bill headed to the Senate floor Saturday evening, there were widespread expectations on Capitol Hill that a Ukraine-related vote would occur next week, given deep support in the Senate.</p> <p>House Minority Leader Hakeem Jeffries, when asked about the lack of fresh Ukraine money in the bill, said “we have to get to work on this issue” and suggested there would be a vote as soon as Monday.</p> <p>“House Republicans will have a choice in the next few days when we reconvene on Monday.</p> <p>Are they going to stand up for freedom, democracy and truth and the Ukrainian people, or will they continue to bend the knee to the pro-Putin caucus in the House Republican conference?” he said in a post-House vote news conference Saturday.</p> <p>As news of the clean stopgap bill’s components emerged on Saturday morning, the White House kept in touch with Democrats on the Hill, monitoring (like them) the specific components of the legislative language. There was some intrigue over whether the measure authorized — or, more precisely, did not prevent — a cost of living adjustment for the salaries of congressional members. There also was some anxiety that House GOP leadership was trying to jam something through the chamber without giving lawmakers time to read it.</p> <p>But, in the end, there were no readily visible poison pills. The White House kept its distance from the actual whip count operation, staying firm in its goal to keep Biden out of the process. Officials have insisted that the president brokered a funding deal with the speaker back in the spring and would not revisit that agreement.</p> <p>There was no time to issue a formal Statement of Administration Policy, as is standard on major bills. Rank-and-file House Democrats got no guidance on the White House’s position, according to several people granted anonymity to discuss what would have been private discussions.</p> <p>But the silence implied that the Biden administration didn’t oppose the bill, either. In the end, more than 200 House Democrats ended up backing the measure.</p> <p><i>Myah Ward and Eun Kyung Kim contributed to this report.</i></p>]]>
- </content:encoded>
- </item>
- <item>
- <title>Dems pressure White House to change economic message</title>
- <link>https://www.politico.com/news/2023/09/29/white-house-bidenomics-failure-00118949</link>
- <description>Democrats are loving the Biden economy. They're less certain about his economic message.</description>
- <guid>https://www.politico.com/news/2023/09/29/white-house-bidenomics-failure-00118949</guid>
- <pubDate>Fri, 29 Sep 2023 04:00:00 EST</pubDate>
- <dc:creator>Adam Cancryn and Holly Otterbein</dc:creator>
- <dc:contributor>Adam Cancryn and Holly Otterbein</dc:contributor>
- <media:content type="application/octet-stream" url="https://static.politico.com/c7/ad/fd0ae25746ffbb9e5a0420623b64/https-delivery-gettyimages.com/downloads/1601908725">
- <media:credit scheme="urn:ebu">Andrew Caballero-Reynolds/AFP/Getty Images</media:credit>
- <media:title type="html">The administration’s case for patience is no longer masking the angst within the party that "Bidenomics" as a brand is falling flat — and perhaps is a microcosm of larger obstacles facing the coming campaign.</media:title>
- <media:thumbnail url="https://static.politico.com/c7/ad/fd0ae25746ffbb9e5a0420623b64/https-delivery-gettyimages.com/downloads/1601908725"/>
- </media:content>
- <maz:template>core</maz:template>
- <maz:modified>1695994563385</maz:modified>
- <content:encoded>
- <![CDATA[<img src="https://static.politico.com/c7/ad/fd0ae25746ffbb9e5a0420623b64/https-delivery-gettyimages.com/downloads/1601908725"> <br> <p>President Joe Biden placed a big bet that he could sell an improving economy under the banner of “Bidenomics.”</p> <p>Three months later, some allied Democrats fear he’s made a serious misstep.</p> <p>Several top Biden allies have privately raised concerns about the phrase to the White House, according to two people familiar with the backchanneling.</p> <p>And Rep. <a href="https://directory.politicopro.com/member/193559" data-person-id="193559" link-data="{"cms.site.owner":{"_ref":"0000014b-3270-d4f3-a3cb-f3ffa8610000","_type":"0000014b-324d-d4f3-a3cb-f3ff4161000e"},"cms.content.publishDate":1695946243098,"cms.content.publishUser":{"_ref":"00000187-1473-d989-a7a7-bfffa9da0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"cms.content.updateDate":1695946243098,"cms.content.updateUser":{"_ref":"00000187-1473-d989-a7a7-bfffa9da0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"originalTemplate":false,"member":"{\"identifier\":\"193559\",\"url\":\"https://directory.politicopro.com/member/193559\",\"preferredName\":\"Rep. Steven Horsford (D-NV)\",\"isCommittee\":false}","text":"Steven Horsford","url":"https://directory.politicopro.com/member/193559","personId":"193559","_id":"0000018a-de45-dd68-a3cf-dfd5ee490000","_type":"353fe80b-e1b5-3663-85ca-add066ecafc0"}">Steven Horsford</a>, who chairs the Congressional Black Caucus, said in an interview this week that he’s warned the White House that the Bidenomics brand is built on shaky ground. He believes it advances a message that wrongly centers the conversation on the president and his electoral ambitions rather than the voters who stand to gain from the administration’s economic accomplishments.<br></p> <br><iframe style="max-width: 100%" width="1280" height="720" src="https://players.brightcove.net/1155968404/r1WF6V0Pl_default/index.html?videoId=6331203109112" frameborder="0"></iframe> <br> <p>“With all due respect to the president, to the White House, this is not so much about them as it is the people who are benefiting by the policies that they came out and demanded,” said Horsford (D-Nev.). “We have to do a better job framing this not so much for one person — for the office of the presidency — but for the people.”</p> <p>Their worries are underscored by a slew of polling showing that the economic recovery the White House has sought to spotlight as a triumph is not making a dent in the public’s psyche. Most Americans are still skeptical the U.S. is in an upturn, let alone one resilient enough to last much longer. The rising cost of living remains a dominant theme in voters’ minds, crowding out major gains in jobs and wages. And so far, the Bidenomics drumbeat that began earlier this summer has yet to prove it can change their minds.<br></p> <br> <p>“At this point, Bidenomics doesn’t really have strong answers to people’s biggest worries,” said Will Marshall, president of the Progressive Policy Institute, a centrist Democratic think tank. “There ought to be a lot of thinking in the White House now about changes in the way they present their case for the economic good that this administration has done.”</p> <p>Inside the White House, aides have largely dismissed Democrats’ fears as premature and overblown, arguing it’s far too early to judge a messaging strategy designed to play out over the yearlong run-up to the 2024 election. They remain confident that, after winning the presidency and then defying predictions of a midterm wipeout, they have a better read on the national mood than their critics.</p> <p>“Bidenomics is the president's economic agenda and it is strongly supported by the American people," said White House spokesperson Michael Kikukawa. "That work and our message build on what the midterms and recent special elections proved: Americans favor the president's vision for growing the economy from the middle out and the bottom up over trickle-down MAGAnomics."</p> <p>Americans are just beginning to reap the rewards of Biden’s economic agenda, officials said. Consumer spending continues to rise, signaling greater confidence in the economy’s stability than people may be willing to admit.</p> <p>Perhaps most crucially, Biden officials believe voters don’t yet see the issue as a choice between Biden’s economic vision and the policies of former President Donald Trump and his GOP allies. Sharpening that contrast will prove critical in changing Americans’ attitudes over the next several months, they said.<br></p> <br><iframe style="max-width: 100%" width="1280" height="720" src="https://players.brightcove.net/1155968404/r1WF6V0Pl_default/index.html?videoId=6336985341112" frameborder="0"></iframe> <br> <p>"Like they did in 2022, Americans will face a choice between MAGA Republicans whose agenda serves the rich and powerful, and Joe Biden, whose agenda serves the middle class," said Biden campaign spokesperson Kevin Munoz, highlighting a pair <a href="https://www.youtube.com/watch?v=3gEj5lLcF34&feature=youtu.be" target="_blank" link-data="{"linkText":"of early ads","link":{"target":"NEW","attributes":[],"url":"https://www.youtube.com/watch?v=3gEj5lLcF34&feature=youtu.be","_id":"0000018a-ef10-de6a-a5ef-ffb14ae60000","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14ae60001","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">of early ads</a> that <a href="https://www.youtube.com/watch?v=4D70OLEpaN8&feature=youtu.be" target="_blank" link-data="{"linkText":"spotlight individual voters","link":{"target":"NEW","attributes":[],"url":"https://www.youtube.com/watch?v=4D70OLEpaN8&feature=youtu.be","_id":"0000018a-ef10-de6a-a5ef-ffb14ae60002","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14ae60003","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">spotlight individual voters</a>. "That strategy worked then, and it will again in 2024."</p> <p>The administration has increasingly leaned into that contrast in recent weeks, emphasizing GOP proposals to cut taxes for the wealthy and roll back popular drug pricing moves. Bidenomics, top aides believe, gives the president a shorthand for comparing his various achievements against Republicans' unpopular policies.</p> <p>"It’s important to have a unifying theme and a vision that we’re explaining and that all these policies fit within,” said one longtime Biden aide, waving off strategy concerns as “bedwetting and Monday morning quarterbacking” from nervous Democrats. “The president didn’t win in 2020 adjusting his concern every day to the latest concern on cable news.”</p> <p>But the administration’s case for patience is no longer masking the angst within the party that Bidenomics as a brand is falling flat — and perhaps is a microcosm of larger obstacles facing the coming campaign. An administration with accomplishments to sell has struggled to do so. A president who wants more credit for his work may, Democrats worry, be alienating voters by appearing insulated from their real life struggles.<br></p> <br> <p>In more than a dozen interviews across the party, Democrats offered various defenses and diagnoses of the administration’s messaging strategy and what may need to change. But nearly all acknowledged that the Bidenomics messaging blitz has failed to brighten voters’ view of the economy to date. Some now bemoan that the White House has tied itself so closely to a future economic trajectory it can’t really affect and certainly can’t control.</p> <p>“I’ve never understood why you would brand an economy in your name when the economy hasn’t fully recovered yet,” said Michael LaRosa, a former spokesperson for first lady Jill Biden. “People need to be able to see and feel an economy in their own personal bank accounts. And it doesn’t change no matter how loud you scream the economy is better.”<br></p> <br><iframe style="max-width: 100%" width="1280" height="720" src="https://players.brightcove.net/1155968404/r1WF6V0Pl_default/index.html?videoId=6330247913112" frameborder="0"></iframe> <br> <p>The White House’s inability to gain more credit has confounded many Democrats. They believe Biden’s ability to steer the nation out of the pandemic and into an era of wage gains and near-record-low unemployment should be paying major political dividends.</p> <p>Instead, most polling still shows clear majorities remain unhappy with the overall state of the economy and inflation in particular. A <a href="https://www.documentcloud.org/documents/23990176-230239-nbc-september-2023-poll_for-release-92423" target="_blank" link-data="{"linkText":"recent NBC News poll","link":{"target":"NEW","attributes":[],"url":"https://www.documentcloud.org/documents/23990176-230239-nbc-september-2023-poll_for-release-92423","_id":"0000018a-ef10-de6a-a5ef-ffb14ae60004","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14ae60005","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">recent NBC News poll</a> found fewer than 4 in 10 approve of the president’s handling of the economy. And though 55 percent said they were satisfied with their own financial situation, that figure tied a record low for the poll question dating back to 1994.</p> <p>“The place where economic confidence is faltering most is with the base of the Democratic Party — so it’s among young people, among African Americans and Latinos,” said Republican pollster Micah Roberts, a partner at Public Opinion Strategies who handled the economic questions in the bipartisan NBC poll. “There’s a disconnect between the two or three months of [the Bidenomics] campaign and what people are actually feeling.”</p> <p>Interviews with a diverse group of striking autoworkers and other voters in the critical battleground state of Michigan this week highlighted Biden's troubles: Many of them had voted for him in 2020 and appreciate that he joined the picket line Tuesday. But several were frustrated with his handling of high prices and other economic issues — and not yet sold on voting for him again next year.</p> <p>Darnay Curry, a Black United Auto Workers member striking at a plant in Warren, Mich., said he isn’t sure whether he’d back Biden or Trump if the election is a rematch between them.</p> <p>“Neither one has said anything that actually gets to me just yet,” said Curry, who said he cast a ballot for Biden in 2020.</p> <p>Tone Woods, a Black building trades worker from Detroit, said he is also undecided after voting for Biden in 2020. He attended Trump’s speech Wednesday in the Detroit area.</p> <p>“Gas is high. Inflation. So that’s why I’m stuck in the middle,” he said. He is considering Trump because “the economy was a little better when Trump was in office, to be honest with you.”<br></p> <br><iframe style="max-width: 100%" width="1280" height="720" src="https://players.brightcove.net/1155968404/r1WF6V0Pl_default/index.html?videoId=6337874481112" frameborder="0"></iframe> <br> <p>Faced with sentiments like these, some Biden allies have advocated for a more empathetic approach that scales back on boasting about accomplishments in favor of greater acknowledgment that rising prices remain a challenge. Even as inflation cools, the shock of higher prices for basic needs like groceries and housing still appears to outweigh improvements in the abundance of jobs in the eyes of voters.</p> <p>Horsford, for one, has directly urged Biden’s inner circle to focus more on selling specific policy wins by highlighting the businesses and individuals better off because of them instead of touting a broader Bidenomics vision that he said simply “isn’t cutting through."</p> <p>Trying to package Biden’s range of accomplishments under one umbrella risks obscuring the individual policies that polls show are wildly popular, like capping insulin costs and boosting domestic manufacturing, he and others argue. It asks voters to buy into an overarching economic philosophy they may not be totally sold on, rather than focus on more concrete improvements in their communities.</p> <p>And crucially, they worry that christening Biden’s legacy well before it’s finished is plain old risky.</p> <p>“There’s a difference between the actual thing working and the message landing with people,” said Rep. <a href="https://directory.politicopro.com/member/411928" data-person-id="411928" link-data="{"cms.site.owner":{"_ref":"0000014b-3270-d4f3-a3cb-f3ffa8610000","_type":"0000014b-324d-d4f3-a3cb-f3ff4161000e"},"cms.content.publishDate":1695947085332,"cms.content.publishUser":{"_ref":"00000187-1473-d989-a7a7-bfffa9da0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"cms.content.updateDate":1695947085332,"cms.content.updateUser":{"_ref":"00000187-1473-d989-a7a7-bfffa9da0000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"originalTemplate":false,"member":"{\"identifier\":\"411928\",\"url\":\"https://directory.politicopro.com/member/411928\",\"preferredName\":\"Rep. Maxwell Frost (D-FL)\",\"isCommittee\":false}","text":"Maxwell Frost","url":"https://directory.politicopro.com/member/411928","personId":"411928","_id":"0000018a-de52-d2cf-a3af-ffd6c4ee0000","_type":"353fe80b-e1b5-3663-85ca-add066ecafc0"}">Maxwell Frost</a> (D-Fla.), who praised Biden's recent focus on touting specific policies and values, such as visiting the UAW picket line and creating a new gun violence office, as encouraging signs the administration is honing its message.</p> <p>“I’ve told this to the president and the administration, [and] the campaign: You’ve got to make people feel like they’re along for the battle, like they’re part of the battle.”</p>]]>
- </content:encoded>
- </item>
- <item>
- <title>Biden evokes McCain’s memory as he warns of Trump’s threat to democracy</title>
- <link>https://www.politico.com/news/2023/09/28/joe-biden-democracy-arizona-mccain-speech-00118722</link>
- <description>The president spent the bulk of his speech in Arizona warning of his predecessor’s threat to democracy.</description>
- <guid>https://www.politico.com/news/2023/09/28/joe-biden-democracy-arizona-mccain-speech-00118722</guid>
- <pubDate>Thu, 28 Sep 2023 09:38:16 EST</pubDate>
- <dc:creator>Lauren Egan and Jonathan Lemire</dc:creator>
- <dc:description>Jonathan Lemire is POLITICO's White House Bureau Chief.</dc:description>
- <dc:contributor>Lauren Egan and Jonathan Lemire</dc:contributor>
- <media:content type="image/jpeg" url="https://static.politico.com/9d/39/5a8b53594015b237da5c4aef1b80/biden-73653.jpg">
- <media:credit scheme="urn:ebu">Evan Vucci/AP Photo</media:credit>
- <media:title type="html">Joe Biden made the case that preserving American institutions should not be a partisan issue.</media:title>
- <media:thumbnail url="https://static.politico.com/9d/39/5a8b53594015b237da5c4aef1b80/biden-73653.jpg"/>
- </media:content>
- <maz:template>core</maz:template>
- <maz:modified>1695946528632</maz:modified>
- <content:encoded>
- <![CDATA[<img src="https://static.politico.com/9d/39/5a8b53594015b237da5c4aef1b80/biden-73653.jpg"> <br> <p>TEMPE, Ariz. — President Joe Biden on Thursday declared that America must overcome new tests to its democracy, delivering his clearest warnings yet about what he believes is at stake in his coming reelection campaign against the likely Republican nominee, Donald Trump.</p> <p>Biden selected Arizona — a state where the former president attempted to <a href="https://apnews.com/article/donald-trump-elections-arizona-phoenix-conspiracy-theories-d38321441bcd6cea58421f6871b4f74e" target="_blank" link-data="{"linkText":"challenge the 2020 election results","link":{"target":"NEW","attributes":[],"url":"https://apnews.com/article/donald-trump-elections-arizona-phoenix-conspiracy-theories-d38321441bcd6cea58421f6871b4f74e","_id":"0000018a-ef10-de6a-a5ef-ffb14aea0000","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14aea0001","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">challenge the 2020 election results</a> and considered a major battleground again next year — as the setting for his fourth major speech on protecting democracy. It is also home to the late Sen. John McCain, who Biden has pointed to as an example of what the Republican Party used to stand for before Trump was elected.</p> <p>Biden centered his speech around McCain’s legacy to make the case that preserving American institutions should not be a partisan issue. The president is fond of saying that McCain, a vocal Trump critic who died in 2018, would put patriotism before party — and he expressed concern that too many members of the senator’s Republican Party would instead pledge their loyalty to Trump over the Constitution.</p> <p>“For John, it was country first,” said Biden. “All of us are being asked right now what we will do to maintain our democracy? We will put a partnership aside and put country first? I say we must. And we will.”</p> <p>Hitting on familiar themes and recalling the legacy of his late friend, Biden stressed that the nation should “not walk away from the sacrifices generations of Americans have made to defend our democracy.”</p> <p>“We have to stand up for America’s values embodied in our Declaration of Independence because we know MAGA extremists have already proven they won’t,” Biden said. “We have to stand up for our Constitution and the institutions of democracy because MAGA extremists have made clear they won’t.”</p> <p>That was one factor that pushed Biden to deliver another speech on the need to protect the nation’s democracy. The topic has also featured prominently in his remarks at recent closed-door fundraisers, including several in the past week in California and New York. In those more relaxed, off-camera settings, Biden has warned that “democracy is on the ballot” and has taken a series of his most direct swipes at Trump yet.</p> <p>He did the same in Arizona. He invoked Trump’s name only once but spent the bulk of his speech clearly outlining the danger the former president poses.</p> <p>“There is something dangerous happening in America,” Biden said. “There is an extremist movement that does not share the basic beliefs of our democracy. The MAGA Movement.”</p> <p>Biden rattled over the warning signs: the erosion of trust of democratic institutions; election denialism, the banning of books. He then warned against the GOP frontrunner’s stated agenda for a second term, which includes an expansion of presidential power, the destruction of the federal bureaucracy and Trump’s declaration that he would be his followers’ “retribution.” Biden also called out Trump’s recent declarations that Gen. Mark Milley, the outgoing chair of the Joint Chiefs of Staff, should be tried for treason.</p> <p>Biden’s comments come a day after the <a href="https://www.politico.com/news/2023/09/27/second-republican-debate-highlights-00118577" target="_blank" link-data="{"linkText":"second Republican primary debate","link":{"target":"NEW","attributes":[],"url":"https://www.politico.com/news/2023/09/27/second-republican-debate-highlights-00118577","_id":"0000018a-ef10-de6a-a5ef-ffb14aea0002","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14aea0003","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">second Republican primary debate</a>, during which candidates took a handful of swipes at Trump — who skipped the event altogether — but seemed to fail to make a meaningful dent in his clear path to the nomination. As the general election comes into clearer focus, Biden aides are betting that homing in on democracy will buoy the president’s campaign, especially after a spasm of political violence and threats to election integrity have shocked the American system in recent years.<br></p> <br> <p>Biden’s comments come a day after the <a href="https://www.politico.com/news/2023/09/27/second-republican-debate-highlights-00118577" target="_blank" link-data="{"linkText":"second Republican primary debate","link":{"target":"NEW","attributes":[],"url":"https://www.politico.com/news/2023/09/27/second-republican-debate-highlights-00118577","_id":"0000018a-ef10-de6a-a5ef-ffb14aea0004","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"_id":"0000018a-ef10-de6a-a5ef-ffb14aea0005","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">second Republican primary debate</a>, during which candidates took a handful of swipes at Trump — who skipped the event altogether — but seemed to fail to make a meaningful dent in his clear path to the nomination. As the general election comes into clearer focus, Biden aides are betting that homing in on democracy will buoy the president’s campaign, especially after a spasm of political violence and threats to election integrity have shocked the American system in recent years.</p> <p>Those close to Biden believe that the issue, along with abortion rights, helped propel Democrats to a far stronger than expected showing during the 2022 midterm elections. Biden has both publicly and privately noted that pundits were wrong in suggesting his closing argument last November should have been about the economy rather than the dangers of political extremism, according to three people close to the president granted anonymity because they were not authorized to discuss those conversations.</p> <p>The Biden team had thought the danger posed by Trump would fade over time, or that attacks from Republican primary candidates would drag him down. Instead, Trump has continued to dominate the Republican field even as criminal indictments against him have mounted.</p> <p>That was one factor that pushed Biden to deliver another speech on the need to protect the nation’s democracy. The topic has also featured prominently in his remarks at recent closed-door fundraisers, including several in the past week in California and New York. In those more relaxed, off-camera settings, Biden has warned that “democracy is on the ballot” and has taken a series of his most direct swipes at Trump yet.</p> <p>“Donald Trump and the MAGA Republicans are determined to destroy American democracy because they want to break down institutional structures,” Biden said Tuesday at a San Francisco fundraiser. “Political violence in America is never, never, never, never acceptable.”</p> <p>In the coming months, Biden intends to adhere to his plan not to directly address Trump’s legal issues for fear of being seen as influencing the process. Instead, he and his staff believe a series of warnings by the president about the ongoing threats to the nation’s foundation will help drive home the point. On Thursday, Biden said he was moved to speak out again because of “fears about the diminishment of our democracy.”</p> <p>“We should all remember: democracies don't have to die at the end of a rifle,” he said. “They can die when people are silent, when they fail to stand up and condemn threats to democracy.”</p> <br> <img src="https://static.politico.com/66/00/e4403f6841418e36ae9a504c1c52/ukraine.JPEG"> <br> <p>Aides originally thought about delivering this speech at another <a href="https://www.politico.com/news/2022/09/01/biden-maga-republicans-philadelphia-speech-00054510" target="_blank" link-data="{"cms.site.owner":{"_ref":"0000014b-3270-d4f3-a3cb-f3ffa8610000","_type":"0000014b-324d-d4f3-a3cb-f3ff4161000e"},"cms.content.publishDate":1695910576679,"cms.content.publishUser":{"_ref":"00000180-1f84-dc88-a7be-1ff66a660000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"cms.content.updateDate":1695910576679,"cms.content.updateUser":{"_ref":"00000180-1f84-dc88-a7be-1ff66a660000","_type":"0000014b-324d-d4f3-a3cb-f3ff415b0002"},"originalTemplate":false,"link":{"originalTemplate":false,"attributes":[],"target":"NEW","url":"https://www.politico.com/news/2022/09/01/biden-maga-republicans-philadelphia-speech-00054510","_id":"0000018a-dc25-de9d-afbf-dffdb5880001","_type":"33ac701a-72c1-316a-a3a5-13918cf384df"},"linkText":"American historical landmark","_id":"0000018a-dc25-de9d-afbf-dffdb5880000","_type":"02ec1f82-5e56-3b8c-af6e-6fc7c8772266"}">American historical landmark</a> — George Washington’s former military base at Valley Forge, Pa., was considered — but ultimately decided to use the moment to also honor McCain. Biden was introduced by McCain’s widow, Cindy McCain, who heads the U.N. World Food Program and said the president and first lady Jill Biden introduced her to her late husband.</p> <p>Biden — who at one point was briefly interrupted by a protester — also announced funding from the American Rescue Plan to construct the McCain Library in conjunction with Arizona State University. Earlier this month while visiting Hanoi, Biden was joined by old friends in paying tribute to McCain and he later told associates it was one of the most moving moments of his presidency, according to one of the people close to the president.</p> <p>“I thought about how America missed John right now, that America needs John right now,” Biden said.</p>]]>
- </content:encoded>
- </item>
- </channel>
-</rss>
+++ /dev/null
-<?xml version="1.0" ?>
-<rss version="2.0">
- <channel>
- <title>The Perl Foundation News</title>
- <link>https://news.perlfoundation.org/</link>
- <description>Official Blog of The Perl Foundation (TPF)</description> <item>
- <title>Grant Application (P Evans) Perl Core Development</title>
- <link>https://news.perlfoundation.org/post/pevans-perl-core</link>
- <description><p>A grant application from Paul Evans has just managed to be squeezed in into this round. Paul needs no introduction; he is one of the few people who speaks XS like a native, and has long been a valuable contributor to the Perl Core, as well as a lot of other interesting ancilliary projects. Also into animatronics, he has many modules dedicated to interacting with electronic interfaces. This application targets </p>
-</description>
- <pubDate>Thu, 28 Sep 2023 16:06:02 EDT</pubDate>
- </item> <item>
- <title>Maintaining Perl (Tony Cook) August 2023</title>
- <link>https://news.perlfoundation.org/post/maintaining_perl_tonyc_august_2023</link>
- <description><p>Tony writes: 2023/08/01 Tuesday 0.20 look at new coverity hits, briefly discuss with khw 0.27 github notifications 0.87 #21306 review and briefly comment 0.05 #21084 check latest CI results, apply to blead 0.13 #21296 test blead with the fix, close this PR 0.28 coverity look at older hits, one harmless, another false positive 0.18 #21181 apply to blead, perldelta 0.42 #21212 </p>
-</description>
- <pubDate>Fri, 22 Sep 2023 12:13:50 EDT</pubDate>
- </item> <item>
- <title>PerlGPT Large Language Model, Phase 1</title>
- <link>https://news.perlfoundation.org/post/perlgptphase1</link>
- <description><p>A new grant application from John Napiorkowski and Robert Grimes, this time targeting the development of a large language model trained specifically to develop Perl Code. These veteran coders suggest that using natural language to generate Perl code may potentially allow one to rapidly generate new APIs and applications, or at least give a skeleton to flesh out into a more elaborate tool.</p>
-</description>
- <pubDate>Wed, 20 Sep 2023 09:53:18 EDT</pubDate>
- </item> <item>
- <title>The Perl and Koha Conference</title>
- <link>https://news.perlfoundation.org/post/perlandkohaconference</link>
- <description><p>The first ever Perl and Koha conference was held in Helsinki, Finland this year. It featured three main days of Perl and Koha presentations and two days of workshops. Workshops included a Perl training session, a masterclass for new Koha developers, Koha improvement initiatives, discussions on the future of Perl as a language, and more. Koha is the first free open source software library automation package. In use worldwide its </p>
-</description>
- <pubDate>Thu, 14 Sep 2023 18:16:06 EDT</pubDate>
- </item> <item>
- <title>Maintaining Perl 5 Core (Dave Mitchell): June - August 2023 </title>
- <link>https://news.perlfoundation.org/post/maintaining_perl_dave_mitchell_june_august_2023</link>
- <description><p>Dave writes: This is my monthly report on work done during June-August 2023 covered by my TPF perl core maintenance grant. I fixed a performance regression bug related to my 'multiconcat' optimisation work from about 5 years ago. Other than that, I restarted my work on my "make stack reference counted" branch, got it into a working state, and merged it into blead. See below for a detailed explanation. SUMMARY: </p>
-</description>
- <pubDate>Thu, 14 Sep 2023 08:37:16 EDT</pubDate>
- </item> <item>
- <title>Maintaining Perl (Tony Cook) July 2023 </title>
- <link>https://news.perlfoundation.org/post/maintaining_perl_tonyc_july_2023</link>
- <description><p>Tony writes: 2023/07/03 Monday 0.92 #21181 fixes, testing, re-push and push to smoke-me 0.50 #21180 fixes, testing, push for re-CI 1.52 apply one of my PRs, look into unexpected mingw64 failure on another PR 2.94 2023/07/04 Tuesday 0.42 #21120 apply to blead, perldelta update, add to maint votes 0.65 #21132, #21095 apply to blead, perldelta #21202 comment 0.08 #21118, #21060 apply </p>
-</description>
- <pubDate>Mon, 28 Aug 2023 08:15:23 EDT</pubDate>
- </item> <item>
- <title>Maintaining Perl (Tony Cook) June 2023 </title>
- <link>https://news.perlfoundation.org/post/maintaining_perl_tonyc_june_2023</link>
- <description><p>Tony writes: 2023/06/01 Thursday 1.52 #21129 research, testing, comment 1.52 2023/06/05 Monday 2.65 #21073 look at porting C++ test, EU:CB issue 1.02 #21135 research and comment 0.17 #21139 review and comment briefly 0.18 #21095 consider other C++ non-features to add 1.37 #21129 research and long comment 5.39 2023/06/06 Tuesday 0.20 #21135 more research 1.40 #21131 look at making PerlIOStdio not </p>
-</description>
- <pubDate>Mon, 28 Aug 2023 08:14:18 EDT</pubDate>
- </item> <item>
- <title>Maintaining Perl (Tony Cook) May 2023 </title>
- <link>https://news.perlfoundation.org/post/maintaining_perl_tonyc_may_2023</link>
- <description><p>Tony writes: 2023/05/01 Monday 0.40 github notifications 0.27 #21051 check it matches the commits in blead and close 0.45 #21061 review and approve 0.22 #21053 review, comment and approve 0.07 #21042 comment 0.12 #21063 review and approve, comment 0.52 #21044 write test and create reversion branch, push for CI 0.82 #17398 resolve inf/nan, work on XS 0.07 #21044 review CI results </p>
-</description>
- <pubDate>Mon, 28 Aug 2023 08:13:02 EDT</pubDate>
- </item> <item>
- <title>Maintaining Perl (Tony Cook) April 2023 </title>
- <link>https://news.perlfoundation.org/post/maintaining_perl_tonyc_april_2023</link>
- <description><p>Tony writes: 2023/04/03 Monday 0.70 github notifications 0.17 #20811 review CI results, undraft, ask khw to try it out 1.08 work on in name revert 1.95 2023/04/04 Tuesday 1.70 review coverity scan reported issues, open #21005 0.93 #20999 try to reproduce, comment 0.15 #20982 review and approve 0.92 work on in name feature 3.70 2023/04/05 Wednesday 1.07 #20999 reproduce, fixes </p>
-</description>
- <pubDate>Mon, 28 Aug 2023 08:11:32 EDT</pubDate>
- </item> <item>
- <title>Maintaining Perl (Tony Cook) March 2023 </title>
- <link>https://news.perlfoundation.org/post/maintaining_perl_tonyc_march_2023</link>
- <description><p>Tony writes: 2023/03/01 Wednesday 0.63 #20849 better commit subject, bump versions, testing, apply to blead 1.75 #20811 debugging config.sh generation 1.60 #20811 more debug nmake config.sh generation work on it for GNUmakefile, update output timestamp to match sources 3.98 2023/03/02 Thursday 1.00 #20874 review discussion, review some of the related PRs with some comments 0.12 #20873 review and approve </p>
-</description>
- <pubDate>Mon, 28 Aug 2023 08:09:34 EDT</pubDate>
- </item> <item>
- <title>Maintaining Perl (Tony Cook) February 2023</title>
- <link>https://news.perlfoundation.org/post/maintaining_perl_tonyc_february_2023</link>
- <description><p>Tony writes: 2023/02/01 Wednesday 0.13 github notifications 2.25 #20742 work on tests, find a related issue, work on fix, testing 0.28 #20742 review test results, commits, push for CI 0.35 #20756 review and approve 0.68 feature bundle re-work: debugging mismatch of feature bits to hash 3.69 2023/02/02 Thursday 0.08 github notifications 0.13 #20759 comment 0.07 #20742 review CI results, </p>
-</description>
- <pubDate>Mon, 28 Aug 2023 08:07:56 EDT</pubDate>
- </item> <item>
- <title>Maintaining Perl (Tony Cook) January 2023</title>
- <link>https://news.perlfoundation.org/post/maintaining_perl_tonyc_january_2023</link>
- <description><p>Tony writes: 2023/01/03 Tuesday 0.08 github notifications 1.40 #20599 review, comments 1.02 #20637 review and comments 0.07 #20621 review and approve 0.40 #20647 review discussion, start to look over code 2.97 2023/01/04 Wednesday 0.30 #20599 follow-up 0.07 #20637 look over discussion 0.47 rfc #32 review and review discussion 0.15 #20667 review and approve 1.35 #20647 more look over code, </p>
-</description>
- <pubDate>Mon, 28 Aug 2023 08:04:33 EDT</pubDate>
- </item> <item>
- <title>Maintaining Perl 5 Core (Dave Mitchell): April - May 2023 </title>
- <link>https://news.perlfoundation.org/post/maintaining_perl_dave_mitchell_april_may_2023</link>
- <description><p>Dave writes: This is my monthly report on work done during April and May 2023 covered by my TPF perl core maintenance grant. The last two months have been a bit light on the perl maintenance front. I did a couple of fixups to Deparse.pm and updated Porting/deparse-skips.txt so that cd t; ./TEST -deparse passes again. SUMMARY: 0:35 disable leaking class test 5:02 fixup deparsing tests 8:26 process p5p </p>
-</description>
- <pubDate>Mon, 28 Aug 2023 08:02:24 EDT</pubDate>
- </item> <item>
- <title>Maintaining Perl 5 Core (Dave Mitchell): March 2023</title>
- <link>https://news.perlfoundation.org/post/maintaining_perl_dave_mitchell_march_2023</link>
- <description><p>Dave writes: This is my monthly report on work done during March 2023 covered by my TPF perl core maintenance grant. I mainly continued work on making the stack reference counted. Since the basic code is working I concentrated more at looking at distributions which were reported to fail on a perl built with PERL_RC_STACK. SUMMARY: 4:49 BBC: Blead breaks RCLAMP/Devel-LeakTrace-0.06.tar.gz and code TOTAL: 42:27 </p>
-</description>
- <pubDate>Mon, 28 Aug 2023 07:59:16 EDT</pubDate>
- </item> <item>
- <title>Maintaining Perl 5 Core (Dave Mitchell): January - February 2023</title>
- <link>https://news.perlfoundation.org/post/maintaining_perl_dave_mitchell_jan_feb_2023</link>
- <description><p>Dave writes: This is my monthly report on work done during Jan and Feb 2023 covered by my TPF perl core maintenance grant. I mainly continued work on making the stack reference counted. I have now reached a point where, on a perl built with the non-default PERL_RC_STACK define, perl uses a reference-counted stack, and all tests pass distributions>. None of those distributions required any changes to work in the </p>
-</description>
- <pubDate>Mon, 28 Aug 2023 07:54:04 EDT</pubDate>
- </item> <item>
- <title>Perl Core Maintenance Grant Extension request</title>
- <link>https://news.perlfoundation.org/post/grant-extension-tony-cook-2023</link>
- <description><p>Tony Cooks work in maintaining Perl core continues, including reviewing issues, reproducing faults and applying patches to fix the core continue</p>
-</description>
- <pubDate>Tue, 25 Jul 2023 11:25:39 EDT</pubDate>
- </item> <item>
- <title>Grant Application: Google TensorFlow API Bindings for Perl, Phase 2</title>
- <link>https://news.perlfoundation.org/post/tensor-flow-api-2</link>
- <description><p>A new Grant Proposal to make Tensor flow accessible to Perl Developers, and bring feature parity with AL in other languages such as Java and Python,</p>
-</description>
- <pubDate>Sun, 23 Jul 2023 12:31:31 EDT</pubDate>
- </item> <item>
- <title>Announcing the 2022 White Camel Award recipient</title>
- <link>https://news.perlfoundation.org/post/white-camel-2022-manwar</link>
- <description><p>We are pleased to announce Mohammad Sajid Anwar as the White Camel Award 2022 recipient. Mohammad runs the Perl weekly challenge, a coding competition where a group of Perl enthusiasts, from beginners to experts, come together and solve 2 tasks every week. So far the challenge has attracted more than 300 unique participants. Furthermore, Mohammad is one of two active editors of the Perl Weekly Newsletter where he discusses topics </p>
-</description>
- <pubDate>Tue, 11 Jul 2023 11:39:04 EDT</pubDate>
- </item> <item>
- <title>Outreachy 2023 - Monalika working on the Open Food Facts project</title>
- <link>https://news.perlfoundation.org/post/outreachy-2023-open-food-facts</link>
- <description><p>The Perl Foundation is taking part again this year in the Outreachy program which encourages the participation of underrepresented groups in open source. The foundation is funding one intern, Monalika Patnaik, who will be working on the Open Food Facts project. Monalika’s introduction in her own words: Hi, I'm Monalika Patnaik, a sophomore pursuing Computer Science Engineering from India. Open-Source is my first love and my passion lies mostly in </p>
-</description>
- <pubDate>Tue, 11 Jul 2023 08:35:11 EDT</pubDate>
- </item> <item>
- <title>Hello (TPRF) World! </title>
- <link>https://news.perlfoundation.org/post/hellotprfworldjune1</link>
- <description><p>Check out our new newsletter! It's packed full of updates and conference information! Hello World 1.pdf Don't want to click that? Here's the text version of the info: **Hello World! Welcome to the first installment of the TPRF Newsletter. Time for another TPRC 2023 update! A reminder to all folks traveling from outside Canada to attend TPRC 2023, go ahead and check that you have your passport! You're going to </p>
-</description>
- <pubDate>Thu, 01 Jun 2023 20:23:24 EDT</pubDate>
- </item> </channel>
-</rss>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><atom:link href="https://www.smh.com.au/rss/world.xml" rel="self" type="application/rss+xml"></atom:link><copyright>Copyright 2023 Nine Entertainment Co. Pty Limited</copyright><description>The top News headlines from The Sydney Morning Herald. For all the news, visit https://www.smh.com.au</description><image><link>https://www.smh.com.au/rss/world.xml</link><title>Sydney Morning Herald - World</title><url>https://www.smh.com.au/icons/rss/smh.png</url></image><language>en-AU</language><lastBuildDate>Mon, 02 Oct 2023 20:57:59 +1100</lastBuildDate><link>https://www.smh.com.au/rss/world.xml</link><pubDate>Mon, 02 Oct 2023 20:57:59 +1100</pubDate><title>Sydney Morning Herald - World</title><item><category>World / North America</category><dc:creator></dc:creator><description>The best photos from the international wire agencies as chosen by our picture editors.</description><enclosure length="0" type="image/jpeg" url="https://static.ffx.io/images/$zoom_1%2C$multiply_0.7554%2C$ratio_1.777778%2C$width_1059%2C$x_0%2C$y_88/t_crop_custom/q_86%2Cf_jpg/ac2fca81db0ac800f629ba37f5f59d428bf0da6d"></enclosure><guid isPermaLink="false">53bc0659-07b2-4b58-ae86-ed54268781d8</guid><link>https://www.smh.com.au/world/north-america/world-of-photos-october-3-2023-20231002-p5e96q.html?ref=rss&utm_medium=rss&utm_source=rss_world</link><pubDate>Mon, 02 Oct 2023 17:01:38 +1100</pubDate><title>World of Photos - October 3, 2023</title></item><item><category>World</category><dc:creator></dc:creator><description>At least nine people have been killed and a further 50 injured after a church roof collapsed during a Sunday mass in Mexico.</description><enclosure length="0" type="image/jpeg" url="https://static.ffx.io/images/$width_800%2C$height_450/t_crop_fill/q_86%2Cf_jpg/0f45e0517f0b675a68682d8a87b0a7445c6f5f4f"></enclosure><guid isPermaLink="false">03903aec-e825-4a43-9e15-e986c781b562</guid><link>https://www.smh.com.au/world/at-least-nine-dead-after-church-roof-collapses-in-mexico-20231002-p5e96r.html?ref=rss&utm_medium=rss&utm_source=rss_world</link><pubDate>Mon, 02 Oct 2023 16:56:25 +1100</pubDate><title>At least nine dead after church roof collapses in Mexico</title></item><item><category>World / Europe</category><dc:creator>Andrea Hamblin</dc:creator><description>Serbia refuses to recognise the independence of its former southern province, and denied it trained the group of 30 men who shot at police and killed an officer.</description><enclosure length="0" type="image/jpeg" url="https://static.ffx.io/images/$zoom_0.26122348297977305%2C$multiply_0.7554%2C$ratio_1.777778%2C$width_1059%2C$x_0%2C$y_39/t_crop_custom/q_86%2Cf_jpg/55c9ab7318c70a6d88d1e7ef2599185d3811f177"></enclosure><guid isPermaLink="false">c9530bd0-3098-47f4-8487-c4843b858958</guid><link>https://www.smh.com.au/world/europe/nato-confirms-600-british-soldiers-will-be-deployed-in-kosovo-20231002-p5e94s.html?ref=rss&utm_medium=rss&utm_source=rss_world</link><pubDate>Mon, 02 Oct 2023 15:08:52 +1100</pubDate><title>Nato confirms 600 British soldiers will be deployed in Kosovo</title></item><item><category>World / North America</category><dc:creator>Ben Brasch</dc:creator><description>“Boopac Shakur” posed online as a 15-year-old girl to lure alleged predators into meetings and published content to his nearly 50,000 social media followers.</description><enclosure length="0" type="image/jpeg" url="https://static.ffx.io/images/$zoom_1.1595%2C$multiply_0.7554%2C$ratio_1.777778%2C$width_1059%2C$x_0%2C$y_0/t_crop_custom/q_86%2Cf_auto/b5f67bb0199dc5e3bbf99e080f1da03b96e7dc49"></enclosure><guid isPermaLink="false">f4db81fa-bf03-42d5-a51e-d30fc2bd2aff</guid><link>https://www.smh.com.au/world/north-america/social-media-paedophile-catcher-shot-dead-after-confronting-man-20231002-p5e93x.html?ref=rss&utm_medium=rss&utm_source=rss_world</link><pubDate>Mon, 02 Oct 2023 13:26:15 +1100</pubDate><title>Social media ‘paedophile catcher’ shot dead after confronting man</title></item><item><category>World</category><dc:creator></dc:creator><description>Terrorists carry out bomb attack near government building in Ankara, Turkey says.</description><enclosure length="0" type="image/jpeg" url="https://static.ffx.io/images/$width_800%2C$height_450/t_crop_fill/q_86%2Cf_jpg/1d62a8595f6485562a87df765680ed16b524f90b"></enclosure><guid isPermaLink="false">061998a8-8e85-44e0-9a5d-09687818aa56</guid><link>https://www.smh.com.au/world/at-least-one-person-dead-after-bomb-blast-in-turkey-20231002-p5e93l.html?ref=rss&utm_medium=rss&utm_source=rss_world</link><pubDate>Mon, 02 Oct 2023 12:21:10 +1100</pubDate><title>At least one person dead after bomb blast in Turkey</title></item><item><category>World</category><dc:creator></dc:creator><description>Spanish nightclub fire kills at least 13 people as rescuers search for victims.</description><enclosure length="0" type="image/jpeg" url="https://static.ffx.io/images/$width_800%2C$height_450/t_crop_fill/q_86%2Cf_jpg/cefa1b335915eaef3ff7fe03c0706d1543303929"></enclosure><guid isPermaLink="false">37c77817-9873-46ac-9cc2-db717a766bc3</guid><link>https://www.smh.com.au/world/at-least-13-people-killed-during-spanish-nightclub-fire-20231002-p5e8zw.html?ref=rss&utm_medium=rss&utm_source=rss_world</link><pubDate>Mon, 02 Oct 2023 12:05:10 +1100</pubDate><title>At least 13 people killed during Spanish nightclub fire</title></item><item><category>World / Europe</category><dc:creator>Latika Bourke</dc:creator><description>There is speculation the British prime minister could go to the polls within the next 12 months, particularly if the country’s economy improves.</description><enclosure length="0" type="image/jpeg" url="https://static.ffx.io/images/$zoom_0.2916%2C$multiply_0.7554%2C$ratio_1.777778%2C$width_1059%2C$x_0%2C$y_0/t_crop_custom/q_86%2Cf_jpg/b872f13eb21222a2305d7eae737a67eb7dde9fd8"></enclosure><guid isPermaLink="false">7bd7a6d8-55b1-41a5-81d4-b7255943764c</guid><link>https://www.smh.com.au/world/europe/rebooted-sunak-fires-starting-gun-on-de-facto-election-campaign-20231002-p5e8z6.html?ref=rss&utm_medium=rss&utm_source=rss_world</link><pubDate>Mon, 02 Oct 2023 11:52:51 +1100</pubDate><title>Rebooted Sunak fires starting gun on de facto election campaign</title></item><item><category>World</category><dc:creator></dc:creator><description>Bear kills two people in remote corner of Canada’s Banff National Park.</description><enclosure length="0" type="image/jpeg" url="https://static.ffx.io/images/$width_800%2C$height_450/t_crop_fill/q_86%2Cf_jpg/25828b3cee4a9f74fa5ffd96ca5cf8aaeaf4a5f0"></enclosure><guid isPermaLink="false">9ab5a1be-79e8-4191-beeb-ba6aad8da4bb</guid><link>https://www.smh.com.au/world/grizzly-bear-kills-two-backpackers-in-banff-20231002-p5e934.html?ref=rss&utm_medium=rss&utm_source=rss_world</link><pubDate>Mon, 02 Oct 2023 11:49:56 +1100</pubDate><title>Grizzly bear kills two backpackers in Banff</title></item><item><category>World / North America</category><dc:creator>Aaron Blake</dc:creator><description>Indications seem to be that Kennedy’s potential base (conspiratorial, anti-establishment, anti-vaccine people) overlaps significantly with Trump-oriented voters.</description><enclosure length="0" type="image/jpeg" url="https://static.ffx.io/images/$zoom_0.5298%2C$multiply_0.7554%2C$ratio_1.777778%2C$width_1059%2C$x_0%2C$y_21/t_crop_custom/q_86%2Cf_jpg/3b0544c5bbb14e0d8dd482e1694d11871b2ba09f"></enclosure><guid isPermaLink="false">e859dc60-97da-4b57-bfb8-1c6f65c75e44</guid><link>https://www.smh.com.au/world/north-america/the-trump-voters-favourite-kennedy-could-now-be-a-threat-to-trump-20231002-p5e90j.html?ref=rss&utm_medium=rss&utm_source=rss_world</link><pubDate>Mon, 02 Oct 2023 11:26:01 +1100</pubDate><title>The Trump voters’ favourite Kennedy could now be a threat to Trump</title></item><item><category>World / Europe</category><dc:creator>Rob Harris</dc:creator><description>Robert Fico’s victory could bring another anti-Ukraine voice into the EU alongside Hungary’s prime minister Viktor Orban.</description><enclosure length="0" type="image/jpeg" url="https://static.ffx.io/images/$zoom_0.1406%2C$multiply_0.7554%2C$ratio_1.777778%2C$width_1059%2C$x_0%2C$y_0/t_crop_custom/q_86%2Cf_jpg/a7598994ac3eb4c8ff0f37f80f35101ad4939ede"></enclosure><guid isPermaLink="false">08812bbe-ce41-4acf-ba9f-7497ea163e33</guid><link>https://www.smh.com.au/world/europe/pro-russia-trumpist-ex-pm-wins-slovakia-poll-in-fresh-worry-for-ukraine-alliance-20231002-p5e90n.html?ref=rss&utm_medium=rss&utm_source=rss_world</link><pubDate>Mon, 02 Oct 2023 10:25:38 +1100</pubDate><title>Pro-Russia, Trumpist ex-PM wins Slovakia poll in fresh worry for Ukraine alliance</title></item><item><category>World / Europe</category><dc:creator>India McTaggart</dc:creator><description>The pro-Kremlin group has become known for denial of service cyber campaigns against countries supporting Ukraine, particularly NATO nations. </description><enclosure length="0" type="image/jpeg" url="https://static.ffx.io/images/$zoom_0.47309389071437263%2C$multiply_0.7554%2C$ratio_1.777778%2C$width_1059%2C$x_50%2C$y_61/t_crop_custom/q_86%2Cf_jpg/a867972d984f049e751ed75533cdb1ab2e4cc2b1"></enclosure><guid isPermaLink="false">695231f4-bc0b-4317-b5e7-bac818eaab0e</guid><link>https://www.smh.com.au/world/europe/royal-family-website-targeted-in-russian-cyberattack-20231002-p5e8zo.html?ref=rss&utm_medium=rss&utm_source=rss_world</link><pubDate>Mon, 02 Oct 2023 08:00:00 +1100</pubDate><title>Royal family website ‘targeted in Russian cyberattack’</title></item><item><category>World / North America</category><dc:creator>Farrah Tomazin</dc:creator><description>The stopgap funding bill House Speaker Kevin McCarthy succeeded in passing did not include additional money for Ukraine’s war effort, an issue that has divided Republicans.</description><enclosure length="0" type="image/jpeg" url="https://static.ffx.io/images/$zoom_0.2119%2C$multiply_0.7554%2C$ratio_1.777778%2C$width_1059%2C$x_0%2C$y_7/t_crop_custom/q_86%2Cf_jpg/05acc60434c7ddb272693c19bcd0149d80fa80c9"></enclosure><guid isPermaLink="false">a195ca38-1ed9-418d-9f60-53e2c3e0f150</guid><link>https://www.smh.com.au/world/north-america/bring-it-on-republican-house-speaker-to-face-a-far-right-mutiny-amid-funding-battle-20231002-p5e8zp.html?ref=rss&utm_medium=rss&utm_source=rss_world</link><pubDate>Mon, 02 Oct 2023 05:55:10 +1100</pubDate><title>Republican chaos, division grips Congress</title></item><item><category>World / Oceania</category><dc:creator>Lucy Cormack</dc:creator><description>Crime has taken centre stage ahead of this month’s general election, but some voices say the narrative is simply part of the “conservative playbook” to win power.</description><enclosure length="0" type="image/jpeg" url="https://static.ffx.io/images/$zoom_0.1936%2C$multiply_0.7554%2C$ratio_1.777778%2C$width_1059%2C$x_0%2C$y_110/t_crop_custom/q_86%2Cf_auto/b7f4b46f09fe986620535d8d94bc5245c318bdc7"></enclosure><guid isPermaLink="false">8785a062-49a6-4516-9799-3222681b7763</guid><link>https://www.smh.com.au/world/oceania/daily-ram-raids-and-a-shooting-nz-s-crime-wave-is-serious-or-so-you-would-think-20230928-p5e8ee.html?ref=rss&utm_medium=rss&utm_source=rss_world</link><pubDate>Mon, 02 Oct 2023 05:30:00 +1100</pubDate><title>Daily ram raids and a shooting: NZ’s crime wave is serious, or so you would think</title></item><item><category>World / North America</category><dc:creator>Michael Fullilove</dc:creator><description>Joe Biden is a fine leader whose policies have favoured Australia’s interests. Another Trump White House would be a disaster for us.</description><enclosure length="0" type="image/jpeg" url="https://static.ffx.io/images/$zoom_0.25685180693669657%2C$multiply_0.7554%2C$ratio_1.777778%2C$width_1059%2C$x_0%2C$y_27/t_crop_custom/q_86%2Cf_jpg/897ddfd0dc2c73132fd768da6fb55c9368f77601"></enclosure><guid isPermaLink="false">ac5269a7-4904-4c73-9ddd-65e25e42bed8</guid><link>https://www.smh.com.au/world/north-america/the-us-needs-a-good-president-and-biden-s-been-good-for-us-20230928-p5e8bq.html?ref=rss&utm_medium=rss&utm_source=rss_world</link><pubDate>Mon, 02 Oct 2023 05:00:00 +1100</pubDate><title>The US needs a good president, and Biden’s been good for us</title></item><item><category>World / Asia</category><dc:creator>Eryk Bagshaw</dc:creator><description>Three words are being used to deliver mail to nomadic herders in Mongolia, direct taxis in Tokyo and mark the locations of walkers around Sydney harbour.</description><enclosure length="0" type="image/jpeg" url="https://static.ffx.io/images/$zoom_0.7417494212962963%2C$multiply_0.7554%2C$ratio_1.777778%2C$width_1059%2C$x_198%2C$y_134/t_crop_custom/q_86%2Cf_jpg/0dea6845dd41fc409ed0476d0b82329849eecb2b"></enclosure><guid isPermaLink="false">a8bb3885-9245-4a54-bb28-29eee7931fde</guid><link>https://www.smh.com.au/world/asia/how-do-you-deliver-mail-to-someone-with-no-fixed-address-20230918-p5e5m1.html?ref=rss&utm_medium=rss&utm_source=rss_world</link><pubDate>Mon, 02 Oct 2023 01:00:00 +1100</pubDate><title>How do you deliver mail to someone with no fixed address?</title></item><item><category>World / Europe</category><dc:creator></dc:creator><description>The best photos from the international wire agencies as chosen by our picture editors.</description><enclosure length="0" type="image/jpeg" url="https://static.ffx.io/images/$zoom_0.1765%2C$multiply_0.7554%2C$ratio_1.777778%2C$width_1059%2C$x_0%2C$y_0/t_crop_custom/q_86%2Cf_jpg/ee3335b8e5f93c49b6e14533a2ec9c6df26af244"></enclosure><guid isPermaLink="false">69f8d58f-f323-4969-932c-5fdf77aba367</guid><link>https://www.smh.com.au/world/europe/world-of-photos-october-2-2023-20231001-p5e8xe.html?ref=rss&utm_medium=rss&utm_source=rss_world</link><pubDate>Sun, 01 Oct 2023 17:33:59 +1100</pubDate><title>World of Photos, October 2, 2023</title></item><item><category>World / Europe</category><dc:creator>Jonathan Leake</dc:creator><description>Britain’s biggest motorway service station provider has brought in marshals to police “charge rage” among electric vehicle drivers fighting to use plug-in points.</description><enclosure length="0" type="image/jpeg" url="https://static.ffx.io/images/$zoom_0.5298%2C$multiply_0.7554%2C$ratio_1.777778%2C$width_1059%2C$x_0%2C$y_95/t_crop_custom/q_86%2Cf_jpg/a7c0d2c281f3c22d40a9f151aa61b41a69e9e082"></enclosure><guid isPermaLink="false">40f1e703-8b6f-4f4e-b019-6ad185144d3c</guid><link>https://www.smh.com.au/world/europe/service-stations-hire-staff-to-stop-drivers-fighting-over-car-chargers-20231001-p5e8wt.html?ref=rss&utm_medium=rss&utm_source=rss_world</link><pubDate>Sun, 01 Oct 2023 15:41:16 +1100</pubDate><title>Service stations hire staff to stop drivers fighting over car chargers</title></item><item><category>World / Asia</category><dc:creator>Ryan Woo</dc:creator><description>Some social media commentators linked the sharp rise in lottery sales to young people’s deepening economic worries as youth unemployment rate hits record highs.</description><enclosure length="0" type="image/jpeg" url="https://static.ffx.io/images/$zoom_0.26475%2C$multiply_0.7554%2C$ratio_1.777778%2C$width_1059%2C$x_0%2C$y_93/t_crop_custom/q_86%2Cf_jpg/22e02e35f3061f17b028b4593c07bafdb6ca0f7a"></enclosure><guid isPermaLink="false">4d41ffba-1290-4df6-a806-99bf247577f2</guid><link>https://www.smh.com.au/world/asia/chinese-lottery-ticket-sales-soar-amid-weak-economy-job-prospects-20231001-p5e8wj.html?ref=rss&utm_medium=rss&utm_source=rss_world</link><pubDate>Sun, 01 Oct 2023 14:53:55 +1100</pubDate><title>Chinese lottery ticket sales soar amid weak economy, job prospects</title></item><item><category>World / North America</category><dc:creator>Rozina Sabur</dc:creator><description>Republican House Speaker Kevin McCarthy backed down from hardliners’ demands to keep the country running, but the deal includes no money for Ukraine.</description><enclosure length="0" type="image/jpeg" url="https://static.ffx.io/images/$zoom_0.5298%2C$multiply_0.7554%2C$ratio_1.777778%2C$width_1059%2C$x_0%2C$y_40/t_crop_custom/q_86%2Cf_jpg/6f86800a1fd3464b2df5af18a3594397086d9de9"></enclosure><guid isPermaLink="false">140dc85d-6b3e-4427-ad94-e62b4f0d044e</guid><link>https://www.smh.com.au/world/north-america/republicans-force-us-to-drop-ukraine-aid-at-threat-of-government-shutdown-20231001-p5e8w4.html?ref=rss&utm_medium=rss&utm_source=rss_world</link><pubDate>Sun, 01 Oct 2023 13:40:46 +1100</pubDate><title>Republicans force US to drop Ukraine aid at threat of government shutdown</title></item><item><category>World / Asia</category><dc:creator>Eryk Bagshaw</dc:creator><description>In China, where fashion has been used as a weapon, a new law threatens fines of up to $1000 for clothes that “undermine the spirit” of the nation.</description><enclosure length="0" type="image/jpeg" url="https://static.ffx.io/images/$zoom_0.512%2C$multiply_0.7554%2C$ratio_1.777778%2C$width_1059%2C$x_0%2C$y_55/t_crop_custom/q_86%2Cf_jpg/21cd027fbe4a72a2131fdc893951efcb92795db5"></enclosure><guid isPermaLink="false">dcf4cc37-0c23-445f-8397-fc5608bb14e0</guid><link>https://www.smh.com.au/world/asia/to-protect-nation-s-feelings-beijing-poised-to-regulate-what-people-can-wear-20230928-p5e89d.html?ref=rss&utm_medium=rss&utm_source=rss_world</link><pubDate>Sun, 01 Oct 2023 13:30:00 +1100</pubDate><title>To protect nation’s ‘feelings’, Beijing poised to regulate what people can wear</title></item></channel></rss>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
- xmlns:content="http://purl.org/rss/1.0/modules/content/"
- xmlns:wfw="http://wellformedweb.org/CommentAPI/"
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:atom="http://www.w3.org/2005/Atom"
- xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
- xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
- >
-
-<channel>
- <title>Viral Now</title>
- <atom:link href="https://viralnow.uk/feed/" rel="self" type="application/rss+xml" />
- <link>https://viralnow.uk</link>
- <description>Buzz breake in the world all News Trandes</description>
- <lastBuildDate>Wed, 25 Oct 2023 09:50:58 +0000</lastBuildDate>
- <language>en-US</language>
- <sy:updatePeriod>
- hourly </sy:updatePeriod>
- <sy:updateFrequency>
- 1 </sy:updateFrequency>
- <generator>https://wordpress.org/?v=6.3.2</generator>
- <item>
- <title>One killed, two others hurt in north Charlotte shooting, CMPD says</title>
- <link>https://viralnow.uk/one-killed-two-others-hurt-in-north-charlotte-shooting-cmpd-says/</link>
- <comments>https://viralnow.uk/one-killed-two-others-hurt-in-north-charlotte-shooting-cmpd-says/#respond</comments>
-
- <dc:creator><![CDATA[]]></dc:creator>
- <pubDate>Wed, 25 Oct 2023 09:50:58 +0000</pubDate>
- <category><![CDATA[USA NEWS]]></category>
- <guid isPermaLink="false">https://viralnow.uk/one-killed-two-others-hurt-in-north-charlotte-shooting-cmpd-says/</guid>
-
- <description><![CDATA[One person has died and two others have been hurt following a shooting in north Charlotte early Wednesday morning. The Charlotte-Mecklenburg Police Department says the shooting occurred just before midnight inside a gas station on Beatties Ford Road. At the scene, police found three victims with gunshot wounds. One of those victims died at the<a class="article-read-more" href="https://viralnow.uk/one-killed-two-others-hurt-in-north-charlotte-shooting-cmpd-says/"><i class="flownewsicon fa-angle-double-right"></i></a>]]></description>
- <content:encoded><![CDATA[<div class="royalads-adsense"><script>\r
- google_ad_client = 'ca-pub-6828488065609971';\r
- google_page_url = 'https://macgsm.co/';\r
- google_ad_slot ='2694358478';\r
- google_ad_width = 300; \r
- google_ad_height = 250;\r
- document.write('<script src="https://pagead2.googlesyndication.com/pagead/show_ads.js"></\script>');\r
- </script><p></p>
-<div>
-<p>One person has died and two others have been hurt following a shooting in north Charlotte early Wednesday morning.</p>
-<div class="royalads-adsense"><script>\r
- google_ad_client = 'ca-pub-6828488065609971';\r
- google_page_url = 'https://macgsm.co/';\r
- google_ad_slot ='2694358478';\r
- google_ad_width = 300; \r
- google_ad_height = 250;\r
- document.write('<script src="https://pagead2.googlesyndication.com/pagead/show_ads.js"></\script>');\r
- </script><p>The Charlotte-Mecklenburg Police Department says the shooting occurred just before midnight inside a gas station on Beatties Ford Road. At the scene, police found three victims with gunshot wounds.</p>
-<p>One of those victims died at the gas station. The two others were taken to an area hospital for treatment, according to police.</p>
-<p><a href="https://www.wsoctv.com/news/local/one-shot-east-charlotte-grocery-store-parking-lot/25IUDP7BDFDI5FMCLMPLCYXDF4/" rel="nofollow noopener" target="_blank" data-ylk="slk:ALSO READ: One shot in east Charlotte grocery store parking lot;elm:context_link;itc:0" class="link ">ALSO READ: One shot in east Charlotte grocery store parking lot</a></p>
-<p>Channel 9′s Anthony Kustura spoke with a community advocate, Jacqueline Lewis, who said she is concerned about the violence and people losing their loved ones.</p>
-<p>“All of the shooting out here is just getting bad. It’s bad, and I hate that we’re coming up on the holidays, and we don’t want it to get worse. We really don’t. We want it to get better. We want to be able to walk the streets; we want to be able to go out and shop. We want to be able to do these things without worrying or not that we’re getting gunned down, especially in our own community,” Lewis said.</p>
-<p><a href="https://www.wsoctv.com/news/local/medic-1-hospitalized-after-shooting-southwest-charlotte/Z7BA6SBGRJCDJPV4MPOKNGWSAE/" rel="nofollow noopener" target="_blank" data-ylk="slk:ALSO READ: 2 shot, 1 killed in south Charlotte, police say;elm:context_link;itc:0" class="link ">ALSO READ: 2 shot, 1 killed in south Charlotte, police say</a></p>
-<p>Police haven’t said what led up to the shooting or if a suspect has been identified.</p>
-<p>They are reviewing surveillance video, as well as speaking with witnesses.</p>
-<p><i>This is a developing story; check back at </i><a href="http://wsoctv.com" rel="nofollow noopener" target="_blank" data-ylk="slk:wsoctv.com;elm:context_link;itc:0" class="link "><i>wsoctv.com</i></a><i> for updates.</i></p>
-<p><i><b>VIDEO: One shot in east Charlotte grocery store parking lot</b></i></p>
-</div>
-<div class="royalads-adsense"><script>\r
- google_ad_client = 'ca-pub-6828488065609971';\r
- google_page_url = 'https://macgsm.co/';\r
- google_ad_slot ='2694358478';\r
- google_ad_width = 300; \r
- google_ad_height = 250;\r
- document.write('<script src="https://pagead2.googlesyndication.com/pagead/show_ads.js"></\script>');\r
- </script>]]></content:encoded>
-
- <wfw:commentRss>https://viralnow.uk/one-killed-two-others-hurt-in-north-charlotte-shooting-cmpd-says/feed/</wfw:commentRss>
- <slash:comments>0</slash:comments>
-
-
- </item>
- <item>
- <title>Leader of Lebanon’s Hezbollah holds talks with senior Hamas and Palestinian Islamic Jihad figures</title>
- <link>https://viralnow.uk/leader-of-lebanons-hezbollah-holds-talks-with-senior-hamas-and-palestinian-islamic-jihad-figures/</link>
- <comments>https://viralnow.uk/leader-of-lebanons-hezbollah-holds-talks-with-senior-hamas-and-palestinian-islamic-jihad-figures/#respond</comments>
-
- <dc:creator><![CDATA[]]></dc:creator>
- <pubDate>Wed, 25 Oct 2023 09:39:43 +0000</pubDate>
- <category><![CDATA[WORLD]]></category>
- <guid isPermaLink="false">https://viralnow.uk/leader-of-lebanons-hezbollah-holds-talks-with-senior-hamas-and-palestinian-islamic-jihad-figures/</guid>
-
- <description><![CDATA[In this photo released on Wednesday, Oct. 25, 2023, by the Hezbollah Media Relations Office, Hezbollah leader Sayyed Hassan Nasrallah, right, meets with Ziad al-Nakhleh, the head of Palestinian Islamic Jihad, center, and Hamas deputy chief, Saleh al-Arouri, in Beirut, Lebanon. Nasrallah met with top Hamas and Palestinian Islamic Jihad officials, their first reported meeting<a class="article-read-more" href="https://viralnow.uk/leader-of-lebanons-hezbollah-holds-talks-with-senior-hamas-and-palestinian-islamic-jihad-figures/"><i class="flownewsicon fa-angle-double-right"></i></a>]]></description>
- <content:encoded><![CDATA[<div class="royalads-adsense"><script>\r
- google_ad_client = 'ca-pub-6828488065609971';\r
- google_page_url = 'https://macgsm.co/';\r
- google_ad_slot ='2694358478';\r
- google_ad_width = 300; \r
- google_ad_height = 250;\r
- document.write('<script src="https://pagead2.googlesyndication.com/pagead/show_ads.js"></\script>');\r
- </script><p></p>
-<div id="">
-<div class="caas-figure-with-pb" style="max-height: 828px">
-<div>
-<div class="caas-img-container caas-img-lightbox" style="padding-bottom:67%" data-lightbox-src="https://s.yimg.com/ny/api/res/1.2/R4fBu.yCJg8fIdtE3Ok3rQ--/YXBwaWQ9aGlnaGxhbmRlcjt3PTI0MDA7aD0xNjAw/https://media.zenfs.com/en/ap.org/73dca77710439dc8cda239d356109fbd"><span class="caas-img-wrapper"><img decoding="async" class="caas-img" bad-src="https://s.yimg.com/ny/api/res/1.2/OARa.xHegYF2bI0j2kmf9g--/YXBwaWQ9aGlnaGxhbmRlcjt3PTEyNDI7aD04Mjg-/https://media.zenfs.com/en/ap.org/73dca77710439dc8cda239d356109fbd" fetchpriority="high" src="https://s.yimg.com/ny/api/res/1.2/OARa.xHegYF2bI0j2kmf9g--/YXBwaWQ9aGlnaGxhbmRlcjt3PTEyNDI7aD04Mjg-/https://media.zenfs.com/en/ap.org/73dca77710439dc8cda239d356109fbd"/><button class="link caas-lightbox" aria-label="View larger image" data-ylk="sec:image-lightbox;slk:lightbox-open;elm:expand;itc:1"><span class="openArrows icon"><svg width="22" height="22" viewbox="0 0 22 22"><path d="M12.372 0.92C12.372 0.414 12.782 0.004 13.287 0.004L21 0L20.996 7.712C20.996 8.217 20.586 8.628 20.08 8.628C19.574 8.628 19.164 8.217 19.164 7.712V3.183L12.337 10.011L10.988 8.663L17.816 1.835H13.287C12.782 1.835 12.372 1.425 12.372 0.92ZM1.835 17.816L8.663 10.988L10.012 12.337L3.183 19.164H7.712C8.218 19.164 8.627 19.574 8.627 20.08C8.627 20.586 8.218 20.995 7.712 20.995L0 21L0.004 13.287C0.004 12.782 0.414 12.372 0.92 12.372C1.425 12.372 1.835 12.782 1.835 13.287V17.816Z"/></svg></span></button></span></div>
-</div>
-</div>
-<p><figcaption class="caption-collapse collapsed">In this photo released on Wednesday, Oct. 25, 2023, by the Hezbollah Media Relations Office, Hezbollah leader Sayyed Hassan Nasrallah, right, meets with Ziad al-Nakhleh, the head of Palestinian Islamic Jihad, center, and Hamas deputy chief, Saleh al-Arouri, in Beirut, Lebanon. Nasrallah met with top Hamas and Palestinian Islamic Jihad officials, their first reported meeting since the Hamas-Israel war erupted earlier this month and clashes began along the Lebanon-Israel border. (Hezbollah Media Relations Office, via AP )<span class="caption-credit"> (ASSOCIATED PRESS)</span></figcaption></p>
-</div>
-<div>
-<div class="royalads-adsense"><script>\r
- google_ad_client = 'ca-pub-6828488065609971';\r
- google_page_url = 'https://macgsm.co/';\r
- google_ad_slot ='2694358478';\r
- google_ad_width = 300; \r
- google_ad_height = 250;\r
- document.write('<script src="https://pagead2.googlesyndication.com/pagead/show_ads.js"></\script>');\r
- </script><p>BEIRUT (AP) — The leader of Lebanon’s Hezbollah group held talks on Wednesday with senior Hamas and Palestinian Islamic Jihad figures in a key meeting of three <a href="https://apnews.com/article/israel-palestinian-gaza-war-hamas-hostages-macron-c2482817f230580c20b898bd65e5a4c3" rel="nofollow noopener" target="_blank" data-ylk="slk:top anti-Israel militant groups amid the war raging in Gaza;elm:context_link;itc:0" class="link ">top anti-Israel militant groups amid the war raging in Gaza</a>.</p>
-<p>A brief statement following the meeting said that Hezbollah’s leader Hassan Nasrallah agreed with Hamas’ Saleh al-Arouri and Islamic Jihad’s leader Ziad al-Nakhleh on the next steps that the three — along with other Iran-backed militants — should take at this “sensitive stage.”</p>
-<p>Their goal, according to the statement that was carried on Hezbollah-run and Lebanese state media, was to achieve “a real victory for the resistance in Gaza and Palestine” and halt Israel’s “treacherous and brutal aggression against our oppressed and steadfast people in Gaza and the West Bank”.</p>
-<p>No other details were provided. The discussions in Beirut came as the war between Israel and Hamas, the Palestinian militant group that rules the Gaza Strip, is now in its third week. The fighting, triggered by <a href="https://apnews.com/article/israel-palestinians-hamas-attack-military-war-a8f63b07641212f0de61861844e5e71e" rel="nofollow noopener" target="_blank" data-ylk="slk:Hamas' deadly incursion into Israel on Oct. 7;elm:context_link;itc:0" class="link ">Hamas’ deadly incursion into Israel on Oct. 7</a> that killed more than 1,400 people in Israel, has killed more than 5,700 Palestinians in Gaza.</p>
-<p>As the Gaza death toll spirals, <a href="https://apnews.com/article/lebanon-israel-border-mikati-troops-hezbollah-51edb2263e810930569028fef7ff6d2c" rel="nofollow noopener" target="_blank" data-ylk="slk:tensions have also been rising along the tense Lebanon-Israel border;elm:context_link;itc:0" class="link ">tensions have also been rising along the tense Lebanon-Israel border</a>, where Hezbollah members have been exchanging fire with Israeli troops since the day after Hamas’ rampage into Israel.</p>
-<p>For now, those exchanges remain limited to a handful of border towns and Hezbollah and Israeli military positions on both sides. Lebanese army soldiers and United Nations peacekeeping forces have deployed in large numbers.</p>
-<p>Dozens of Hezbollah fighters have been killed in the clashes so far, the group says, while the Israeli military has also announced some deaths among its ranks.</p>
-<p>Nasrallah has yet to publicly speak about the war in Gaza and clashes along the Lebanon-Israel border. However, other Hezbollah top officials have warned Israel against its planned ground invasion into the besieged territory.</p>
-<p>Israeli officials have said they would retaliate aggressively in case of a cross-border attack by Hezbollah from Lebanon.</p>
-<p>“We will cripple it with a force it cannot even imagine, and the consequences for it and the Lebanese state (will be) devastating,” Israeli Prime Minister Benjamin Netanyahu said while visiting Israeli troops along the border with Lebanon on Sunday.</p>
-<p>Lebanon’s cash-strapped caretaker government, along regional and international figures, has been scrambling to keep the country out of the war.</p>
-<p>Hezbollah and Israel fought a monthlong war in 2006 that ended in a tense stalemate. Israel sees Iran-backed Hezbollah as its most serious threat, estimating it has some 150,000 rockets and missiles aimed at Israel.</p>
-</div>
-<div class="royalads-adsense"><script>\r
- google_ad_client = 'ca-pub-6828488065609971';\r
- google_page_url = 'https://macgsm.co/';\r
- google_ad_slot ='2694358478';\r
- google_ad_width = 300; \r
- google_ad_height = 250;\r
- document.write('<script src="https://pagead2.googlesyndication.com/pagead/show_ads.js"></\script>');\r
- </script>]]></content:encoded>
-
- <wfw:commentRss>https://viralnow.uk/leader-of-lebanons-hezbollah-holds-talks-with-senior-hamas-and-palestinian-islamic-jihad-figures/feed/</wfw:commentRss>
- <slash:comments>0</slash:comments>
-
-
- </item>
- <item>
- <title>Was the victim of Paterson’s latest homicide looking to rob the man who killed him?</title>
- <link>https://viralnow.uk/was-the-victim-of-patersons-latest-homicide-looking-to-rob-the-man-who-killed-him/</link>
- <comments>https://viralnow.uk/was-the-victim-of-patersons-latest-homicide-looking-to-rob-the-man-who-killed-him/#respond</comments>
-
- <dc:creator><![CDATA[]]></dc:creator>
- <pubDate>Wed, 25 Oct 2023 08:49:48 +0000</pubDate>
- <category><![CDATA[USA NEWS]]></category>
- <guid isPermaLink="false">https://viralnow.uk/was-the-victim-of-patersons-latest-homicide-looking-to-rob-the-man-who-killed-him/</guid>
-
- <description><![CDATA[PATERSON — The teenager killed during a shootout near a popular Paterson food truck early Sunday morning may have been part of a group of young men trying to commit an armed robbery, law enforcement sources said. But the robbers chose the wrong victim — someone who was carrying his own gun and resisted being<a class="article-read-more" href="https://viralnow.uk/was-the-victim-of-patersons-latest-homicide-looking-to-rob-the-man-who-killed-him/"><i class="flownewsicon fa-angle-double-right"></i></a>]]></description>
- <content:encoded><![CDATA[<div class="royalads-adsense"><script>\r
- google_ad_client = 'ca-pub-6828488065609971';\r
- google_page_url = 'https://macgsm.co/';\r
- google_ad_slot ='2694358478';\r
- google_ad_width = 300; \r
- google_ad_height = 250;\r
- document.write('<script src="https://pagead2.googlesyndication.com/pagead/show_ads.js"></\script>');\r
- </script><p></p>
-<div>
-<p>PATERSON — The teenager <a href="https://www.northjersey.com/story/news/paterson-press/2023/10/22/six-people-have-been-killed-in-paterson-the-deadliest-month-in-years/71281446007/" rel="nofollow noopener" target="_blank" data-ylk="slk:killed during a shootout;elm:context_link;itc:0" class="link ">killed during a shootout</a> near a popular Paterson food truck early Sunday morning may have been part of a group of young men trying to commit an armed robbery, law enforcement sources said.</p>
-<div class="royalads-adsense"><script>\r
- google_ad_client = 'ca-pub-6828488065609971';\r
- google_page_url = 'https://macgsm.co/';\r
- google_ad_slot ='2694358478';\r
- google_ad_width = 300; \r
- google_ad_height = 250;\r
- document.write('<script src="https://pagead2.googlesyndication.com/pagead/show_ads.js"></\script>');\r
- </script><p>But the robbers chose the wrong victim — someone who was carrying his own gun and resisted being robbed, the police sources said.</p>
-<h2>Video details early-morning shooting</h2>
-<figure class="caas-figure">
-<div class="caas-figure-with-pb" style="max-height: 641px">
-<div>
-<div class="caas-img-container caas-img-lightbox caas-img-loader" style="padding-bottom:67%" data-lightbox-src="https://s.yimg.com/ny/api/res/1.2/iAbV5hzycJqs.7QJK5oVEg--/YXBwaWQ9aGlnaGxhbmRlcjt3PTI0MDA7aD0xNjAy/https://media.zenfs.com/en/the-bergen-record/cf764d62453e2cc1e51b2eaee6c9711c"><span class="caas-img-wrapper"><img decoding="async" class="caas-img caas-lazy has-preview" alt="Paterson police headquarters at the Frank X. Graves Jr. Public Safety Complex in April 2021." src="https://s.yimg.com/ny/api/res/1.2/H.GPnP.lb0aPpa_N9fGXNQ--/YXBwaWQ9aGlnaGxhbmRlcjt3PTk2MDtoPTY0MQ--/https://media.zenfs.com/en/the-bergen-record/cf764d62453e2cc1e51b2eaee6c9711c"/><noscript><img decoding="async" alt="Paterson police headquarters at the Frank X. Graves Jr. Public Safety Complex in April 2021." src="https://s.yimg.com/ny/api/res/1.2/H.GPnP.lb0aPpa_N9fGXNQ--/YXBwaWQ9aGlnaGxhbmRlcjt3PTk2MDtoPTY0MQ--/https://media.zenfs.com/en/the-bergen-record/cf764d62453e2cc1e51b2eaee6c9711c" class="caas-img"/></noscript><button class="link caas-lightbox" aria-label="View larger image" data-ylk="sec:image-lightbox;slk:lightbox-open;elm:expand;itc:1"><span class="openArrows icon"><svg width="22" height="22" viewbox="0 0 22 22"><path d="M12.372 0.92C12.372 0.414 12.782 0.004 13.287 0.004L21 0L20.996 7.712C20.996 8.217 20.586 8.628 20.08 8.628C19.574 8.628 19.164 8.217 19.164 7.712V3.183L12.337 10.011L10.988 8.663L17.816 1.835H13.287C12.782 1.835 12.372 1.425 12.372 0.92ZM1.835 17.816L8.663 10.988L10.012 12.337L3.183 19.164H7.712C8.218 19.164 8.627 19.574 8.627 20.08C8.627 20.586 8.218 20.995 7.712 20.995L0 21L0.004 13.287C0.004 12.782 0.414 12.372 0.92 12.372C1.425 12.372 1.835 12.782 1.835 13.287V17.816Z"/></svg></span></button></span></div>
-</div>
-</div>
-<p><figcaption class="caption-collapse">Paterson police headquarters at the Frank X. Graves Jr. Public Safety Complex in April 2021.</figcaption></p>
-</figure>
-<p>A video showed a group of about 13 young men and women hanging around on the sidewalk in front of the food truck. The scene seemed peaceful until two men appeared running behind the group, one wearing all black chasing another wearing a white shirt and jeans.</p>
-<p>Both men had guns, and they started shooting at each other, causing the people in front of the food truck to flee, the video showed. As they fired their weapons, the two gunmen fell to the ground in the supermarket parking lot.</p>
-<p>While on the pavement, the man in white rolled to his side, so he was facing his prone pursuer, and fired four or five more shots at him, the video shows. The man in black scrambled to his feet and fled.</p>
-<p><span class="exclude-from-newsgate"><strong>War of words: </strong><a href="https://www.northjersey.com/story/news/paterson-press/2023/10/24/paterson-nj-andre-sayegh-attorney-general-mayor/71292928007/" rel="nofollow noopener" target="_blank" data-ylk="slk:Should Paterson Mayor Andre Sayegh dial down his attacks on NJ’s attorney general?;elm:context_link;itc:0" class="link ">Should Paterson Mayor Andre Sayegh dial down his attacks on NJ’s attorney general?</a></span></p>
-<p>As the video showed the man in white sprawled in the parking lot, another seven or eight shots were fired off-camera.</p>
-<p>Law enforcement sources said the man in black ended up dying from his wounds after being taken to St. Joseph’s University Medical Center, but the man in white survived and was in stable condition at the hospital.</p>
-<p><span class="exclude-from-newsgate"><strong>Fatal shooting: </strong><a href="https://www.northjersey.com/story/news/paterson-press/2023/10/22/six-people-have-been-killed-in-paterson-the-deadliest-month-in-years/71281446007/" rel="nofollow noopener" target="_blank" data-ylk="slk:Paterson has deadliest month in 3 years, with 6 October homicides so far;elm:context_link;itc:0" class="link ">Paterson has deadliest month in 3 years, with 6 October homicides so far</a></span></p>
-<h2>Names not released</h2>
-<p>Authorities have not revealed the names of the two people who were hit in the shootout. As of Tuesday morning, police had not made any arrests in the case. Authorities have not revealed whether the man in the white shirt had registered the gun he used to fend off the robbery.</p>
-<p>The incident became Paterson’s <a href="https://www.northjersey.com/story/news/paterson-press/2023/10/22/six-people-have-been-killed-in-paterson-the-deadliest-month-in-years/71281446007/" rel="nofollow noopener" target="_blank" data-ylk="slk:sixth homicide in October,;elm:context_link;itc:0" class="link ">sixth homicide in October,</a> setting off another <a href="https://www.northjersey.com/story/news/paterson-press/2023/10/24/paterson-nj-andre-sayegh-attorney-general-mayor/71292928007/" rel="nofollow noopener" target="_blank" data-ylk="slk:exchange of words;elm:context_link;itc:0" class="link ">exchange of words</a> between Mayor Andre Sayegh and Attorney General Matthew Platkin about public safety in the city during <a href="https://www.northjersey.com/story/news/paterson-press/2023/03/27/nj-attorney-general-takes-over-paterson-police-department/70052256007/" rel="nofollow noopener" target="_blank" data-ylk="slk:state control of the Police Department.;elm:context_link;itc:0" class="link ">state control of the Police Department.</a></p>
-<p><em>Joe Malinconico is editor of Paterson Press. Email: <a href="https://news.yahoo.com/mailto:editor@patersonpress.com" data-ylk="slk:editor@patersonpress.com;elm:context_link;itc:0" class="link " target="_blank" rel="noopener">editor@patersonpress.com</a></em></p>
-<p><em>This article originally appeared on NorthJersey.com: <a href="https://www.northjersey.com/story/news/paterson-press/2023/10/25/paterson-nj-homicide-victim-armed-robbery-shooting/71304422007/" rel="nofollow noopener" target="_blank" data-ylk="slk:Paterson NJ homicide victim may have attempted armed robbery;elm:context_link;itc:0" class="link ">Paterson NJ homicide victim may have attempted armed robbery</a></em></p>
-</div>
-<div class="royalads-adsense"><script>\r
- google_ad_client = 'ca-pub-6828488065609971';\r
- google_page_url = 'https://macgsm.co/';\r
- google_ad_slot ='2694358478';\r
- google_ad_width = 300; \r
- google_ad_height = 250;\r
- document.write('<script src="https://pagead2.googlesyndication.com/pagead/show_ads.js"></\script>');\r
- </script>]]></content:encoded>
-
- <wfw:commentRss>https://viralnow.uk/was-the-victim-of-patersons-latest-homicide-looking-to-rob-the-man-who-killed-him/feed/</wfw:commentRss>
- <slash:comments>0</slash:comments>
-
-
- </item>
- <item>
- <title>Republican House Members Turn Into Complete Jerks After Trump Question</title>
- <link>https://viralnow.uk/republican-house-members-turn-into-complete-jerks-after-trump-question/</link>
- <comments>https://viralnow.uk/republican-house-members-turn-into-complete-jerks-after-trump-question/#respond</comments>
-
- <dc:creator><![CDATA[]]></dc:creator>
- <pubDate>Wed, 25 Oct 2023 08:38:28 +0000</pubDate>
- <category><![CDATA[WORLD]]></category>
- <guid isPermaLink="false">https://viralnow.uk/republican-house-members-turn-into-complete-jerks-after-trump-question/</guid>
-
- <description><![CDATA[House Republicans unveiled their latest nominee for speaker on Tuesday night ― and there are some things they absolutely do not want to talk about. Specifically, Donald Trump’s attempts to undermine democracy, overturn the results of the 2020 election and remain in power despite losing the vote. Rep. Mike Johnson (R-La.) was a key player<a class="article-read-more" href="https://viralnow.uk/republican-house-members-turn-into-complete-jerks-after-trump-question/"><i class="flownewsicon fa-angle-double-right"></i></a>]]></description>
- <content:encoded><![CDATA[<div class="royalads-adsense"><script>\r
- google_ad_client = 'ca-pub-6828488065609971';\r
- google_page_url = 'https://macgsm.co/';\r
- google_ad_slot ='2694358478';\r
- google_ad_width = 300; \r
- google_ad_height = 250;\r
- document.write('<script src="https://pagead2.googlesyndication.com/pagead/show_ads.js"></\script>');\r
- </script><p></p>
-<div>
-<p>House <a href="https://www.huffpost.com/news/topic/republican-party" rel="nofollow noopener" target="_blank" data-ylk="slk:Republicans;elm:context_link;itc:0" class="link ">Republicans</a> unveiled their latest nominee for speaker on Tuesday night ― and there are some things they absolutely do not want to talk about.</p>
-<div class="royalads-adsense"><script>\r
- google_ad_client = 'ca-pub-6828488065609971';\r
- google_page_url = 'https://macgsm.co/';\r
- google_ad_slot ='2694358478';\r
- google_ad_width = 300; \r
- google_ad_height = 250;\r
- document.write('<script src="https://pagead2.googlesyndication.com/pagead/show_ads.js"></\script>');\r
- </script><p>Specifically, <a href="https://www.huffpost.com/news/topic/donald-trump" rel="nofollow noopener" target="_blank" data-ylk="slk:Donald Trump;elm:context_link;itc:0" class="link ">Donald Trump</a>’s attempts to undermine democracy, overturn the results of the 2020 election and remain in power despite losing the vote.</p>
-<p>Rep. Mike Johnson (R-La.) was a key player in Congress in those efforts, with <a href="https://www.nytimes.com/2022/10/03/us/politics/republican-election-objectors.html" rel="nofollow noopener" target="_blank" data-ylk="slk:the New York Times calling him;elm:context_link;itc:0" class="link ">the New York Times calling him</a> “the most important architect of the Electoral College objections.”</p>
-<p>But when ABC’s Rachel Scott tried asking about it, she was shouted down.</p>
-<p>As she began her question, Johnson shook his head and the Republican lawmakers surrounding him booed, jeered and laughed.</p>
-<p>“Shut up! Shut up!” screamed Rep. Virginia Foxx (R-N.C.).</p>
-<p>Foxx told her to “go away” in response to another question.</p>
-<p>Scott described the moment:</p>
-<div class="twitter-tweet-wrapper">
-<blockquote placeholder="" data-theme="light" class="twitter-tweet">
-<p>I asked the Mike Johnson if he stands by his efforts to try to overturn the 2020 election. </p>
-<p>Members started boo’ing.</p>
-<p>I also asked if he would support more aid to Ukraine and Irael.</p>
-<p>“Go away! Go away!” one member shouted.</p>
-<p>“We’re not doing any policy tonight,” Johnson said.</p>
-<p>— Rachel Scott (@rachelvscott) <a href="https://twitter.com/rachelvscott/status/1717013048802644057?ref_src=twsrc%5Etfw" rel="nofollow noopener" target="_blank" data-ylk="slk:October 25, 2023;elm:context_link;itc:0" class="link ">October 25, 2023</a></p>
-</blockquote>
-</div>
-<p>The House has been without speaker since a far-right revolt within the party led to the toppling of Rep. <a href="https://www.huffpost.com/news/topic/kevin-mccarthy" rel="nofollow noopener" target="_blank" data-ylk="slk:Kevin McCarthy;elm:context_link;itc:0" class="link ">Kevin McCarthy</a> (R-Calif.), who lasted just nine months in the role.</p>
-<p>But so far, no one has been able to unite the fractious GOP conference and win the job, with Johnson now the fourth candidate in three weeks to be nominated for the position.</p>
-<p>Critics put the GOP lawmakers on blast for their behavior when unveiling their latest candidate for speaker:</p>
-<div class="twitter-tweet-wrapper">
-<blockquote placeholder="" data-theme="light" class="twitter-tweet">
-<p>“Shut up!” When confronted about their latest speaker nominee’s efforts to overturn the election top republicans literally shout down the question <a href="https://t.co/5lfyMfLiUy" rel="nofollow noopener" target="_blank" data-ylk="slk:https://t.co/5lfyMfLiUy;elm:context_link;itc:0" class="link ">https://t.co/5lfyMfLiUy</a></p>
-<p>— Bill Pascrell, Jr. <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f1fa-1f1f8.png" alt="🇺🇸" class="wp-smiley" style="height: 1em; max-height: 1em;" /><img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f1fa-1f1e6.png" alt="🇺🇦" class="wp-smiley" style="height: 1em; max-height: 1em;" /> (@BillPascrell) <a href="https://twitter.com/BillPascrell/status/1717021240555180047?ref_src=twsrc%5Etfw" rel="nofollow noopener" target="_blank" data-ylk="slk:October 25, 2023;elm:context_link;itc:0" class="link ">October 25, 2023</a></p>
-</blockquote>
-</div>
-<div class="twitter-tweet-wrapper">
-<blockquote placeholder="" data-theme="light" class="twitter-tweet">
-<p>This clip should haunt your dreams. It’s a political party gleefully hitting rock bottom without the slightest regard for democracy. <a href="https://t.co/5ZWEMTJZSt" rel="nofollow noopener" target="_blank" data-ylk="slk:https://t.co/5ZWEMTJZSt;elm:context_link;itc:0" class="link ">https://t.co/5ZWEMTJZSt</a></p>
-<p>— Rex Huppke (@RexHuppke) <a href="https://twitter.com/RexHuppke/status/1717023141430509939?ref_src=twsrc%5Etfw" rel="nofollow noopener" target="_blank" data-ylk="slk:October 25, 2023;elm:context_link;itc:0" class="link ">October 25, 2023</a></p>
-</blockquote>
-</div>
-<div class="twitter-tweet-wrapper">
-<blockquote placeholder="" data-theme="light" class="twitter-tweet">
-<p>This may be the most dystopian, disturbing clip I’ve ever seen in my life. Far more horrifying than anything out of the Handmaid’s Tale. This is what a dangerous, fascist cult looks like. <a href="https://t.co/7M2gakLoBE" rel="nofollow noopener" target="_blank" data-ylk="slk:https://t.co/7M2gakLoBE;elm:context_link;itc:0" class="link ">https://t.co/7M2gakLoBE</a></p>
-<p>— Brett Meiselas (@BMeiselas) <a href="https://twitter.com/BMeiselas/status/1717016195386548273?ref_src=twsrc%5Etfw" rel="nofollow noopener" target="_blank" data-ylk="slk:October 25, 2023;elm:context_link;itc:0" class="link ">October 25, 2023</a></p>
-</blockquote>
-</div>
-<div class="twitter-tweet-wrapper">
-<blockquote placeholder="" data-theme="light" class="twitter-tweet">
-<p>This audio is so telling, and defining. There’s a euphoria to tonight for Johnson and Republicans, but he’ll regret this. It’s not even manufactured grace, it’s dismissive of reality – on a most critical matter with significant implications for 2024. <a href="https://t.co/LCbFcJQNvH" rel="nofollow noopener" target="_blank" data-ylk="slk:https://t.co/LCbFcJQNvH;elm:context_link;itc:0" class="link ">https://t.co/LCbFcJQNvH</a></p>
-<p>— David Jolly (@DavidJollyFL) <a href="https://twitter.com/DavidJollyFL/status/1717022069227929879?ref_src=twsrc%5Etfw" rel="nofollow noopener" target="_blank" data-ylk="slk:October 25, 2023;elm:context_link;itc:0" class="link ">October 25, 2023</a></p>
-</blockquote>
-</div>
-<div class="twitter-tweet-wrapper">
-<blockquote placeholder="" data-theme="light" class="twitter-tweet">
-<p>Sitting members of Congress telling journalists to “shut up” for asking about a coup attempt against American democracy. <a href="https://t.co/EV52Nc1oR6" rel="nofollow noopener" target="_blank" data-ylk="slk:https://t.co/EV52Nc1oR6;elm:context_link;itc:0" class="link ">https://t.co/EV52Nc1oR6</a></p>
-<p>— No Lie with Brian Tyler Cohen (@NoLieWithBTC) <a href="https://twitter.com/NoLieWithBTC/status/1717013716191826090?ref_src=twsrc%5Etfw" rel="nofollow noopener" target="_blank" data-ylk="slk:October 25, 2023;elm:context_link;itc:0" class="link ">October 25, 2023</a></p>
-</blockquote>
-</div>
-<div class="twitter-tweet-wrapper">
-<blockquote placeholder="" data-theme="light" class="twitter-tweet">
-<p>Looks like my colleague <a href="https://twitter.com/rachelvscott?ref_src=twsrc%5Etfw" rel="nofollow noopener" target="_blank" data-ylk="slk:@rachelvscott;elm:context_link;itc:0" class="link ">@rachelvscott</a> hit a nerve. Well done.</p>
-<p>The surest sign that you have asked the right question is when the powerful congressman you asked it of—and his buddies—try to shut you down and shut you up.</p>
-<p>It’s a perfectly legitimate question. Why won’t he answer? <a href="https://t.co/nu6sMFxhV6" rel="nofollow noopener" target="_blank" data-ylk="slk:https://t.co/nu6sMFxhV6;elm:context_link;itc:0" class="link ">https://t.co/nu6sMFxhV6</a></p>
-<p>— Terry Moran <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f1fa-1f1f8.png" alt="🇺🇸" class="wp-smiley" style="height: 1em; max-height: 1em;" /> (@TerryMoran) <a href="https://twitter.com/TerryMoran/status/1717030246967333081?ref_src=twsrc%5Etfw" rel="nofollow noopener" target="_blank" data-ylk="slk:October 25, 2023;elm:context_link;itc:0" class="link ">October 25, 2023</a></p>
-</blockquote>
-</div>
-<div class="twitter-tweet-wrapper">
-<blockquote placeholder="" data-theme="light" class="twitter-tweet">
-<p>Reporter attempts to ask Speaker nominee Johnson about his efforts to overturn the 2020 election and is shouted down and told to shut up. <a href="https://t.co/1L1IePw9vx" rel="nofollow noopener" target="_blank" data-ylk="slk:https://t.co/1L1IePw9vx;elm:context_link;itc:0" class="link ">https://t.co/1L1IePw9vx</a></p>
-<p>— Ron Filipkowski (@RonFilipkowski) <a href="https://twitter.com/RonFilipkowski/status/1717013938032837118?ref_src=twsrc%5Etfw" rel="nofollow noopener" target="_blank" data-ylk="slk:October 25, 2023;elm:context_link;itc:0" class="link ">October 25, 2023</a></p>
-</blockquote>
-</div>
-</div>
-<p><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p>
-<div class="royalads-adsense"><script>\r
- google_ad_client = 'ca-pub-6828488065609971';\r
- google_page_url = 'https://macgsm.co/';\r
- google_ad_slot ='2694358478';\r
- google_ad_width = 300; \r
- google_ad_height = 250;\r
- document.write('<script src="https://pagead2.googlesyndication.com/pagead/show_ads.js"></\script>');\r
- </script>]]></content:encoded>
-
- <wfw:commentRss>https://viralnow.uk/republican-house-members-turn-into-complete-jerks-after-trump-question/feed/</wfw:commentRss>
- <slash:comments>0</slash:comments>
-
-
- </item>
- <item>
- <title>Missing man may have been murdered, police say</title>
- <link>https://viralnow.uk/missing-man-may-have-been-murdered-police-say/</link>
- <comments>https://viralnow.uk/missing-man-may-have-been-murdered-police-say/#respond</comments>
-
- <dc:creator><![CDATA[]]></dc:creator>
- <pubDate>Wed, 25 Oct 2023 07:48:52 +0000</pubDate>
- <category><![CDATA[USA NEWS]]></category>
- <guid isPermaLink="false">https://viralnow.uk/missing-man-may-have-been-murdered-police-say/</guid>
-
- <description><![CDATA[Police investigating the disappearance of man from south London now believe he may have been murdered. Justin Henry, 34, was last seen on CCTV on 15 October at a McDonald’s drive-through in Croydon. His car was seen recorded on CCTV later that evening near Crystal Palace. It is thought another person was driving the vehicle.<a class="article-read-more" href="https://viralnow.uk/missing-man-may-have-been-murdered-police-say/"><i class="flownewsicon fa-angle-double-right"></i></a>]]></description>
- <content:encoded><![CDATA[<div class="royalads-adsense"><script>\r
- google_ad_client = 'ca-pub-6828488065609971';\r
- google_page_url = 'https://macgsm.co/';\r
- google_ad_slot ='2694358478';\r
- google_ad_width = 300; \r
- google_ad_height = 250;\r
- document.write('<script src="https://pagead2.googlesyndication.com/pagead/show_ads.js"></\script>');\r
- </script><p></p>
-<div>
-<figure class="caas-figure">
-<div class="caas-figure-with-pb" style="max-height: 261px">
-<div>
-<div class="caas-img-container caas-img-loader" style="padding-bottom:56%"><img decoding="async" class="caas-img caas-lazy has-preview" src="https://s.yimg.com/ny/api/res/1.2/u6qy8.EnIw6YkJcCBPRmUQ--/YXBwaWQ9aGlnaGxhbmRlcjt3PTcwNTtoPTM5Nw--/https://media.zenfs.com/en/bbc_us_articles_995/9d8a80ab32d6a3b9591b9829b0f37d6f"/><noscript><img decoding="async" src="https://s.yimg.com/ny/api/res/1.2/u6qy8.EnIw6YkJcCBPRmUQ--/YXBwaWQ9aGlnaGxhbmRlcjt3PTcwNTtoPTM5Nw--/https://media.zenfs.com/en/bbc_us_articles_995/9d8a80ab32d6a3b9591b9829b0f37d6f" class="caas-img"/></noscript></div>
-</div>
-</div>
-</figure>
-<p>Police investigating the disappearance of man from south London now believe he may have been murdered.</p>
-<div class="royalads-adsense"><script>\r
- google_ad_client = 'ca-pub-6828488065609971';\r
- google_page_url = 'https://macgsm.co/';\r
- google_ad_slot ='2694358478';\r
- google_ad_width = 300; \r
- google_ad_height = 250;\r
- document.write('<script src="https://pagead2.googlesyndication.com/pagead/show_ads.js"></\script>');\r
- </script><p>Justin Henry, 34, was last seen on CCTV on 15 October at a McDonald’s drive-through in Croydon.</p>
-<p>His car was seen recorded on CCTV later that evening near Crystal Palace. It is thought another person was driving the vehicle.</p>
-<p>A woman has been arrested on suspicion of kidnap in relation to the disappearance.</p>
-<p>She has been bailed pending further enquiries to a date in mid-January 2024, the Met said.</p>
-<p>Mr Henry’s family say it was out of character for him to have not made contact.</p>
-<p>Det Ch Insp Matt Coop, from the Met Police, said that all the circumstances and evidence pointed to a potential murder.</p>
-<p>He said: “You can only imagine how devastating this will be for all those who love and care for him. I know his loved ones will still be hoping and praying that Justin will still be found safe and well.</p>
-<p>“However, the absence of any proof that Justin is alive, the circumstances around his disappearance, which his family say is totally out of character, and forensic evidence we have gathered, all suggest that he has come to serious harm and may have been murdered.</p>
-<p>“Along with his family, we sincerely hope this is not the case, and that is why we are reaching out to the public to help us find out what has happened to him.</p>
-<p>“Please think about the anguish of Justin’s family and if you have any information that could assist, contact us.”</p>
-<h3>Witness appeal</h3>
-<p>At about 21:50 BST on 15 October, Justin was seen on CCTV buying food at the McDonald’s drive-through.</p>
-<p>Police then believe the car, a silver Mercedes E Class, was driven to a nearby location for two and a half hours.</p>
-<p>The Mercedes was later found in Kingswood Drive, near Crystal Palace. Police say it is unclear who was driving the vehicle when it arrived there due to indistinct CCTV images, but Mr Henry’s family said it was not him.</p>
-<p>Anyone with information can call the police on 101 or leave information anonymously by calling CrimeStoppers on 0800 555111.</p>
-<hr/>
-<p><em>Listen to the best of BBC Radio London on </em><a href="https://www.bbc.co.uk/sounds/curation/p0cjdwm5?xtor=AL-72-%5Bpartner%5D-%5Byahoo.north.america%5D-%5Blink%5D-%5Bnews%5D-%5Bbizdev%5D-%5Bisapi%5D" rel="nofollow noopener" target="_blank" data-ylk="slk:Sounds;elm:context_link;itc:0" class="link ">Sounds</a><em> and follow BBC London on </em><a href="https://www.facebook.com/BBCLondon" rel="nofollow noopener" target="_blank" data-ylk="slk:Facebook;elm:context_link;itc:0" class="link ">Facebook</a><em>, </em><a href="https://twitter.com/BBCLondonNews" rel="nofollow noopener" target="_blank" data-ylk="slk:X;elm:context_link;itc:0" class="link ">X</a><em> and </em><a href="https://www.instagram.com/bbclondon/?hl=en" rel="nofollow noopener" target="_blank" data-ylk="slk:Instagram;elm:context_link;itc:0" class="link ">Instagram</a><em>. Send your story ideas to </em><a href="https://news.yahoo.com/mailto:hellobbclondon@bbc.co.uk" data-ylk="slk:hello.bbclondon@bbc.co.uk;elm:context_link;itc:0" class="link " target="_blank" rel="noopener">hello.bbclondon@bbc.co.uk</a></p>
-<p><img decoding="async" alt="" height="1" width="1" src="https://a1.api.bbc.co.uk/hit.xiti/?s=598314&p=news.england.london.story.67213702.page&x1=%5Burn%3Abbc%3Acps%3Acurie%3Aasset%3Ab4253f98-de02-4fb6-8c30-9e7945577827%5D&x4=%5Ben-gb%5D&x5=%5Bhttps%3A%2F%2Fwww.bbc.com%2Fnews%2Fuk-england-london-67213702%5D&x7=%5Barticle%5D&x8=%5Bsynd_nojs_ISAPI%5D&x9=%5BJustin+Henry%3A+Missing+man+may+have+been+murdered%2C+police+say%5D&x11=%5B2023-10-25T05%3A58%3A05Z%5D&x12=%5B2023-10-25T06%3A43%3A04Z%5D&x19=%5Byahoo.north.america%5D"/></div>
-<p><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script><script async defer src="https://platform.instagram.com/en_US/embeds.js"></script></p>
-<div class="royalads-adsense"><script>\r
- google_ad_client = 'ca-pub-6828488065609971';\r
- google_page_url = 'https://macgsm.co/';\r
- google_ad_slot ='2694358478';\r
- google_ad_width = 300; \r
- google_ad_height = 250;\r
- document.write('<script src="https://pagead2.googlesyndication.com/pagead/show_ads.js"></\script>');\r
- </script>]]></content:encoded>
-
- <wfw:commentRss>https://viralnow.uk/missing-man-may-have-been-murdered-police-say/feed/</wfw:commentRss>
- <slash:comments>0</slash:comments>
-
-
- </item>
- <item>
- <title>Trump rages as former acolytes turn against him under legal heat</title>
- <link>https://viralnow.uk/trump-rages-as-former-acolytes-turn-against-him-under-legal-heat/</link>
- <comments>https://viralnow.uk/trump-rages-as-former-acolytes-turn-against-him-under-legal-heat/#respond</comments>
-
- <dc:creator><![CDATA[]]></dc:creator>
- <pubDate>Wed, 25 Oct 2023 07:37:54 +0000</pubDate>
- <category><![CDATA[WORLD]]></category>
- <guid isPermaLink="false">https://viralnow.uk/trump-rages-as-former-acolytes-turn-against-him-under-legal-heat/</guid>
-
- <description><![CDATA[Donald Trump’s wealth, power and fame acted like a magnet for new associates keen to enter his orbit. But now, key figures who sought a share of his reflected glory are turning against him to save themselves. The ex-president absorbed a trio of blows Tuesday that worsened his legal peril and underscored how the 2024<a class="article-read-more" href="https://viralnow.uk/trump-rages-as-former-acolytes-turn-against-him-under-legal-heat/"><i class="flownewsicon fa-angle-double-right"></i></a>]]></description>
- <content:encoded><![CDATA[<div class="royalads-adsense"><script>\r
- google_ad_client = 'ca-pub-6828488065609971';\r
- google_page_url = 'https://macgsm.co/';\r
- google_ad_slot ='2694358478';\r
- google_ad_width = 300; \r
- google_ad_height = 250;\r
- document.write('<script src="https://pagead2.googlesyndication.com/pagead/show_ads.js"></\script>');\r
- </script><p></p>
-<div>
-<p><a href="https://www.cnn.com/specials/politics/president-donald-trump-45?cid=external-feeds_iluminar_yahoo" rel="nofollow noopener" target="_blank" data-ylk="slk:Donald Trump’s;elm:context_link;itc:0" class="link ">Donald Trump’s</a> wealth, power and fame acted like a magnet for new associates keen to enter his orbit. But now, key figures who sought a share of his reflected glory are turning against him to save themselves.</p>
-<div class="royalads-adsense"><script>\r
- google_ad_client = 'ca-pub-6828488065609971';\r
- google_page_url = 'https://macgsm.co/';\r
- google_ad_slot ='2694358478';\r
- google_ad_width = 300; \r
- google_ad_height = 250;\r
- document.write('<script src="https://pagead2.googlesyndication.com/pagead/show_ads.js"></\script>');\r
- </script><p>The ex-president absorbed a trio of blows Tuesday that worsened his legal peril and underscored how the 2024 election – in which he is the front-runner for the GOP nomination – will play out in the courts rather than traditional voting battlegrounds.</p>
-<p>In the most significant development, <a href="https://www.cnn.com/2023/10/24/politics/mark-meadows/index.html?cid=external-feeds_iluminar_yahoo" rel="nofollow noopener" target="_blank" data-ylk="slk:ABC News;elm:context_link;itc:0" class="link ">ABC News</a> reported that Trump’s former chief of staff, <a href="https://www.cnn.com/2023/08/29/politics/mark-meadows-gamble-trump-fani-willis/index.html?cid=external-feeds_iluminar_yahoo" rel="nofollow noopener" target="_blank" data-ylk="slk:Mark Meadows;elm:context_link;itc:0" class="link ">Mark Meadows</a>, had met federal prosecutors multiple times and had categorically undermined the ex-president’s narrative about a stolen election. Meadows was the gatekeeper to the Oval Office in the critical days when Trump was allegedly plotting to steal the 2020 election after voters rejected his bid for a second term. CNN has reached out to Meadows’ attorney for comment.</p>
-<p>In another damaging twist, former Trump lawyer <a href="https://www.cnn.com/2023/10/24/politics/jenna-ellis-fulton-county/index.html?cid=external-feeds_iluminar_yahoo" rel="nofollow noopener" target="_blank" data-ylk="slk:Jenna Ellis;elm:context_link;itc:0" class="link ">Jenna Ellis</a>, who blanketed television networks after President Joe Biden’s victory to falsely claim he was elected because of fraud, reached a plea deal with Georgia prosecutors. Ellis on Tuesday tearfully confessed to the felony of aiding and abetting false statements that she and other lawyers told Peach State lawmakers. She was the third former Trump acolyte to agree to testify against the ex-president and others this week. The election subversion prosecution brought by Fulton County District Attorney Fani Willis is now following the classic playbook of a racketeering case wherein smaller fish are peeled away for reduced sentences to secure their testimony against the alleged kingpin.</p>
-<p>“If I knew then what I knew now, I would have declined to represent Donald Trump in these post-election challenges. I look back on this experience with deep remorse,” Ellis said.</p>
-<p>Ellis was a comparatively junior figure in Trump’s schemes to overthrow the election, although there is reason to believe she was in critical meetings of interest to prosecutors. Her guilty plea also looks like terrible news for former New York Mayor Rudy Giuliani, who also served as a Trump lawyer after the election and with whom Ellis worked closely.</p>
-<p>Her repudiation of her own behavior marks an ominous omen for Trump because it shows that while falsehoods about election fraud are still a potent political force in the GOP and conservative media, it’s the truth that matters in court. Under the legal system, the former president could face a level of accountability that the US political system, which is still buckling under his influence, can’t match.</p>
-<p>One of Trump’s former associates was feeling no remorse when he arrived in court in New York on Tuesday seeking to undermine another Trump legal defense. The former president’s longtime fixer, Michael Cohen, came face to face with his ex-boss for the first time in five years when he took the stand in a civil trial in which prosecutors are seeking to end Trump’s ability to do business in the state. Cohen has already gone to jail for tax fraud, making false statements to Congress and campaign finance violations – some of which were linked to his work for Trump before he launched his political career. Cohen once vowed to take a bullet for his former boss but has left no doubt that he’s been itching to testify against him for many months. While his own conviction raises credibility issues about his testimony, Cohen implicated Trump on Tuesday, saying his former boss directed him to inflate his net worth on financial statements.</p>
-<p>“Heck of a reunion,” Cohen told reporters after testifying under Trump’s gaze.</p>
-<h3>Trump feels the growing legal heat</h3>
-<p>Each of Tuesday’s legal dramas threatened to undermine Trump’s position in separate cases, to which he has pleaded not guilty, and emphasized how the Republican front-runner’s bid to recapture the White House will be shadowed by his criminal liability.</p>
-<p>And for someone who has the exaggerated sense of loyalty harbored by Trump – albeit one that mostly goes one way – the spectacle of three former associates turning against him will be especially irksome.</p>
-<p>While the crush of legal cases bearing down on him hasn’t diminished his dominance in the GOP presidential race, there are increasing signs that the courtroom pressure is beginning to grate on a former president who, in a lifetime of business, personal and political scrapes, has made an art form of dodging accountability.</p>
-<p>In a rage-filled stream of consciousness on his Truth Social network on Tuesday night, Trump lashed out at <a href="https://abcnews.go.com/US/chief-staff-mark-meadows-granted-immunity-tells-special/story?id=104231281" rel="nofollow noopener" target="_blank" data-ylk="slk:the ABC report;elm:context_link;itc:0" class="link ">the ABC report</a> about Meadows.</p>
-<p>“I don’t think Mark Meadows would lie about the Rigged and Stollen 2020 Presidential Election merely for getting IMMUNITY against Prosecution (PERSECUTION!),” the former president wrote.</p>
-<p>“Some people would make that deal, but they are weaklings and cowards, and so bad for the future our Failing Nation. I don’t think that Mark Meadows is one of them, but who really knows? MAKE AMERICA GREAT AGAIN!!!”</p>
-<p>This came only a day after Trump absurdly <a href="https://www.cnn.com/2023/10/23/politics/donald-trump-nelson-mandela/index.html?cid=external-feeds_iluminar_yahoo" rel="nofollow noopener" target="_blank" data-ylk="slk:compared himself to Nelson Mandela;elm:context_link;itc:0" class="link ">compared himself to Nelson Mandela</a>, who spent 27 years in prison – much of it in a tiny cell on Robben Island – enduring forced labor in a quarry for opposing the racist apartheid system in South Africa. After his release, the Nobel Peace Prize winner remade his divided nation as president and became a symbol of unity, humility, racial healing and forgiveness – qualities rarely shown by Trump.</p>
-<p>“I don’t mind being Nelson Mandela, because I’m doing it for a reason,” the ex-president told supporters in New Hampshire.</p>
-<p>Trump’s persecution complex is revealing, however. The former president is portraying himself as a bulwark against a government that he claims is weaponized against him and his supporters. The idea that he is a political martyr who is being unfairly targeted by the Biden administration – despite 91 charges across his four criminal indictments – may be his only credible campaign tactic. After all, he may be a convicted felon by Election Day in less than 13 months. While that prospect doesn’t seem to faze Republican primary voters, it may be a serious vulnerability among a broader electorate.</p>
-<h3>The significance of the Meadows developments</h3>
-<p>Legal watchers in Washington have speculated for months about the activity of Meadows, a former North Carolina congressman who became the last chief of staff of Trump’s turbulent White House term.</p>
-<p>During his testimony before a federal grand jury, Meadows was also asked about efforts to overturn the election as well as Trump’s handling of classified documents, <a href="https://www.cnn.com/2023/06/06/politics/mark-meadows-grand-jury-trump-probe/index.html?cid=external-feeds_iluminar_yahoo" rel="nofollow noopener" target="_blank" data-ylk="slk:CNN previously reported;elm:context_link;itc:0" class="link ">CNN previously reported</a>.</p>
-<p>But if, as ABC News has reported, he has been granted immunity by special counsel Jack Smith and met federal prosecutors multiple times, that qualifies for the over-used term of “bombshell.”</p>
-<p>Meadows is also a key figure in the Fulton County, Georgia, probe, where he made a failed effort to have his case elevated to federal court after unsuccessfully arguing his actions at the behest of Trump’s election thwarting effort fell under his official duties.</p>
-<p>Meadows, who met Smith’s team at least three times this year, told investigators he did not believe the election was stolen and that Trump was being “dishonest” in claiming victory shortly after polls closed in 2020, according to ABC.</p>
-<p>The agreement is the first publicly known in the special counsel’s investigation into the events around January 6, 2021. The exact terms of Meadows’ deal with prosecutors are not clear, but often such agreements allow a person with valuable information about an investigation immunity from prosecution in exchange for fully cooperating.</p>
-<p>The reported details of Meadows’ testimony could be hugely damaging for Trump because a fundamental plank of the ex-president’s defense relies on the notion that he sincerely believed that the election was stolen and that his actions were not therefore criminal because they were an exercise of his right to free speech.</p>
-<p>It has long been the case that while those around Trump in business and politics often find themselves slipping deep into legal trouble, he skips free. The apparent decisions of Meadows, Ellis and Cohen – together with the mass of legal threats now facing the former president – suggest that charmed life is about to meet its biggest challenge yet.</p>
-<p>For more CNN news and newsletters create an account at <a href="http://www.cnn.com/account/register?source=external-feeds_iluminar&cid=external-feeds_iluminar_yahoo&registration_email_campaign=https://www.cnn.com/newsletters" rel="nofollow noopener" target="_blank" data-ylk="slk:CNN.com;elm:context_link;itc:0" class="link ">CNN.com</a></p>
-</div>
-<div class="royalads-adsense"><script>\r
- google_ad_client = 'ca-pub-6828488065609971';\r
- google_page_url = 'https://macgsm.co/';\r
- google_ad_slot ='2694358478';\r
- google_ad_width = 300; \r
- google_ad_height = 250;\r
- document.write('<script src="https://pagead2.googlesyndication.com/pagead/show_ads.js"></\script>');\r
- </script>]]></content:encoded>
-
- <wfw:commentRss>https://viralnow.uk/trump-rages-as-former-acolytes-turn-against-him-under-legal-heat/feed/</wfw:commentRss>
- <slash:comments>0</slash:comments>
-
-
- </item>
- <item>
- <title>GSK’s common respiratory virus vaccine shows potential in adults aged 50-59</title>
- <link>https://viralnow.uk/gsks-common-respiratory-virus-vaccine-shows-potential-in-adults-aged-50-59/</link>
- <comments>https://viralnow.uk/gsks-common-respiratory-virus-vaccine-shows-potential-in-adults-aged-50-59/#respond</comments>
-
- <dc:creator><![CDATA[]]></dc:creator>
- <pubDate>Wed, 25 Oct 2023 06:47:40 +0000</pubDate>
- <category><![CDATA[USA NEWS]]></category>
- <guid isPermaLink="false">https://viralnow.uk/gsks-common-respiratory-virus-vaccine-shows-potential-in-adults-aged-50-59/</guid>
-
- <description><![CDATA[(Reuters) -GSK said its vaccine for respiratory syncytial virus (RSV) showed positive preliminary results in a late-stage trial to protect adults aged 50 to 59 from the disease that causes thousands of hospitalisations and deaths annually. The British drugmaker’s shot, called Arexvy, met the primary goal in the Phase-III trial of eliciting an immune response<a class="article-read-more" href="https://viralnow.uk/gsks-common-respiratory-virus-vaccine-shows-potential-in-adults-aged-50-59/"><i class="flownewsicon fa-angle-double-right"></i></a>]]></description>
- <content:encoded><![CDATA[<div class="royalads-adsense"><script>\r
- google_ad_client = 'ca-pub-6828488065609971';\r
- google_page_url = 'https://macgsm.co/';\r
- google_ad_slot ='2694358478';\r
- google_ad_width = 300; \r
- google_ad_height = 250;\r
- document.write('<script src="https://pagead2.googlesyndication.com/pagead/show_ads.js"></\script>');\r
- </script><p></p>
-<div>
-<p>(Reuters) -GSK said its vaccine for respiratory syncytial virus (RSV) showed positive preliminary results in a late-stage trial to protect adults aged 50 to 59 from the disease that causes thousands of hospitalisations and deaths annually.</p>
-<div class="royalads-adsense"><script>\r
- google_ad_client = 'ca-pub-6828488065609971';\r
- google_page_url = 'https://macgsm.co/';\r
- google_ad_slot ='2694358478';\r
- google_ad_width = 300; \r
- google_ad_height = 250;\r
- document.write('<script src="https://pagead2.googlesyndication.com/pagead/show_ads.js"></\script>');\r
- </script><p>The British drugmaker’s shot, called Arexvy, met the primary goal in the Phase-III trial of eliciting an immune response in adults of the reported age group who are at an increased risk of catching the virus due to certain underlying medical conditions, the company said on Wednesday.</p>
-<p>RSV typically causes cold-like symptoms, but is a leading cause of pneumonia in toddlers and the elderly.</p>
-<p>The shot has already been approved in the United States, Europe, Japan and other countries to protect adults aged 60 years and older.</p>
-<p>(Reporting by Eva Mathews in Bengaluru; Editing by Sherry Jacob-Phillips)</p>
-</div>
-<div class="royalads-adsense"><script>\r
- google_ad_client = 'ca-pub-6828488065609971';\r
- google_page_url = 'https://macgsm.co/';\r
- google_ad_slot ='2694358478';\r
- google_ad_width = 300; \r
- google_ad_height = 250;\r
- document.write('<script src="https://pagead2.googlesyndication.com/pagead/show_ads.js"></\script>');\r
- </script>]]></content:encoded>
-
- <wfw:commentRss>https://viralnow.uk/gsks-common-respiratory-virus-vaccine-shows-potential-in-adults-aged-50-59/feed/</wfw:commentRss>
- <slash:comments>0</slash:comments>
-
-
- </item>
- <item>
- <title>Analysis-China chases US and Russia guided-missile submarine capabilities with new vessels</title>
- <link>https://viralnow.uk/analysis-china-chases-us-and-russia-guided-missile-submarine-capabilities-with-new-vessels/</link>
- <comments>https://viralnow.uk/analysis-china-chases-us-and-russia-guided-missile-submarine-capabilities-with-new-vessels/#respond</comments>
-
- <dc:creator><![CDATA[]]></dc:creator>
- <pubDate>Wed, 25 Oct 2023 06:37:12 +0000</pubDate>
- <category><![CDATA[WORLD]]></category>
- <guid isPermaLink="false">https://viralnow.uk/analysis-china-chases-us-and-russia-guided-missile-submarine-capabilities-with-new-vessels/</guid>
-
- <description><![CDATA[By Greg Torode HONG KONG (Reuters) – China has launched its first nuclear-powered guided missile submarines, according to the Pentagon’s latest report on China’s military – giving it land and sea attack options once the sole province of U.S. and Russian vessels. The Pentagon report, published Oct. 20, marks the first apparent confirmation that modified<a class="article-read-more" href="https://viralnow.uk/analysis-china-chases-us-and-russia-guided-missile-submarine-capabilities-with-new-vessels/"><i class="flownewsicon fa-angle-double-right"></i></a>]]></description>
- <content:encoded><![CDATA[<div class="royalads-adsense"><script>\r
- google_ad_client = 'ca-pub-6828488065609971';\r
- google_page_url = 'https://macgsm.co/';\r
- google_ad_slot ='2694358478';\r
- google_ad_width = 300; \r
- google_ad_height = 250;\r
- document.write('<script src="https://pagead2.googlesyndication.com/pagead/show_ads.js"></\script>');\r
- </script><p></p>
-<div>
-<p>By Greg Torode</p>
-<div class="royalads-adsense"><script>\r
- google_ad_client = 'ca-pub-6828488065609971';\r
- google_page_url = 'https://macgsm.co/';\r
- google_ad_slot ='2694358478';\r
- google_ad_width = 300; \r
- google_ad_height = 250;\r
- document.write('<script src="https://pagead2.googlesyndication.com/pagead/show_ads.js"></\script>');\r
- </script><p>HONG KONG (Reuters) – China has launched its first nuclear-powered guided missile submarines, according to the Pentagon’s latest report on China’s military – giving it land and sea attack options once the sole province of U.S. and Russian vessels.</p>
-<p>The Pentagon report, published Oct. 20, marks the first apparent confirmation that modified submarines seen in Chinese shipyards over the last 18 months are Type 093B guided missile submarines.</p>
-<p>Reuters revealed in May 2022 that satellite images from Huludao shipyard in northeast China showed a new or upgraded class of submarine, possibly with vertical tubes for launching cruise missiles.</p>
-<p>The Pentagon report says that in the short term, the Chinese navy “will have the ability to conduct long-range precision strikes against land targets from its submarine and surface combatants using land-attack cruise missiles, notably enhancing (China’s) power projection capability”.</p>
-<p>Known as SSGNs, conventionally armed missile submarines were developed by the Soviet Union during the Cold War in part to target U.S. aircraft carriers, while the U.S. Navy developed its own version by converting ballistic missile boats to carry large numbers of land-attack Tomahawk cruise missiles.</p>
-<p>Cruise missiles are typically long-range, precision weapons that, unlike ballistic weapons, fly at low altitudes or skim the surface of the sea.</p>
-<p>The submarine USS Florida fired 93 Tomahawks against Libyan air defences in 2011 – the first combat strikes from a U.S. SSGN and an event that regional military attaches say was closely studied by Chinese strategists.</p>
-<p>Some analysts say the PLA navy will be eager to deploy the vessels as an extra weapon against aircraft carriers as well as a land-attack platform, allowing strikes from a far greater range than its fleets of smaller attack submarines.</p>
-<p>The report notes that three of the new SSGNs could be operational by next year, as part of a wider expansion of its submarine fleet – both nuclear and diesel powered – which could number 65 vessels in 2025.</p>
-<p>The Chinese defence ministry did not respond to questions from Reuters.</p>
-<p>The confirmation comes amid an as China constructs a new generation of nuclear-armed boats as part of its evolving deterrent force.</p>
-<p>The effort to track China’s submarines at sea is one of the core drivers of increased deployments and contingency planning by the U.S. Navy and other militaries across the Indo-Pacific region.</p>
-<p>Singapore-based security scholar Collin Koh said the SSGNs were an important new capability for the Chinese navy.</p>
-<p>With an expected core armament of cruise missiles, “this potentially allows them to carry out saturated land and anti-ship attacks at standoff range”, he said, which would complicate strategic calculations by China’s rivals.</p>
-<p>“I would also expect the Chinese have learned from the Russian experience in using them to threaten U.S. aircraft carriers – with an SSGN, you can launch strikes at standoff range, unlike a typical attack submarine that could have more limited weapon options, and that is a real advantage,” said Koh, of the S. Rajaratnam School of International Studies.</p>
-<p>Research discussed at the U.S. Naval War College in May noted that the PLA was close to breakthroughs in making its nuclear-powered submarines far quieter and more difficult for the U.S. and its allies to track.</p>
-<p>Some diplomats and analysts said, however, that it was unclear whether those breakthroughs had been incorporated into the recently launched SSGNs. The upgrades are expected in nuclear-powered boats launched before the end of the decade.</p>
-<p>“Unless they are certain of improvements, we can expect the PLA navy to be cautious in how they initially deploy them,” said an Asian military attache who is tracking China’s submarine force. The attache declined to be named because of the sensitivity of the matter. “But we know the submarine force is a priority for Xi Jinping, and this is one more sign they are getting there.”</p>
-<p>(Reporting By Greg Torode. Editing by Gerry Doyle)</p>
-</div>
-<div class="royalads-adsense"><script>\r
- google_ad_client = 'ca-pub-6828488065609971';\r
- google_page_url = 'https://macgsm.co/';\r
- google_ad_slot ='2694358478';\r
- google_ad_width = 300; \r
- google_ad_height = 250;\r
- document.write('<script src="https://pagead2.googlesyndication.com/pagead/show_ads.js"></\script>');\r
- </script>]]></content:encoded>
-
- <wfw:commentRss>https://viralnow.uk/analysis-china-chases-us-and-russia-guided-missile-submarine-capabilities-with-new-vessels/feed/</wfw:commentRss>
- <slash:comments>0</slash:comments>
-
-
- </item>
- <item>
- <title>Taiwan hopeful of reaching tax deal with US next year</title>
- <link>https://viralnow.uk/taiwan-hopeful-of-reaching-tax-deal-with-us-next-year/</link>
- <comments>https://viralnow.uk/taiwan-hopeful-of-reaching-tax-deal-with-us-next-year/#respond</comments>
-
- <dc:creator><![CDATA[]]></dc:creator>
- <pubDate>Wed, 25 Oct 2023 05:45:17 +0000</pubDate>
- <category><![CDATA[USA NEWS]]></category>
- <guid isPermaLink="false">https://viralnow.uk/taiwan-hopeful-of-reaching-tax-deal-with-us-next-year/</guid>
-
- <description><![CDATA[TAIPEI (Reuters) – Taiwan hopes to reach a long-mooted tax agreement with the United States next year, Finance Minister Chuang Tsui-yun said on Wednesday, which both sides have said will foster more investment and Taipei has long pushed for. Republican and Democratic members of the U.S. House of Representatives introduced legislation in July that would<a class="article-read-more" href="https://viralnow.uk/taiwan-hopeful-of-reaching-tax-deal-with-us-next-year/"><i class="flownewsicon fa-angle-double-right"></i></a>]]></description>
- <content:encoded><![CDATA[<div class="royalads-adsense"><script>\r
- google_ad_client = 'ca-pub-6828488065609971';\r
- google_page_url = 'https://macgsm.co/';\r
- google_ad_slot ='2694358478';\r
- google_ad_width = 300; \r
- google_ad_height = 250;\r
- document.write('<script src="https://pagead2.googlesyndication.com/pagead/show_ads.js"></\script>');\r
- </script><p></p>
-<div>
-<p>TAIPEI (Reuters) – Taiwan hopes to reach a long-mooted tax agreement with the United States next year, Finance Minister Chuang Tsui-yun said on Wednesday, which both sides have said will foster more investment and Taipei has long pushed for.</p>
-<div class="royalads-adsense"><script>\r
- google_ad_client = 'ca-pub-6828488065609971';\r
- google_page_url = 'https://macgsm.co/';\r
- google_ad_slot ='2694358478';\r
- google_ad_width = 300; \r
- google_ad_height = 250;\r
- document.write('<script src="https://pagead2.googlesyndication.com/pagead/show_ads.js"></\script>');\r
- </script><p>Republican and Democratic members of the U.S. House of Representatives introduced legislation in July that would authorize <button class="caas-xray-inline caas-xray-entity caas-xray-pill" data-ylk="cid:Joe_Biden;pos:1;elmt:wiki;sec:pill-inline-entity;elm:pill-inline-text;itc:1;cat:OfficeHolder;" data-entity-id="Joe_Biden">President Joe Biden</button>‘s administration to negotiate the tax agreement with Taiwan.</p>
-<p>The lawmakers said the agreement, similar to a treaty, would facilitate investment, protect against tax evasion and allow businesses in both the United States and Taiwan to avoid double taxation.</p>
-<p>Chuang, taking questions in parliament, said she would take advantage of attending a meeting of the Asia Pacific Economic Cooperation, or APEC, grouping next month in the United States to discuss the plan with U.S. Treasury Secretary Janet Yellen.</p>
-<p>Chuang said the focus of the agreement is to resolve issues such as double taxation of personal income and corporate profits, and if signed, it will create a better environment to attract more investment.</p>
-<p>“We hope that it can be signed before June next year. After signing it, the procedures on our side can be completed soon and the bilateral agreement will take effect,” she said.</p>
-<p>Taiwanese companies have cumulatively invested $28.5 billion in the United States and U.S. companies have invested $26.6 billion in Taiwan, Chuang said.</p>
-<p>Washington and Taipei do not have formal diplomatic relations, so the lack of a tax agreement means Taiwanese businesses and individuals are taxed on their income by both the U.S. and Taiwanese governments.</p>
-<p>Taiwan is a major global supplier of the semiconductor chips essential to a wide range of consumer goods and military equipment. Washington has been keen to get Taiwanese chip companies to build factories in the U.S.</p>
-<p>Taiwan Semiconductor Manufacturing Co Ltd, the world’s largest contract chipmaker, is investing $40 billion in factories in the U.S. state of Arizona.</p>
-<p>(Reporting by Roger Tung and Ben Blanchard; Editing by Lincoln Feast)</p>
-</div>
-<div class="royalads-adsense"><script>\r
- google_ad_client = 'ca-pub-6828488065609971';\r
- google_page_url = 'https://macgsm.co/';\r
- google_ad_slot ='2694358478';\r
- google_ad_width = 300; \r
- google_ad_height = 250;\r
- document.write('<script src="https://pagead2.googlesyndication.com/pagead/show_ads.js"></\script>');\r
- </script>]]></content:encoded>
-
- <wfw:commentRss>https://viralnow.uk/taiwan-hopeful-of-reaching-tax-deal-with-us-next-year/feed/</wfw:commentRss>
- <slash:comments>0</slash:comments>
-
-
- </item>
- <item>
- <title>Accuser of Marvel actor Jonathan Majors expected to be arrested Wednesday in his misdemeanor cross-complaint against her</title>
- <link>https://viralnow.uk/accuser-of-marvel-actor-jonathan-majors-expected-to-be-arrested-wednesday-in-his-misdemeanor-cross-complaint-against-her/</link>
- <comments>https://viralnow.uk/accuser-of-marvel-actor-jonathan-majors-expected-to-be-arrested-wednesday-in-his-misdemeanor-cross-complaint-against-her/#respond</comments>
-
- <dc:creator><![CDATA[]]></dc:creator>
- <pubDate>Wed, 25 Oct 2023 05:35:53 +0000</pubDate>
- <category><![CDATA[WORLD]]></category>
- <guid isPermaLink="false">https://viralnow.uk/accuser-of-marvel-actor-jonathan-majors-expected-to-be-arrested-wednesday-in-his-misdemeanor-cross-complaint-against-her/</guid>
-
- <description><![CDATA[Grace Jabbari accused Marvel actor Jonathan Majors of hitting her in March 2023. Jabbari, his ex, is expected to be charged with misdemeanor assault Wednesday in Majors’ cross-complaint against her. But prosecutors told the choreographer they’ll drop the NYPD’s charges, Insider has learned. The choreographer ex-girlfriend who accused Jonathan Majors of misdemeanor domestic violence back<a class="article-read-more" href="https://viralnow.uk/accuser-of-marvel-actor-jonathan-majors-expected-to-be-arrested-wednesday-in-his-misdemeanor-cross-complaint-against-her/"><i class="flownewsicon fa-angle-double-right"></i></a>]]></description>
- <content:encoded><![CDATA[<div class="royalads-adsense"><script>\r
- google_ad_client = 'ca-pub-6828488065609971';\r
- google_page_url = 'https://macgsm.co/';\r
- google_ad_slot ='2694358478';\r
- google_ad_width = 300; \r
- google_ad_height = 250;\r
- document.write('<script src="https://pagead2.googlesyndication.com/pagead/show_ads.js"></\script>');\r
- </script><p></p>
-<div>
-<ul class="caas-list caas-list-bullet">
-<li>
-<p>Grace Jabbari accused Marvel actor Jonathan Majors of hitting her in March 2023.</p>
-</li>
-<li>
-<div class="royalads-adsense"><script>\r
- google_ad_client = 'ca-pub-6828488065609971';\r
- google_page_url = 'https://macgsm.co/';\r
- google_ad_slot ='2694358478';\r
- google_ad_width = 300; \r
- google_ad_height = 250;\r
- document.write('<script src="https://pagead2.googlesyndication.com/pagead/show_ads.js"></\script>');\r
- </script><p>Jabbari, his ex, is expected to be charged with misdemeanor assault Wednesday in Majors’ cross-complaint against her.</p>
-</li>
-<li>
-<p>But prosecutors told the choreographer they’ll drop the NYPD’s charges, Insider has learned.</p>
-</li>
-</ul>
-<p>The choreographer ex-girlfriend who accused Jonathan Majors of misdemeanor domestic violence back in March 2023 is expected to surrender to the NYPD on Wednesday on <a href="https://www.insider.com/marvels-jonathan-majors-files-nypd-complaint-against-assault-accuser-sources-2023-6?utm_medium=referral&utm_source=yahoo.com" rel="nofollow noopener" target="_blank" data-ylk="slk:a misdemeanor assault counter-charge;elm:context_link;itc:0" class="link ">a misdemeanor assault counter-charge</a> brought against her by the Marvel actor, multiple sources have confirmed to Insider.</p>
-<p><a href="https://www.insider.com/marvels-jonathan-majors-files-nypd-complaint-against-assault-accuser-sources-2023-6?utm_medium=referral&utm_source=yahoo.com" rel="nofollow noopener" target="_blank" data-ylk="slk:Majors' recent accusations against Grace Jabbari, 30,;elm:context_link;itc:0" class="link ">Majors’ recent accusations against Grace Jabbari, 30,</a> and Jabbari’s original case against Majors, both stem from their midnight quarrel in March on a Chinatown, Manhattan, street corner.</p>
-<p>Jabbari has alleged to the NYPD and Manhattan prosecutors that during the fight, Majors twisted and broke her finger, and bloodied her ear by slapping her in the head.</p>
-<p>Majors later <a href="https://www.insider.com/marvels-jonathan-majors-blames-nypd-racism-for-domestic-violence-bust-2023-5?utm_medium=referral&utm_source=yahoo.com" rel="nofollow noopener" target="_blank" data-ylk="slk:countered in a June police complaint that Jabbari was the aggressor;elm:context_link;itc:0" class="link ">countered in a June police complaint that Jabbari was the aggressor</a>, and that sidewalk and nightclub video shows she was uninjured in the hours after the dispute. Majors <a href="https://www.businessinsider.nl/see-actor-jonathan-majors-selfies-of-scratches-torn-clothing-from-fight-with-ex-turned-accuser-grace-jabbari/" rel="nofollow noopener" target="_blank" data-ylk="slk:alleges that Jabbari scratched at him and stole from him that night;elm:context_link;itc:0" class="link ">alleges that Jabbari scratched at him and stole from him that night</a>, then injured herself while alone, in a drunken fall at his penthouse apartment.</p>
-<p>The news of Jabbari’s pending arrest comes on the eve of a Wednesday morning court hearing in Manhattan, where defense lawyers and prosecutors may fight over the actor’s claims that the Manhattan District Attorney’s office “buried” an NYPD investigation into the girlfriend’s violent behavior on the night of the spat.</p>
-<p>Prosecutors failed to include evidence of the case against Jabbari in what they turned over to the defense, “Despite being on notice of the NYPD investigation into Jabbari’s criminal conduct, as well as an I-Card and Wanted Flyer,” Majors’ lawyer, Priya Chaudhry, wrote in her motion to dismiss the case.</p>
-<p>An “I-Card” refers to an internal NYPD notification that the person is under investigation or wanted in connection to a crime.</p>
-<p>Additionally, Majors’ lawyer alleged that prosecutors turned a blind eye to Jabbari’s theft of Major’s “Rolex vintage watch and other luxury items that cost $6,000 – $7,000,” as described i<a href="https://www.insider.com/marvels-jonathan-majors-files-nypd-complaint-against-assault-accuser-sources-2023-6?utm_medium=referral&utm_source=yahoo.com" rel="nofollow noopener" target="_blank" data-ylk="slk:n Majors' June police complaint against his ex.;elm:context_link;itc:0" class="link ">n Majors’ June police complaint against his ex.</a></p>
-<p>In an email now in Majors’ case file, Manhattan prosecutor Erin Tierney made it clear to Majors’ lawyer, Chaudhry that the DA’s office would not prosecute Jabbari even if the NYPD brought charges against her.</p>
-<p>“We intend to decline to prosecute any charges brought by the New York Police Department against Ms. Grace Jabbari related to allegations made by Jonathan Majors regarding the incident that took place on March 23, 2023,” Tierney wrote in a September email now in the case file.</p>
-<p>The Manhattan DA’s office did not elaborate on why they plan to decline to prosecute the NYPD charges against Jabbari.</p>
-<p>Jabbari, a British national, met Majors, 33, while working as a movement coach on the set of this year’s <a href="https://www.insider.com/ant-man-and-the-wasp-quantumania-review-kang-fun-clunky-2023-2?utm_medium=referral&utm_source=yahoo.com" rel="nofollow noopener" target="_blank" data-ylk="slk:"Ant-Man and the Wasp: Quantumania.";elm:context_link;itc:0" class="link ">“Ant-Man and the Wasp: Quantumania.”</a></p>
-<p>She had planned to turn herself in to the 10th Precinct stationhouse in Manhattan’s Chelsea neighborhood on Tuesday, two sources familiar with the plans said, adding that a daylong negotiation for her surrender fell through on Tuesday.</p>
-<p>She’s now expected to turn herself in at the precinct sometime on Wednesday, and to be released without having to submit to formal “booking,” meaning she won’t be fingerprinted or held beyond the minimal time it will take to give her a summons that cites her charges – criminal mischief and misdemeanor assault, the sources said.</p>
-<p>One new, key detail concerning the March dispute was also revealed in the DA’s most recent filing. It’s been known that the dispute arose after Jabbari spied a saucy text from another woman on Majors’ phone as they rode in a livery car through lower Manhattan.</p>
-<p>The new filing reveals that the text said, “I wish I was kissing you right now.”</p>
-<p>The woman who sent the text was not identified; it is unknown if she was actor Meagan Good, who has accompanied Majors to his last two in-person court dates.</p>
-<p>In their latest filing, prosecutors also went on the attack against one of Majors’ key defense witnesses, the livery car driver who witnessed much of the dispute.</p>
-<p>Majors’ side has said the unidentified driver described Jabbari to defense lawyers as a “psycho girl” who was the prime aggressor in the fight.</p>
-<p>In the new filing, prosecutors alleged that the driver suffers his own domestic issues. He told prosecutors that “Ms. Jabbari was acting like his wife does when she is angry with him,” the filing said.</p>
-<p>Read the original article on <a href="https://www.insider.com/arrest-of-marvel-actor-jonathan-majors-accuser-expected-wednesday-2023-10" rel="nofollow noopener" target="_blank" data-ylk="slk:Insider;elm:context_link;itc:0" class="link ">Insider</a></p>
-</div>
-<div class="royalads-adsense"><script>\r
- google_ad_client = 'ca-pub-6828488065609971';\r
- google_page_url = 'https://macgsm.co/';\r
- google_ad_slot ='2694358478';\r
- google_ad_width = 300; \r
- google_ad_height = 250;\r
- document.write('<script src="https://pagead2.googlesyndication.com/pagead/show_ads.js"></\script>');\r
- </script>]]></content:encoded>
-
- <wfw:commentRss>https://viralnow.uk/accuser-of-marvel-actor-jonathan-majors-expected-to-be-arrested-wednesday-in-his-misdemeanor-cross-complaint-against-her/feed/</wfw:commentRss>
- <slash:comments>0</slash:comments>
-
-
- </item>
- </channel>
-</rss>
-\r
-<!--\r
-Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/\r
-\r
-Object Caching 83/108 objects using disk\r
-Page Caching using disk: enhanced (Page is feed) \r
-Database Caching using disk (Request-wide modification query)\r
-\r
-Served from: viralnow.uk @ 2023-10-25 10:03:47 by W3 Total Cache\r
--->
\ No newline at end of file
Release: 1
Version: 1.0
<Feed<
- Expires: 2023-10-11 10:33:12
+ Expires: 2023-12-15 10:29:26
File: ./rss_output/tree_feed_CPAN.cnf
- Published: 2023-10-01 23:33:12.717 UTC
+ Published: 2023-12-05 23:29:26.785 UTC
Title: Recent CPAN uploads - MetaCPAN
URL: http://search.cpan.org/uploads.rdf
[#[
>Feed>
<Brew<
<Item<
-<<<<<<< HEAD
- Date: 2023-10-02 01:53:10
- Link: https://metacpan.org/release/NICOMEN/Config-ROFL-1.01
- Title: Config-ROFL-1.01
+ Date: 2023-12-05 23:28:32
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Wo-v0.34.4
+ Title: Locale-CLDR-Locales-Wo-v0.34.4
<Description<
[#[
- Yet another config module
+ Locale::CLDR - Data Package ( Perl localization data for Wolof )
]#]
>Description>
>Item>
<Item<
- Date: 2023-10-02 01:42:52
- Link: https://metacpan.org/release/KIMOTO/SPVM-Digest-SHA-0.061001
- Title: SPVM-Digest-SHA-0.061001
+ Date: 2023-12-05 23:28:21
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Wae-v0.34.4
+ Title: Locale-CLDR-Locales-Wae-v0.34.4
<Description<
[#[
- <p>SHA-1/224/256/384/512</p><p>Changes for 0.061001 - 2023-10-02</p><ul><li>Requirement Changes</li>
- <li>Exception Message Changes</li>
- <li>Internal Changes</li>
- <li>Document Changes</li>
- </ul>
+ Locale::CLDR - Data Package ( Perl localization data for Walser )
]#]
>Description>
>Item>
<Item<
- Date: 2023-10-02 01:12:28
- Link: https://metacpan.org/release/KIMOTO/SPVM-MIME-Base64-1.001003
- Title: SPVM-MIME-Base64-1.001003
+ Date: 2023-12-05 23:26:43
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Vun-v0.34.4
+ Title: Locale-CLDR-Locales-Vun-v0.34.4
<Description<
[#[
- <p>Base64 Encoding/Decoding</p><p>Changes for 1.001003 - 2023-10-02</p><ul><li>Exception Message Changes</li>
- <li>Document Changes</li>
- </ul>
+ Locale::CLDR - Data Package ( Perl localization data for Vunjo )
]#]
>Description>
>Item>
<Item<
- Date: 2023-10-02 00:54:37
- Link: https://metacpan.org/release/KIMOTO/SPVM-Digest-MD5-1.001003
- Title: SPVM-Digest-MD5-1.001003
+ Date: 2023-12-05 23:25:23
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Vo-v0.34.4
+ Title: Locale-CLDR-Locales-Vo-v0.34.4
<Description<
[#[
- <p>MD5</p><p>Changes for 1.001003 - 2023-10-02</p><ul><li>Requirement Changes</li>
- <li>Exception Message Changes</li>
- <li>Document Changes</li>
- <li>Incompatible Changes</li>
- </ul>
+ Locale::CLDR - Data Package ( Perl localization data for Volapük )
]#]
>Description>
>Item>
<Item<
- Date: 2023-10-02 00:05:25
- Link: https://metacpan.org/release/PERLANCAR/ColorTheme-2.1.4
- Title: ColorTheme-2.1.4
+ Date: 2023-12-05 23:25:12
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Vi-v0.34.4
+ Title: Locale-CLDR-Locales-Vi-v0.34.4
<Description<
[#[
- <p>Color themes</p><p>Changes for 2.1.4 - 2023-07-14</p><ul><li>No spec changes.</li>
- <li>[doc] Mention somewhat related specification: BorderStyle.</li>
- </ul>
+ Locale::CLDR - Data Package ( Perl localization data for Vietnamese )
]#]
>Description>
>Item>
<Item<
- Date: 2023-10-01 23:42:36
- Link: https://metacpan.org/release/NICOMEN/Config-ROFL-1.0
- Title: Config-ROFL-1.0
+ Date: 2023-12-05 23:23:45
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Vai-v0.34.4
+ Title: Locale-CLDR-Locales-Vai-v0.34.4
<Description<
[#[
- Yet another config module
+ Locale::CLDR - Data Package ( Perl localization data for Vai )
]#]
>Description>
>Item>
<Item<
-=======
->>>>>>> origin/2.6.dev
- Date: 2023-10-01 17:36:06
- Link: https://metacpan.org/release/MIK/CryptX-0.079_003
- Title: CryptX-0.079_003
+ Date: 2023-12-05 23:22:03
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Uz-v0.34.4
+ Title: Locale-CLDR-Locales-Uz-v0.34.4
<Description<
[#[
- <p>Cryptographic toolkit</p><p>Changes for 0.079_003 - 2023-01-10</p><ul><li>Disable AES-NI</li>
- </ul>
+ Locale::CLDR - Data Package ( Perl localization data for Uzbek )
]#]
>Description>
>Item>
<Item<
- Date: 2023-10-01 17:35:55
- Link: https://metacpan.org/release/MIK/CryptX-0.079_002
- Title: CryptX-0.079_002
+ Date: 2023-12-05 23:21:22
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Ur-v0.34.4
+ Title: Locale-CLDR-Locales-Ur-v0.34.4
<Description<
[#[
- <p>Cryptographic toolkit</p><p>Changes for 0.079_002 - 2023-01-10</p><ul><li>Enable AES-NI on gcc/clang/llvm</li>
- </ul>
+ Locale::CLDR - Data Package ( Perl localization data for Urdu )
]#]
>Description>
>Item>
<Item<
- Date: 2023-10-01 14:02:29
- Link: https://metacpan.org/release/SCHUBIGER/DateTime-Format-Natural-1.17_01
- Title: DateTime-Format-Natural-1.17_01
+ Date: 2023-12-05 23:21:10
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Uk-v0.34.4
+ Title: Locale-CLDR-Locales-Uk-v0.34.4
<Description<
[#[
- Parse informal natural language date/time strings
+ Locale::CLDR - Data Package ( Perl localization data for Ukrainian )
]#]
>Description>
>Item>
<Item<
- Date: 2023-10-01 13:03:01
- Link: https://metacpan.org/release/HANJE/Tk-CodeText-0.45
- Title: Tk-CodeText-0.45
+ Date: 2023-12-05 23:19:44
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Ug-v0.34.4
+ Title: Locale-CLDR-Locales-Ug-v0.34.4
<Description<
[#[
- Programmer's Swiss army knife Text widget.
+ Locale::CLDR - Data Package ( Perl localization data for Uyghur )
]#]
>Description>
>Item>
<Item<
- Date: 2023-10-01 12:20:32
- Link: https://metacpan.org/release/MIK/CryptX-0.079
- Title: CryptX-0.079
+ Date: 2023-12-05 23:18:18
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Tzm-v0.34.4
+ Title: Locale-CLDR-Locales-Tzm-v0.34.4
<Description<
[#[
-<<<<<<< HEAD
- <p>Cryptographic toolkit</p><p>Changes for 0.079 - 2023-01-10</p><ul><li>fix #92 update libtomcrypt</li>
- <li>bundled libtomcrypt update branch:develop (commit:1e629e6f 2023-06-22)</li>
- </ul>
-=======
- Cryptographic toolkit
->>>>>>> origin/2.6.dev
+ Locale::CLDR - Data Package ( Perl localization data for Central Atlas Tamazight )
]#]
>Description>
>Item>
<Item<
- Date: 2023-10-01 08:50:49
- Link: https://metacpan.org/release/FKENTO/Email-Address-Classify-0.01
- Title: Email-Address-Classify-0.01
+ Date: 2023-12-05 23:18:06
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Twq-v0.34.4
+ Title: Locale-CLDR-Locales-Twq-v0.34.4
<Description<
[#[
- Classify email addresses
+ Locale::CLDR - Data Package ( Perl localization data for Tasawaq )
]#]
>Description>
>Item>
<Item<
- Date: 2023-10-01 01:11:31
- Link: https://metacpan.org/release/DBOOK/Perl-MinimumVersion-1.42-TRIAL
- Title: Perl-MinimumVersion-1.42-TRIAL
+ Date: 2023-12-05 23:16:40
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Tt-v0.34.4
+ Title: Locale-CLDR-Locales-Tt-v0.34.4
<Description<
[#[
- <p>Find a minimum required version of perl for Perl code</p><p>Changes for 1.42 - 2023-09-30</p><ul><li>Restore detection for Perl version 5.008, which means that 5.006 is now the minimum required version that will be reported.</li>
- <li>Recognize the minimum required Perl versions for:</li>
- </ul>
+ Locale::CLDR - Data Package ( Perl localization data for Tatar )
]#]
>Description>
>Item>
<Item<
- Date: 2023-10-01 00:06:00
- Link: https://metacpan.org/release/PERLANCAR/Acme-CPANModules-RequireHooks-0.001
- Title: Acme-CPANModules-RequireHooks-0.001
+ Date: 2023-12-05 23:15:14
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Transformations-v0.34.4
+ Title: Locale-CLDR-Transformations-v0.34.4
<Description<
[#[
- <p>List of modules that utilize require() hook</p><p>Changes for 0.001 - 2023-02-08</p><ul><li>First release.</li>
- </ul>
+ Locale::CLDR - Data Package ( Perl localization data for transliterations )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-30 23:51:59
- Link: https://metacpan.org/release/KIMOTO/SPVM-Errno-0.090003
- Title: SPVM-Errno-0.090003
+ Date: 2023-12-05 23:13:51
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Tr-v0.34.4
+ Title: Locale-CLDR-Locales-Tr-v0.34.4
<Description<
[#[
- <p>Error Numbers</p><p>Changes for 0.090003 - 2023-10-01</p><ul><li>Exception Message Changes</li>
- <li>Document Changes</li>
- </ul>
+ Locale::CLDR - Data Package ( Perl localization data for Turkish )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-30 23:37:55
- Link: https://metacpan.org/release/ETHER/Test-Warnings-0.032
- Title: Test-Warnings-0.032
+ Date: 2023-12-05 23:13:38
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-To-v0.34.4
+ Title: Locale-CLDR-Locales-To-v0.34.4
<Description<
[#[
- <p>Test for warnings and the lack of them</p><p>Changes for 0.032 - 2023-09-30T23:36:50Z</p><ul><li>new config variable, $ENV{PERL_TEST_WARNINGS_ONLY_REPORT_WARNINGS}, for temporarily turning failures into reports</li>
- </ul>
+ Locale::CLDR - Data Package ( Perl localization data for Tongan )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-30 23:21:22
- Link: https://metacpan.org/release/OODLER/Dispatch-Fu-0.99
- Title: Dispatch-Fu-0.99
+ Date: 2023-12-05 23:12:11
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Tk-v0.34.4
+ Title: Locale-CLDR-Locales-Tk-v0.34.4
<Description<
[#[
- <p>Converts any complicated conditional dispatch situation into familiar static hash-key based dispatch</p><p>Changes for 0.99</p><ul><li>fixed xdefault to allow for the first parameter to to be C<undef></li>
- </ul>
+ Locale::CLDR - Data Package ( Perl localization data for Turkmen )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-30 22:28:24
- Link: https://metacpan.org/release/ZHUMARIN/Win-SerialPort-0.23
- Title: Win-SerialPort-0.23
+ Date: 2023-12-05 23:12:03
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Ti-v0.34.4
+ Title: Locale-CLDR-Locales-Ti-v0.34.4
<Description<
[#[
- User interface to Win32 Serial API calls (fork for 64bit)
+ Locale::CLDR - Data Package ( Perl localization data for Tigrinya )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-30 22:04:09
- Link: https://metacpan.org/release/RKAPL/EAI-Wrap-1.0
- Title: EAI-Wrap-1.0
+ Date: 2023-12-05 23:10:39
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Th-v0.34.4
+ Title: Locale-CLDR-Locales-Th-v0.34.4
<Description<
[#[
- <p>framework for easy creation of Enterprise Application Integration tasks</p><p>Changes for 1.0</p><ul><li>improved API Doc, enabled overriding of redoDir, logRootPath, historyFolder and historyFolderUpload using commandline parameters, e.g. --config redoDir=/your/redo/folder, prevent error mail (logger) and uncaught exception in sendGeneralMail when no smtp configured; use custom locales in DateUtil in all textual month functions now; allow anonymous subs in all configuration places, where strings were used (executeOnInit, postDumpProcessing, postReadProcessing, lineCode and fieldCode).</li>
- </ul>
+ Locale::CLDR - Data Package ( Perl localization data for Thai )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-30 21:45:04
- Link: https://metacpan.org/release/PRBRENAN/GitHub-Crud-20230930
- Title: GitHub-Crud-20230930
+ Date: 2023-12-05 23:09:13
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Tg-v0.34.4
+ Title: Locale-CLDR-Locales-Tg-v0.34.4
<Description<
[#[
- Create, Read, Update, Delete files, commits, issues, and web hooks on GitHub.
+ Locale::CLDR - Data Package ( Perl localization data for Tajik )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-30 21:24:45
- Link: https://metacpan.org/release/PRBRENAN/Math-Vectors2-20230930
- Title: Math-Vectors2-20230930
+ Date: 2023-12-05 23:07:50
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Teo-v0.34.4
+ Title: Locale-CLDR-Locales-Teo-v0.34.4
<Description<
[#[
- Vectors in two dimensions.
+ Locale::CLDR - Data Package ( Perl localization data for Teso )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-30 19:57:54
- Link: https://metacpan.org/release/ZHUMARIN/Win-SerialPort-0.22
- Title: Win-SerialPort-0.22
+ Date: 2023-12-05 23:07:28
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Te-v0.34.4
+ Title: Locale-CLDR-Locales-Te-v0.34.4
<Description<
[#[
- User interface to Win32 Serial API calls
+ Locale::CLDR - Data Package ( Perl localization data for Telugu )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-30 19:55:09
- Link: https://metacpan.org/release/IVANWILLS/App-Git-Workflow-Command-Take-0.8
- Title: App-Git-Workflow-Command-Take-0.8
+ Date: 2023-12-05 23:06:11
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Ta-v0.34.4
+ Title: Locale-CLDR-Locales-Ta-v0.34.4
<Description<
[#[
- <p>Resolve merge conflicts by only taking one side of each conflicted section</p><p>Changes for 0.8 - 2023-09-30</p><ul><li>Updating for release of version 0.8 Updating travis (Ivan Wills) Updated (Ivan Wills) Fixing conflict resolution when "both added" (Ivan Wills)</li>
- </ul>
+ Locale::CLDR - Data Package ( Perl localization data for Tamil )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-30 16:49:23
- Link: https://metacpan.org/release/LICHTKIND/App-GUI-Harmonograph-0.61
- Title: App-GUI-Harmonograph-0.61
+ Date: 2023-12-05 23:06:00
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Sw-v0.34.4
+ Title: Locale-CLDR-Locales-Sw-v0.34.4
<Description<
[#[
- <p>sculpting beautiful circular drawings</p><p>Changes for 0.61 - 2023-09-30</p><ul><li>= bug fix</li>
- <li>adopt code to new GTC API</li>
- </ul>
+ Locale::CLDR - Data Package ( Perl localization data for Swahili )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-30 16:47:57
- Link: https://metacpan.org/release/LICHTKIND/App-GUI-Cellgraph-0.26
- Title: App-GUI-Cellgraph-0.26
+ Date: 2023-12-05 23:04:34
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Sv-v0.34.4
+ Title: Locale-CLDR-Locales-Sv-v0.34.4
<Description<
[#[
- <p>draw pattern by cellular automata</p><p>Changes for 0.26 - 2023-09-30</p><ul><li>= bug fix</li>
- <li>adopt code to new GTC API</li>
- </ul>
+ Locale::CLDR - Data Package ( Perl localization data for Swedish )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-30 11:55:29
- Link: https://metacpan.org/release/PERLANCAR/List-Util-mapsplice-0.001
- Title: List-Util-mapsplice-0.001
+ Date: 2023-12-05 23:02:40
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Sr-v0.34.4
+ Title: Locale-CLDR-Locales-Sr-v0.34.4
<Description<
[#[
- <p>Splice array with code, replace items with result from code</p><p>Changes for 0.001 - 2023-09-30</p><ul><li>First version, no tests yet.</li>
- </ul>
+ Locale::CLDR - Data Package ( Perl localization data for Serbian )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-30 11:55:23
- Link: https://metacpan.org/release/PERLANCAR/List-Util-groupby-0.002
- Title: List-Util-groupby-0.002
+ Date: 2023-12-05 23:02:26
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Sq-v0.34.4
+ Title: Locale-CLDR-Locales-Sq-v0.34.4
<Description<
[#[
- <p>Group items of a list into several (possibly multilevel) buckets</p><p>Changes for 0.002 - 2023-09-30</p><ul><li>No functional changes.</li>
- <li>[doc] Fix See Also section.</li>
- </ul>
+ Locale::CLDR - Data Package ( Perl localization data for Albanian )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-30 11:53:57
- Link: https://metacpan.org/release/PERLANCAR/List-Util-groupby-0.003
- Title: List-Util-groupby-0.003
+ Date: 2023-12-05 23:00:59
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-So-v0.34.4
+ Title: Locale-CLDR-Locales-So-v0.34.4
<Description<
[#[
- <p>Group items of a list into several (possibly multilevel) buckets</p><p>Changes for 0.003 - 2023-09-30</p><ul><li>No functional changes.</li>
- <li>Fix documentation, add example in Synopsis.</li>
- </ul>
+ Locale::CLDR - Data Package ( Perl localization data for Somali )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-30 11:53:46
- Link: https://metacpan.org/release/PERLANCAR/List-Util-groupby-0.001
- Title: List-Util-groupby-0.001
+ Date: 2023-12-05 23:00:51
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Sn-v0.34.4
+ Title: Locale-CLDR-Locales-Sn-v0.34.4
<Description<
[#[
- <p>Group items of a list into several (possibly multilevel) buckets</p><p>Changes for 0.001 - 2023-09-30</p><ul><li>First version, no tests yet.</li>
- </ul>
+ Locale::CLDR - Data Package ( Perl localization data for Shona )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-30 01:21:20
- Link: https://metacpan.org/release/KIMOTO/SPVM-0.989047
- Title: SPVM-0.989047
+ Date: 2023-12-05 22:59:27
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Smn-v0.34.4
+ Title: Locale-CLDR-Locales-Smn-v0.34.4
<Description<
[#[
- <p>SPVM Language</p><p>Changes for 0.989047 - 2023-09-30</p><ul><li>New Features</li>
- <li>Bug Fix</li>
- </ul>
+ Locale::CLDR - Data Package ( Perl localization data for Inari Sami )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-30 00:53:30
- Link: https://metacpan.org/release/CHRISARG/Task-FASTQTools-0.01
- Title: Task-FASTQTools-0.01
+ Date: 2023-12-05 22:58:01
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Sl-v0.34.4
+ Title: Locale-CLDR-Locales-Sl-v0.34.4
<Description<
[#[
- <p>Provide native perl tools for manipulating FASTQ files</p><p>Changes for 0.01 - 2023-09-29T18:52:08-06:00</p><ul></ul>
+ Locale::CLDR - Data Package ( Perl localization data for Slovenian )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-30 00:05:19
- Link: https://metacpan.org/release/PERLANCAR/BorderStyle-3.0.3
- Title: BorderStyle-3.0.3
+ Date: 2023-12-05 22:56:28
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Sk-v0.34.4
+ Title: Locale-CLDR-Locales-Sk-v0.34.4
<Description<
[#[
- <p>Border styles</p><p>Changes for 3.0.3 - 2023-07-14</p><ul><li>No spec changes.</li>
- <li>[doc] Mention somewhat related specification: ColorTheme.</li>
- </ul>
+ Locale::CLDR - Data Package ( Perl localization data for Slovak )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-29 23:47:32
- Link: https://metacpan.org/release/BOD/WWW-Crawl-0.1
- Title: WWW-Crawl-0.1
+ Date: 2023-12-05 22:56:14
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Si-v0.34.4
+ Title: Locale-CLDR-Locales-Si-v0.34.4
<Description<
[#[
- <p>A simple web crawler for extracting links and more from web pages</p><p>Changes for 0.1</p><ul><li>First version, released on an unsuspecting world.</li>
- </ul>
+ Locale::CLDR - Data Package ( Perl localization data for Sinhala )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-29 23:10:11
- Link: https://metacpan.org/release/WYANT/Astro-satpass-0.129_01
- Title: Astro-satpass-0.129_01
+ Date: 2023-12-05 22:54:48
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Shi-v0.34.4
+ Title: Locale-CLDR-Locales-Shi-v0.34.4
<Description<
[#[
- <p>Classes and app to compute satellite visibility</p><p>Changes for 0.129_01 - 2023-09-29</p><ul><li>Update magnitude table to track Kelso visual.txt.</li>
- <li>Track Mike McCants' web site move.</li>
- </ul>
+ Locale::CLDR - Data Package ( Perl localization data for Tachelhit )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-29 23:10:00
- Link: https://metacpan.org/release/TURNERJW/TkWeather_3.40
- Title: TkWeather_3.40
- >Item>
- <Item<
- Date: 2023-09-29 23:09:49
- Link: https://metacpan.org/release/PERLANCAR/App-ListSoftwareLicenses-0.080
- Title: App-ListSoftwareLicenses-0.080
- <Description<
- [#[
- <p>List all Software::License's</p><p>Changes for 0.080 - 2023-07-11</p><ul><li>No functional changes.</li>
- <li>Remove usage of smartmatch to avoid warning under perl 5.38.</li>
- </ul>
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-29 23:09:38
- Link: https://metacpan.org/release/KIMOTO/SPVM-0.989046
- Title: SPVM-0.989046
- <Description<
- [#[
- <p>SPVM Language</p><p>Changes for 0.989046 - 2023-09-28</p><ul><li>Internal Changes</li>
- <li>Incompatible Changes</li>
- <li>New Features</li>
- <li>Deprecations</li>
- </ul>
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-29 23:09:27
- Link: https://metacpan.org/release/JDEGUEST/Nice-Try-v1.3.5
- Title: Nice-Try-v1.3.5
- <Description<
- [#[
- <p>A real Try Catch Block Implementation Using Perl Filter</p><p>Changes for v1.3.5 - 2023-09-29T12:28:19Z</p><ul><li>Improved code by giving up early if no 'try' block is detected in the code.</li>
- <li>Fixed bug #6 arising when token __SUB__ is used within a try-catch block (Credits to Clay Fouts for finding this)</li>
- <li>Nice::Try now supports subroutine prototype and signature</li>
- </ul>
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-29 23:09:15
- Link: https://metacpan.org/release/DKECHAG/Benchmark-DKbench-2.4
- Title: Benchmark-DKbench-2.4
- <Description<
- [#[
- <p>Perl CPU Benchmark</p><p>Changes for 2.4 - 2023-09-29</p><ul><li>Added --scale and --stdev options.</li>
- </ul>
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-29 23:09:04
- Link: https://metacpan.org/release/DJERIUS/Iterator-Flex-0.16
- Title: Iterator-Flex-0.16
- <Description<
- [#[
- <p>Iterators with flexible behaviors</p><p>Changes for 0.16 - 2023-09-28T19:17:13-04:00</p><ul><li>ENHANCEMENT</li>
- </ul>
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-28 18:51:17
- Link: https://metacpan.org/release/KARJALA/RxPerl-v6.28.0
- Title: RxPerl-v6.28.0
+ Date: 2023-12-05 22:54:36
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Sg-v0.34.4
+ Title: Locale-CLDR-Locales-Sg-v0.34.4
<Description<
[#[
- <p>an implementation of Reactive Extensions / rxjs for Perl</p><p>Changes for v6.28.0 - 2023-09-28T18:45:00Z</p><ul><li>removed op_group_by operator, because it was too buggy. (If anyone has a good grasp of how it works/what it should do, feel free to contact me)</li>
- <li>removed EXPERIMENTAL status of the two promise functions, since rxjs v7 has been released</li>
- </ul>
+ Locale::CLDR - Data Package ( Perl localization data for Sango )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-28 18:47:12
- Link: https://metacpan.org/release/RKAPL/EAI-Wrap-0.10
- Title: EAI-Wrap-0.10
+ Date: 2023-12-05 22:53:09
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Ses-v0.34.4
+ Title: Locale-CLDR-Locales-Ses-v0.34.4
<Description<
[#[
- <p>framework for easy creation of Enterprise Application Integration tasks</p><p>Changes for 0.10</p><ul><li>improved API Doc, enabled overriding of redoDir, logRootPath, historyFolder and historyFolderUpload using commandline parameters, e.g. --config redoDir=/your/redo/folder, prevent error mail (logger) and uncaught exception in sendGeneralMail when no smtp configured; use custom locales in DateUtil in all textual month functions now.</li>
- </ul>
+ Locale::CLDR - Data Package ( Perl localization data for Koyraboro Senni )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-28 18:14:20
- Link: https://metacpan.org/release/OODLER/Dispatch-Fu-0.98
- Title: Dispatch-Fu-0.98
+ Date: 2023-12-05 22:51:42
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Seh-v0.34.4
+ Title: Locale-CLDR-Locales-Seh-v0.34.4
<Description<
[#[
- <p>Converts any complicated conditional dispatch situation into familiar static hash-key based dispatch</p><p>Changes for 0.98</p><ul><li>added xdefault handling the situation where the case name is the same as the string value, which is the simlest case possible and what people use straight HASH ref dispatching for; see the tests and POD examples</li>
- </ul>
+ Locale::CLDR - Data Package ( Perl localization data for Sena )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-28 16:07:20
- Link: https://metacpan.org/release/DART/Aion-0.1
- Title: Aion-0.1
+ Date: 2023-12-05 22:51:31
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Se-v0.34.4
+ Title: Locale-CLDR-Locales-Se-v0.34.4
<Description<
[#[
- <p>a postmodern object system for Perl 5, as Moose and Moo, but with improvements</p><p>Changes for 0.1 - 2023-09-28T16:04:10Z</p><ul><li>original version</li>
- </ul>
+ Locale::CLDR - Data Package ( Perl localization data for Northern Sami )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-28 15:54:26
- Link: https://metacpan.org/release/LEONT/Module-Build-Tiny-0.047
- Title: Module-Build-Tiny-0.047
+ Date: 2023-12-05 22:49:55
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Sd-v0.34.4
+ Title: Locale-CLDR-Locales-Sd-v0.34.4
<Description<
[#[
- <p>A tiny replacement for Module::Build</p><p>Changes for 0.047 - 2023-09-28T17:53:41+02:00</p><ul><li>Avoid using empty regex for backwards compatability</li>
- </ul>
+ Locale::CLDR - Data Package ( Perl localization data for Sindhi )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-28 15:52:14
- Link: https://metacpan.org/release/LEONT/Magic-Check-0.003
- Title: Magic-Check-0.003
+ Date: 2023-12-05 22:48:29
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Sbp-v0.34.4
+ Title: Locale-CLDR-Locales-Sbp-v0.34.4
<Description<
[#[
- <p>Add type/value checks to variables</p><p>Changes for 0.003 - 2023-09-28T17:51:58+02:00</p><ul><li>Validate when applying magic</li>
- </ul>
+ Locale::CLDR - Data Package ( Perl localization data for Sangu )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-28 15:50:48
- Link: https://metacpan.org/release/EXODIST/Test2-Harness-UI-0.000142
- Title: Test2-Harness-UI-0.000142
+ Date: 2023-12-05 22:48:20
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Saq-v0.34.4
+ Title: Locale-CLDR-Locales-Saq-v0.34.4
<Description<
[#[
- <p>Web interface for viewing and inspecting yath test logs</p><p>Changes for 0.000142 - 2023-09-28T08:49:37-07:00</p><ul><li>Work harder at uploading results</li>
- </ul>
+ Locale::CLDR - Data Package ( Perl localization data for Samburu )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-28 15:36:40
- Link: https://metacpan.org/release/SCHROEDER/Game-FaceGenerator-1.03
- Title: Game-FaceGenerator-1.03
+ Date: 2023-12-05 22:46:54
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Sah-v0.34.4
+ Title: Locale-CLDR-Locales-Sah-v0.34.4
<Description<
[#[
- <p>a web app to combine random images into faces</p><p>Changes for 1.03</p><ul><li>various new face types added (goblins, bugbears, dogs)</li>
- </ul>
+ Locale::CLDR - Data Package ( Perl localization data for Sakha )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-28 13:08:26
- Link: https://metacpan.org/release/PROCH/FASTX-Reader-1.12.1-TRIAL
- Title: FASTX-Reader-1.12.1-TRIAL
+ Date: 2023-12-05 22:45:19
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Rwk-v0.34.4
+ Title: Locale-CLDR-Locales-Rwk-v0.34.4
<Description<
[#[
- <p>A simple module to parse FASTA and FASTQ files, supporting compressed files and paired-ends.</p><p>Changes for 1.12.1 - 2023-09-28</p><ul><li>Add citation</li>
- <li>Suppress warnings in test</li>
- </ul>
+ Locale::CLDR - Data Package ( Perl localization data for Rwa )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-28 11:24:05
- Link: https://metacpan.org/release/BLIAKO/Config-JSON-Enhanced-0.08
- Title: Config-JSON-Enhanced-0.08
+ Date: 2023-12-05 22:45:04
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Rw-v0.34.4
+ Title: Locale-CLDR-Locales-Rw-v0.34.4
<Description<
[#[
- <p>JSON-based config with C/Shell-style comments, verbatim sections and variable substitutions</p><p>Changes for 0.08</p><ul><li>-Changed the regex for identifying comments, variables, verbatime sections to no need escaping special regex characters. -Added one more test for testing tags of comments, variables, etc.</li>
- </ul>
+ Locale::CLDR - Data Package ( Perl localization data for Kinyarwanda )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-28 11:13:50
- Link: https://metacpan.org/release/PROCH/NBI-Slurm-0.7.0-TRIAL
- Title: NBI-Slurm-0.7.0-TRIAL
+ Date: 2023-12-05 22:43:38
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Ru-v0.34.4
+ Title: Locale-CLDR-Locales-Ru-v0.34.4
<Description<
[#[
- <p>NBI Slurm module</p><p>Changes for 0.7.0 - 2023-10-01</p><ul><li>`make_image_from_bioconda` now supports multiple packages [experimental]</li>
- <li>`make_package` will now read the binaries from images, if made with make_image_from_bioconda</li>
- <li>Improved `shelf`</li>
- </ul>
+ Locale::CLDR - Data Package ( Perl localization data for Russian )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-28 10:04:20
- Link: https://metacpan.org/release/JIRO/UID2-Client-0.02
- Title: UID2-Client-0.02
+ Date: 2023-12-05 22:43:27
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Rof-v0.34.4
+ Title: Locale-CLDR-Locales-Rof-v0.34.4
<Description<
[#[
- <p>Unified ID 2.0 Perl Client</p><p>Changes for 0.02 - 2023-09-28T10:03:10Z</p><ul><li>Support Token v4</li>
- </ul>
+ Locale::CLDR - Data Package ( Perl localization data for Rombo )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-28 09:56:21
- Link: https://metacpan.org/release/JIRO/UID2-Client-XS-0.02
- Title: UID2-Client-XS-0.02
+ Date: 2023-12-05 22:42:01
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Ro-v0.34.4
+ Title: Locale-CLDR-Locales-Ro-v0.34.4
<Description<
[#[
- <p>Unified ID 2.0 Client for Perl (binding to the UID2 C++ library)</p><p>Changes for 0.02 - 2023-09-28T09:53:39Z</p><ul><li>Support Token v4</li>
- </ul>
+ Locale::CLDR - Data Package ( Perl localization data for Romanian )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-28 09:04:41
- Link: https://metacpan.org/release/KUERBIS/Term-Choose-Util-0.139
- Title: Term-Choose-Util-0.139
+ Date: 2023-12-05 22:40:23
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Rn-v0.34.4
+ Title: Locale-CLDR-Locales-Rn-v0.34.4
<Description<
[#[
- <p>TUI-related functions for selecting directories, files, numbers and subsets of lists.</p><p>Changes for 0.139 - 2023-09-28</p><ul><li>Adapted the code to the documentation.</li>
- </ul>
+ Locale::CLDR - Data Package ( Perl localization data for Rundi )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-28 08:00:28
- Link: https://metacpan.org/release/KUERBIS/Term-Choose-Util-0.138
- Title: Term-Choose-Util-0.138
+ Date: 2023-12-05 22:39:57
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Rm-v0.34.4
+ Title: Locale-CLDR-Locales-Rm-v0.34.4
<Description<
[#[
- <p>TUI-related functions for selecting directories, files, numbers and subsets of lists.</p><p>Changes for 0.138 - 2023-09-28</p><ul><li>settings_menu: set out of bonds indexes to 0.</li>
- </ul>
+ Locale::CLDR - Data Package ( Perl localization data for Romansh )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-28 07:40:06
- Link: https://metacpan.org/release/KUERBIS/App-DBBrowser-2.342
- Title: App-DBBrowser-2.342
+ Date: 2023-12-05 22:38:30
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Qu-v0.34.4
+ Title: Locale-CLDR-Locales-Qu-v0.34.4
<Description<
[#[
- <p>Browse SQLite/MySQL/PostgreSQL databases and their tables interactively.</p><p>Changes for 2.342 - 2023-09-28</p><ul><li>Bugfix: don't remove outer parentheses in Subqueries.pm.</li>
- <li>Bugfix: wrong format of auto generated aliases in Union.pm.</li>
- <li>Bugfix in table alias: undefined variable.</li>
- </ul>
+ Locale::CLDR - Data Package ( Perl localization data for Quechua )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-28 00:05:44
- Link: https://metacpan.org/release/PERLANCAR/Dist-Zilla-Plugin-GenPericmdScript-0.425
- Title: Dist-Zilla-Plugin-GenPericmdScript-0.425
+ Date: 2023-12-05 22:38:22
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Pt-v0.34.4
+ Title: Locale-CLDR-Locales-Pt-v0.34.4
<Description<
[#[
- <p>Generate Perinci::CmdLine script</p><p>Changes for 0.425 - 2023-07-11</p><ul><li>No functional changes.</li>
- <li>Remove usage of smartmatch to avoid warning under perl 5.38.</li>
- </ul>
+ Locale::CLDR - Data Package ( Perl localization data for Portuguese )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-28 00:00:29
- Link: https://metacpan.org/release/CUKEBOT/Cucumber-Test-Release-Automation-v0.0.69
- Title: Cucumber-Test-Release-Automation-v0.0.69
+ Date: 2023-12-05 22:36:58
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Ps-v0.34.4
+ Title: Locale-CLDR-Locales-Ps-v0.34.4
<Description<
[#[
- Dummy project for testing release automation
+ Locale::CLDR - Data Package ( Perl localization data for Pashto )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-27 22:41:11
- Link: https://metacpan.org/release/CUKEBOT/Cucumber-Test-Release-Automation-v0.0.68
- Title: Cucumber-Test-Release-Automation-v0.0.68
+ Date: 2023-12-05 22:35:35
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Prg-v0.34.4
+ Title: Locale-CLDR-Locales-Prg-v0.34.4
<Description<
[#[
- Dummy project for testing release automation
+ Locale::CLDR - Data Package ( Perl localization data for Prussian )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-27 22:41:00
- Link: https://metacpan.org/release/CUKEBOT/Cucumber-Test-Release-Automation-v0.0.67
- Title: Cucumber-Test-Release-Automation-v0.0.67
+ Date: 2023-12-05 22:34:08
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Pl-v0.34.4
+ Title: Locale-CLDR-Locales-Pl-v0.34.4
<Description<
[#[
- Dummy project for testing release automation
+ Locale::CLDR - Data Package ( Perl localization data for Polish )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-27 22:40:49
- Link: https://metacpan.org/release/CUKEBOT/Cucumber-Test-Release-Automation-v0.0.66
- Title: Cucumber-Test-Release-Automation-v0.0.66
+ Date: 2023-12-05 22:33:43
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Pa-v0.34.4
+ Title: Locale-CLDR-Locales-Pa-v0.34.4
<Description<
[#[
- Dummy project for testing release automation
+ Locale::CLDR - Data Package ( Perl localization data for Punjabi )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-27 21:24:01
- Link: https://metacpan.org/release/DART/Liveman-1.0
- Title: Liveman-1.0
+ Date: 2023-12-05 22:32:17
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Os-v0.34.4
+ Title: Locale-CLDR-Locales-Os-v0.34.4
<Description<
[#[
- <p>markdown compiller to test and pod.</p><p>Changes for 1.0 - 2023-09-27T21:23:35Z</p><ul><li>change version in pod</li>
- </ul>
+ Locale::CLDR - Data Package ( Perl localization data for Ossetic )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-27 21:03:40
- Link: https://metacpan.org/release/DART/Liveman-0.9
- Title: Liveman-0.9
+ Date: 2023-12-05 22:32:06
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Or-v0.34.4
+ Title: Locale-CLDR-Locales-Or-v0.34.4
<Description<
[#[
- <p>markdown compiller to test and pod.</p><p>Changes for 0.9 - 2023-09-27T21:02:18Z</p><ul><li>remove debug info</li>
- </ul>
+ Locale::CLDR - Data Package ( Perl localization data for Odia )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-27 20:59:38
- Link: https://metacpan.org/release/DART/Liveman-0.8
- Title: Liveman-0.8
+ Date: 2023-12-05 22:30:43
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Om-v0.34.4
+ Title: Locale-CLDR-Locales-Om-v0.34.4
<Description<
[#[
- <p>markdown compiller to test and pod.</p><p>Changes for 0.8 - 2023-09-27T20:58:40Z</p><ul><li>change version on release</li>
- </ul>
+ Locale::CLDR - Data Package ( Perl localization data for Oromo )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-27 20:30:33
- Link: https://metacpan.org/release/WWILLIS/Acme-MyFirstModule-WWILLIS-0.03
- Title: Acme-MyFirstModule-WWILLIS-0.03
+ Date: 2023-12-05 22:29:19
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Nyn-v0.34.4
+ Title: Locale-CLDR-Locales-Nyn-v0.34.4
<Description<
[#[
- <p>The great new Acme::MyFirstModule::WWILLIS!</p><p>Changes for 0.03</p><ul><li>Third version. The dates have been bumped. Going through the cpan/pause process every decade, so I don't forget how its done.</li>
- </ul>
+ Locale::CLDR - Data Package ( Perl localization data for Nyankole )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-27 20:08:47
- Link: https://metacpan.org/release/PJACKLAM/Math-BigInt-1.999842
- Title: Math-BigInt-1.999842
+ Date: 2023-12-05 22:27:55
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Nus-v0.34.4
+ Title: Locale-CLDR-Locales-Nus-v0.34.4
<Description<
[#[
- <p>Pure Perl module to test Math::BigInt with scalars</p><p>Changes for 1.999842 - 2023-09-27</p><ul><li>Fix a bug causing Math::BigInt and Math::BigFloat to be caught in an endless recursion. The bug was introduced when trying to fix https://github.com/pjacklam/p5-Math-BigInt/issues/8</li>
- <li>Allow div_scale to be 0. It is not documented what div_scale <= 0 means, but there are modules that set div_scale to 0 (e.g., Astro::Units) and fail their tests if this is not supported.</li>
- </ul>
+ Locale::CLDR - Data Package ( Perl localization data for Nuer )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-27 16:51:39
- Link: https://metacpan.org/release/DART/config-1.3
- Title: config-1.3
+ Date: 2023-12-05 22:27:43
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Nnh-v0.34.4
+ Title: Locale-CLDR-Locales-Nnh-v0.34.4
<Description<
[#[
- <p>Perl module constant configurator</p><p>Changes for 1.3 - 2023-09-27T16:48:37Z</p><ul><li>change license to perl_5</li>
- </ul>
+ Locale::CLDR - Data Package ( Perl localization data for Ngiemboon )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-27 16:47:39
- Link: https://metacpan.org/release/DART/config-1.2
- Title: config-1.2
+ Date: 2023-12-05 22:26:18
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Nn-v0.34.4
+ Title: Locale-CLDR-Locales-Nn-v0.34.4
<Description<
[#[
- <p>Perl module constant configurator</p><p>Changes for 1.2 - 2023-09-27T16:44:15Z</p><ul><li>use config for more version of perl!</li>
- </ul>
+ Locale::CLDR - Data Package ( Perl localization data for Norwegian Nynorsk )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-27 16:38:34
- Link: https://metacpan.org/release/DDUMONT/Software-Copyright-0.012
- Title: Software-Copyright-0.012
+ Date: 2023-12-05 22:26:07
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Nmg-v0.34.4
+ Title: Locale-CLDR-Locales-Nmg-v0.34.4
<Description<
[#[
- <p>Copyright class</p><p>Changes for 0.012 - 2023-09-27</p><ul><li>refine copyright cleanup</li>
- </ul>
+ Locale::CLDR - Data Package ( Perl localization data for Kwasio )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-27 16:32:04
- Link: https://metacpan.org/release/DART/config-1.1
- Title: config-1.1
+ Date: 2023-12-05 22:24:41
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Nl-v0.34.4
+ Title: Locale-CLDR-Locales-Nl-v0.34.4
<Description<
[#[
- <p>Perl module constant configurator</p><p>Changes for 1.1 - 2023-09-27T16:28:23Z</p><ul><li>Set minimal version of perl</li>
- </ul>
+ Locale::CLDR - Data Package ( Perl localization data for Dutch )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-27 16:16:46
- Link: https://metacpan.org/release/CDN/Crypt-xxHash-0.07
- Title: Crypt-xxHash-0.07
+ Date: 2023-12-05 22:23:15
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Ne-v0.34.4
+ Title: Locale-CLDR-Locales-Ne-v0.34.4
<Description<
[#[
- <p>xxHash implementation for Perl</p><p>Changes for 0.07</p><ul><li>do not use SSE instructions for ARM architecture</li>
- </ul>
+ Locale::CLDR - Data Package ( Perl localization data for Nepali )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-27 14:52:27
- Link: https://metacpan.org/release/DART/Liveman-0.07
- Title: Liveman-0.07
+ Date: 2023-12-05 22:21:49
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Nds-v0.34.4
+ Title: Locale-CLDR-Locales-Nds-v0.34.4
<Description<
[#[
- <p>markdown compiller to test and pod.</p><p>Changes for 0.07 - 2023-09-27T14:49:32Z</p><ul><li>set minimal version of perl!</li>
- </ul>
+ Locale::CLDR - Data Package ( Perl localization data for Low German )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-27 14:31:38
- Link: https://metacpan.org/release/OALDERS/HTTP-Message-6.45
- Title: HTTP-Message-6.45
+ Date: 2023-12-05 22:21:28
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Nd-v0.34.4
+ Title: Locale-CLDR-Locales-Nd-v0.34.4
<Description<
[#[
- <p>HTTP style message (base class)</p><p>Changes for 6.45 - 2023-09-27T14:27:31Z</p><ul><li>Allow for file ownership conflicts with Docker and GitHub Actions (GH#193) (Olaf Alders)</li>
- <li>Add the 'status_code' function for getting all status codes as hash (GH#194) (Dai Okabayashi)</li>
- </ul>
+ Locale::CLDR - Data Package ( Perl localization data for North Ndebele )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-27 13:27:43
- Link: https://metacpan.org/release/OLIVER/App-Netdisco-2.067002
- Title: App-Netdisco-2.067002
+ Date: 2023-12-05 22:20:02
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Nb-v0.34.4
+ Title: Locale-CLDR-Locales-Nb-v0.34.4
<Description<
[#[
- <p>An open source web-based network management tool.</p><p>Changes for 2.067002 - 2023-09-27</p><ul><li>BUG FIXES</li>
- </ul>
+ Locale::CLDR - Data Package ( Perl localization data for Norwegian Bokmål )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-27 13:20:00
- Link: https://metacpan.org/release/OLIVER/App-Netdisco-2.067001
- Title: App-Netdisco-2.067001
+ Date: 2023-12-05 22:19:53
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Naq-v0.34.4
+ Title: Locale-CLDR-Locales-Naq-v0.34.4
<Description<
[#[
- <p>An open source web-based network management tool.</p><p>Changes for 2.067001 - 2023-09-27</p><ul><li>BUG FIXES</li>
- </ul>
+ Locale::CLDR - Data Package ( Perl localization data for Nama )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-27 12:00:42
- Link: https://metacpan.org/release/DART/Liveman-0.06
- Title: Liveman-0.06
+ Date: 2023-12-05 22:18:30
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Mzn-v0.34.4
+ Title: Locale-CLDR-Locales-Mzn-v0.34.4
<Description<
[#[
- <p>markdown compiller to test and pod.</p><p>Changes for 0.06 - 2023-09-27T11:57:06Z</p><ul><li>first release</li>
- </ul>
+ Locale::CLDR - Data Package ( Perl localization data for Mazanderani )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-27 08:07:04
- Link: https://metacpan.org/release/LNATION/Rope-0.03
- Title: Rope-0.03
+ Date: 2023-12-05 22:17:06
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-My-v0.34.4
+ Title: Locale-CLDR-Locales-My-v0.34.4
<Description<
[#[
- The great new Rope!
+ Locale::CLDR - Data Package ( Perl localization data for Burmese )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-27 07:05:15
- Link: https://metacpan.org/release/NERDVANA/DBIx-Class-ResultDDL-2.04
- Title: DBIx-Class-ResultDDL-2.04
+ Date: 2023-12-05 22:15:39
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Mua-v0.34.4
+ Title: Locale-CLDR-Locales-Mua-v0.34.4
<Description<
[#[
- <p>Result class declaration syntactic-sugar that looks like DDL</p><p>Changes for 2.04 - 2023-09-27</p><ul><li>Enhancements to SchemaLoaderMixin:</li>
- </ul>
+ Locale::CLDR - Data Package ( Perl localization data for Mundang )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-27 05:15:54
- Link: https://metacpan.org/release/MBV/MailboxValidator-SingleValidation-2.00
- Title: MailboxValidator-SingleValidation-2.00
+ Date: 2023-12-05 22:15:17
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Mt-v0.34.4
+ Title: Locale-CLDR-Locales-Mt-v0.34.4
<Description<
[#[
- <p>Email verification module for Perl using MailboxValidator API. It validates if the email is valid, from a free provider, contains high-risk keywords, whether it's a catch-all address and so much more.</p><p>Changes for 2.00</p><ul><li>Updated to call MailboxValidator v2 APIs</li>
- </ul>
+ Locale::CLDR - Data Package ( Perl localization data for Maltese )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-27 04:04:08
- Link: https://metacpan.org/release/HIROSE/String-IRC-0.05
- Title: String-IRC-0.05
+ Date: 2023-12-05 22:13:51
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Ms-v0.34.4
+ Title: Locale-CLDR-Locales-Ms-v0.34.4
<Description<
[#[
- <p>add color codes for mIRC compatible client</p><p>Changes for 0.05 - 2023-09-27T04:03:19+00:00</p><ul><li>BUG FIXES</li>
- </ul>
+ Locale::CLDR - Data Package ( Perl localization data for Malay )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-27 01:14:27
- Link: https://metacpan.org/release/DUNCAND/Set-Relation-0.13.4
- Title: Set-Relation-0.13.4
+ Date: 2023-12-05 22:13:43
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Mr-v0.34.4
+ Title: Locale-CLDR-Locales-Mr-v0.34.4
<Description<
[#[
- A relation data type
+ Locale::CLDR - Data Package ( Perl localization data for Marathi )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-27 00:05:11
- Link: https://metacpan.org/release/PERLANCAR/App-GenPericmdCompleterScript-0.126
- Title: App-GenPericmdCompleterScript-0.126
+ Date: 2023-12-05 22:12:19
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Mn-v0.34.4
+ Title: Locale-CLDR-Locales-Mn-v0.34.4
<Description<
[#[
- <p>Generate Perinci::CmdLine completer script</p><p>Changes for 0.126 - 2023-07-11</p><ul><li>No functional changes.</li>
- <li>Remove usage of smartmatch to avoid warning under perl 5.38.</li>
- </ul>
+ Locale::CLDR - Data Package ( Perl localization data for Mongolian )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-26 21:54:19
- Link: https://metacpan.org/release/RKAPL/EAI-Wrap-0.9
- Title: EAI-Wrap-0.9
+ Date: 2023-12-05 22:10:55
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Ml-v0.34.4
+ Title: Locale-CLDR-Locales-Ml-v0.34.4
<Description<
[#[
- framework for easy creation of Enterprise Application Integration tasks
+ Locale::CLDR - Data Package ( Perl localization data for Malayalam )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-26 21:50:17
- Link: https://metacpan.org/release/BLIAKO/Config-JSON-Enhanced-0.07
- Title: Config-JSON-Enhanced-0.07
+ Date: 2023-12-05 22:09:32
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Mk-v0.34.4
+ Title: Locale-CLDR-Locales-Mk-v0.34.4
<Description<
[#[
- JSON-based config with C/Shell-style comments, verbatim sections and variable substitutions
+ Locale::CLDR - Data Package ( Perl localization data for Macedonian )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-26 20:44:49
- Link: https://metacpan.org/release/BIGPRESH/Catalyst-Plugin-CheckFileUploadTypes-0.02
- Title: Catalyst-Plugin-CheckFileUploadTypes-0.02
+ Date: 2023-12-05 22:09:20
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Mi-v0.34.4
+ Title: Locale-CLDR-Locales-Mi-v0.34.4
<Description<
[#[
- <p>Check uploaded files are expected and of the correct type</p><p>Changes for 0.02 - 2023-09-26</p><ul><li>Rewind filehandles after determining type</li>
- <li>Intelligent handling for Catalyst::Action::REST actions</li>
- <li>Better handling for multiple types</li>
- </ul>
+ Locale::CLDR - Data Package ( Perl localization data for Maori )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-26 20:37:46
- Link: https://metacpan.org/release/DJERIUS/Data-Record-Serialize-1.05
- Title: Data-Record-Serialize-1.05
+ Date: 2023-12-05 22:07:53
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Mgo-v0.34.4
+ Title: Locale-CLDR-Locales-Mgo-v0.34.4
<Description<
[#[
- <p>Flexible serialization of a record</p><p>Changes for 1.05 - 2023-09-26T16:36:38-04:00</p><ul><li>PACKAGING</li>
- </ul>
+ Locale::CLDR - Data Package ( Perl localization data for Metaʼ )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-26 17:46:55
- Link: https://metacpan.org/release/BPS/RT-Extension-PreviewInSearch-0.05
- Title: RT-Extension-PreviewInSearch-0.05
+ Date: 2023-12-05 22:07:45
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Mgh-v0.34.4
+ Title: Locale-CLDR-Locales-Mgh-v0.34.4
<Description<
[#[
- <p>preview tickets right from search results page</p><p>Changes for 0.05 - 2023-09-26</p><ul><li>Update for RT 5.0</li>
- </ul>
+ Locale::CLDR - Data Package ( Perl localization data for Makhuwa-Meetto )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-26 17:27:49
- Link: https://metacpan.org/release/PEVANS/String-Tagged-0.21
- Title: String-Tagged-0.21
+ Date: 2023-12-05 22:06:21
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Mg-v0.34.4
+ Title: Locale-CLDR-Locales-Mg-v0.34.4
<Description<
[#[
- <p>string buffers with value tags on extents</p><p>Changes for 0.21 - 2023-09-26</p><ul><li>CHANGES</li>
- </ul>
+ Locale::CLDR - Data Package ( Perl localization data for Malagasy )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-26 15:09:33
- Link: https://metacpan.org/release/BPS/RT-Extension-RepeatTicket-2.02
- Title: RT-Extension-RepeatTicket-2.02
+ Date: 2023-12-05 22:04:58
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Mfe-v0.34.4
+ Title: Locale-CLDR-Locales-Mfe-v0.34.4
<Description<
[#[
- <p>Repeat tickets based on schedule</p><p>Changes for 2.02 - 2023-09-26</p><ul><li>Fix display issue with selectpicker controls</li>
- </ul>
+ Locale::CLDR - Data Package ( Perl localization data for Morisyen )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-26 15:00:53
- Link: https://metacpan.org/release/JDEGUEST/Net-API-CPAN-v0.1.1
- Title: Net-API-CPAN-v0.1.1
+ Date: 2023-12-05 22:03:31
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Mer-v0.34.4
+ Title: Locale-CLDR-Locales-Mer-v0.34.4
<Description<
[#[
- <p>Meta CPAN API</p><p>Changes for v0.1.1 - 2023-09-26T16:24:10Z</p><ul><li>Improved documentation and added missing documentation in cpanapi</li>
- <li>Implemented paging for cpanapi --favorite --recent</li>
- <li>Corrected function favorite() in cpanapi</li>
- <li>Improved method next() in Net::API::CPAN::List when no query has been set on the URI yet</li>
- <li>Correcting a bug in function changes in cpanapi</li>
- <li>Updated the method package() in Net::API::CPAN to account for the property 'version' in JSON sometimes having a value of 'undef'</li>
- <li>Corrected build/fields2api_def.pl to change the method bugs in Net::API::CPAN::Distribution</li>
- <li>Updated the function _show_file() in cpanapi</li>
- <li>Updated method release() in Net::API::CPAN for the endpoint /release/all_by_author with the issue of wrong arguments order now resolved</li>
- </ul>
+ Locale::CLDR - Data Package ( Perl localization data for Meru )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-26 11:18:56
- Link: https://metacpan.org/release/BODOLFO/Process-SubProcess-2.1.8
- Title: Process-SubProcess-2.1.8
+ Date: 2023-12-05 22:03:09
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Mas-v0.34.4
+ Title: Locale-CLDR-Locales-Mas-v0.34.4
<Description<
[#[
- Library to manage Sub Processes as objects
+ Locale::CLDR - Data Package ( Perl localization data for Masai )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-26 11:17:29
- Link: https://metacpan.org/release/JAVONET/JavonetPerlSdk-v2.1.9
- Title: JavonetPerlSdk-v2.1.9
+ Date: 2023-12-05 22:01:42
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Lv-v0.34.4
+ Title: Locale-CLDR-Locales-Lv-v0.34.4
<Description<
[#[
- Javonet SDK for Perl
+ Locale::CLDR - Data Package ( Perl localization data for Latvian )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-26 10:50:15
- Link: https://metacpan.org/release/PLAIN/Redis-Cluster-Fast-0.089
- Title: Redis-Cluster-Fast-0.089
+ Date: 2023-12-05 22:01:34
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Luy-v0.34.4
+ Title: Locale-CLDR-Locales-Luy-v0.34.4
<Description<
[#[
- <p>A fast perl binding for Redis Cluster</p><p>Changes for 0.089 - 2023-09-26T10:49:21Z</p><ul><li>Fix tests.</li>
- <li>Use system libevent.</li>
- <li>Fix startup_nodes validation.</li>
- <li>Some chores.</li>
- </ul>
+ Locale::CLDR - Data Package ( Perl localization data for Luyia )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-26 10:33:41
- Link: https://metacpan.org/release/BURAK/App-Oozie-0.007
- Title: App-Oozie-0.007
+ Date: 2023-12-05 22:00:10
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Luo-v0.34.4
+ Title: Locale-CLDR-Locales-Luo-v0.34.4
<Description<
[#[
- <p>Tooling/wrappers for Oozie job deployment and scheduling</p><p>Changes for 0.007 - 2023-09-26T12:32:17+02:00</p><ul><li>Fork ttree as a module (not enabled yet).</li>
- </ul>
+ Locale::CLDR - Data Package ( Perl localization data for Luo )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-26 10:25:49
- Link: https://metacpan.org/release/PROCH/FASTX-Reader-1.12.0
- Title: FASTX-Reader-1.12.0
+ Date: 2023-12-05 21:58:47
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Lu-v0.34.4
+ Title: Locale-CLDR-Locales-Lu-v0.34.4
<Description<
[#[
- <p>A simple module to parse FASTA and FASTQ files, supporting compressed files and paired-ends.</p><p>Changes for 1.12.0 - 2023-09-24</p><ul><li>5.16 minimum Perl version required</li>
- <li>minor updates to POD, tests</li>
- </ul>
+ Locale::CLDR - Data Package ( Perl localization data for Luba-Katanga )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-26 09:01:31
- Link: https://metacpan.org/release/BDFOY/Business-ISBN-Data-20230926.001
- Title: Business-ISBN-Data-20230926.001
+ Date: 2023-12-05 21:57:28
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Lt-v0.34.4
+ Title: Locale-CLDR-Locales-Lt-v0.34.4
<Description<
[#[
- <p>data pack for Business::ISBN</p><p>Changes for 20230926.001 - 2023-09-26T09:01:09Z</p><ul><li>Data update for 2023-09-26</li>
- </ul>
+ Locale::CLDR - Data Package ( Perl localization data for Lithuanian )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-26 08:37:27
- Link: https://metacpan.org/release/BLIAKO/Config-JSON-Enhanced-0.06
- Title: Config-JSON-Enhanced-0.06
+ Date: 2023-12-05 21:57:06
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Lrc-v0.34.4
+ Title: Locale-CLDR-Locales-Lrc-v0.34.4
<Description<
[#[
- <p>JSON-based config with C/Shell-style comments, verbatim sections and variable substitutions</p><p>Changes for 0.06</p><ul><li>-Added more test files to check propgram behaviour when dealing with comments. -Some pod enhancements.</li>
- </ul>
+ Locale::CLDR - Data Package ( Perl localization data for Northern Luri )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-26 08:34:41
- Link: https://metacpan.org/release/BLIAKO/Config-JSON-Enhanced-0.05
- Title: Config-JSON-Enhanced-0.05
+ Date: 2023-12-05 21:55:40
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Lo-v0.34.4
+ Title: Locale-CLDR-Locales-Lo-v0.34.4
<Description<
[#[
- JSON-based config with C/Shell-style comments, verbatim sections and variable substitutions
+ Locale::CLDR - Data Package ( Perl localization data for Lao )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-26 08:13:00
- Link: https://metacpan.org/release/MRUEDA/Pheno-Ranker-0.00_2
- Title: Pheno-Ranker-0.00_2
+ Date: 2023-12-05 21:55:32
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Ln-v0.34.4
+ Title: Locale-CLDR-Locales-Ln-v0.34.4
<Description<
[#[
- A module that performs semantic similarity in PXF/BFF data structures and beyond (JSON|YAML)
+ Locale::CLDR - Data Package ( Perl localization data for Lingala )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-26 02:42:46
- Link: https://metacpan.org/release/DUNCAND/Set-Relation-0.13.3
- Title: Set-Relation-0.13.3
+ Date: 2023-12-05 21:54:08
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Lkt-v0.34.4
+ Title: Locale-CLDR-Locales-Lkt-v0.34.4
<Description<
[#[
- A relation data type
+ Locale::CLDR - Data Package ( Perl localization data for Lakota )
]#]
>Description>
>Item>
-<<<<<<< HEAD
-=======
<Item<
- Date: 2023-09-26 01:46:16
- Link: https://metacpan.org/release/KIMOTO/SPVM-0.989045
- Title: SPVM-0.989045
+ Date: 2023-12-05 21:52:44
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Lg-v0.34.4
+ Title: Locale-CLDR-Locales-Lg-v0.34.4
<Description<
[#[
- <p>SPVM Language</p><p>Changes for 0.989045 - 2023-09-26</p><ul><li>New Features</li>
- </ul>
+ Locale::CLDR - Data Package ( Perl localization data for Ganda )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-26 00:25:45
- Link: https://metacpan.org/release/BLIAKO/Config-JSON-Enhanced-0.03
- Title: Config-JSON-Enhanced-0.03
+ Date: 2023-12-05 21:51:18
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Lb-v0.34.4
+ Title: Locale-CLDR-Locales-Lb-v0.34.4
<Description<
[#[
- <p>JSON-based config with C/Shell-style comments, verbatim sections and variable substitutions</p><p>Changes for 0.03</p><ul><li>-Added the ability for the user to use custom comment style by specifying an opening and, optionally, a closing comment string. By adding a new comment style: 'custom()()'. -Added the ability for the user to specify if comments within strings (keys or scalar string values in the JSON) should be retained or removed. By adding a new optional parameter 'remove-comments-in-strings' to sub 'config2perl()'. -Added the ability for the user to increase verbosity of sub 'config2perl()'. The verbatim sections are checked for templated variables but do not have any comments contained in them to be replaced. All comments in Verbatim Sections are now left as they are. -Added the ability for the user to select tags for denoting variables and verbatim sections, the default value is '<%' and '%>'. -Made documentation's SYNOPSIS clearer. -Added 'META_MERGE' key in Makefile.PL. -Added CI via github actions (thanks https://perlmonks.org/?node_id=11127196 and https://perlmonks.org/?node_id=11154429).</li>
- </ul>
+ Locale::CLDR - Data Package ( Perl localization data for Luxembourgish )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-26 00:05:24
- Link: https://metacpan.org/release/PERLANCAR/App-EANUtils-0.003
- Title: App-EANUtils-0.003
+ Date: 2023-12-05 21:50:57
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Lag-v0.34.4
+ Title: Locale-CLDR-Locales-Lag-v0.34.4
<Description<
[#[
- <p>Utilities related to EAN (International/European Article Number)</p><p>Changes for 0.003 - 2023-01-28</p><ul><li>[ux] Add examples.</li>
- <li>[cli check-ean8][cli check-ean13][ux] print message unless --quiet (-q) option is given.</li>
- </ul>
+ Locale::CLDR - Data Package ( Perl localization data for Langi )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-25 22:17:51
- Link: https://metacpan.org/release/SANKO/Template-Liquid-1.0.23
- Title: Template-Liquid-1.0.23
+ Date: 2023-12-05 21:49:31
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Ky-v0.34.4
+ Title: Locale-CLDR-Locales-Ky-v0.34.4
<Description<
[#[
- <p>A Simple, Stateless Template System</p><p>Changes for 1.0.23 - 2023-09-25T22:13:36Z</p><ul><li>Resolve issue around passing a single string to {%for ... %} (amit777++)</li>
- </ul>
+ Locale::CLDR - Data Package ( Perl localization data for Kyrgyz )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-25 21:42:40
- Link: https://metacpan.org/release/ZHMYLOVE/X11-XCB-0.20
- Title: X11-XCB-0.20
+ Date: 2023-12-05 21:49:22
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Kw-v0.34.4
+ Title: Locale-CLDR-Locales-Kw-v0.34.4
<Description<
[#[
- perl bindings for libxcb
+ Locale::CLDR - Data Package ( Perl localization data for Cornish )
]#]
>Description>
>Item>
<Item<
- Date: 2023-09-25 21:26:59
- Link: https://metacpan.org/release/LEONT/Magic-Coerce-0.002
- Title: Magic-Coerce-0.002
+ Date: 2023-12-05 21:47:59
+ Link: https://metacpan.org/release/JGNI/Locale-CLDR-Locales-Ku-v0.34.4
+ Title: Locale-CLDR-Locales-Ku-v0.34.4
<Description<
[#[
- <p>magical coercers for scalar values</p><p>Changes for 0.002 - 2023-09-25T23:26:41+02:00</p><ul><li>Include ppport.h for backwards-compatability</li>
- </ul>
+ Locale::CLDR - Data Package ( Perl localization data for Kurdish )
]#]
>Description>
>Item>
->>>>>>> origin/2.6.dev
>Brew>
>>
+++ /dev/null
-<<CNF_FEED<TREE>
- Release: 1
- Version: 1.0
- <Feed<
- Expires: 2023-10-11 08:00:00
- File: ./rss_output/tree_feed_Life_Hacker.cnf
- Published: 2023-10-02 02:29:00.262 UTC
- Title: Lifehacker
- URL: https://lifehacker.com/rss
- [#[
- Lifehacker’s an award-winning daily blog that features tips, shortcuts, and downloads that help you work and live smarter and more efficiently.
- ]#]
- >Feed>
- <Brew<
- <Item<
- Date: 2023-10-02 01:00:00
- Link: https://lifehacker.com/nyt-connections-answer-today-october-2-2023-1850886791
- Title: Today’s NYT Connections Hints (and Answer) for Monday, October 2, 2023
- <Description<
- [#[
- <img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/8629f05b422809f7dc8118e10209b682.png"/><p>If you’re looking for the <a class="sc-1out364-0 dPMosf sc-145m8ut-0 lcFFec js_link" href="https://www.nytimes.com/games/connections" target="_blank" rel="noopener noreferrer">Connections</a> answer for Monday, October 2, 2023, read on—I’ll share some clues, tips, and strategies, and finally the solutions to all four categories. <strong>Beware, there are spoilers below for October 2, NYT Connections #113! </strong>Read on if you want some hints (and then the answer) to today’s…</p><p><a href="https://lifehacker.com/nyt-connections-answer-today-october-2-2023-1850886791">Read more...</a></p>
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-10-01 17:00:00
- Link: https://lifehacker.com/approach-a-potential-career-change-as-if-you-were-desig-1850888017
- Title: Approach a Potential Career Change As If You Were Designing a New Product
- <Description<
- [#[
- <img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/f869f21ba4b6f088fd3d2f8cf4d38a25.jpg"/><p>Feeling unhappy and unfulfilled at work is one thing: Knowing what to do instead is something else completely. At this point, most people probably realize that there’s <a class="sc-1out364-0 dPMosf sc-145m8ut-0 lcFFec js_link" href="https://lifehacker.com/your-dream-job-is-a-farce-and-how-to-be-happy-at-work-1847072368" target="_blank" rel="noopener noreferrer">no such thing as a “dream job,”</a> but that doesn’t necessarily mean that the only other option is sticking with a job you hate. The hard part (well, one…</p><p><a href="https://lifehacker.com/approach-a-potential-career-change-as-if-you-were-desig-1850888017">Read more...</a></p>
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-10-01 15:00:00
- Link: https://lifehacker.com/use-this-renovation-calculator-to-figure-out-which-home-1850888023
- Title: Use This Renovation Calculator to Figure Out Which Home Upgrades Add the Most Value
- <Description<
- [#[
- <img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/0e1db16d79ee4e0ccecb4edec0e2ca88.jpg"/><p>Unless you’re lucky enough to be working with an unlimited budget, it can be hard to determine which home renovations to prioritize. </p><p><a href="https://lifehacker.com/use-this-renovation-calculator-to-figure-out-which-home-1850888023">Read more...</a></p>
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-10-01 13:00:00
- Link: https://lifehacker.com/you-should-clean-your-sinks-overflow-hole-1850888031
- Title: You Should Clean Your Sink's Overflow Hole
- <Description<
- [#[
- <img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/a2eeffc5c652a445faa9f3221bb6022a.jpg"/><p>As its name suggests, a sink’s overflow hole gives water a place to go in the event that the drain is closed or blocked, and the faucet is left on. While the sink’s drain is located at the bottom of the basin, the overflow hole can be found along one of the sides, towards the top.</p><p><a href="https://lifehacker.com/you-should-clean-your-sinks-overflow-hole-1850888031">Read more...</a></p>
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-10-01 01:00:00
- Link: https://lifehacker.com/nyt-connections-answer-today-october-1-2023-1850886727
- Title: Today’s NYT Connections Hints (and Answer) for Sunday, October 1, 2023
- <Description<
- [#[
- <img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/085217f9363d669e478ddf29e03018c6.png"/><p>If you’re looking for the <a class="sc-1out364-0 dPMosf sc-145m8ut-0 lcFFec js_link" href="https://www.nytimes.com/games/connections" target="_blank" rel="noopener noreferrer">Connections</a> answer for Sunday, October 1, 2023, read on—I’ll share some clues, tips, and strategies, and finally the solutions to all four categories. <strong>Beware, there are spoilers below for October 1, NYT Connections #112! </strong>Read on if you want some hints (and then the answer) to today’s…</p><p><a href="https://lifehacker.com/nyt-connections-answer-today-october-1-2023-1850886727">Read more...</a></p>
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-30 17:00:00
- Link: https://lifehacker.com/the-most-clever-ways-to-reuse-an-old-pillow-1850887855
- Title: The Most Clever Ways to Reuse an Old Pillow
- <Description<
- [#[
- <img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/ce2ed5aa74d87515c19943f1d8523a8b.jpg"/><p>For the most part, pillows don’t last forever. Even if you <a class="sc-1out364-0 dPMosf sc-145m8ut-0 lcFFec js_link" href="https://lifehacker.com/clean-and-freshen-your-pillows-in-three-simple-steps-1787336053" target="_blank" rel="noopener noreferrer">wash</a> them <a class="sc-1out364-0 dPMosf sc-145m8ut-0 lcFFec js_link" href="https://lifehacker.com/how-often-should-you-wash-your-pillows-cushions-and-c-1849447049" target="_blank" rel="noopener noreferrer">regularly</a>, they can still flatten or lose their shape over time. On the other hand, you may have perfectly good pillows that you no longer need. </p><p><a href="https://lifehacker.com/the-most-clever-ways-to-reuse-an-old-pillow-1850887855">Read more...</a></p>
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-30 15:15:00
- Link: https://lifehacker.com/12-killer-supersets-to-add-to-your-next-workout-1849986590
- Title: Add These 12 Killer Supersets to Your Next Workout
- <Description<
- [#[
- <img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/ed970a5330bfd0913bfbcc42091c58f7.jpg"/><p>Who doesn’t love a superset? Pairing two exercises saves time in your main workout, provided the routine allows. And if you’d like to do a quick bit of extra work at the end of the day, a superset is an efficient way to fit it in. So let’s look at a few perfect pairings you can add to your next workout. </p><p><a href="https://lifehacker.com/12-killer-supersets-to-add-to-your-next-workout-1849986590">Read more...</a></p>
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-30 15:00:00
- Link: https://lifehacker.com/how-to-deep-clean-your-kitchen-cabinets-1850887869
- Title: How to Deep Clean Your Kitchen Cabinets
- <Description<
- [#[
- <img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/3e2d4d4ca033893ba351e63b8063b5fe.jpg"/><p>Even if you keep your kitchen relatively clean—wiping down countertops and tables, vacuuming the floor, and keeping the sink area as tidy as possible—grease and grime from regular cooking is going to build up over time. This is especially the case when it comes to surfaces we don’t wipe down on a regular basis, like…</p><p><a href="https://lifehacker.com/how-to-deep-clean-your-kitchen-cabinets-1850887869">Read more...</a></p>
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-30 13:00:00
- Link: https://lifehacker.com/theres-a-new-global-entry-app-for-us-customs-1850887880
- Title: There's a New Global Entry App for US Customs
- <Description<
- [#[
- <img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/2e14acc683d03a891c5d5230f6a8295a.jpg"/><p>International travel is about to get a little easier for the more than 12 million members of U.S. Customs and Border Protection’s (CBP) Global Entry program. Earlier this month, <a class="sc-1out364-0 dPMosf sc-145m8ut-0 lcFFec js_link" href="https://www.cbp.gov/newsroom/national-media-release/cbp-announces-new-global-entry-mobile-app" target="_blank" rel="noopener noreferrer">GBP announced</a> the launch of a new mobile app which would allow Global Entry members to complete their arrival processing on their phone…</p><p><a href="https://lifehacker.com/theres-a-new-global-entry-app-for-us-customs-1850887880">Read more...</a></p>
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-30 01:00:00
- Link: https://lifehacker.com/nyt-connections-answer-today-september-30-2023-1850886122
- Title: Today’s NYT Connections Hints (and Answer) for Saturday, September 30, 2023
- <Description<
- [#[
- <img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/973a8560d5adca175abe854747e3ee79.png"/><p>If you’re looking for the <a class="sc-1out364-0 dPMosf sc-145m8ut-0 lcFFec js_link" href="https://www.nytimes.com/games/connections" target="_blank" rel="noopener noreferrer">Connections</a> answer for Saturday, September 30, 2023, read on—I’ll share some clues, tips, and strategies, and finally the solutions to all four categories. <strong>Beware, there are spoilers below for September 30, NYT Connections #111! </strong>Read on if you want some hints (and then the answer) to today’s…</p><p><a href="https://lifehacker.com/nyt-connections-answer-today-september-30-2023-1850886122">Read more...</a></p>
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-29 23:00:00
- Link: https://lifehacker.com/spotify-can-now-transcribe-podcasts-while-you-listen-1850887011
- Title: Spotify Can Now Transcribe Podcasts While You Listen
- <Description<
- [#[
- <img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/5574f6dadba0ff8aa0e7d959d74843a7.png"/><p>If you want to listen to a podcast on your commute, but forgot your headphones, you’re out of luck. Or, at least, you used to be: <a class="sc-1out364-0 dPMosf sc-145m8ut-0 lcFFec js_link" href="https://newsroom.spotify.com/2023-09-28/international-podcast-day-transcripts-chapters-show-pages-global/" target="_blank" rel="noopener noreferrer">Spotify is rolling out a new feature</a> that auto-generates and syncs podcast transcriptions with “millions” of episodes, so you can read along as you listen, or stay tuned in without the…</p><p><a href="https://lifehacker.com/spotify-can-now-transcribe-podcasts-while-you-listen-1850887011">Read more...</a></p>
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-29 22:30:00
- Link: https://lifehacker.com/this-all-in-one-jbl-soundbar-is-81-right-now-1850888300
- Title: This 'All-in-one' JBL Soundbar Is $81 Right Now
- <Description<
- [#[
- <img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/ac82703fb41e771ba250f67d49566eee.jpg"/><p>You’re not alone if you’ve felt dialogue in movies and shows has <a class="sc-1out364-0 dPMosf sc-145m8ut-0 lcFFec js_link" href="https://www.slashfilm.com/673162/heres-why-movie-dialogue-has-gotten-more-difficult-to-understand-and-three-ways-to-fix-it/" target="_blank" rel="noopener noreferrer">gotten worse over the years</a>. One easy solution (besides turning on the subtitles) is upgrading your sound system. The <a class="sc-1out364-0 dPMosf sc-145m8ut-0 lcFFec js_link" href="https://zdcs.link/JYL1p" target="_blank" rel="noopener noreferrer">JBL Bar 2.0 All-in-one Soundbar</a> is currently <strong>$81.81</strong> (originally $199.95) once an automatic (temporary) discount is applied at checkout. S…</p><p><a href="https://lifehacker.com/this-all-in-one-jbl-soundbar-is-81-right-now-1850888300">Read more...</a></p>
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-29 22:00:00
- Link: https://lifehacker.com/meta-quest-3-vc-apple-vision-pro-vs-vive-pro-2-1850887857
- Title: How to Choose Between the Meta Quest 2, Apple Vision Pro, and Vive Pro 2
- <Description<
- [#[
- <img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/ab8ad70b474628c83d92062e02a4d0ff.png"/><p>Consumers hoping to take their first steps into virtual reality (or upgrade their current VR setup) are facing a dilemma: Buy a standalone system like the Meta Quest 3 when it goes on sale Oct. 10, wait for the <a class="sc-1out364-0 dPMosf sc-145m8ut-0 lcFFec js_link" href="https://lifehacker.com/everything-apple-announced-at-wwdc-2023-1850506825" target="_blank" rel="noopener noreferrer">Apple Vision Pro</a> planned for release in 2024, or go with an already available wired VR rig like the Valve…</p><p><a href="https://lifehacker.com/meta-quest-3-vc-apple-vision-pro-vs-vive-pro-2-1850887857">Read more...</a></p>
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-29 21:30:00
- Link: https://lifehacker.com/is-ethernet-still-worth-it-1850887111
- Title: Why It’s Still Worth It to Wire Your House for Ethernet
- <Description<
- [#[
- <img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/c88ed165fb7cfc58530dcbc7113cb856.jpg"/><p>We’re living in an increasingly wireless world, as everything from the power that charges your devices to the audio that pops into your earbuds is transmitted wirelessly—including arguably the most precious resource of the modern era, the internet. There are so many advantages to accessing the internet via <a class="sc-1out364-0 dPMosf sc-145m8ut-0 lcFFec js_link" href="https://lifehacker.com/how-to-always-find-free-wifi-1849914769" target="_blank" rel="noopener noreferrer">wifi</a> that…</p><p><a href="https://lifehacker.com/is-ethernet-still-worth-it-1850887111">Read more...</a></p>
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-29 21:00:00
- Link: https://lifehacker.com/why-a-pawn-shop-is-better-than-a-payday-loan-in-an-emer-1850886664
- Title: Why a Pawn Shop Is Better Than a Payday Loan in an Emergency
- <Description<
- [#[
- <img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/108b2bd855447d2b1d56cff6ae5b925b.jpg"/><p>It’s a universal rule of finance: If you’re seeking a short-term loan to cover an emergency expense, you’re not in a good place, financially speaking. But since most of us have <a class="sc-1out364-0 dPMosf sc-145m8ut-0 lcFFec js_link" href="https://www.nasdaq.com/articles/most-americans-have-$1000-or-less-in-savings-how-to-increase-that-amount" target="_blank" rel="noopener noreferrer">very little savings</a> in the bank, most of us aren’t in a good place financially. So when an emergency expense comes up, the only options are…</p><p><a href="https://lifehacker.com/why-a-pawn-shop-is-better-than-a-payday-loan-in-an-emer-1850886664">Read more...</a></p>
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-29 20:30:00
- Link: https://lifehacker.com/iphone-15-pro-max-review-1850887664
- Title: The iPhone 15 Pro Max Is Apple’s Most Boring Phone Yet
- <Description<
- [#[
- <img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/06008c2c14c04a1447fa2f11b34d9b96.jpg"/><p>There’s nothing innately special about the iPhone 15 Pro Max. Sure, it’s the latest and greatest smartphone from Apple, and it finally brings USB-C to the iPhone—yet aside from a few small additions, the iPhone 15 Pro Max is unequivocally boring. But that’s not a bad thing.<br/></p><p><a href="https://lifehacker.com/iphone-15-pro-max-review-1850887664">Read more...</a></p>
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-29 20:15:00
- Link: https://lifehacker.com/12-of-the-best-exercises-to-do-with-resistance-bands-at-1849658908
- Title: 12 of the Best Exercises to Do With Resistance Bands at the Gym
- <Description<
- [#[
- <img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/f4379c05733fba6b6ba70a19f212e624.jpg"/><p>Resistance bands are a <a class="sc-1out364-0 dPMosf sc-145m8ut-0 lcFFec js_link" href="https://lifehacker.com/how-to-decide-between-resistance-bands-and-dumbbells-1845218911" target="_blank" rel="noopener noreferrer">favorite</a> of travelers and home-gym-havers because they can fold up into a small, light, easily transportable package. But even when you have access to a full gym, there are still a ton of exercises where resistance bands are the right tool for the job. <br/><br/>Here are some of the best band moves that…</p><p><a href="https://lifehacker.com/12-of-the-best-exercises-to-do-with-resistance-bands-at-1849658908">Read more...</a></p>
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-29 20:00:00
- Link: https://lifehacker.com/fitbit-charge-6-review-1850887582
- Title: Everything You Need to Know About the Fitbit Charge 6
- <Description<
- [#[
- <img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/3a051b8c764bd88a0e15765a3004a15a.jpg"/><p>One of Fitbit’s most popular models, the Charge, has a new version out: the <a class="sc-1out364-0 dPMosf sc-145m8ut-0 lcFFec js_link" href="https://blog.google/products/fitbit/fitness-tracker-charge-6/" target="_blank" rel="noopener noreferrer">Charge 6</a>. It has Google Maps, Google Wallet, and YouTube Music controls built in, along with heart rate sensing that the company says is its most accurate to date. You can preorder it now for $159.95, only about $10 more than the Charge 5’s…</p><p><a href="https://lifehacker.com/fitbit-charge-6-review-1850887582">Read more...</a></p>
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-29 19:30:00
- Link: https://lifehacker.com/easiest-sinks-install-1850884571
- Title: Six Sinks, Ranked by How Easy They Are to Install Yourself
- <Description<
- [#[
- <img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/f646aaa9f90954c8838f38cafe94a917.jpg"/><p>If you need to upgrade a sink, choosing the right one can seem daunting. If you plan to do the work yourself, considerations like mounting style, depth, and the type of countertop you have can factor into how simple it is to swap out your old sink for a new one. Here’s a handy guide, from simplest to most complicated…</p><p><a href="https://lifehacker.com/easiest-sinks-install-1850884571">Read more...</a></p>
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-29 19:00:00
- Link: https://lifehacker.com/how-to-preorder-raspberry-pi-5-1850887192
- Title: You Can Finally Preorder Raspberry Pi 5
- <Description<
- [#[
- <img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/fcc07477e052e8498568de0f38b66afa.jpg"/><p>From the beginning, Raspberry Pi’s mission has been to offer capable computers to beginners and experts alike, at a remarkably affordable price. That doesn’t change with the company’s latest device. Yes, after years of <a class="sc-1out364-0 dPMosf sc-145m8ut-0 lcFFec js_link" href="https://techcrunch.com/2022/10/05/raspberry-pi-supply-chain-shocks-eben-upton-interview/" target="_blank" rel="noopener noreferrer">processor shortages and supply chain disruption</a>, the Raspberry 5 is nearly here, and you can…</p><p><a href="https://lifehacker.com/how-to-preorder-raspberry-pi-5-1850887192">Read more...</a></p>
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-29 18:30:00
- Link: https://lifehacker.com/two-shortcuts-iphone-15-pro-action-button-1850886176
- Title: You Can Actually Trigger Two Shortcuts With the iPhone 15 Pro’s Action Button
- <Description<
- [#[
- <img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/b22ed20d2d3ffc1e428abc405cbd9fdb.png"/><p>The <a class="sc-1out364-0 dPMosf sc-145m8ut-0 lcFFec js_link" href="https://lifehacker.com/everything-you-need-to-know-about-the-iphone-15-pro-and-1850829750" target="_blank" rel="noopener noreferrer">iPhone 15 Pro</a>’s Action Button <a class="sc-1out364-0 dPMosf sc-145m8ut-0 lcFFec js_link" href="https://lifehacker.com/everything-you-can-do-with-iphone-15-pros-action-button-1850832992" target="_blank" rel="noopener noreferrer">is a game-changer</a>. With it, you can quickly launch features like the camera and flashlight, or, if you’re really creative, a host of useful shortcuts and automations. But what’s better than assigning one shortcut to the Action Button? Assigning two shortcuts to the Action Button.</p><p><a href="https://lifehacker.com/two-shortcuts-iphone-15-pro-action-button-1850886176">Read more...</a></p>
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-29 18:15:00
- Link: https://lifehacker.com/everything-you-can-and-cannot-microwave-on-thanksgiving-1830572421
- Title: Every Thanksgiving Recipe You Can Microwave (and Those You Can't)
- <Description<
- [#[
- <img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/ed9836c0ce25796b5d949a4bc0387f09.jpg"/><p>Choreographing a lavish Thanksgiving meal is a high-pressure project to say the least, and when you’re juggling a dozen-odd dishes, every square inch of stove and oven space is precious real estate. <a class="sc-1out364-0 dPMosf sc-145m8ut-0 lcFFec js_link" href="https://lifehacker.com/the-best-tips-and-tricks-for-your-microwave-1643119824" target="_blank" rel="noopener noreferrer">A microwave oven</a> can streamline even the most ambitious prep schedule, as long as you make good choices—some recipes…</p><p><a href="https://lifehacker.com/everything-you-can-and-cannot-microwave-on-thanksgiving-1830572421">Read more...</a></p>
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-29 18:00:00
- Link: https://lifehacker.com/this-three-camera-blink-bundle-is-58-off-right-now-1850887133
- Title: This Three-camera Blink Bundle Is 58% Off Right Now
- <Description<
- [#[
- <img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/bc0a704ffe8e8451f4e3f36a3042183d.jpg"/><p>Until the end of the day on Sunday, Oct. 1, Amazon Prime members can get a 58% discount on a <a class="sc-1out364-0 dPMosf sc-145m8ut-0 lcFFec js_link" href="https://zdcs.link/3Z00m" target="_blank" rel="noopener noreferrer">three-camera Blink bundle</a>, currently going for <strong>$99.99 </strong>(down from its $239.98 list price). This is the lowest price this bundle has been, according to <a class="sc-1out364-0 dPMosf sc-145m8ut-0 lcFFec js_link" href="https://camelcamelcamel.com/product/B09F7KTTTL" target="_blank" rel="noopener noreferrer">Camelcamelcamel’s price history</a>.<br/></p><p><a href="https://lifehacker.com/this-three-camera-blink-bundle-is-58-off-right-now-1850887133">Read more...</a></p>
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-29 17:30:00
- Link: https://lifehacker.com/cling-to-that-summer-feeling-with-this-lemon-stick-drin-1850887254
- Title: Cling to That Summer Feeling With This Lemon Stick 'Drink'
- <Description<
- [#[
- <img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/a695890298f2e3ee7711ae0886fcf4d4.jpg"/><p>Summer ended abruptly this year. One minute, I was sweating profusely, hiding from the sun indoors, and the next thing I knew, I was bundling myself in blankets, hiding from the rain indoors. I wasn’t done with summer, but summer was done with me. As a result, I’ve found myself clinging to sunny-weather things, like…</p><p><a href="https://lifehacker.com/cling-to-that-summer-feeling-with-this-lemon-stick-drin-1850887254">Read more...</a></p>
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-29 17:00:00
- Link: https://lifehacker.com/back-up-your-xbox-screenshots-and-videos-before-microso-1850886074
- Title: Back Up Your Xbox Screenshots and Videos Before Microsoft Deletes Them All
- <Description<
- [#[
- <img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/791ad2b4fe1274bc38bf122acb90a1e0.jpg"/><p>Microsoft won’t let you permanently store <a class="sc-1out364-0 dPMosf sc-145m8ut-0 lcFFec js_link" href="https://lifehacker.com/how-to-take-screenshots-on-the-xbox-series-x-s-outside-1847257809" target="_blank" rel="noopener noreferrer">your game clips and screenshots</a> on the Xbox Network anymore. In a <a class="sc-1out364-0 dPMosf sc-145m8ut-0 lcFFec js_link" href="https://news.xbox.com/en-us/2023/09/27/bonus-xbox-update-for-september/" target="_blank" rel="noopener noreferrer">blog post</a>, the company has announced it’ll start deleting all of these game captures 90 days after you upload them. If you’re as emotionally attached to your “play of the game” moments as I am, you should start…</p><p><a href="https://lifehacker.com/back-up-your-xbox-screenshots-and-videos-before-microso-1850886074">Read more...</a></p>
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-29 16:30:00
- Link: https://lifehacker.com/these-are-the-signs-of-poor-interoception-in-kids-1850884972
- Title: These Are the Signs of Poor Interoception in Kids
- <Description<
- [#[
- <img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/0d1a0ca92cb15061b7fbcea3d15d41b6.jpg"/><p><a class="sc-1out364-0 dPMosf sc-145m8ut-0 lcFFec js_link" href="https://www.understood.org/en/articles/interoception-and-sensory-processing-issues-what-you-need-to-know" target="_blank" rel="noopener noreferrer">Interoception</a> is the ability to recognize internal bodily signals, such as feeling hot or cold, hungry or thirsty. In the same way that the nerves in our muscles and joints will send signals to our brain, letting it know where we are in physical space, the nerves in our organs will also send signals about how full our…</p><p><a href="https://lifehacker.com/these-are-the-signs-of-poor-interoception-in-kids-1850884972">Read more...</a></p>
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-29 16:00:00
- Link: https://lifehacker.com/use-think-pair-share-for-effective-group-studying-1850885376
- Title: Use 'Think, Pair, Share' for Effective Group Studying
- <Description<
- [#[
- <img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/c10c2971e06f7ae0b5949163924a6c88.jpg"/><p>There are a few effective methods that will help you study with partners or groups, but <a class="sc-1out364-0 dPMosf sc-145m8ut-0 lcFFec js_link" href="https://lifehacker.com/how-to-study-in-a-group-if-you-must-1850857034" target="_blank" rel="noopener noreferrer">you have to know them before you get into that group setting</a>—or else run the risk of no one getting much working done. I’m not a huge proponent of group work, but with the right methods, it can be productive. Here’s another method…</p><p><a href="https://lifehacker.com/use-think-pair-share-for-effective-group-studying-1850885376">Read more...</a></p>
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-29 15:30:00
- Link: https://lifehacker.com/use-inquiry-based-learning-to-stay-curious-about-what-y-1850885326
- Title: Use Inquiry-Based Learning to Stay Curious About What You’re Studying
- <Description<
- [#[
- <img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/8a092b28e4236dcbbeb9561c8db3ea2f.jpg"/><p>Teachers use a variety of methods to help students learn and retain material and we can find ways to modify those methods for independent studying, too. A great example of a widely-used pedagogical technique that is useful for studying with on your own is inquiry-based learning.<br/></p><p><a href="https://lifehacker.com/use-inquiry-based-learning-to-stay-curious-about-what-y-1850885326">Read more...</a></p>
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-29 15:00:00
- Link: https://lifehacker.com/the-best-science-fiction-and-fantasy-movies-on-netflix-1850881836
- Title: The 25 Best Science Fiction and Fantasy Movies on Netflix
- <Description<
- [#[
- <img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/8899aee418dacbda202d98ec9ff0d59b.jpg"/><p>We use the umbrella term “science fiction and fantasy” all the time—but, in truth, these are twin genres that each contain multitudes. An SFF movie might be a big, loud, alien invasion blockbuster; a bloody sword-and-sorcery epic; or a quiet, reflective fable. What these movies all have in common is the imagination to…</p><p><a href="https://lifehacker.com/the-best-science-fiction-and-fantasy-movies-on-netflix-1850881836">Read more...</a></p>
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-29 14:30:00
- Link: https://lifehacker.com/fall-is-the-perfect-time-to-repair-the-mortar-on-your-w-1850884311
- Title: Fall Is the Perfect Time to Repair the Mortar on Your Walkways
- <Description<
- [#[
- <img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/0a52e6003646d548a11b77ace8c53cdb.jpg"/><p>As the weather starts to change, cracks in stone and paver walkways can begin to be more of a problem. Moisture can work its way into any cracks in the mortar and when it freezes, it will expand, widening the cracks and potentially destabilizing the walkway. Before temperatures get below freezing on a regular basis,…</p><p><a href="https://lifehacker.com/fall-is-the-perfect-time-to-repair-the-mortar-on-your-w-1850884311">Read more...</a></p>
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-29 14:00:00
- Link: https://lifehacker.com/this-air-fried-key-lime-pie-is-so-easy-it-feels-like-c-1850871411
- Title: This Air Fried Key Lime Pie Is So Easy, It Feels Like Cheating
- <Description<
- [#[
- <img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/2b359263fdc7a8857daa2aae9aaf8378.jpg"/><p>Air fried key lime pie is a cheater’s pie if I ever saw one. It doesn’t contain any true key limes, just your average, run of the mill, bottled lime juice. The batter is made in a food processor, and it bakes up in 10 minutes or less with the help of the air fryer. Is this even a baking project? Who can say? What I…</p><p><a href="https://lifehacker.com/this-air-fried-key-lime-pie-is-so-easy-it-feels-like-c-1850871411">Read more...</a></p>
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-29 13:30:00
- Link: https://lifehacker.com/where-to-stream-the-tennessee-vs-south-carolina-game-1850884935
- Title: Where to Stream the Tennessee Vs. South Carolina Game
- <Description<
- [#[
- <img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/3045396054f5d544334da11800325be7.jpg"/><p>The South Carolina Gamecocks are traveling to Knoxville this week to take on the Tennessee Volunteers in a primetime grudge match. There’s history between these squads: Last season, a Gamecock victory kept Tennessee from the championship, so the Volunteers are out for vengeance. Here’s how you can watch the action.<br/></p><p><a href="https://lifehacker.com/where-to-stream-the-tennessee-vs-south-carolina-game-1850884935">Read more...</a></p>
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-29 13:00:00
- Link: https://lifehacker.com/refurbished-apple-watches-are-as-cheap-as-70-on-woot-t-1850884670
- Title: Refurbished Apple Watches Are As Cheap As $70 on Woot Today
- <Description<
- [#[
- <img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/1209a40623da7f93cf35f5d4196a2f79.jpg"/><p>Even if you’re in the market for an Apple Watch, you may not be able (or willing) to shell out $400 for the newest <a class="sc-1out364-0 dPMosf sc-145m8ut-0 lcFFec js_link" href="https://zdcs.link/KY3kE" target="_blank" rel="noopener noreferrer">Apple Watch Series 9</a>. Fortunately, there are pretty great deals to be had on older Apple Watch models, if you’re willing to make some compromises on features. Right now, Woot is selling refurbished…</p><p><a href="https://lifehacker.com/refurbished-apple-watches-are-as-cheap-as-70-on-woot-t-1850884670">Read more...</a></p>
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-29 12:30:00
- Link: https://lifehacker.com/the-best-ways-to-streamline-your-grocery-shopping-and-s-1850883509
- Title: The Best Ways to Streamline Your Grocery Shopping and Save Money
- <Description<
- [#[
- <img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/4a44bc79a095cca76dfe6596aed4c014.jpg"/><p>You’re standing in the middle of the aisle at the grocery store, holding a box of pasta, desperately wracking your brain: Do I already have this in my pantry?With <a class="sc-1out364-0 dPMosf sc-145m8ut-0 lcFFec js_link" href="https://lifehacker.com/how-to-see-through-inflation-prices-1848793300" target="_blank" rel="noopener noreferrer">inflation</a> making all our lives increasingly expensive, one of the few things still in your control is how you shop. To avoid unnecessary spending—like on a…</p><p><a href="https://lifehacker.com/the-best-ways-to-streamline-your-grocery-shopping-and-s-1850883509">Read more...</a></p>
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-29 12:00:00
- Link: https://lifehacker.com/try-playing-nyt-connections-on-paper-1850883755
- Title: Try Playing NYT Connections on Paper
- <Description<
- [#[
- <img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/0bc1dcd39544ecb7d5700a680eb96b18.jpg"/><p>When you’re playing the New York Times’s <a class="sc-1out364-0 dPMosf sc-145m8ut-0 lcFFec js_link" href="https://lifehacker.com/entertainment/connections" target="_blank" rel="noopener noreferrer">Connections</a> game, it’s important not to submit your guesses too soon. You may think that you’ve spotted four candies, or four things found on trees, but the game is trying to trick you. One of those candies may be an ambiguous word, like SUCKER, that belongs in a different…</p><p><a href="https://lifehacker.com/try-playing-nyt-connections-on-paper-1850883755">Read more...</a></p>
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-29 01:00:00
- Link: https://lifehacker.com/nyt-connections-answer-today-september-29-2023-1850881958
- Title: Today’s NYT Connections Hints (and Answer) for September 29, 2023
- <Description<
- [#[
- <img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/99de346d4fdfcd4a0267deaf1bf5c35f.png"/><p>If you’re looking for the <a class="sc-1out364-0 dPMosf sc-145m8ut-0 lcFFec js_link" href="https://www.nytimes.com/games/connections" target="_blank" rel="noopener noreferrer">Connections</a> answer for Friday, September 29, 2023, read on—I’ll share some clues, tips, and strategies, and finally the solutions to all four categories. <strong>Beware, there are spoilers below for September 29, NYT Connections #110! </strong>Scroll down if you want some hints (and then the answer) to…</p><p><a href="https://lifehacker.com/nyt-connections-answer-today-september-29-2023-1850881958">Read more...</a></p>
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-28 23:30:00
- Link: https://lifehacker.com/where-to-stream-the-iowa-state-vs-oklahoma-game-1850884575
- Title: Where to Stream the Iowa State Vs. Oklahoma Game
- <Description<
- [#[
- <img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/748965645ae475660d0f47fb2edd9e04.jpg"/><p>This Saturday, the Iowa State Cyclones travel to Norman, Okla. to take on the undefeated Oklahoma Sooners in a Big 12 matchup. Both teams are coming off victories: Iowa State thrashed Oklahoma State last week, earning a 34-27 victory at home, and Oklahoma destroyed Cincinnati 20-6 in an away game. While OK’s…</p><p><a href="https://lifehacker.com/where-to-stream-the-iowa-state-vs-oklahoma-game-1850884575">Read more...</a></p>
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-28 23:00:00
- Link: https://lifehacker.com/you-can-try-copilot-windows-11-s-new-ai-assistant-rig-1850884313
- Title: You Can Try Copilot, Windows 11’s New AI Assistant, Right Now
- <Description<
- [#[
- <img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/9cde7affefbd18c8c6005ee6e1d11215.jpg"/><p><a class="sc-1out364-0 dPMosf sc-145m8ut-0 lcFFec js_link" href="https://lifehacker.com/biggest-new-features-windows-11-23h2-update-1850860890" target="_blank" rel="noopener noreferrer">One week after its initial announcement</a>, Microsoft has released its big Copilot update for Windows 11. Now, this isn’t the major Windows 11 update that everyone is waiting on—that’s coming later this year—but it does give us a good look at how Microsoft is incorporating AI-based tools into Windows.</p><p><a href="https://lifehacker.com/you-can-try-copilot-windows-11-s-new-ai-assistant-rig-1850884313">Read more...</a></p>
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-28 22:30:00
- Link: https://lifehacker.com/check-if-you-qualify-for-one-of-these-student-loan-gran-1850882286
- Title: Check If You Qualify for One of These Student Loan Grants
- <Description<
- [#[
- <img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/eb7a1c4c6fa7c8e0771d0efa0354628b.jpg"/><p>Student loan bills are due once again after a pandemic hiatus (yes, even if the government shuts down). The Biden administration’s Saving on a Valuable Education (SAVE) Plan allows many borrowers to <a class="sc-1out364-0 dPMosf sc-145m8ut-0 lcFFec js_link" href="https://lifehacker.com/you-can-apply-now-to-lower-your-monthly-student-loan-pa-1850770373" target="_blank" rel="noopener noreferrer">lower their monthly payments</a>—some all the way to $0—but some people may also qualify for grants or loan forgiveness…</p><p><a href="https://lifehacker.com/check-if-you-qualify-for-one-of-these-student-loan-gran-1850882286">Read more...</a></p>
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-28 22:00:00
- Link: https://lifehacker.com/you-can-get-an-amazon-echo-pop-and-a-month-of-amazon-mu-1850883447
- Title: You Can Get an Amazon Echo Pop and a Month of Amazon Music Unlimited for $15 Right Now
- <Description<
- [#[
- <img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/62d1ae12cbad6b09dfd9e149dea32294.jpg"/><p>Amazon’s <a class="sc-1out364-0 dPMosf sc-145m8ut-0 lcFFec js_link" href="https://lifehacker.com/amazon-officially-announces-prime-big-deal-days-for-202-1850848692" target="_blank" rel="noopener noreferrer">Prime Big Deal Days</a> are coming Oct. 10–11, offering Prime members exclusive deals on tons of stuff Amazon sells. But some of Amazon’s in-house tech products are already seeing discounts comparable to Prime Day. For example, the Echo Pop, Amazon’s newest and cheapest Alexa-enabled smart speaker, is currently…</p><p><a href="https://lifehacker.com/you-can-get-an-amazon-echo-pop-and-a-month-of-amazon-mu-1850883447">Read more...</a></p>
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-28 21:30:00
- Link: https://lifehacker.com/where-to-stream-the-washington-vs-arizona-game-1850884048
- Title: Where to Stream the Washington Vs. Arizona Game
- <Description<
- [#[
- <img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/1bca9f9fc8778162e56273f043246e6d.jpg"/><p>This week five matchup pits the Arizona Wildcats against the Washington Huskies. Washington is hoping to expand its undefeated 2023 record to 5-o, but the Wildcats are not going to roll over. While they’re definitely the underdog, Arizona is coming off a 21-20 win against Stanford, and the team’s 3-1 record is nothing…</p><p><a href="https://lifehacker.com/where-to-stream-the-washington-vs-arizona-game-1850884048">Read more...</a></p>
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-28 21:15:00
- Link: https://lifehacker.com/how-to-make-turkey-gravy-without-pan-drippings-1830415802
- Title: How to Make Turkey Gravy Without Pan Drippings
- <Description<
- [#[
- <img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/8dbab0f0602df387cde4b90b295a4819.jpg"/><p>There is a certain (I think) overly romantic expectation that a good turkey gravy must be <a class="sc-1out364-0 dPMosf sc-145m8ut-0 lcFFec js_link" href="https://lifehacker.com/there-is-no-reason-to-not-make-your-own-turkey-gravy-1819991230" target="_blank" rel="noopener noreferrer">made from pan drippings</a>, and whisked together just moments before the Big Meal is put on the table. To this I say, “No thank you,” particularly when gravy can be made hours, days, or even weeks ahead of time, without any pan…</p><p><a href="https://lifehacker.com/how-to-make-turkey-gravy-without-pan-drippings-1830415802">Read more...</a></p>
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-28 21:00:00
- Link: https://lifehacker.com/the-best-kitchen-countertops-to-install-yourself-1850880923
- Title: The Three Best Kitchen Countertops to Install Yourself
- <Description<
- [#[
- <img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/67882637fbde3b38aa5229139eecb2bb.jpg"/><p>If you’re considering a kitchen remodel, or you just need to replace your worn-out countertops, finding the right type of countertop might seem daunting. With costs for materials seemingly ever-increasing, staying on budget is a challenge. Finding a DIY solution can be a great way to save money on your countertop…</p><p><a href="https://lifehacker.com/the-best-kitchen-countertops-to-install-yourself-1850880923">Read more...</a></p>
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-28 20:30:00
- Link: https://lifehacker.com/how-to-rejuvenate-soil-in-raised-garden-beds-1850882749
- Title: How to Rejuvenate the Soil in Your Raised Garden Beds
- <Description<
- [#[
- <img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/2f4636becfe0b343e26c27eb8fb053a2.jpg"/><p>It’s the end of the season, and we’re all starting to tuck in our garden beds for winter. The soil in your raised garden bed has worked hard all season to impart nutrients to your vegetables and flowers, which leaves the soil depleted. The long winter sleep is a great time to let your soil build back up the supply of…</p><p><a href="https://lifehacker.com/how-to-rejuvenate-soil-in-raised-garden-beds-1850882749">Read more...</a></p>
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-28 20:00:00
- Link: https://lifehacker.com/how-to-make-mashed-potatoes-without-lumps-1850883812
- Title: Make Super Smooth Mashed Potatoes With a Fine Mesh Strainer
- <Description<
- [#[
- <img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/74548fdafcdb068fb4b9e2592707d5dd.jpg"/><p>Mashed potatoes are easy enough to make, but getting them to that perfect, creamy texture is harder than it first appears. Fans of smooth spuds usually end up purchasing a ricer, which breaks down the spuds into tiny (rice-like) bits by forcing them through little holes. These extruded—but still fluffy—spud flecks are…</p><p><a href="https://lifehacker.com/how-to-make-mashed-potatoes-without-lumps-1850883812">Read more...</a></p>
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-28 19:30:00
- Link: https://lifehacker.com/you-can-finally-use-icloud-keychain-in-google-chrome-1850883588
- Title: You Can Finally Use iCloud Keychain in Google Chrome
- <Description<
- [#[
- <img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/9e1ce1c39d2fda4fcbf4191028de549a.jpg"/><p>There’s a lot to love about Safari, but Google rules so much of the internet that using Chrome is sometimes a necessity. I can live with that, but what always frustrated me was the lack of iCloud Keychain compatibility. If I sign into an account in Safari, I can auto-fill passwords and 2FA codes with Touch ID every…</p><p><a href="https://lifehacker.com/you-can-finally-use-icloud-keychain-in-google-chrome-1850883588">Read more...</a></p>
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-28 19:00:00
- Link: https://lifehacker.com/where-to-stream-the-oregon-vs-stanford-game-1850883655
- Title: Where to Stream the Oregon Vs. Stanford Game
- <Description<
- [#[
- <img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/57c12290cdc50031b416532e5ae57ed3.jpg"/><p>The Stanford Cardinal and Oregon Ducks are facing off this weekend at Stanford in a lopsided Pac-12 matchup. The Ducks are undefeated this season and are heavy favorites to win—the spread is 17.5 points in Oregon’s favor.<br/></p><p><a href="https://lifehacker.com/where-to-stream-the-oregon-vs-stanford-game-1850883655">Read more...</a></p>
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-28 18:30:00
- Link: https://lifehacker.com/where-to-stream-the-penn-state-vs-northwestern-game-1850882748
- Title: Where to Stream the Penn State Vs. Northwestern Game
- <Description<
- [#[
- <img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/f513e7f3324bbdbbc29195bfb2d6f8f6.jpg"/><p>This Saturday, Penn State is defending its nine-game winning streak when the team travels to Illinois to take on the Northwestern Wildcats in a Big Ten Conference game. Penn State is coming off a shutout victory against the Iowa Hawkeyes, scoring 31 unanswered points in a lopsided week-4 win. Northwestern is even at…</p><p><a href="https://lifehacker.com/where-to-stream-the-penn-state-vs-northwestern-game-1850882748">Read more...</a></p>
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-28 18:00:00
- Link: https://lifehacker.com/how-to-fix-nail-pops-in-walls-1850882251
- Title: How to Fix Ugly Nail Pops in Your Walls
- <Description<
- [#[
- <img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/b5e8d74bd7d8c8a431bcd031b990508e.jpg"/><p>Drywall is <a class="sc-1out364-0 dPMosf sc-145m8ut-0 lcFFec js_link" href="https://lifehacker.com/how-to-tell-if-a-wall-is-drywall-or-plaster-1849977986" target="_blank" rel="noopener noreferrer">relatively durable and cheap, and looks quite nice if installed and maintained correctly</a>. But it’s also easy to damage while you’re just living your life—and it can even damage itself, most commonly through the appearance of little bumps under the surface known as “nail pops.” (Despite the name, nail pops…</p><p><a href="https://lifehacker.com/how-to-fix-nail-pops-in-walls-1850882251">Read more...</a></p>
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-28 17:30:00
- Link: https://lifehacker.com/all-the-single-use-household-items-you-should-be-re-u-1850883065
- Title: All the ‘Single-Use’ Household Items You Should Be Re-Using
- <Description<
- [#[
- <img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/1aea81cb0a4c2bf83388500c0b5b88ce.jpg"/><p>Part of being an adult is feeling the constant need to replenish basic household supplies. One way to combat this loop is to be more mindful about <a class="sc-1out364-0 dPMosf sc-145m8ut-0 lcFFec js_link" href="https://lifehacker.com/the-smartest-ways-to-repurpose-household-items-in-your-1850473194" target="_blank" rel="noopener noreferrer">recycling and re-purposing your stuff</a>. But you can go one step further—there are many things we tend to treat as “single-use” that can, in fact, be used more than once.…</p><p><a href="https://lifehacker.com/all-the-single-use-household-items-you-should-be-re-u-1850883065">Read more...</a></p>
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-28 17:00:00
- Link: https://lifehacker.com/this-ring-doorbell-and-floodlight-camera-bundle-is-40-1850882729
- Title: This Ring Doorbell and Floodlight Camera Bundle Is 40% Off Right Now
- <Description<
- [#[
- <img class="type:primaryImage" src="https://i.kinja-img.com/image/upload/c_fit,fl_progressive,q_80,w_636/633157bfb34851c585bb17437c8baceb.jpg"/><p>Amazon announced <a class="sc-1out364-0 dPMosf sc-145m8ut-0 lcFFec js_link" href="https://lifehacker.com/amazon-officially-announces-prime-big-deal-days-for-202-1850848692" target="_blank" rel="noopener noreferrer">Prime Big Deal Days</a> on October 10 and 11, during which Prime members can save on many products. But if you don’t feel like waiting, then you’ll appreciate Amazon’s deal on the <a class="sc-1out364-0 dPMosf sc-145m8ut-0 lcFFec js_link" href="https://zdcs.link/BJVK1" target="_blank" rel="noopener noreferrer">Ring Video Doorbell Pro 2 and Ring Floodlight Camera</a> bundle, currently going for 40% 0ff. The wired security camera bundle…</p><p><a href="https://lifehacker.com/this-ring-doorbell-and-floodlight-camera-bundle-is-40-1850882729">Read more...</a></p>
- ]#]
- >Description>
- >Item>
- >Brew>
->>
+++ /dev/null
-<<CNF_FEED<TREE>
- Release: 1
- Version: 1.0
- <Feed<
- Expires: 2023-10-12 08:00:00
- File: ./rss_output/tree_feed_Perl_Weekly.cnf
- Published: 2023-10-03 10:24:54.680 UTC
- Title: Perl Weekly newsletter
- URL: https://perlweekly.com/perlweekly.rss
- [#[
- A free, once a week e-mail round-up of hand-picked news and articles about Perl.
- The Perl Weekly ( http://perlweekly.com/ ) is a newsletter including links to blog posts and other news items
- related to the Perl programming language.
- ]#]
- >Feed>
- <Brew<
- <Item<
- Date: 2023-10-02 10:00:33
- Link: https://job.perl.careers/huo
- Title: Adventure! Senior Perl roles in Malaysia, Dubai and Malta
- <Description<
- [#[
- Clever folks know that if you’re lucky, you can earn a living and have an adventure at the same time. Enter our international client: online trading is their game and they’re looking for Perl people with passion, drive, and an appreciation for new experiences.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-10-02 10:00:32
- Link: https://job.perl.careers/2t3
- Title: Perl Programmer Opportunity - Join a Prominent Tech Publishing Powerhouse in the Philippines
- <Description<
- [#[
- Our UK-based client is a global leader in the enterprise technology publishing industry, providing audiences worldwide with stimulating perspectives and unique news on enterprise tech that matters today and tomorrow. They are currently seeking a passionate and exceptional Perl programmer based in the Philippines to join their team.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-10-02 10:00:31
- Link: https://job.perl.careers/gxp
- Title: UK Remote Perl Programmer for Leading Enterprise Tech Publication
- <Description<
- [#[
- Our client is a global leader in the enterprise technology publishing industry, providing audiences worldwide with stimulating perspectives and unique news on enterprise tech that matters today and tomorrow. They are seeking a talented Perl programmer to manage the full life-cycle of software projects on a remote basis.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-10-02 10:00:30
- Link: https://job.perl.careers/wp0
- Title: Modern Perl and positive team vibes. UK Remote Perl role
- <Description<
- [#[
- If you’re a Modern Perl developer in the UK with TypeScript or Node and you’re searching for a team of dynamos, we’ve found the perfect place for you. This award-winning company may be newer, but the combined experience of their people is impressive. No doubt this is one of the many reasons their AI recruitment marketing business has taken off!
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-10-02 10:00:29
- Link: http://niceperl.blogspot.com/
- Title: NICEPERL's lists
- <Description<
- [#[
- <a href="https://niceperl.blogspot.com/2023/09/cdlxiii-8-great-cpan-modules-released.html">Great CPAN modules released last week</a>.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-10-02 10:00:28
- Link: https://rakudoweekly.blog/2023/09/25/2023-39-releaseses/
- Title: 2023.39 Releaseses
- >Item>
- <Item<
- Date: 2023-10-02 10:00:27
- Link: https://deoac.github.io/challenges/236/raku/task-2/index.html
- Title: Challenge 236 Task 2: Array Loops
- <Description<
- [#[
- Bonus post and here we have one more explaining the algorithm. Good job.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-10-02 10:00:26
- Link: https://deoac.github.io/challenges/236/raku/task-1/index.html
- Title: Challenge 236 Task 1: Exact Change
- <Description<
- [#[
- Well structured blog post sharing every little details, enough to keep you busy. Keep it up great work.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-10-02 10:00:25
- Link: https://blog.firedrake.org/archive/2023/10/The_Weekly_Challenge_236__Change_for_the_Machines.html
- Title: Change for the Machines
- <Description<
- [#[
- Glad that Roger got excited and we get more than we expected. Highly recommended.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-10-02 10:00:24
- Link: http://ccgi.campbellsmiths.force9.co.uk/challenge/236
- Title: Change and loops
- <Description<
- [#[
- Code analysis is precise and to the point. You could just jump and try the solution straight away.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-10-02 10:00:23
- Link: https://packy.dardan.com/2023/09/25/perl-weekly-challenge-exact-change-and-array-loops/
- Title: Perl Weekly Challenge: Exact Change and Array Loops
- <Description<
- [#[
- Enjoy the bonus Python and java on top of Perl and Raku. Keep it up great work.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-10-02 10:00:22
- Link: https://github.com/MatthiasMuth/perlweeklychallenge-club/tree/muthm-236/challenge-236/matthias-muth#readme
- Title: Bills in Loops, and Loops in Arrays
- <Description<
- [#[
- Well documented solutions as always and plenty to learn too. Thanks for sharing.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-10-02 10:00:21
- Link: https://wlmb.github.io/2023/09/24/PWC236/
- Title: Perl Weekly Challenge 236
- <Description<
- [#[
- Breaking the tradition, we have 2-liners in Perl by the man himself. You don't want to skip it.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-10-02 10:00:20
- Link: https://fluca1978.github.io/2023/09/25/PerlWeeklyChallenge236.html
- Title: Arrays and Loops
- <Description<
- [#[
- Without any jargons, here we have simple yet elegant Raku solution. Thank you Luca.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-10-02 10:00:19
- Link: https://egroup.kolouch.org/nextcloud/sites/lubos/2023-09-25_Weekly_challenge_236
- Title: THE WEEKLY CHALLENGE - 236
- <Description<
- [#[
- Breakdown of process makes it so easy to follow the logic. Please keep sharing blog.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-10-02 10:00:18
- Link: https://blogs.perl.org/users/laurent_r/2023/09/perl-weekly-challenge-236-array-loops.html
- Title: Perl Weekly Challenge 236: Array Loops
- <Description<
- [#[
- Cool use of 'loop' of Raku. The language never stops surprising me.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-10-02 10:00:17
- Link: https://blogs.perl.org/users/laurent_r/2023/09/perl-weekly-challenge-236-exact-change.html
- Title: Perl Weekly Challenge 236: Exact Change
- <Description<
- [#[
- You have clean and verbose solutions in Perl and Raku, like always. Well done and thanks.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-10-02 10:00:16
- Link: https://www.braincells.com/perl/2023/09/perl_weekly_challenge_week_236.html
- Title: Perl Weekly Challenge: Week 236
- <Description<
- [#[
- I like the rarely used given/when in Perl solution. You also get bonus Raku version. Thanks for sharing.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-10-02 10:00:15
- Link: https://dev.to/boblied/pwc-236-task-2-the-circle-is-small-242g
- Title: The Circle Is Small
- <Description<
- [#[
- You are served with multiple approaches for this week solution. You must checkout.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-10-02 10:00:14
- Link: https://dev.to/boblied/pwc-236-task-1-a-change-would-do-you-good-3ia4
- Title: A Change Would Do You Good
- <Description<
- [#[
- Simple use of pop/push can be more than enough to get the job done. Please checkout to figure out.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-10-02 10:00:13
- Link: https://dev.to/oldtechaa/perl-weekly-challenge-236-lemonade-stand-50p5
- Title: Lemonade Stand
- <Description<
- [#[
- You can never the simplicity of the language to explain the logic. Great work, keep it up.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-10-02 10:00:12
- Link: https://raku-musings.com/changing-loops.html
- Title: Changing Loops
- <Description<
- [#[
- Good show of BagHash, new to me. Thank you for entertaining us with Raku magic every week.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-10-02 10:00:11
- Link: https://deadmarshal.blogspot.com/2023/09/twc236.html
- Title: TWC236
- <Description<
- [#[
- Lots of Perl magic used in this week solutions. Thank you Ali.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-10-02 10:00:10
- Link: http://rabbitfarm.com/cgi-bin/blosxom/perl/2023/10/01
- Title: Exact Array Loops
- <Description<
- [#[
- I noticed the use of 'redo' after a long time. Nice solutions without any complications. Thanks for sharing.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-10-02 10:00:09
- Link: https://theweeklychallenge.org/blog/meet-the-champion-2023-07/
- Title: Meet The Champion - Mariano Spadaccini
- <Description<
- [#[
- Please checkout the interview with the recent champion.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-10-02 10:00:08
- Link: https://theweeklychallenge.org/blog/recap-challenge-236
- Title: RECAP - The Weekly Challenge - 236
- <Description<
- [#[
- Enjoy a quick recap of last week's contributions by Team PWC dealing with the "Exact Change" and "Array Loops" tasks in Perl and Raku. You will find plenty of solutions to keep you busy.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-10-02 10:00:07
- Link: https://theweeklychallenge.org/blog/perl-weekly-challenge-237
- Title: The Weekly Challenge - 237
- <Description<
- [#[
- Welcome to a new week with a couple of fun tasks: "Seize The Day" and "Maximise Greatness". If you are new to the weekly challenge, why not join us and have fun every week? For more information, please read the <a href="https://theweeklychallenge.org/faq">FAQ</a>.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-10-02 10:00:06
- Link: https://blogs.perl.org/users/haj/2023/09/writing-perl-with-emacs-are-there-perl-mode-users-around.html
- Title: Writing Perl with Emacs: Are there perl-mode users around?
- <Description<
- [#[
- For all emacs users, please checkout the latest update to cperl-mode to edit Perl code.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-10-02 10:00:05
- Link: https://blogs.perl.org/users/chrisarg/2023/09/hash-of-arrays-deathmatch-native-perl-vs-dbmdeep-vs-redis.html
- Title: Hash of Arrays Deathmatch : Native Perl vs. DBM::Deep vs. Redis
- <Description<
- [#[
- A detailed comparison to help you understand the pros/cons. Please keep us busy with more such posts.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-10-02 10:00:04
- Link: https://blogs.perl.org/users/mikko_koivunalho/2023/09/plenv-libdirs.html
- Title: plenv-libdirs
- <Description<
- [#[
- If you are fan of plenv the this plugin would be very handy. How? You need to checkout the post for more details.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-10-02 10:00:03
- Link: https://hacktoberfest.com/
- Title: Hacktoberfest 2023
- <Description<
- [#[
- The annual festival is live and kicking. Please do join and contribute to open source projects on GitHub.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-10-02 10:00:02
- Link: https://opencollective.com/metacpan-core
- Title: MetaCPAN Core Contributors
- <Description<
- [#[
- Please do come forward and support MetaCPAN Core. As of now, we have 19 contributors. It would be nice to see this grow with your support.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-10-02 10:00:01
- Link: https://blogs.perl.org/users/psc/2023/09/this-week-in-psc-118.html
- Title: This Week in PSC (118)
- <Description<
- [#[
- Another update by PSC team.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-10-02 10:00:00
- Link: https://perlweekly.com/archive/636.html
- Title: #636 - Happy Birthday Larry
- <Description<
- [#[
- <p>Hi there,</p>
- <p>A belated, <strong>Happy Birthday</strong> to the creator of <strong>Perl</strong>. May the joy that you have spread in the past come back to you on this day. Just for record, the birthday was on <strong>27th September</strong>.</p>
- <p>Do you use <strong>homebrew</strong>?</p>
- <p><strong>brian d foy</strong> did all the hard work to get <strong>homebrew</strong> up to the latest <strong>Perl v5.38</strong>. If you are keen to know the details then please do <a href="https://github.com/Homebrew/homebrew-core/pull/145939">checkout the pull request</a>.</p>
- <p><strong>Olaf Alders</strong> recently shared his cool creation, <a href="https://github.com/oalders/is">is: an inspector for your environment</a>. I am sure for all <strong>System Administrators</strong> out there, it would be very handy.</p>
- <p>I am not sure, if you noticed this but <a href="https://perlmonks.org/">Perl Mongers</a> certificate expired few days ago. I only noticed as one of the contributor to <a href="https://theweeklychallenge.org">The Weekly Challenge</a> shared link to the site. The very next day, I saw post by <strong>Olaf Alders</strong> on Twitter talking about it and sharing the <a href="https://www.prettygoodping.com">tool</a> that can help avoid such incident in future. The certificate has now been restored.</p>
- <p>Do you know the current maintainer of <strong>CPAN Testers</strong> server?</p>
- <p>I saw <a href="https://www.facebook.com/groups/perlcommunity/permalink/1538251906982430">Facebook post</a> by <strong>Mark Keating</strong> just few days ago. I remember, <strong>Doug Bell</strong> helped many years ago when I was playing daily <strong>CPAN</strong> upload games. He gave me access to deal with the issues I was facing at the time. I just hope, it stays live and kicking. It is the second best thing for us after <strong>MetaCPAN</strong>. If you are interested to sponsor the <strong>MetaCPAN</strong> then you now have plenty of different options. Please find out more about it in the <a href="https://opencollective.com/metacpan-core">official announcement</a> page.</p>
- <p>For all newbies wanted to explore <strong>Perl</strong>, please checkout the <a href="https://www.i-programmer.info/news/222-perl/16624-learn-perl-with-freecodecamp.html">Perl Programming Course</a> by <strong>FreeCodeCamp</strong>. Thank you <strong>Nikos Vaggalis</strong> for sharing this with us.</p>
- <p>The annual event, <strong>Hacktoberfest 2023</strong> is back. If you contribute to opensource projects on <strong>GitHub</strong> then I would highly recommend to take part in the event. For more details, please <a href="https://hacktoberfest.com">checkout the announcement</a>.</p>
- <p>Enjoy rest of the newsletter.</p>
- ]#]
- >Description>
- >Item>
- >Brew>
->>
+++ /dev/null
-<<CNF_FEED<TREE>
- Release: 1
- Version: 1.0
- <Feed<
- Expires: 2023-10-11 08:00:00
- File: ./rss_output/tree_feed_Politico.cnf
- Published: 2023-10-02 06:35:06.321 UTC
- Title: Politics, Policy, Political News Top Stories
- URL: http://www.politico.com/rss/politicopicks.xml
- [#[
- POLITICO strives to be the dominant source for news on politics and policy in power centers across every continent where access to reliable information, nonpartisan journ.lism and real-time tools create, inform and engage a global citizenry.
- ]#]
- >Feed>
- <Brew<
- <Item<
- Date: 2023-10-01 14:01:03
- Link: https://www.politico.com/news/2023/10/01/mccarthy-gaetz-speakership-battle-00119355
- Title: Gaming out Matt Gaetz’s bid to oust Kevin McCarthy
- <Description<
- [#[
- Both Republicans likely need the support of Democrats to prevail in their battle over the speakership. Here’s how that could shake out.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-10-01 13:59:43
- Link: https://www.politico.com/news/2023/10/01/mccarthy-speakership-mercy-democrats-00119359
- Title: ‘Adopt Kevin or ditch him’: McCarthy’s speakership now at the mercy of Dems
- <Description<
- [#[
- Some progressives vowed not to bail him out, but Hakeem Jeffries hasn't shown his hand.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-10-01 12:17:16
- Link: https://www.politico.com/news/2023/10/01/biden-blasts-republicans-shutdown-00119356
- Title: Biden blasts Republicans over shutdown showdown: ‘We shouldn't have gotten here in the first place’
- <Description<
- [#[
- "It's time to end governing by crisis, and keep your word when you give it in the Congress," Biden said.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-10-01 18:24:34
- Link: https://www.politico.com/news/2023/10/01/california-republicans-kevin-mccarthy-00119391
- Title: California Republicans have McCarthy's back. For now.
- <Description<
- [#[
- Kevin McCarthy so far is avoiding backlash among California’s most fervent Republicans.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-10-01 21:30:19
- Link: https://www.politico.com/news/2023/10/01/newsom-senate-pick-butler-00119360
- Title: Newsom picks Laphonza Butler as Feinstein replacement
- <Description<
- [#[
- California’s governor chose a labor leader turned power player to serve in the Senate, and an adviser told POLITICO there were no preconditions about whether she could run in 2024.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-10-01 11:38:17
- Link: https://www.politico.com/news/2023/10/01/supreme-court-key-issues-00119351
- Title: As new term begins, Supreme Court faces fallout from its rightward shift
- <Description<
- [#[
- The justices return from their summer recess on Monday, and they're poised to wade back into divisive issues on guns and agency power.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-10-01 06:00:00
- Link: https://www.politico.com/news/2023/10/01/trump-civil-trial-new-york-00119297
- Title: Trump goes to trial in New York before a judge who just ruled he’s a fraud
- <Description<
- [#[
- The $250 million civil trial starts Monday — and Trump may be there in person.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-10-01 06:00:00
- Link: https://www.politico.com/news/magazine/2023/10/01/pronouns-schools-supreme-court-00118832
- Title: He, She, They: The Pronoun Debate Will Likely Land at the Supreme Court
- <Description<
- [#[
- And the trend doesn’t look good for transgender kids.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-29 07:02:51
- Link: https://www.politico.com/news/magazine/2023/09/29/antisemitism-lakota-land-00118919
- Title: America Helped My Ancestors Flee Antisemitism. The Lakota Paid the Price.
- <Description<
- [#[
- A new book explores the opportunity Jewish immigrants found on the South Dakota prairie — and what it cost Native Americans.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-29 04:00:00
- Link: https://www.politico.com/news/magazine/2023/09/29/mick-mulvaney-q-a-shutdown-00118934
- Title: Mick Mulvaney Dreamed of Shutting Down the Government. Then He Got to Do It.
- <Description<
- [#[
- Trump’s budget chief on what it’s like to be in charge of closing the government.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-29 04:00:00
- Link: https://www.politico.com/news/magazine/2023/09/29/nikki-haley-profile-trump-gop-00118794
- Title: Nikki Haley Is Turning Her Biggest Criticism Into a Campaign Strategy
- <Description<
- [#[
- The former South Carolina governor made a career of taking both sides. In an overly partisan world, she’s betting that’s exactly what voters want.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-10-01 19:04:59
- Link: https://www.politico.com/news/2023/10/01/ramaswamy-campaign-number-candidates-gop-debate-00119398
- Title: Ramaswamy campaign seeks to cut number of candidates in next GOP debate
- <Description<
- [#[
- The third Republican presidential debate will be held Nov. 8 in Miami.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-10-01 15:37:57
- Link: https://www.politico.com/news/2023/10/01/dean-phillips-step-down-leadership-00119369
- Title: Rep. Dean Phillips to step down from leadership position after his calls for primary challenge to Biden
- <Description<
- [#[
- “My convictions relative to the 2024 presidential race are incongruent with the majority of my caucus," Phillips said.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-30 06:00:00
- Link: https://www.politico.com/news/2023/09/30/supreme-court-ethics-poll-00119236
- Title: Faith in the Supreme Court is down. Voters now say they want changes.
- <Description<
- [#[
- A new survey shows three-in-four voters want the justices bound to an ethics code.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-10-01 19:58:58
- Link: https://www.politico.com/news/2023/10/01/attorney-general-garland-biden-trump-00119411
- Title: Garland: I'd resign if Biden asked me to take action on Trump
- <Description<
- [#[
- "But there is no sense that anything like that will happen," he says in an interview.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-10-01 14:51:15
- Link: https://www.politico.com/news/2023/10/01/jimmy-carter-turns-99-00119366
- Title: Jimmy Carter turns 99 at home with Rosalynn and other family
- <Description<
- [#[
- Tributes rolled in from everywhere.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-10-01 10:57:41
- Link: https://www.politico.com/news/2023/10/01/dianne-feinstein-lindsey-graham-00119342
- Title: ‘America’s better for Dianne Feinstein having served her country’
- <Description<
- [#[
- Sen. Lindsey Graham praised his former colleague.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-10-01 09:51:52
- Link: https://www.politico.com/news/2023/10/01/haley-digs-ramaswamy-tiktok-00119327
- Title: Haley digs again at Ramaswamy over TikTok
- <Description<
- [#[
- "Just because 150 million people are on it, doesn't mean you do it because it's politically popular," she said.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-10-01 05:43:53
- Link: https://www.politico.com/news/2023/10/01/police-chief-who-led-raid-of-small-kansas-newspaper-suspended-00119309
- Title: Police chief who led raid of small Kansas newspaper has been suspended
- <Description<
- [#[
- Marion Mayor Dave Mayfield said he suspended Chief Gideon Cody on Thursday.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-29 04:00:00
- Link: https://www.politico.com/news/magazine/2023/09/29/government-shutdown-work-from-home-00118940
- Title: What Shutdown? Downtown D.C. Is Already a Ghost Town
- <Description<
- [#[
- As far as D.C.'s economy is concerned, next week won't make much difference.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-29 08:53:48
- Link: https://www.politico.com/news/magazine/2023/09/29/dianne-feinstein-legacy-00116902
- Title: No Matter How Straitlaced She Seemed, Dianne Feinstein "Didn't Care Who You Sleep With"
- <Description<
- [#[
- Despite the late California senator’s 1950s wife image, she became a pioneering advocate for the gay community.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-29 12:13:02
- Link: https://www.politico.com/news/magazine/2023/09/29/dianne-feinstein-morality-politics-00119128
- Title: Feinstein's Demise is a Warning for Biden and Trump
- <Description<
- [#[
- Why are we so surprised when elderly politicians kick the bucket?
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-28 04:00:00
- Link: https://www.politico.com/news/magazine/2023/09/28/new-jersey-political-corruption-00118484
- Title: Why is New Jersey So Corrupt? A Corruption Researcher Offers Some Answers
- <Description<
- [#[
- An expert explains how Sen. Bob Menendez fits into a long tradition for his state.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-28 04:00:00
- Link: https://www.politico.com/news/magazine/2023/09/28/gop-debate-opposition-research-00118680
- Title: Why Nikki Haley’s Attacks Work Better Than Her Rivals’
- <Description<
- [#[
- I was an opposition researcher. Here's what her rivals should do if they want to start winning.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-28 11:00:00
- Link: https://www.politico.com/news/magazine/2023/09/28/gop-populism-conservatism-lowry-00118568
- Title: Opinion | Since When Is Populism the Enemy of Conservatism?
- <Description<
- [#[
- On many specific issues, there’s overlap between the two supposedly irreconcilable sides of the Republican Party.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-28 04:00:00
- Link: https://www.politico.com/news/magazine/2023/09/28/supreme-court-social-security-medicare-00118470
- Title: Opinion | The Supreme Court Case That Could Disrupt Everything From Medicare to Financial Regulators
- <Description<
- [#[
- A lower court decision has called into question how government agencies are funded.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-27 21:59:05
- Link: https://www.politico.com/news/magazine/2023/09/27/gop-debate-style-fashion-menswear-00118645
- Title: Opinion | Trump Wasn’t at the Debate — But His Outfit Was
- <Description<
- [#[
- Menswear guy has some tips for the Republican presidential hopefuls.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-27 04:00:00
- Link: https://www.politico.com/news/magazine/2023/09/27/trump-presidential-election-2023-00118204
- Title: Trump Wants to Freeze the Election at Halftime
- <Description<
- [#[
- He thinks he’s won already because the polls have him ahead. Let’s go ahead and play the rest of the game.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-27 04:00:00
- Link: https://www.politico.com/news/magazine/2023/09/27/bob-menendez-new-jersey-pope-00118241
- Title: The Swift and Stunning Downfall of New Jersey Teflon Don
- <Description<
- [#[
- Menendez thought he was untouchable. Until he wasn’t.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-25 14:00:00
- Link: https://www.politico.com/news/magazine/2023/09/25/history-dept-bob-menendez-democrats-00117935
- Title: History Offers Democrats a Way Out of the Menendez Problem
- <Description<
- [#[
- Oddly enough, it involves the very same seat the New Jersey senator refuses to resign.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-30 16:32:11
- Link: https://www.politico.com/news/2023/09/30/kevin-mccarthy-government-shutdown-deal-00119290
- Title: 'It is a surrender': Why McCarthy reversed with his survival uncertain
- <Description<
- [#[
- After Saturday's shocking vote, the speaker all but taunted his critics to come after his gavel if they wanted to.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-29 16:39:03
- Link: https://www.politico.com/news/2023/09/29/dianne-feinstein-race-to-replace-00119220
- Title: The race to replace Dianne Feinstein is about to get even more expensive
- <Description<
- [#[
- A special election means even more money can pour into the Senate race.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-30 14:35:41
- Link: https://www.politico.com/news/2023/09/30/pelosi-to-accompany-feinsteins-body-home-to-california-00119287
- Title: Pelosi to accompany Feinstein's body home to California
- <Description<
- [#[
- A U.S. military plane will take Feinstein back to San Francisco Saturday.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-29 07:57:14
- Link: https://www.politico.com/news/2023/09/29/feinstein-dies-at-90-00119040
- Title: Feinstein, trail-blazing California senator, dies at 90
- <Description<
- [#[
- “Senator Feinstein was a force of nature who made an incredible impact on our country and her home state,” her chief of staff said in a statement.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-29 14:59:09
- Link: https://www.politico.com/news/2023/09/29/feinstein-california-friends-mourn-death-00119173
- Title: Feinstein’s friends and colleagues in California remember ‘true giant’
- <Description<
- [#[
- One mourner left a bouquet of red azaleas at the late senator’s home in San Francisco.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-28 20:47:06
- Link: https://www.politico.com/news/2023/09/28/desantis-florida-2024-rivals-00118998
- Title: ‘It’s the only thing he’s got left’: DeSantis' rivals try to turn his Florida record against him
- <Description<
- [#[
- He used to get accolades for his leadership of the Sunshine state.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-29 13:05:19
- Link: https://www.politico.com/news/2023/09/29/nikki-haley-slow-burn-candidate-of-2024-00119119
- Title: ‘There isn't a mainstream mega-donor now not looking at Nikki’: Haley catches post-debate spark
- <Description<
- [#[
- Donors are calling. And following this week’s debate, Haley held a sold-out fundraiser in Los Angeles.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-27 23:46:15
- Link: https://www.politico.com/news/2023/09/28/second-republican-debate-who-won-takeaways-00118687
- Title: Scott finally showed a pulse. Ramaswamy did a 180. Here's who won and lost the second GOP debate.
- <Description<
- [#[
- Want to know the real story of the 2nd GOP debate? We've got you covered.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-28 15:42:55
- Link: https://www.politico.com/news/2023/09/28/gop-candidates-bash-trump-milley-comment-00118900
- Title: GOP candidates bash Trump over Milley 'death' comment
- <Description<
- [#[
- Trump was referring to a phone call Milley took after the Jan. 6 riots to reassure Chinese officials that the United States wasn’t under threat of an attack.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-29 19:52:20
- Link: https://www.politico.com/news/2023/09/29/trumps-attack-on-milley-fuels-special-counsels-push-for-a-gag-order-00119253
- Title: Trump’s attack on Milley fuels special counsel’s push for a gag order
- <Description<
- [#[
- Donald Trump has unleashed a social media attack on Mark Milley, suggesting he should have been put to death for treason.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-29 16:48:47
- Link: https://www.politico.com/news/2023/09/29/trump-georgia-plea-deal-bail-bondsman-00119232
- Title: Trump co-defendant pleads guilty in Georgia, becoming first to reach plea deal in election-subversion case
- <Description<
- [#[
- Part of the plea deal for Scott Hall, a bail bondsman who breached election equipment, requires him to testify against other co-defendants.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-30 07:00:00
- Link: https://www.politico.com/news/2023/09/30/menendez-indictment-supreme-court-00119244
- Title: Bob Menendez’s prosecutors are already grappling with some tough Supreme Court precedents
- <Description<
- [#[
- In a string of recent decisions, the justices have made it more difficult to prosecute public officials for corruption.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-29 14:12:53
- Link: https://www.politico.com/news/2023/09/29/jeff-clark-georgia-election-case-00119172
- Title: Judge shoots down bid by four Trump co-defendants to move Georgia criminal charges to federal court
- <Description<
- [#[
- Former Justice Department official Jeffrey Clark and three GOP activists who falsely posed as presidential electors all lost their bids to transfer the case.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-30 18:05:34
- Link: https://www.politico.com/news/2023/09/30/biden-administration-congress-government-shutdown-deal-ukraine-aid-00119296
- Title: White House prepares to fight for Ukraine aid after shutdown averted
- <Description<
- [#[
- The president signed the bill after he and his team kept tabs, but did not overly influence, House Democratic votes for the measure.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-29 04:00:00
- Link: https://www.politico.com/news/2023/09/29/white-house-bidenomics-failure-00118949
- Title: Dems pressure White House to change economic message
- <Description<
- [#[
- Democrats are loving the Biden economy. They're less certain about his economic message.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-28 09:38:16
- Link: https://www.politico.com/news/2023/09/28/joe-biden-democracy-arizona-mccain-speech-00118722
- Title: Biden evokes McCain’s memory as he warns of Trump’s threat to democracy
- <Description<
- [#[
- The president spent the bulk of his speech in Arizona warning of his predecessor’s threat to democracy.
- ]#]
- >Description>
- >Item>
- >Brew>
->>
+++ /dev/null
-<<CNF_FEED<TREE>
- Release: 1
- Version: 1.0
- <Feed<
- Expires: 2023-10-11 08:00:00
- File: ./rss_output/tree_feed_The_Perl_Foundation_RSS_Feed.cnf
- Published: 2023-10-02 09:57:20.191 UTC
- Title: The Perl Foundation News
- URL: https://news.perlfoundation.org/rss.xml
- [#[
- The Perl Foundation is dedicated to the advancement
- of the Perl programming language through open discussion, collaboration, design, and code.
- The Perl Foundation is a non-profit organization* based in Holland, Michigan
- ]#]
- >Feed>
- <Brew<
- <Item<
- Date: 2023-09-28 16:06:02
- Link: https://news.perlfoundation.org/post/pevans-perl-core
- Title: Grant Application (P Evans) Perl Core Development
- <Description<
- [#[
- A grant application from Paul Evans has just managed to be squeezed in into this round. Paul needs no introduction; he is one of the few people who speaks XS like a native, and has long been a valuable contributor to the Perl Core, as well as a lot of other interesting ancilliary projects. Also into animatronics, he has many modules dedicated to interacting with electronic interfaces. This application targets
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-22 12:13:50
- Link: https://news.perlfoundation.org/post/maintaining_perl_tonyc_august_2023
- Title: Maintaining Perl (Tony Cook) August 2023
- <Description<
- [#[
- Tony writes: 2023/08/01 Tuesday 0.20 look at new coverity hits, briefly discuss with khw 0.27 github notifications 0.87 #21306 review and briefly comment 0.05 #21084 check latest CI results, apply to blead 0.13 #21296 test blead with the fix, close this PR 0.28 coverity look at older hits, one harmless, another false positive 0.18 #21181 apply to blead, perldelta 0.42 #21212
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-20 09:53:18
- Link: https://news.perlfoundation.org/post/perlgptphase1
- Title: PerlGPT Large Language Model, Phase 1
- <Description<
- [#[
- A new grant application from John Napiorkowski and Robert Grimes, this time targeting the development of a large language model trained specifically to develop Perl Code. These veteran coders suggest that using natural language to generate Perl code may potentially allow one to rapidly generate new APIs and applications, or at least give a skeleton to flesh out into a more elaborate tool.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-14 18:16:06
- Link: https://news.perlfoundation.org/post/perlandkohaconference
- Title: The Perl and Koha Conference
- <Description<
- [#[
- The first ever Perl and Koha conference was held in Helsinki, Finland this year. It featured three main days of Perl and Koha presentations and two days of workshops. Workshops included a Perl training session, a masterclass for new Koha developers, Koha improvement initiatives, discussions on the future of Perl as a language, and more. Koha is the first free open source software library automation package. In use worldwide its
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-09-14 08:37:16
- Link: https://news.perlfoundation.org/post/maintaining_perl_dave_mitchell_june_august_2023
- Title: Maintaining Perl 5 Core (Dave Mitchell): June - August 2023
- <Description<
- [#[
- Dave writes: This is my monthly report on work done during June-August 2023 covered by my TPF perl core maintenance grant. I fixed a performance regression bug related to my 'multiconcat' optimisation work from about 5 years ago. Other than that, I restarted my work on my "make stack reference counted" branch, got it into a working state, and merged it into blead. See below for a detailed explanation. SUMMARY:
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-08-28 08:15:23
- Link: https://news.perlfoundation.org/post/maintaining_perl_tonyc_july_2023
- Title: Maintaining Perl (Tony Cook) July 2023
- <Description<
- [#[
- Tony writes: 2023/07/03 Monday 0.92 #21181 fixes, testing, re-push and push to smoke-me 0.50 #21180 fixes, testing, push for re-CI 1.52 apply one of my PRs, look into unexpected mingw64 failure on another PR 2.94 2023/07/04 Tuesday 0.42 #21120 apply to blead, perldelta update, add to maint votes 0.65 #21132, #21095 apply to blead, perldelta #21202 comment 0.08 #21118, #21060 apply
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-08-28 08:14:18
- Link: https://news.perlfoundation.org/post/maintaining_perl_tonyc_june_2023
- Title: Maintaining Perl (Tony Cook) June 2023
- <Description<
- [#[
- Tony writes: 2023/06/01 Thursday 1.52 #21129 research, testing, comment 1.52 2023/06/05 Monday 2.65 #21073 look at porting C++ test, EU:CB issue 1.02 #21135 research and comment 0.17 #21139 review and comment briefly 0.18 #21095 consider other C++ non-features to add 1.37 #21129 research and long comment 5.39 2023/06/06 Tuesday 0.20 #21135 more research 1.40 #21131 look at making PerlIOStdio not
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-08-28 08:13:02
- Link: https://news.perlfoundation.org/post/maintaining_perl_tonyc_may_2023
- Title: Maintaining Perl (Tony Cook) May 2023
- <Description<
- [#[
- Tony writes: 2023/05/01 Monday 0.40 github notifications 0.27 #21051 check it matches the commits in blead and close 0.45 #21061 review and approve 0.22 #21053 review, comment and approve 0.07 #21042 comment 0.12 #21063 review and approve, comment 0.52 #21044 write test and create reversion branch, push for CI 0.82 #17398 resolve inf/nan, work on XS 0.07 #21044 review CI results
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-08-28 08:11:32
- Link: https://news.perlfoundation.org/post/maintaining_perl_tonyc_april_2023
- Title: Maintaining Perl (Tony Cook) April 2023
- <Description<
- [#[
- Tony writes: 2023/04/03 Monday 0.70 github notifications 0.17 #20811 review CI results, undraft, ask khw to try it out 1.08 work on in name revert 1.95 2023/04/04 Tuesday 1.70 review coverity scan reported issues, open #21005 0.93 #20999 try to reproduce, comment 0.15 #20982 review and approve 0.92 work on in name feature 3.70 2023/04/05 Wednesday 1.07 #20999 reproduce, fixes
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-08-28 08:09:34
- Link: https://news.perlfoundation.org/post/maintaining_perl_tonyc_march_2023
- Title: Maintaining Perl (Tony Cook) March 2023
- <Description<
- [#[
- Tony writes: 2023/03/01 Wednesday 0.63 #20849 better commit subject, bump versions, testing, apply to blead 1.75 #20811 debugging config.sh generation 1.60 #20811 more debug nmake config.sh generation work on it for GNUmakefile, update output timestamp to match sources 3.98 2023/03/02 Thursday 1.00 #20874 review discussion, review some of the related PRs with some comments 0.12 #20873 review and approve
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-08-28 08:07:56
- Link: https://news.perlfoundation.org/post/maintaining_perl_tonyc_february_2023
- Title: Maintaining Perl (Tony Cook) February 2023
- <Description<
- [#[
- Tony writes: 2023/02/01 Wednesday 0.13 github notifications 2.25 #20742 work on tests, find a related issue, work on fix, testing 0.28 #20742 review test results, commits, push for CI 0.35 #20756 review and approve 0.68 feature bundle re-work: debugging mismatch of feature bits to hash 3.69 2023/02/02 Thursday 0.08 github notifications 0.13 #20759 comment 0.07 #20742 review CI results,
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-08-28 08:04:33
- Link: https://news.perlfoundation.org/post/maintaining_perl_tonyc_january_2023
- Title: Maintaining Perl (Tony Cook) January 2023
- <Description<
- [#[
- Tony writes: 2023/01/03 Tuesday 0.08 github notifications 1.40 #20599 review, comments 1.02 #20637 review and comments 0.07 #20621 review and approve 0.40 #20647 review discussion, start to look over code 2.97 2023/01/04 Wednesday 0.30 #20599 follow-up 0.07 #20637 look over discussion 0.47 rfc #32 review and review discussion 0.15 #20667 review and approve 1.35 #20647 more look over code,
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-08-28 08:02:24
- Link: https://news.perlfoundation.org/post/maintaining_perl_dave_mitchell_april_may_2023
- Title: Maintaining Perl 5 Core (Dave Mitchell): April - May 2023
- <Description<
- [#[
- Dave writes: This is my monthly report on work done during April and May 2023 covered by my TPF perl core maintenance grant. The last two months have been a bit light on the perl maintenance front. I did a couple of fixups to Deparse.pm and updated Porting/deparse-skips.txt so that cd t; ./TEST -deparse passes again. SUMMARY: 0:35 disable leaking class test 5:02 fixup deparsing tests 8:26 process p5p
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-08-28 07:59:16
- Link: https://news.perlfoundation.org/post/maintaining_perl_dave_mitchell_march_2023
- Title: Maintaining Perl 5 Core (Dave Mitchell): March 2023
- <Description<
- [#[
- Dave writes: This is my monthly report on work done during March 2023 covered by my TPF perl core maintenance grant. I mainly continued work on making the stack reference counted. Since the basic code is working I concentrated more at looking at distributions which were reported to fail on a perl built with PERL_RC_STACK. SUMMARY: 4:49 BBC: Blead breaks RCLAMP/Devel-LeakTrace-0.06.tar.gz and code TOTAL: 42:27
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-08-28 07:54:04
- Link: https://news.perlfoundation.org/post/maintaining_perl_dave_mitchell_jan_feb_2023
- Title: Maintaining Perl 5 Core (Dave Mitchell): January - February 2023
- <Description<
- [#[
- Dave writes: This is my monthly report on work done during Jan and Feb 2023 covered by my TPF perl core maintenance grant. I mainly continued work on making the stack reference counted. I have now reached a point where, on a perl built with the non-default PERL_RC_STACK define, perl uses a reference-counted stack, and all tests pass distributions>. None of those distributions required any changes to work in the
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-07-25 11:25:39
- Link: https://news.perlfoundation.org/post/grant-extension-tony-cook-2023
- Title: Perl Core Maintenance Grant Extension request
- <Description<
- [#[
- Tony Cooks work in maintaining Perl core continues, including reviewing issues, reproducing faults and applying patches to fix the core continue
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-07-23 12:31:31
- Link: https://news.perlfoundation.org/post/tensor-flow-api-2
- Title: Grant Application: Google TensorFlow API Bindings for Perl, Phase 2
- <Description<
- [#[
- A new Grant Proposal to make Tensor flow accessible to Perl Developers, and bring feature parity with AL in other languages such as Java and Python,
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-07-11 11:39:04
- Link: https://news.perlfoundation.org/post/white-camel-2022-manwar
- Title: Announcing the 2022 White Camel Award recipient
- <Description<
- [#[
- We are pleased to announce Mohammad Sajid Anwar as the White Camel Award 2022 recipient. Mohammad runs the Perl weekly challenge, a coding competition where a group of Perl enthusiasts, from beginners to experts, come together and solve 2 tasks every week. So far the challenge has attracted more than 300 unique participants. Furthermore, Mohammad is one of two active editors of the Perl Weekly Newsletter where he discusses topics
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-07-11 08:35:11
- Link: https://news.perlfoundation.org/post/outreachy-2023-open-food-facts
- Title: Outreachy 2023 - Monalika working on the Open Food Facts project
- <Description<
- [#[
- The Perl Foundation is taking part again this year in the Outreachy program which encourages the participation of underrepresented groups in open source. The foundation is funding one intern, Monalika Patnaik, who will be working on the Open Food Facts project. Monalika’s introduction in her own words: Hi, I'm Monalika Patnaik, a sophomore pursuing Computer Science Engineering from India. Open-Source is my first love and my passion lies mostly in
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-06-01 20:23:24
- Link: https://news.perlfoundation.org/post/hellotprfworldjune1
- Title: Hello (TPRF) World!
- <Description<
- [#[
- Check out our new newsletter! It's packed full of updates and conference information! Hello World 1.pdf Don't want to click that? Here's the text version of the info: **Hello World! Welcome to the first installment of the TPRF Newsletter. Time for another TPRC 2023 update! A reminder to all folks traveling from outside Canada to attend TPRC 2023, go ahead and check that you have your passport! You're going to
- ]#]
- >Description>
- >Item>
- >Brew>
->>
+++ /dev/null
-<<CNF_FEED<TREE>
- Release: 1
- Version: 1.0
- <Feed<
- Expires: 2023-10-11 08:00:00
- File: ./rss_output/tree_feed_The_Sydney_Morning_Herald___World_RSS_Feed.cnf
- Published: 2023-10-02 09:57:59.429 UTC
- Title: Sydney Morning Herald - World
- URL: http://www.smh.com.au/rssheadlines/world/article/rss.xml
- [#[
- The Sydney Morning Herald is Australia's leading news source. The Sydney Morning Herald sets the standard for journalistic excellence for Sydney, Australia, and the rest of the world. From breaking news, to travel and fashion, The Sydney Morning Herald continues to transform the way Australians get their news.
- ]#]
- >Feed>
- <Brew<
- <Item<
- Date: 2023-10-02 17:01:38
- Link: https://www.smh.com.au/world/north-america/world-of-photos-october-3-2023-20231002-p5e96q.html?ref=rss&utm_medium=rss&utm_source=rss_world
- Title: World of Photos - October 3, 2023
- <Description<
- [#[
- The best photos from the international wire agencies as chosen by our picture editors.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-10-02 16:56:25
- Link: https://www.smh.com.au/world/at-least-nine-dead-after-church-roof-collapses-in-mexico-20231002-p5e96r.html?ref=rss&utm_medium=rss&utm_source=rss_world
- Title: At least nine dead after church roof collapses in Mexico
- <Description<
- [#[
- At least nine people have been killed and a further 50 injured after a church roof collapsed during a Sunday mass in Mexico.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-10-02 15:08:52
- Link: https://www.smh.com.au/world/europe/nato-confirms-600-british-soldiers-will-be-deployed-in-kosovo-20231002-p5e94s.html?ref=rss&utm_medium=rss&utm_source=rss_world
- Title: Nato confirms 600 British soldiers will be deployed in Kosovo
- <Description<
- [#[
- Serbia refuses to recognise the independence of its former southern province, and denied it trained the group of 30 men who shot at police and killed an officer.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-10-02 13:26:15
- Link: https://www.smh.com.au/world/north-america/social-media-paedophile-catcher-shot-dead-after-confronting-man-20231002-p5e93x.html?ref=rss&utm_medium=rss&utm_source=rss_world
- Title: Social media ‘paedophile catcher’ shot dead after confronting man
- <Description<
- [#[
- “Boopac Shakur” posed online as a 15-year-old girl to lure alleged predators into meetings and published content to his nearly 50,000 social media followers.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-10-02 12:21:10
- Link: https://www.smh.com.au/world/at-least-one-person-dead-after-bomb-blast-in-turkey-20231002-p5e93l.html?ref=rss&utm_medium=rss&utm_source=rss_world
- Title: At least one person dead after bomb blast in Turkey
- <Description<
- [#[
- Terrorists carry out bomb attack near government building in Ankara, Turkey says.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-10-02 12:05:10
- Link: https://www.smh.com.au/world/at-least-13-people-killed-during-spanish-nightclub-fire-20231002-p5e8zw.html?ref=rss&utm_medium=rss&utm_source=rss_world
- Title: At least 13 people killed during Spanish nightclub fire
- <Description<
- [#[
- Spanish nightclub fire kills at least 13 people as rescuers search for victims.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-10-02 11:52:51
- Link: https://www.smh.com.au/world/europe/rebooted-sunak-fires-starting-gun-on-de-facto-election-campaign-20231002-p5e8z6.html?ref=rss&utm_medium=rss&utm_source=rss_world
- Title: Rebooted Sunak fires starting gun on de facto election campaign
- <Description<
- [#[
- There is speculation the British prime minister could go to the polls within the next 12 months, particularly if the country’s economy improves.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-10-02 11:49:56
- Link: https://www.smh.com.au/world/grizzly-bear-kills-two-backpackers-in-banff-20231002-p5e934.html?ref=rss&utm_medium=rss&utm_source=rss_world
- Title: Grizzly bear kills two backpackers in Banff
- <Description<
- [#[
- Bear kills two people in remote corner of Canada’s Banff National Park.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-10-02 11:26:01
- Link: https://www.smh.com.au/world/north-america/the-trump-voters-favourite-kennedy-could-now-be-a-threat-to-trump-20231002-p5e90j.html?ref=rss&utm_medium=rss&utm_source=rss_world
- Title: The Trump voters’ favourite Kennedy could now be a threat to Trump
- <Description<
- [#[
- Indications seem to be that Kennedy’s potential base (conspiratorial, anti-establishment, anti-vaccine people) overlaps significantly with Trump-oriented voters.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-10-02 10:25:38
- Link: https://www.smh.com.au/world/europe/pro-russia-trumpist-ex-pm-wins-slovakia-poll-in-fresh-worry-for-ukraine-alliance-20231002-p5e90n.html?ref=rss&utm_medium=rss&utm_source=rss_world
- Title: Pro-Russia, Trumpist ex-PM wins Slovakia poll in fresh worry for Ukraine alliance
- <Description<
- [#[
- Robert Fico’s victory could bring another anti-Ukraine voice into the EU alongside Hungary’s prime minister Viktor Orban.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-10-02 08:00:00
- Link: https://www.smh.com.au/world/europe/royal-family-website-targeted-in-russian-cyberattack-20231002-p5e8zo.html?ref=rss&utm_medium=rss&utm_source=rss_world
- Title: Royal family website ‘targeted in Russian cyberattack’
- <Description<
- [#[
- The pro-Kremlin group has become known for denial of service cyber campaigns against countries supporting Ukraine, particularly NATO nations.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-10-02 05:55:10
- Link: https://www.smh.com.au/world/north-america/bring-it-on-republican-house-speaker-to-face-a-far-right-mutiny-amid-funding-battle-20231002-p5e8zp.html?ref=rss&utm_medium=rss&utm_source=rss_world
- Title: Republican chaos, division grips Congress
- <Description<
- [#[
- The stopgap funding bill House Speaker Kevin McCarthy succeeded in passing did not include additional money for Ukraine’s war effort, an issue that has divided Republicans.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-10-02 05:30:00
- Link: https://www.smh.com.au/world/oceania/daily-ram-raids-and-a-shooting-nz-s-crime-wave-is-serious-or-so-you-would-think-20230928-p5e8ee.html?ref=rss&utm_medium=rss&utm_source=rss_world
- Title: Daily ram raids and a shooting: NZ’s crime wave is serious, or so you would think
- <Description<
- [#[
- Crime has taken centre stage ahead of this month’s general election, but some voices say the narrative is simply part of the “conservative playbook” to win power.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-10-02 05:00:00
- Link: https://www.smh.com.au/world/north-america/the-us-needs-a-good-president-and-biden-s-been-good-for-us-20230928-p5e8bq.html?ref=rss&utm_medium=rss&utm_source=rss_world
- Title: The US needs a good president, and Biden’s been good for us
- <Description<
- [#[
- Joe Biden is a fine leader whose policies have favoured Australia’s interests. Another Trump White House would be a disaster for us.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-10-02 01:00:00
- Link: https://www.smh.com.au/world/asia/how-do-you-deliver-mail-to-someone-with-no-fixed-address-20230918-p5e5m1.html?ref=rss&utm_medium=rss&utm_source=rss_world
- Title: How do you deliver mail to someone with no fixed address?
- <Description<
- [#[
- Three words are being used to deliver mail to nomadic herders in Mongolia, direct taxis in Tokyo and mark the locations of walkers around Sydney harbour.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-10-01 17:33:59
- Link: https://www.smh.com.au/world/europe/world-of-photos-october-2-2023-20231001-p5e8xe.html?ref=rss&utm_medium=rss&utm_source=rss_world
- Title: World of Photos, October 2, 2023
- <Description<
- [#[
- The best photos from the international wire agencies as chosen by our picture editors.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-10-01 15:41:16
- Link: https://www.smh.com.au/world/europe/service-stations-hire-staff-to-stop-drivers-fighting-over-car-chargers-20231001-p5e8wt.html?ref=rss&utm_medium=rss&utm_source=rss_world
- Title: Service stations hire staff to stop drivers fighting over car chargers
- <Description<
- [#[
- Britain’s biggest motorway service station provider has brought in marshals to police “charge rage” among electric vehicle drivers fighting to use plug-in points.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-10-01 14:53:55
- Link: https://www.smh.com.au/world/asia/chinese-lottery-ticket-sales-soar-amid-weak-economy-job-prospects-20231001-p5e8wj.html?ref=rss&utm_medium=rss&utm_source=rss_world
- Title: Chinese lottery ticket sales soar amid weak economy, job prospects
- <Description<
- [#[
- Some social media commentators linked the sharp rise in lottery sales to young people’s deepening economic worries as youth unemployment rate hits record highs.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-10-01 13:40:46
- Link: https://www.smh.com.au/world/north-america/republicans-force-us-to-drop-ukraine-aid-at-threat-of-government-shutdown-20231001-p5e8w4.html?ref=rss&utm_medium=rss&utm_source=rss_world
- Title: Republicans force US to drop Ukraine aid at threat of government shutdown
- <Description<
- [#[
- Republican House Speaker Kevin McCarthy backed down from hardliners’ demands to keep the country running, but the deal includes no money for Ukraine.
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-10-01 13:30:00
- Link: https://www.smh.com.au/world/asia/to-protect-nation-s-feelings-beijing-poised-to-regulate-what-people-can-wear-20230928-p5e89d.html?ref=rss&utm_medium=rss&utm_source=rss_world
- Title: To protect nation’s ‘feelings’, Beijing poised to regulate what people can wear
- <Description<
- [#[
- In China, where fashion has been used as a weapon, a new law threatens fines of up to $1000 for clothes that “undermine the spirit” of the nation.
- ]#]
- >Description>
- >Item>
- >Brew>
->>
+++ /dev/null
-<<CNF_FEED<TREE>
- Release: 1
- Version: 1.0
- <Feed<
- Expires: 2023-11-03 08:00:00
- File: ./rss_output/tree_feed_Viral_Now.cnf
- Published: 2023-10-25 10:03:47.508 UTC
- Title: Viral Now
- URL: https://viralnow.uk/feed/
- [#[
- ViralNow is a dynamic online platform at the forefront of curating and delivering trending and viral content. ViralNow brings you the latest and most engaging stories, videos, and articles from around the world.
- ]#]
- >Feed>
- <Brew<
- <Item<
- Date: 2023-10-25 09:50:58
- Link: https://viralnow.uk/one-killed-two-others-hurt-in-north-charlotte-shooting-cmpd-says/
- Title: One killed, two others hurt in north Charlotte shooting, CMPD says
- <Description<
- [#[
- One person has died and two others have been hurt following a shooting in north Charlotte early Wednesday morning. The Charlotte-Mecklenburg Police Department says the shooting occurred just before midnight inside a gas station on Beatties Ford Road. At the scene, police found three victims with gunshot wounds. One of those victims died at the<a class="article-read-more" href="https://viralnow.uk/one-killed-two-others-hurt-in-north-charlotte-shooting-cmpd-says/"><i class="flownewsicon fa-angle-double-right"></i></a>
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-10-25 09:39:43
- Link: https://viralnow.uk/leader-of-lebanons-hezbollah-holds-talks-with-senior-hamas-and-palestinian-islamic-jihad-figures/
- Title: Leader of Lebanon’s Hezbollah holds talks with senior Hamas and Palestinian Islamic Jihad figures
- <Description<
- [#[
- In this photo released on Wednesday, Oct. 25, 2023, by the Hezbollah Media Relations Office, Hezbollah leader Sayyed Hassan Nasrallah, right, meets with Ziad al-Nakhleh, the head of Palestinian Islamic Jihad, center, and Hamas deputy chief, Saleh al-Arouri, in Beirut, Lebanon. Nasrallah met with top Hamas and Palestinian Islamic Jihad officials, their first reported meeting<a class="article-read-more" href="https://viralnow.uk/leader-of-lebanons-hezbollah-holds-talks-with-senior-hamas-and-palestinian-islamic-jihad-figures/"><i class="flownewsicon fa-angle-double-right"></i></a>
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-10-25 08:49:48
- Link: https://viralnow.uk/was-the-victim-of-patersons-latest-homicide-looking-to-rob-the-man-who-killed-him/
- Title: Was the victim of Paterson’s latest homicide looking to rob the man who killed him?
- <Description<
- [#[
- PATERSON — The teenager killed during a shootout near a popular Paterson food truck early Sunday morning may have been part of a group of young men trying to commit an armed robbery, law enforcement sources said. But the robbers chose the wrong victim — someone who was carrying his own gun and resisted being<a class="article-read-more" href="https://viralnow.uk/was-the-victim-of-patersons-latest-homicide-looking-to-rob-the-man-who-killed-him/"><i class="flownewsicon fa-angle-double-right"></i></a>
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-10-25 08:38:28
- Link: https://viralnow.uk/republican-house-members-turn-into-complete-jerks-after-trump-question/
- Title: Republican House Members Turn Into Complete Jerks After Trump Question
- <Description<
- [#[
- House Republicans unveiled their latest nominee for speaker on Tuesday night ― and there are some things they absolutely do not want to talk about. Specifically, Donald Trump’s attempts to undermine democracy, overturn the results of the 2020 election and remain in power despite losing the vote. Rep. Mike Johnson (R-La.) was a key player<a class="article-read-more" href="https://viralnow.uk/republican-house-members-turn-into-complete-jerks-after-trump-question/"><i class="flownewsicon fa-angle-double-right"></i></a>
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-10-25 07:48:52
- Link: https://viralnow.uk/missing-man-may-have-been-murdered-police-say/
- Title: Missing man may have been murdered, police say
- <Description<
- [#[
- Police investigating the disappearance of man from south London now believe he may have been murdered. Justin Henry, 34, was last seen on CCTV on 15 October at a McDonald’s drive-through in Croydon. His car was seen recorded on CCTV later that evening near Crystal Palace. It is thought another person was driving the vehicle.<a class="article-read-more" href="https://viralnow.uk/missing-man-may-have-been-murdered-police-say/"><i class="flownewsicon fa-angle-double-right"></i></a>
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-10-25 07:37:54
- Link: https://viralnow.uk/trump-rages-as-former-acolytes-turn-against-him-under-legal-heat/
- Title: Trump rages as former acolytes turn against him under legal heat
- <Description<
- [#[
- Donald Trump’s wealth, power and fame acted like a magnet for new associates keen to enter his orbit. But now, key figures who sought a share of his reflected glory are turning against him to save themselves. The ex-president absorbed a trio of blows Tuesday that worsened his legal peril and underscored how the 2024<a class="article-read-more" href="https://viralnow.uk/trump-rages-as-former-acolytes-turn-against-him-under-legal-heat/"><i class="flownewsicon fa-angle-double-right"></i></a>
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-10-25 06:47:40
- Link: https://viralnow.uk/gsks-common-respiratory-virus-vaccine-shows-potential-in-adults-aged-50-59/
- Title: GSK’s common respiratory virus vaccine shows potential in adults aged 50-59
- <Description<
- [#[
- (Reuters) -GSK said its vaccine for respiratory syncytial virus (RSV) showed positive preliminary results in a late-stage trial to protect adults aged 50 to 59 from the disease that causes thousands of hospitalisations and deaths annually. The British drugmaker’s shot, called Arexvy, met the primary goal in the Phase-III trial of eliciting an immune response<a class="article-read-more" href="https://viralnow.uk/gsks-common-respiratory-virus-vaccine-shows-potential-in-adults-aged-50-59/"><i class="flownewsicon fa-angle-double-right"></i></a>
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-10-25 06:37:12
- Link: https://viralnow.uk/analysis-china-chases-us-and-russia-guided-missile-submarine-capabilities-with-new-vessels/
- Title: Analysis-China chases US and Russia guided-missile submarine capabilities with new vessels
- <Description<
- [#[
- By Greg Torode HONG KONG (Reuters) – China has launched its first nuclear-powered guided missile submarines, according to the Pentagon’s latest report on China’s military – giving it land and sea attack options once the sole province of U.S. and Russian vessels. The Pentagon report, published Oct. 20, marks the first apparent confirmation that modified<a class="article-read-more" href="https://viralnow.uk/analysis-china-chases-us-and-russia-guided-missile-submarine-capabilities-with-new-vessels/"><i class="flownewsicon fa-angle-double-right"></i></a>
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-10-25 05:45:17
- Link: https://viralnow.uk/taiwan-hopeful-of-reaching-tax-deal-with-us-next-year/
- Title: Taiwan hopeful of reaching tax deal with US next year
- <Description<
- [#[
- TAIPEI (Reuters) – Taiwan hopes to reach a long-mooted tax agreement with the United States next year, Finance Minister Chuang Tsui-yun said on Wednesday, which both sides have said will foster more investment and Taipei has long pushed for. Republican and Democratic members of the U.S. House of Representatives introduced legislation in July that would<a class="article-read-more" href="https://viralnow.uk/taiwan-hopeful-of-reaching-tax-deal-with-us-next-year/"><i class="flownewsicon fa-angle-double-right"></i></a>
- ]#]
- >Description>
- >Item>
- <Item<
- Date: 2023-10-25 05:35:53
- Link: https://viralnow.uk/accuser-of-marvel-actor-jonathan-majors-expected-to-be-arrested-wednesday-in-his-misdemeanor-cross-complaint-against-her/
- Title: Accuser of Marvel actor Jonathan Majors expected to be arrested Wednesday in his misdemeanor cross-complaint against her
- <Description<
- [#[
- Grace Jabbari accused Marvel actor Jonathan Majors of hitting her in March 2023. Jabbari, his ex, is expected to be charged with misdemeanor assault Wednesday in Majors’ cross-complaint against her. But prosecutors told the choreographer they’ll drop the NYPD’s charges, Insider has learned. The choreographer ex-girlfriend who accused Jonathan Majors of misdemeanor domestic violence back<a class="article-read-more" href="https://viralnow.uk/accuser-of-marvel-actor-jonathan-majors-expected-to-be-arrested-wednesday-in-his-misdemeanor-cross-complaint-against-her/"><i class="flownewsicon fa-angle-double-right"></i></a>
- ]#]
- >Description>
- >Item>
- >Brew>
->>
width: 12px;
} */
-
-
.log::-webkit-scrollbar:horizontal {
height: 12px;
}
background-color: #0b576461;
color: black;
}
-.ui-button {
- font-size: 12px !important;
- outline-color: transparent;
+.ui-button, .ui-button:visited {
+ font-size: .69rem !important;
+ color: #000000 !important;
}
.ui-button:hover {
background: #00ddfa79;
-webkit-appearance: none;
}
-.log::-webkit-scrollbar:vertical {
+/*.log::-webkit-scrollbar:vertical {
width: 12px;
-}
-
+}*/
.log::-webkit-scrollbar:horizontal {
height: 12px;
}
position: fixed;
float: left;
margin: 0;
- border: 1px solid black;
+ border: 2px solid black;
padding: 5px;
text-align: center;
background: #D4AF37;
border: 2px solid #C2B034;
}
.marg-top-2{
- margin-top: 2px;
+ margin-top: 5px;
}
#frm_login {
background-color: gold;
font-weight: bolder;
}
-.ui-button {
- font-size: 12px !important;
+.ui-button, .ui-button:visited {
+ font-size: .69rem !important;
+ color: #000000 !important;
}
.ui-button:hover {
background: #fad900;
display: block;
padding: .2em .4em;
line-height: 1.5;
- zoom: 1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
color:midnightblue;
}
a:link {
- color: #5c00ff;
+ color: #5c00ff;
}
a:visited {
-color: #d7165a;
-font-style: italic;
+ color: #d7165a;
+ font-style: italic;
}
a:hover {
color: #000000;
a:active {
color: #1eff00;
}
+
#sss_status{
font-size: smaller;
font-style: italic;