-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
529 lines (514 loc) · 28.6 KB
/
Copy pathindex.html
File metadata and controls
529 lines (514 loc) · 28.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>The DGG Pragmatic Papers</title>
<link
data-react-helmet="true"
rel="shortcut icon"
href="/assets/favicon.ico"
type="image/x-icon"
/>
<link rel="stylesheet" href="/css/styles.css" />
<script
async=""
src="https://www.googletagmanager.com/gtag/js?id=G-R13B7T2SGY"
></script>
<script src="/js/analytics.js"></script>
<script>
// New website popup functionality
document.addEventListener('DOMContentLoaded', function() {
const popup = document.getElementById('new-site-popup');
const closeBtn = document.getElementById('popup-close-btn');
const viewLegacyBtn = document.getElementById('view-legacy-btn');
// Check if user has already dismissed the popup
const hasSeenPopup = localStorage.getItem('pragmaticpapers-popup-dismissed');
if (hasSeenPopup) {
popup.style.display = 'none';
}
// Close popup functionality
function closePopup() {
popup.classList.add('hidden');
setTimeout(() => {
popup.style.display = 'none';
// Remember that user has seen the popup
localStorage.setItem('pragmaticpapers-popup-dismissed', 'true');
}, 300);
}
// Event listeners
closeBtn.addEventListener('click', closePopup);
viewLegacyBtn.addEventListener('click', closePopup);
// Close popup when clicking outside of it
popup.addEventListener('click', function(e) {
if (e.target === popup) {
closePopup();
}
});
// Close popup with Escape key
document.addEventListener('keydown', function(e) {
if (e.key === 'Escape' && popup.style.display !== 'none') {
closePopup();
}
});
});
</script>
<meta
name="google-site-verification"
content="fmJMGQNzt7v5bPW9ZxqzFdn1wHu9EJT4W00N3wp1pZs"
/>
<meta http-equiv="refresh" content="5; URL=https://pragmaticpapers.com/" />
<link rel="canonical" href="https://pragmaticpapers.com/" />
</head>
<body>
<!-- New Website Popup -->
<div id="new-site-popup" class="popup-overlay">
<div class="popup-content">
<div class="popup-header">
<h3>We've Moved!</h3>
<button class="popup-close" id="popup-close-btn" aria-label="Close popup">×</button>
</div>
<div class="popup-body">
<p>The Pragmatic Papers has moved to a new home!</p>
<p>Visit our updated website at <strong>pragmaticpapers.com</strong> for the latest content and improved experience.</p>
<div class="popup-buttons">
<a href="https://pragmaticpapers.com/" class="popup-btn primary" target="_blank" rel="noopener noreferrer">
Visit New Site
</a>
<button class="popup-btn secondary" id="view-legacy-btn">
View Legacy Site
</button>
</div>
</div>
</div>
</div>
<header>
<img
class="logo"
src="/assets/pragmaticpapers.svg"
alt="Black and Blue Pragmatic Papers Logo"
width="293"
height="87"
/>
</header>
<div class="volumes-title">
<h1>Volumes</h1>
</div>
<div class="author">
<span
>designed by
<strong
><a href="https://reddit.com/user/mrmorningstar42"
>u/mrmorningstar42</a
></strong
></span
>
</div>
<div class="volumes">
<div class="volume">
<div class="volumeinfo">
<span class="volumetitle">Volume XVIII</span>
<span class="volumedate">June 30</span>
</div>
<div class="volumedata">
<a class="volumelink" href="/18">
<h2 class="htitle">
Unclean Hands, Unchecked Power: Supreme Court Greenlights 'Third Country' Deportations • Aid Under Fire - The Collapse of Humanitarian Credibility in Gaza • Unlawful Assemblies and Unfinished Arguments • Ukraine's War Effort from Kursk to Kostiantynivka (June 22–28) • Debt Brakes and Austerity: When Fiscal Rules Ignore Returns • Executive Order Weekly Report - Week of June 09, 2025 • Executive Order Weekly Report - Week of June 16, 2025
</h2>
<p class="volumedescription">
The Supreme Court's 6-3 decision allowing the government to deport immigrants to countries they're not associated with without proper notice raises serious constitutional and humanitarian concerns; The Israeli-American aid distribution model in Gaza has created zones where humanitarian assistance is inseparable from military operations, leading to civilian casualties and ethical concerns; The clash between ICE raids and protesters in Los Angeles reveals the complex intersection of immigration policy, civil disobedience, and government response in sanctuary cities; As Russia intensifies its offensive with devastating strikes, Ukraine continues to hold territory in Kursk while facing renewed assaults on the eastern front; Germany's constitutional debt brake and UK austerity policies demonstrate how rigid fiscal rules can harm long-term growth and create hidden costs that outweigh short-term savings; Analysis of Executive Order 14308 on wildfire prevention and response, examining its substance and potential impact on federal wildfire management; Coverage of Executive Orders 14309 and 14310, including the US-UK Economic Prosperity Deal and the TikTok enforcement delay extension.
</p>
</a>
<div class="squigglestatic"></div>
</div>
</div>
<div class="volume">
<div class="volumeinfo">
<span class="volumetitle">Volume XVII</span>
<span class="volumedate">June 22</span>
</div>
<div class="volumedata">
<a class="volumelink" href="/17">
<h2 class="htitle">
On the Brink: The Israel-Iran War, U.S. Strikes, and the Future of the Middle East • Targeted for Public Service: Minnesota Leaders Caught in Deadly Plot • They Want It All: Putin's Open Threats, Trump's Silence, and Why We Can't Give Up • Right to Treatment • Syria's New Dawn Appears Darkly Authoritarian
</h2>
<p class="volumedescription">
The American strike on Iran's nuclear facilities marks a decisive rupture in the shadow war between Jerusalem and Tehran, with unprecedented implications for regional stability; The assassination of Minnesota lawmaker Melissa Hortman and attempted assassination of State Senator John Hoffman reveal the dangerous intersection of political extremism and violence; As Russia intensifies its offensive with record drone attacks, Putin's mask-off statements reveal his true intentions while Trump's administration quietly abandons pressure on Moscow; The Supreme Court's decision upholding Tennessee's ban on gender-affirming care for minors could have sweeping consequences for transgender rights and the future of judicial activism; Six months after the fall of Bashar al-Assad, Syria's new interim government under Ahmad al-Sharaa reveals an emerging trajectory toward Islamist authoritarianism.
</p>
</a>
<div class="squigglestatic"></div>
</div>
</div>
<div class="volume">
<div class="volumeinfo">
<span class="volumetitle">Volume XVI</span>
<span class="volumedate">June 16</span>
</div>
<div class="volumedata">
<a class="volumelink" href="/16">
<h2 class="htitle">
Rising Lion: An Opening Salvo • The Stage is Yours (Part 3) • Seeing What You Want to See: RFK, Vaccines, and the Media Mirror • New Chapter, Old Wounds: South Korea's Political Crossroads • The many faces of Karol Nawrocki, the new polish president • One Million and Counting • Executive Order Weekly Report - Week of June 02, 2025
</h2>
<p class="volumedescription">
Israel launches a sweeping military campaign against Iran, marking a dramatic escalation in the region; Nayib Bukele's third act in El Salvador reveals the full extent of his authoritarian transformation; Robert F. Kennedy Jr.'s overhaul of the CDC vaccine panel sparks debate over trust in public health; South Korea faces a pivotal moment after snap elections and the impeachment of its president; Poland elects a controversial new president, raising questions about the country's future in Europe; Ukraine endures staggering losses as Russia intensifies its offensive and Western support wavers; A detailed summary and analysis of the latest executive orders shaping U.S. policy.
</p>
</a>
<div class="squigglestatic"></div>
</div>
</div>
<div class="volume">
<div class="volumeinfo">
<span class="volumetitle">Volume XV</span>
<span class="volumedate">June 9</span>
</div>
<div class="volumedata">
<a class="volumelink" href="/15">
<h2 class="htitle">
California Screamin' • The Making of a Strongman: Unmasking Nayib Bukele's Authoritarian Rule in El Salvador (Part 2) • Sleazebag • Ceasefire Visions: Does Hamas Dream of Electric Peace? • Attack on Science: Trump 2.0 and the NIH • More Than a Woman—And Somehow Less • Ten Years later: The Migration Crisis That Shook Europe • Executive Order Weekly Report - Week of May 26, 2025
</h2>
<p class="volumedescription">
Federal raids and mass protests rock California as the Trump administration escalates its crackdown on immigration and higher education; El Salvador's president tightens his grip on power, revealing the next phase of his authoritarian transformation; The MAGA movement turns on the Federalist Society, exposing deep rifts in the conservative legal world; An in-depth analysis of Hamas's refusal to surrender and the ideological roots of the ongoing Gaza conflict; The Trump administration's overhaul of the NIH threatens the future of American biomedical research; New sex verification rules in women's boxing reignite global debates over gender, fairness, and athletic competition; A decade after Europe's migration crisis, the continent still grapples with the political and social fallout; A detailed summary and analysis of the latest executive orders shaping U.S. policy.
</p>
</a>
<div class="squigglestatic"></div>
</div>
</div>
<div class="volume">
<div class="volumeinfo">
<span class="volumetitle">Volume XIV</span>
<span class="volumedate">June 1</span>
</div>
<div class="volumedata">
<a class="volumelink" href="/14">
<h2 class="htitle">
Famine: The Gaza Humanitarian Catastrophe and the Erosion of Aid Principles • Pathfinder • Istanbul or Bust • The Battle For the Ivory Tower • Stand Up! Fighting Illiberalism: Protests in Slovakia and Hungary • Argentina • The Illusion of Cool: Unmasking Nayib Bukele's Authoritarian Rule in El Salvador (Part 1) • Ruff Considerations • Executive Order Weekly Report - Week of June 1, 2025
</h2>
<p class="volumedescription">
The Gaza humanitarian crisis reaches new depths as aid principles erode under political pressure; A deep dive into NASA's latest mission to explore our solar system's outer reaches; The historic city of Istanbul faces unprecedented challenges in the modern era; Harvard University battles the Trump administration over academic freedom and international student policies; Civil unrest spreads across Eastern Europe as citizens fight against illiberal regimes; Argentina's economic reforms spark nationwide debate and demonstrations; An investigation into El Salvador's authoritarian transformation under President Bukele; A critical analysis of current political discourse and its implications; and a comprehensive review of this week's executive orders and their impact.
</p>
</a>
<div class="squigglestatic"></div>
</div>
</div>
<div class="volume">
<div class="volumeinfo">
<span class="volumetitle">Volume XIII</span>
<span class="volumedate">May 25</span>
</div>
<div class="volumedata">
<a class="volumelink" href="/13">
<h2 class="htitle">
The Big Beautiful Trap • Slam The Brakes: Universal Injunctions in the Trump Admin • The Storm was Natural, the Disaster will be Political • Systemic Orthodoxy • Fool Me Once • Overnight Attacks on Ukraine and the Looming Summer Offensive • Gideon's Chariots • Executive Order Weekly Report - Week of May 12, 2025
</h2>
<p class="volumedescription">
Sweeping tax and welfare reform in the "Big Beautiful Trap" sets the stage for a week of high-stakes legal, political, and global drama: American courts enjoy a right to delay executive orders when they believe that certain actions are unconstitutional. Now, the Roberts Court assesses whether or not to keep that right.; FEMA faces deep cuts as hurricane season looms; a personal look at management dogma in "Systemic Orthodoxy"; Ukraine endures its largest drone assault as Trump's diplomacy with Putin falters; Russia launches new overnight attacks and prepares a summer offensive; Israel embarks on a new ground campaign in Gaza; and the latest Trump executive orders reshape regulatory, veterans, and drug pricing policy.
</p>
</a>
<div class="squigglestatic"></div>
</div>
</div>
<div class="volume">
<div class="volumeinfo">
<span class="volumetitle">Volume XII</span>
<span class="volumedate">May 18</span>
</div>
<div class="volumedata">
<a class="volumelink" href="/12">
<h2 class="htitle">
Road to Brexit • Bridging the Channel: The UK's Strategic Pivot Back to Europe • Deadlock • Checks in the mail • Super Sunday • Path to Impeachment • Executive Order Weekly Report • Occupation by Design
</h2>
<p class="volumedescription">
A deep dive into Britain's journey from postwar idealism to the rancorous politics of Brexit. As the first post-Brexit summit approaches, Starmer faces the challenge of resetting UK-EU relations. The Istanbul peace talks collapse as Russia demands Ukraine's withdrawal from annexed regions. MAGA falls far short of saving promises. Three pivotal European elections that could reshape the continent's political landscape. Impeachment 101, and Democrats' internal debate over strategy. Defunding NPR and PBS, and other executive orders. Israel's Gaza Offensive and the Displacement Dilemma.
</p>
</a>
<div class="squigglestatic"></div>
</div>
</div>
<div class="volume">
<div class="volumeinfo">
<span class="volumetitle">Volume XI</span>
<span class="volumedate">May 11</span>
</div>
<div class="volumedata">
<a class="volumelink" href="/11">
<h2 class="htitle">
Destiny's Dissent: Home Ownership • Europe Strikes Back: EU
Unveils Tariff Retaliation Amid Escalating U.S. Trade
Dispute • Constructing Crisis: The Fabrication of Fraud by
DOGE • In Memory of Leon Greenman, a Holocaust
Survivor • Unity Parades in Moscow, Pressure in Kyiv •
Gaza's Protests and the Fight to be Heard • Executive Order
Weekly Report
</h2>
<p class="volumedescription">
Homeownership's hidden burdens contrast with renting's carefree
ease. EU's $107B tariff retaliation challenges Trump's trade war
tactics. Conservative media peddles DOGE's Social Security fraud
myths. A Life Dedicated to Truth and Resistance. Putin's ceasefire
ploy crumbles as Ukraine and allies rally. Gaza's anti-Hamas
protests challenge narrative control amid war. Executive Order
Weekly Report for the week of April 28, 2025.
</p>
</a>
<div class="squigglestatic"></div>
</div>
</div>
<div class="volume">
<div class="volumeinfo">
<span class="volumetitle">Volume X</span>
<span class="volumedate">May 4</span>
</div>
<div class="volumedata">
<a class="volumelink" href="/10">
<h2 class="htitle">
100 Days, 100 Ways Trump Has Hurt the US • Mineral Deal
Signed: Ukraine Gains Leverage • The Briefest History of
Internal EU Migration • No Data Left Behind • DOGE
Insider Threat • Europe Braces for Impact • Rain of
Fire: The Threat from the North • Executive Order Weekly
Report
</h2>
<p class="volumedescription">
Trump's 100 days unleash chaos, slashing aid and rights. Trump's
Ukraine peace plan stumbles as minerals deal shifts focus. EU
migration reshapes nations, with Bulgaria shrinking and Poland
thriving. Trump's DOGE data grab threatens civil rights, targeting
migrants. DOGE's data breaches and layoffs endanger U.S.
cybersecurity. Europe's defense awakens, eyeing autonomy amid
global threats. Hamas's Al Aqsa Flood sparks devastating northern
Israel conflict. Executive Order Weekly Report for the week of
April 21, 2025.
</p>
</a>
<div class="squigglestatic"></div>
</div>
</div>
<div class="volume">
<div class="volumeinfo">
<span class="volumetitle">Volume IX</span>
<span class="volumedate">April 27</span>
</div>
<div class="volumedata">
<a class="volumelink" href="/09">
<h2 class="htitle">
Judge Detained as Trump Admin Escalates • From Ceasefires to
Car Bombs: Ukraine's Fight Against Capitulation • The
Coalition of the Willing • Chainsaws Aren't Office
Tools • They Make a Desert and Call it Peace • The
Frontline of MAGA Election Attacks • Executive Order Weekly
Report
</h2>
<p class="volumedescription">
Judge Dugan's arrest exposes Trump's judicial intimidation
tactics. Russia's fake truce masks deadly Kyiv strikes as Trump's
peace plan falters. Europe's Coalition of the Willing eyes
Ukraine's defense sans U.S. reliance. State DOGE clones mimic
Elon's reckless cuts, targeting the vulnerable. Gaza's ruin
deepens as ceasefire talks stall and reconstruction stumbles.
North Carolina's Supreme Court race tests MAGA's vote challenges.
Executive Order Weekly Report for the week of April 14, 2025.
</p>
</a>
<div class="squigglestatic"></div>
</div>
</div>
<div class="volume">
<div class="volumeinfo">
<span class="volumetitle">Volume VIII</span>
<span class="volumedate">April 20</span>
</div>
<div class="volumedata">
<a class="volumelink" href="/08">
<h2 class="htitle">
Concepts of a Plan: Trump's Roadmap to Nowhere • Efficiency,
but Make It Eugenics • Is War Next for Israel and
Iran? • Money in Politics 101 • Uncanceled: The Return
of Disgraced Democrats • Zeitenwende and Germany's Role in
European Defense • Executive Order Weekly Report
</h2>
<p class="volumedescription">
Russia's deadly Sumy strike escalates Ukraine tensions. DOGE
slashes homeless aid, disaster relief, and clean energy. Israel
weighs preemptive strike on Iran's nuclear threat. Campaign
finance laws shape political action strategies. Cuomo and
McGreevey eye mayoral comebacks in blue strongholds. Germany's
Zeitenwende redefines European defense. Executive Order Weekly
Report for the week of April 7, 2025.
</p>
</a>
<div class="squigglestatic"></div>
</div>
</div>
<div class="volume">
<div class="volumeinfo">
<span class="volumetitle">Volume VII</span>
<span class="volumedate">April 13</span>
</div>
<div class="volumedata">
<a class="volumelink" href="/07">
<h2 class="htitle">
Trump's Global Trade Disaster • Trust Us, We're the
Government: DOGE Edition • Powerlessness Corrupts •
Russia and Ukraine Ramp up as Peace Deal Stalls •
Israel–Palestine Update • A Little Effort, a Big
Impact • Executive Order Weekly Report
</h2>
<p class="volumedescription">
Indiscriminate trade policy could lead us into economic crisis.
DOGE's murky budget cuts spark transparency concerns. Power tests
conviction, urging action over delusion. Russia escalates Ukraine
strikes as ceasefire talks stall. Israel escalates Gaza offensive,
encircling Rafah. Grassroots resistance surges in a Republican
stronghold. Executive Order Weekly Report for the week of March
31, 2025.
</p>
</a>
<div class="squigglestatic"></div>
</div>
</div>
<div class="volume">
<div class="volumeinfo">
<span class="volumetitle">Volume VI</span>
<span class="volumedate">April 6</span>
</div>
<div class="volumedata">
<a class="volumelink" href="/06">
<h2 class="htitle">
Destiny vs. The Dreaded Billionaires • Trump's Tariffs •
When Beat the Drums of War • Special Elections • Musk's
Exit Wound • Russia Builds and the U.S. Wavers • Why I
Am Optimistic About Ukraine • Executive Order Weekly Report
</h2>
<p class="volumedescription">
Destiny dismantles the myth that billionaires rig U.S. politics.
Trump's 'Liberation Day' tariffs spark economic fears and global
backlash. Opinion piece: Trump's tariff war stems from a
trillion-dollar miscalculation. Special elections bring hope for
Dems despite mixed results. Elon's government stint ends, but the
wreckage lingers. Trump's tariff threats falter as Russia
escalates war on Ukraine. Opinion piece: Allies rally for Ukraine
as Trump's tactics falter. Executive Order Weekly Report for the
week of March 24, 2025.
</p>
</a>
<div class="squigglestatic"></div>
</div>
</div>
<div class="volume">
<div class="volumeinfo">
<span class="volumetitle">Volume V</span>
<span class="volumedate">March 30</span>
</div>
<div class="volumedata">
<a class="volumelink" href="/05">
<h2 class="htitle">
TROs, Contempt, and the Last Stand of the Judiciary • Signal
Chat Fiasco • When a Fail Becomes Too Big to Save •
Ukraine–Russia Update • You Are Playing with Weighted
Dice • Executive Order Weekly Report
</h2>
<p class="volumedescription">
Constitutional showdown as Trump begins deportations. The boys'
group chat gets leaked. What's Elon been doing this week to
"improve" the government? Update on the Ukraine–Russia war. One
DGGer's odds of political action hinge on personal resolve. A
review of Trump's executive orders for the week of March 17, 2025.
</p>
</a>
<div class="squigglestatic"></div>
</div>
</div>
<div class="volume">
<div class="volumeinfo">
<span class="volumetitle">Volume IV</span>
<span class="volumedate">March 23</span>
</div>
<div class="volumedata">
<a class="volumelink" href="/04">
<h2 class="htitle">
Ceasefire In Name Only • DJT flubs IvP • Elon's War on
the Courts • DGGers: Just Show Up • Executive Order
Weekly Report
</h2>
<p class="volumedescription">
Wars get worse as "Peacemaker" fails to make peace in both Ukraine
and in the Middle East. What happens when a billionaire hears
'no', probably for the first time in his life? DGG begins its
infiltration of the Yonkers Young Dems. A review of Trump's
executive orders for the week of March 10, 2025.
</p>
</a>
<div class="squigglestatic"></div>
</div>
</div>
<div class="volume">
<div class="volumeinfo">
<span class="volumetitle">Volume III</span>
<span class="volumedate">March 16</span>
</div>
<div class="volumedata">
<a class="volumelink" href="/03">
<h2 class="htitle">
Schumer Folds • Mahmoud Khalil Arrested • Tesla
Boycott • Russia–Ukraine Update • Trump's Executive
Orders
</h2>
<p class="volumedescription">
What are Democrats doing? Tesla boycott – definitely real,
definitely legal. Or is it? Ukraine attempts to claw back after a
chaotic couple of weeks as Russia ramps up the offensive. Elon and
DOGE attempt to hide from accountability as courts step in. More
of Trump's executive orders reviewed.
</p>
</a>
<div class="squigglestatic"></div>
</div>
</div>
<div class="volume">
<div class="volumeinfo">
<span class="volumetitle">Volume II</span>
<span class="volumedate">March 8</span>
</div>
<div class="volumedata">
<a class="volumelink" href="/02">
<h2 class="htitle">
DOGE and Elon • Russia–Ukraine • Trump's Tariffs •
Trump's Executive Orders
</h2>
<p class="volumedescription">
Pressure mounts as public sentiment sours for the President. The
USA continues to cripple Ukraine as Europe attempts to pick up the
slack. A complete timeline of the continued commercial chaos of
the Trump Admin.
</p>
</a>
<div class="squigglestatic"></div>
</div>
</div>
<div class="volume">
<div class="volumeinfo">
<span class="volumetitle">Volume I</span>
<span class="volumedate">March 2</span>
</div>
<div class="volumedata">
<a
class="volumelink"
href="https://www.reddit.com/r/Destiny/comments/1j1t61a/weekly_news_breakdown_the_first_edition_of_the/"
>
<h2 class="htitle">
Ukraine • Trump's Executive Orders • DOGE/Elon
Updates • The Call: Take the First Step ft. Maxwell Frost
</h2>
<p class="volumedescription">
Zelensky arrives at the White House – things don't go too well.
Trump signs more unhinged executive orders. Is DOGE as popular as
Elon claims? Polls seem to suggest otherwise. Maxwell Frost
elected to Congress.
</p>
</a>
<div class="squigglestatic"></div>
</div>
</div>
</div>
</body>
</html>