https://www.timesofisrael.com/arab-official-trump-envoy-sway...
I overexagerated, it feels like dozen of ads by the real estate they take up. you're technically and precisely correct by your definition. I just don't go to most news paper and magazine websites.
or, you know, instead I'm going to continue with my strategy, but you do you. I can't believe it's 2024, and we have to have a conversation about personal preferences, so odd, right?
I stopped installing adblockers, instead I don't interact with sites with heavy ads. in fact I didn't read op, because there's like a dozen of ads on that theregister page. I realized that I don't lose much. Danny…
somebody asked what's the different between LOOPS and CLOS, but probably more time relevant question is what's the difference between LOOPS and Flavors. they list Flavors as an inspiration, but also various knowledge…
cons is an adt and fundamental building block used to build lists (which is a builtin datatype) it's also used to build other data types. the property we're discussing is useful when you're operating on those other data…
this is how explode behaves on a lisp machine: (defun explode (x) (mapcar (lambda (x) (intern (char-to-string x))) (string-to-list (prin1 x)))) turning character into symbol seems natural, because then you are reducing…
https://www.timesofisrael.com/arab-official-trump-envoy-sway...
I overexagerated, it feels like dozen of ads by the real estate they take up. you're technically and precisely correct by your definition. I just don't go to most news paper and magazine websites.
or, you know, instead I'm going to continue with my strategy, but you do you. I can't believe it's 2024, and we have to have a conversation about personal preferences, so odd, right?
I stopped installing adblockers, instead I don't interact with sites with heavy ads. in fact I didn't read op, because there's like a dozen of ads on that theregister page. I realized that I don't lose much. Danny…
somebody asked what's the different between LOOPS and CLOS, but probably more time relevant question is what's the difference between LOOPS and Flavors. they list Flavors as an inspiration, but also various knowledge…
cons is an adt and fundamental building block used to build lists (which is a builtin datatype) it's also used to build other data types. the property we're discussing is useful when you're operating on those other data…
this is how explode behaves on a lisp machine: (defun explode (x) (mapcar (lambda (x) (intern (char-to-string x))) (string-to-list (prin1 x)))) turning character into symbol seems natural, because then you are reducing…