51 Matching Annotations
  1. May 2025
  2. Apr 2025
  3. Feb 2025
  4. Dec 2023
  5. Aug 2023
    1. application/xml: data-size: XML very verbose, but usually not an issue when using compression and thinking that the write access case (e.g. through POST or PUT) is much more rare as read-access (in many cases it is <3% of all traffic). Rarely there where cases where I had to optimize the write performance existence of non-ascii chars: you can use utf-8 as encoding in XML existence of binary data: would need to use base64 encoding filename data: you can encapsulate this inside field in XML application/json data-size: more compact less that XML, still text, but you can compress non-ascii chars: json is utf-8 binary data: base64 (also see json-binary-question) filename data: encapsulate as own field-section inside json
  6. Mar 2023
  7. Dec 2022
  8. Nov 2022
  9. Mar 2022
  10. Jan 2022
  11. Oct 2021
  12. Sep 2021
  13. Jun 2021
  14. May 2021
  15. Apr 2021
  16. Mar 2021
  17. Feb 2021
    1. The blog A Life Of Productivity uses double opt-ins to make sure that people signing up for the email newsletter really want to read it. If a site visitor was somehow subscribed by accident, the subscription won’t go through unless they click the verification button sent to their email address.<img class="aligncenter size-full wp-image-32479" src="https://www.convinceandconvert.com/wp-content/uploads/2016/05/A-Life-of-Productivity.jpg" alt="A Life of Productivity" width="724" height="549" />
  18. Jan 2021
  19. Dec 2020
  20. Nov 2020
  21. Oct 2020