Skip to main content

San Francisco’s shelter-in-place order does not apply to gig workers

Earlier today, San Francisco Mayor London Breed announced a shelter-in-place order in an attempt to slow the spread of COVID-19. The order legally requires people to stay home as much as possible unless it’s essential that they leave to do things like go to the grocery store, buy gas or go to the pharmacy. So, no more going out to restaurants, gyms or nightclubs. Residents can, however, still order food for delivery from restaurants, as well as take Uber and Lyft rides, but “only for essential travel.”

That means workers for Postmates, Instacart, DoorDash, and UberEats are still on the hook for delivering food to people, and rideshare drivers transporting passengers are at risk of contracting the virus.

As some gig workers have advocated since the beginning of the year, it’s time for California to fully enforce gig worker protections law AB 5 to ensure all of these workers have access to paid sick leave, disability, family leave and unemployment insurance. Recently, Gig Workers Rising sent a letter to California Gov. Gavin Newsom and other state officials, asking them to step in and protect workers during this pandemic.

“We are demanding that state officials protect gig workers during the coronavirus pandemic by fully enforcing AB5 and ensuring workers have access to benefits like paid sick leave, disability, family leave and unemployment insurance,” rideshare driver and Gig Workers Rising member Steve Gregg wrote in the letter. “Over the next weeks and months, these actions will be the difference between who gets to live, who gets to keep their housing, who gets to eat, and who doesn’t.”

Gig economy companies have begun taking steps to help gig workers. Uber, for example, set up funds to support drivers who are infected or placed in quarantine by a public health authority. Instacart introduced a sick pay policy for in-store shoppers and extended pay for all shoppers, including independent contractors, who are affected by COVID-19. Similarly, Postmates has started offering two weeks of paid sick leave for people who test positive for the virus.

While these companies are able to subside some financial worries, these workers are still left without disability, family leave and unemployment insurance. Some workers are also without health insurance. Sure, these companies are not forcing people to keep driving and delivering food for them, but many people need the income in order to pay their rent or mortgages, and support their families.

“Sickness is not an option for me because not working is not an option,” rideshare driver and Gig Workers Rising member Edan A. said in a statement last week. “If I do get sick, I will have to continue to work or I will lose my ability to exist – it’s not just income. Before the coronavirus outbreak, I managed to pay my bills on a monthly basis, with no room for error. Here are the things at risk: paying rent, my car payment, my health insurance, and of course food. If I have to stop working without any safety net I would lose all of these things.”



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

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...