Viewing profile — g19205
g19205
HN member- Joined
- Thu, Oct 17, 2024, 1:17 PM UTC
- HN karma
- 3
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About g19205
No profile information was provided.
Recent public activity
-
comment
Comment #42719474
https://www.timesofisrael.com/arab-official-trump-envoy-sway...
-
comment
Comment #41908912
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 ma…
-
comment
Comment #41908873
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, righ…
-
comment
Comment #41904969
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 reali…
-
comment
Comment #41899252
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 ins…
-
comment
Comment #41870434
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 wh…
-
comment
Comment #41869520
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 …