Xah Talk Show 2025-05-18 Ep657 emacs lisp generic map functions (hashtable, associative list, property list), Google HTTPS censor

xah talk show 2025-05-18 mw945
xah talk show 2025-05-18 mw945

Emacs lisp map- functions

write tutorial, look into if pre loaded, check emacs news file to see when.

(defvar x-alist nil "asso list")

(setq x-alist
      (list
       (cons 1 2)
       (cons 3 4)
       (cons 5 6)))

(map-apply
 (lambda (aa bb) (format "%s,%s" aa bb))
x-alist)
;; ("1,2" "3,4" "5,6")
i have one cat
how are you
are you
by the way

โ†’
a โ†’ b

๐Ÿ˜ƒ ๐Ÿ˜„ ๐Ÿ˜… ๐Ÿ˜‚ ๐Ÿคฉ
๐Ÿ˜ฌ ๐Ÿคก ๐Ÿค— ๐Ÿ˜  ๐Ÿ˜ฎ ๐Ÿ˜’ ๐Ÿ˜‘
โญ ๐ŸŒŸ ๐Ÿ’ฏ ๐Ÿ‘ โค ๐Ÿงก ๐Ÿš€ ๐Ÿ’ช๐Ÿผ
๐Ÿ‘€ ๐Ÿ™
โ“ โญ• โŒ โœ… ๐Ÿ‘Ž
๐Ÿ’€ ๐Ÿ’จ ๐Ÿ”ฅ ๐Ÿชท

Forcing HTTPS Issue

xah talk show 2025-05-18 spam scam 28438
xah talk show 2025-05-18 spam scam 28438
xah talk show 2025-05-18 281f0
xah talk show 2025-05-18 281f0
xah talk show 2025-05-18 YouTube track url 285d5
xah talk show 2025-05-18 YouTube track url 285d5
xah talk show 2025-05-18 YouTube https 28139
xah talk show 2025-05-18 YouTube https 28139
on forcing https issue.
YouTube's actual link is this

<a class="yt-core-attributed-string__link yt-core-attributed-string__link--call-to-action-color" tabindex="0" href="https://www.youtube.com/redirect?event=video_description&redir_token=QUFFLUhqbVp2N00xNDl4MDNsSkY1SjYwUnBwcldxUHRhQXxBQ3Jtc0ttYkZKZkc2Z3lZWjJlcFpqVGI2eUFBdUh5VHExZnNJczdBRGZEVWlFTFM2MTloTFBDS3hvb0I3RUdMZXdaMlY0a1pLYXA0YnhubHRmSmZxZ3hNOFJjTUFqZGRnVmMxWWs5MFRZTzR1a3Iwd2ZtWkhTNA&q=http%3A%2F%2Fxahlee.info%2Ftalk_show%2Fxah_talk_show_2025-05-15.html&v=cDXdJwEjKFU" rel="nofollow" target="_blank" force-new-state="true">http://xahlee.info/talk_show/xah_talk...</a>

a remedy for this tracking is to post url as plain text and add space after the http and add space in domain name, like this

http : // xahlee. info /talk_show/xah_talk...
xah talk show 2025-05-18 Google search unicode arrow 28312
xah talk show 2025-05-18 Google search unicode arrow 28312

link works fine.

xah talk show 2025-05-18 Google search unicode arrow 28301
xah talk show 2025-05-18 Google search unicode arrow 28301

Wolfram language animation export to gif

UHK 80

xah talk show 2025-05-18 UHK 80 282a8
xah talk show 2025-05-18 UHK 80 282a8

xah talk, emacs lisp generic map functions