Daily Dispatch 1/31/19

Read more about .
the InAlienable program!

InAlienable
Daily Dispatch

January 31, 2019
Countdown to Shutdown v.2.0:

 

// Set the date we're counting down to
var countDownDate = new Date("Feb 15, 2019 0:00:01").getTime();

// Update the count down every 1 second
var x = setInterval(function() {

// Get todays date and time
var now = new Date().getTime();

// Find the distance between now and the count down date
var distance = countDownDate - now;

// Time calculations for days, hours, minutes and seconds
var days = Math.floor(distance / (1000 * 60 * 60 * 24));
var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
var seconds = Math.floor((distance % (1000 * 60)) / 1000);

// Output the result in an element with id="demo"
document.getElementById("demo").innerHTML = days + "d " + hours + "h "
+ minutes + "m " + seconds + "s ";

// If the count down is over, write some text
if (distance < 0) {
clearInterval(x);
document.getElementById("demo").innerHTML = "EXPIRED";
}
}, 1000);

Top News:

Senate Majority Leader Mitch McConnell is saying he is open to anything that will prevent another shutdown, giving his Republican Senators on the conference committee extra leeway to negotiate a deal. Democrats are also signaling a willingness to give a little on border “fencing” where there is evidence such fencing is needed, but are still steadfast against a wall. Instead, they’re offering money for drug scanning technology at ports of entry, improvements to CBP facilities (intended to improve conditions for asylum seekers taken into CBP custody), and HSI investigations of human trafficking. They also seek to increase aid to Central America.

Neither side wants a shutdown. Bills are being introduced that would effectively ban shutdowns. One such bill, introduced by Senator Mark Warner (D-VA), is called the “Stop STUPIDITY (Shutdowns Transferring Unnecessary Pain and Inflicting Damage In The coming Years) Act” (they really could have done a better job with the acronym, srsly).

Trump’s rage tweeting about “WALL” leaves people wondering whether he’ll be willing to sign a compromise bill, fearful of negative coverage from Fox News and outrage from his base. One hope had been that semantics would win the day - with terms like "barrier" and "security" allowing both sides to claim victory - but Trump shot that down in a tweet this morning (see below). Still, the chances of shutdown might be shrinking, as the White House is finalizing the executive order to declare a national emergency in order to pilfer funds from FEMA and other agencies for WALL.

Here’s a sampling of the 13 tweets Trump has sent so far today:

Meanwhile...

  • New Jersey Rep. Bonnie Watson Coleman has Victorina Morales, an undocumented worker recently fired from Trump’s Bedminster golf club, to attend the State of the Union address.
  • Bloomberg Government that government spending on detention and ICE operations has grown 40% over the past four years, even as Trump asks for more and more and more. Most of this increase is going straight into the pockets of CoreCivic and GEO Group, the private prison companies that ICE contracts to run detention facilities and detainee transportation.
  • Cardinal Joseph Tobin, archbishop of Newark, penned an for the NYT on “The ‘Ethics’ of Trump’s Border Wall,” with the subtitle, “a wall would cause harm to immigrants and refugees, all of whom are equal to us in the eyes of God.”

More News:

From : “End Forced Labor in Immigrant Detention”

From : “He Says ‘Wall,’ They Say ‘Border Security’: A Glossary of the Border Debate”

From the : “ICE force-feeding detainees on hunger strike”

From : “ICE told hundreds of immigrants to show up to court Thursday — for many, those hearings are fake”

From : “Even Trump’s Allies Are Questioning Kushner’s Doomed Immigration Plan”

From : “Kirstjen Nielsen spars with House Dems on oversight as Trump’s immigration team pushes back”

From : “A Texas School District Is Helping Immigrants Facing Deportation. Here’s Why.”