codedust

Results 60 comments of codedust

I can confirm that two tox instances on a single computer without an internet connection (using qTox with UDP and IPv6 activated) won't connect to each other, too.

@aaannndddyyy > Toxcore doesn't sign anything. To be more precise, toxcore uses the crypto_box method from the NaCl library for encryption: > The crypto_box function is not meant to provide...

What do you think about implementing the ratchet protocol from Textsecure? It's not as trivial as simply changing the key after x packets but it would improve security even more.

FYI: There is an Axolotl implementation in C out there: https://github.com/WhisperSystems/libaxolotl-c

To get a better feeling for this solution, here are some screenshots of popular text editors, as @jancborchardt suggested: ### Google Docs ![grafik](https://github.com/nextcloud/text/assets/7175914/a472b30e-101c-466f-84de-13e2cbb64bda) ### LibreOffice Text ![grafik](https://github.com/nextcloud/text/assets/7175914/7f5e7e73-712f-4dae-b020-0667c454ecc5) ### HackMD ![grafik](https://github.com/nextcloud/text/assets/7175914/86a00ae3-d14d-4fff-a18c-b6d65ee2806b)...

Notes ```bash mkdir webhook && cd webhook go install github.com/adnanh/[email protected] #

Hinweis dazu: Eine Übersicht über (fast) alle Open-Data-Portale hat die Stadt Moers [hier](https://www.offenesdatenportal.de/dataset/ubersicht-der-open-data-angebote-in-deutschland/resource/2a8fafd0-b87f-4342-82b6-6e56569d673d) zusammengestellt.

War wohl nur ein weiterer Prototyp ohne Pläne für eine Verstetigung: https://alpha.rechtsinformationsportal.de/ ### Screenshot ![screenshot](https://user-images.githubusercontent.com/7175914/164976001-6c2167f1-7e07-4c99-9f9a-8fad87692340.png)

Im [Quellcode](https://github.com/tech4germany/rechtsinfo_api/blob/master/rip_api/gesetze_im_internet/download.py) findet sich jedoch ein Link auf die XML-API von gesetze-im-internet.de: https://www.gesetze-im-internet.de/gii-toc.xml

This doesn't introduce thread local mutexes when using OpenMP, right? Could you also declare the mutex threadprivate if OpenMP is enabled? (like it's done here with the context object: https://github.com/relic-toolkit/relic/blob/c25edf6520e5e4b39663f0d0594db7186440be5c/src/relic_core.c#L95)