Get it at a discount while it is hot: Delphi Thread Safety Patterns eBook by Dalija Prasnikar and Neven Prasnikar Jr.
Posted by jpluimers on 2022/06/01
Get the new [Wayback/Archive] Delphi Thread Safety Patterns eBook at a discount while it is hot:
Use Coupon Code: DTSPATT10 at checkout to get a $10 discount.
This promotional offer is valid through June 14.
by:
- Dalija Prasnikar
- Neven Prasnikar Jr.
Via:
- [Wayback/Archive] Just released book: Delphi Thread Safety Patterns
- [Wayback/Archive] Dalija Prasnikar on Twitter: “Just released book: Delphi Thread Safety Patterns. Get a promotional discount. Coupon code: DTSPATT10”
Note that the first Wayback Machine archived URL has a Mojibake:
code—thread
Hopefully the Internet Archived responds to this bug-report:
- [Wayback/Archive] Jeroen Wiert Pluimers on Twitter: “Hi @waybackmachine, there seems to be an odd thing in the saved … page from @dalijap: it contains a Mojibake (search for “various multithreaded code”) that is not present on the original page (which correctly transfers and presents itself as UTF-8).” / Twitter
- [Wayback/Archive] Jeroen Wiert Pluimers on Twitter: “@waybackmachine @dalijap As per … it looks like Latin-1 and Windows-1252 character sets are involved which are not use on the original page or HTTP request. Can you please take a look at this as this looks like an #encoding issue on the @internetarchive side. CC @MarkGraham”
- [Wayback/Archive] ftfy – fix unicode that’s broken in various ways: code—thread
import ftfy.bad_codecs # enables sloppy- codecs s = 'codeââ\x82¬â\x80\x9dthread' s = s.encode('latin-1') s = s.decode('utf-8') s = s.encode('sloppy-windows-1252') s = s.decode('utf-8') print(s)
code—thread
- [Wayback/Archive] ftfy – fix unicode that’s broken in various ways: code—thread
–jeroen
Leave a Reply