-
With Microsoft's replacement of EMET by a combination of Windows Defender Exploit Guard (exploit mitigations) and Windows Defender Application Control (module loading controls) on Windows 10, EMET was…
-
Hello,
After the recent breaches to some cloud password managers, I was wondering how strong security against brute-forcing master password is applied in Buttercup and noticed that it wasn't bad un…
-
When I saw SwiftyUserDefaults I thought it's a really nice little lib that adds some nice syntactic sugar over UserDefaults. As a result I used it extensively in my project, and because it allowed eas…
-
It seems like Simplify 3D has figured this one out since a long time ago, and I think that it's one of the features that helps it get it's nice results, since it can help a lot with z scar, blobs at l…
-
We are in the process of migrating from `Newtonsoft.Json` to `System.Text.Json` following similar steps as described [here](https://docs.microsoft.com/en-us/dotnet/standard/serialization/system-text-j…
-
Quote “why am I going to the GOV.UK website, I wanted to apply with Buckinghamshire”
Quote “no idea what these companies are”
Quote “I am not happy about it going to another place”
Quote “why is th…
-
The website of phpMyAdmin sadly looks very outdated when we compare it with those others Open Source projects like Sequel Pro. https://www.sequelpro.com/
-
The [public suffix list](https://publicsuffix.org/) is a database of effective top-level domains (eTLD), which are the public suffix of URLs. This database is included in browsers (at least by Firefox…
-
https://wiki.php.net/rfc/mcrypt-viking-funeral
https://wiki.php.net/rfc/libsodium
I haven't tested anything in 7.2 yet..
https://github.com/Inchoo/Inchoo_PHP7/issues/98
-
`libz-sys` should have a configuration option like `ZLIB(_LIB|_INCLUDE)_DIR` which allows you to explicitly point at which `zlib` to use on **all** platforms, [similar to what `openssl-sys` does with …