Xah Talk Show 2025-05-18 Ep657 emacs lisp generic map functions (hashtable, associative list, property list), Google HTTPS censor
- timestamp
- 00:34 new map- functions
- 03:12 what does map- functions do
- 07:55 find date created
- 14:49 add function templates
- 22:01 what is gv in emacs lisp (setf)
- 24:33 demo of map-apply
- 28:18 add templates for map-apply
- 35:40 searching mapcan in xah tutorial
- 37:54 demo of template
- 43:23 write a tutorial for map- functions
- 50:11 Google forcing https crime
Emacs lisp map- functions
write tutorial, look into if pre loaded, check emacs news file to see when.
map-applymap-contains-keymap-copymap-deletemap-domap-eltmap-empty-pmap-every-pmap-filtermap-insertmap-intomap-keysmap-keys-applymap-lengthmap-letmap-mergemap-merge-withmap-nested-eltmap-pairsmap-putmap-put!map-removemap-somemap-valuesmap-values-apply
- first, when is it created. emacs 25.
- add them to xah emacs lisp mode
- add function templates, to xah emacs lisp mode
(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
- Google Forcing HTTPS. Let's Encrypt Centralized Control. (2022)
- Firefox Forces HTTPS Ignore Settings (2025-03)
- forcing https, by firefox and Google Chrome browser
- YouTube also changed link to tracking link.
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...
link works fine.
Wolfram language animation export to gif
UHK 80