Skip to main content

States strategize to protect voters as COVID-19 changes some primary plans

This week brings another batch of Democratic primaries, this time in Arizona, Florida, Illinois and Ohio. But a lot has changed since Super Tuesday. Lately, a lot changes every hour.

In a joint statement last Friday, top election officials from the four states with a primary scheduled on March 17 addressed concerns about COVID-19.

“Americans have participated in elections during challenging times in the past, and based on the best information we have from public health officials, we are confident that voters in our states can safely and securely cast their ballots in this election, and that otherwise healthy poll workers can and should carry out their patriotic duties on Tuesday,” they wrote.

Three days after Ohio’s top election official reassured voters that the primaries would continue as planned, the state’s situation seemed to be in flux. On Monday, Ohio Gov. Mike DeWine supported an eleventh hour lawsuit to push the state’s primary back.

“We cannot tell people to stay inside, but also tell them to go out and vote,” DeWine argued on Twitter.

 

On Monday evening, a state judge rejected the request. Judge Richard Frye ruled that it was too late to make changes to the Ohio primary and that there was no assurance that the risk posed by the novel coronavirus could still be present months later.

“The doctors giving briefings in the national media suggest it could be months before we get to the point where there is stability,” Frye said of the decision.

While Gov. DeWine requested that the primary be pushed back to June, an attorney for the Ohio Democratic Party requested that it be moved to April 28, the same day as Connecticut, New York and other states in the Northeast. But as of Monday night, Ohio’s primary will continue as planned.

In a Facebook post over the weekend, Ohio Secretary of State Frank LaRose, the state’s top election official, reassured voters that Ohio’s 88 county election boards have been working with the CDC and the Ohio Department of Health on safety practices to prevent the spread of the coronavirus.

“Voters should practice social distance in line, and though every effort is made to avoid it, some lines may be a bit longer, but none of this should discourage voters from participating,” LaRose said in a statement Sunday.

Ahead of its own Tuesday primary, Arizona Secretary of State Katie Hobbs issued some safety guidelines on Twitter.

In a statement, Hobbs said that the decision to continue with voting was “not made lightly” and that there might not be a safer time in the near future for voting to take place.

“My message to voters is, stay informed and make a decision that is right for you,” Hobbs said, mentioning curbside voting locations and drive-up ballot drop boxes.

On Twitter, Florida Secretary of State Laurel Lee encouraged residents to vote early and reassured residents that the state is “aware of voters’ concerns over #COVID19.” In an op-ed, Lee also noted that voters in assisted living facilities will be allowed to vote “without public exposure.”

In some states, polling locations have been relocated to mitigate the risks of the coronavirus. In any state voting Tuesday, primary voters are encouraged to double check their polling location before heading out to vote.

The state of Louisiana was the first to postpone its primary, which was set for April 4. Now, voting will take place on June 20. Georgia pushed its primary back two months from March 24 to May 19. The state of Kentucky will delay its own voting from May 19 to June 23.



from TechCrunch https://ift.tt/2U9x8Yc

Comments

Popular posts from this blog

How To Play Doom – And More – On An NES

Doom was a breakthrough game for its time, and became so popular that now it’s essentially the “Banana For Scale” of hardware hacking. Doom has been ported to countless devices, most of which have enough processing ability to run the game natively. Recently, this lineup of Doom-compatible devices expanded to include the NES even though the system definitely doesn’t have enough capability to run it without special help. And if you want your own Doom NES cartridge, this video will show you how to build it . We featured the original build from [TheRasteri] a while back which goes into details about how it’s possible to run such a resource-intensive game on a comparatively weak system. You just have to enter the cheat code “RASPI”. After all the heavy lifting is done, it’s time to put it into a realistic-looking cartridge. To get everything to fit in the donor cartridge, first the ICs in the cartridge were removed (except the lockout IC) and replaced with custom ROM chips. Some modifica...

Try NopSCADlib for your Next OpenSCAD Project

Most readers of this site are familiar by now with the OpenSCAD 3D modeling software, where you can write code to create 3D models. You may have even used OpenSCAD to output some STL files for your 3D printer. But for years now, [nophead] has been pushing OpenSCAD further than most, creating some complex utility and parts libraries to help with modeling, and a suite of Python scripts that generate printable STLs, laser-ready DXFs, bills of material, and human-readable assembly instructions complete with PNG imagery of exploded-view sub-assemblies. Recently [nophead] tidied all of this OpenSCAD infrastructure up and released it on GitHub as NopSCADlib . You can find out more by browsing through the example projects and README file in the repository, and by reading the announcement blog post on the HydraRaptor blog . Some functionality highlights include: a large parts library full of motors, buttons, smooth rod, et cetera many utility functions to help with chamfers, fillets, precis...

The Newbie’s Guide To JTAG

Do you even snarf? If not, it might be because you haven’t mastered the basics of JTAG and learned how to dump, or snarf, the firmware of an embedded device. This JTAG primer will get you up to snuff on snarfing, and help you build your reverse engineering skills. Whatever your motivation for diving into reverse engineering devices with microcontrollers, JTAG skills are a must, and [Sergio Prado]’s guide will get you going. He starts with a description and brief history of the Joint Test Action Group interface, from its humble beginnings as a PCB testing standard to the de facto standard for testing, debugging, and flashing firmware onto devices. He covers how to locate the JTAG pads – even when they’ve been purposely obfuscated – including the use of brute-force tools like the JTAGulator . Once you’ve got a connection, his tutorial helps you find the firmware in flash memory and snarf it up to a file for inspection, modification, or whatever else you have planned. We always apprec...