-
Idea from Ilya Mironov's (@ilyamironov) pitch anything talk.
-
**Context**
OpenDP is renowned for its robust and comprehensive approach to operationalizing differentially private algorithms. The goal of this migration is to leverage OpenDP's strengths to enhance…
-
**Context**
OpenDP is renowned for its robust and comprehensive approach to operationalizing differentially private algorithms. The goal of this migration is to leverage OpenDP's strengths to enhance…
-
Any ideas how the following code compiles?
https://github.com/kanflo/opendps/blob/c1a8ab69d97ee3a329a2283ec88c49150537978c/opendps/uframe.h#L44
https://github.com/kanflo/opendps/blob/c1a8ab69d97ee3a…
-
- Needs discussion with partners as well as resource assessment. e.g. if the site has private data who is responsible for devops, etc.
- reference doc: https://docs.google.com/document/d/1p1_TkT595j…
-
$ make -C opendps flash
Results in
```
FLASH opendps.elf
(echo "halt; program /Users/sparky/Documents/Making Projects/DPS5015 Upgrade/opendps/opendps/opendps.elf verify reset" | nc -4 lo…
-
### Description
The variable that governs how much an instance can be moved after global placement for legalization, `PL_MAX_DISPLACEMENT_{X,Y}`, is set atrociously high at `0.1mm` along the Y axis a…
-
Following the steps on https://github.com/opendp/dpcreator/blob/develop/README-DEVELOPMENT.md,
after step 2, I have a running webapp, but I hit the same error reported in https://github.com/opendp/dp…
-
In `analysis/tutorial_mental_health_in_tech_survey.ipynb` I can't get beyond
```
import opendp.smartnoise.core as sn
```
I can provide the full logs, but the abbreviated version is
```
F…
-
This issue significantly slows down the dev process.
See: https://github.com/PyO3/pyo3/issues/1708
As mentioned in the thread, setting PYO3_PYTHON also resolves the problem for me. Might want to…