Check out our most recent impact report for examples of what you could be working on: https://www.usds.gov/resources/USDS-Impact-Report-2020.pdf
We're looking for the most empathetic, mission-driven, and tenacious technologists who are committed to untangling, rewiring, and redesigning critical government services. We hire folks from all walks of life who have demonstrable experience tackling complicated problems in the public, private, or non-profit sectors.
We're hiring for:
* Software Engineers (Frontend, Backend, Full Stack, DevOps)
* Site Reliability Engineers (SREs) and Security Engineers
* Product Managers
* Data Scientists
* Designers (Generalists, Strategists, User Researchers, Interaction Designers, Content Strategists, Design Operations, and everything in between)
* Procurement Specialists
* Bureaucracy Hackers
* and more!
With regard to remote work during the pandemic, health and safety are our top priority for all employees. Everyone is currently working remotely, and we don’t have any specific timeline to return onsite yet. During this time, all new hires will start fully remote, though the expectation is they will come onsite to the DC metro area when we are able to resume normal operations. We also understand everyone’s circumstances may vary, and we will work closely with each person to make sure their transition works best for them.Come join us in shifting government tech in the right direction -- no prior government experience required!
Read more about getting hired here: https://www.usds.gov/faq
Apply here: https://www.usds.gov/apply
Deleted Comment
Unless they meant full spectrum cbd which includes cbg, CBN, minor THC, and other properties besides just cbd itself
This sensor uses a SenseAir S8, which like most CO2 sensors, has an automatic baseline calibration algorithm enabled [0], which expects to see pure, undiluted fresh air at least once every 8 days. The only way to disable it is explicitly, through the MODBUS interface [1].
Leaving it enabled makes perfect sense in a business or businesslike environment because these environments will be completely unoccupied overnight and have air conditioning, which usually does a daily fresh-air purge, ensuring that the sensor will have regular exposure to fresh air.
However in a residential environment, the auto baseline calibration often doesn't make sense, especially in winter. When the windows are closed and/or people or pets are around, it's very rare for the sensor to see uncontaminated fresh air, so it will see say 500ppm of CO2 and assume it's fresh air when it really isn't. I have measured this and it's a real problem.
In a residential environment, unless you're sure you have good, frequent exposure to pure fresh air, you're better off doing a fixed calibration once a year or so.
AirGradient also seems to be a hardware-only design. The ESPHome project [2] has great software support for a variety of sensors (including the SenseAir S8, so it should be compatible with the AirGradient hardware) as well as a very well-documented hardware project [3]. After trying my own Arduino-based software and then ESP-IDF, I find esphome much more pleasant to work with.
[0]: https://rmtplusstoragesenseair.blob.core.windows.net/docs/pu...
[1]: https://rmtplusstoragesenseair.blob.core.windows.net/docs/De...
[2]: https://esphome.io/