(((o))) Acoustic Mirror · @acousticmirror
946 followers · 12602 posts · Server post.lurk.org

I note a disturbing lack of shitposting on this here web site. Time to honour Abelson & Sussman one more time.

(This time, courtesy of the /prog/ crew.)

#sicp #scheme #mit

Last updated 1 year ago

Yaroslav Khnygin · @surabax
63 followers · 654 posts · Server mastodon.ie

European Lisp Symposium 2023 recordings are finally online!

Below is one of them, the keynote by Gerald J. Sussman, one of the authors of Structure and Interpretation of Computer Programs.

"Artificial Intelligence: a Problem of Plumbing?"

youtube.com/watch?v=CGxbRJPCoA

#europeanlispsymposium #els2023 #lisp #artificialintelligence #ai #sicp #programminglanguages #programming

Last updated 1 year ago

Eduardo Zambia :v_com: · @capeta
309 followers · 2355 posts · Server ursal.zone

pros abigos BRs que não são da área, SICP e TAOCP são dois livros muitos foderosos para quem trabalha com informática, e mais especificamente programação. ambos também podem ser muito enriquecedores pra quem trabalha com matemática, estática, ou qualquer coisa que envolva algoritmos.

SICP
🇺🇸 Structure and Interpretation of Computer Programs
🇧🇷 Estrutura e Representação de Programas de Computador

TAOCP
🇺🇸 The Art of Computer Programming
🇧🇷 A Arte da Programação de Computadores

#sicp #taocp

Last updated 1 year ago

hxameer :qed: · @xameer
198 followers · 5266 posts · Server mathstodon.xyz

You know is cool ( I am tempted to call it cliche), but have you tried

languagelog.ldc.upenn.edu/myl/

#lisp #sicp

Last updated 2 years ago

SteeleDynamics λ :emacs: · @SteeleDynamics
39 followers · 280 posts · Server hachyderm.io

Chapter 4 (In Progress...)

1. Exercises 4.76 through 4.78 removed
a. Sloppy solns, could be impl'd cleaner
b. Good exercise for getting back into SICP

]=> ; percentage completed
(* (/ 300 356) 100.0)

; Value
84.26966292

#sicp

Last updated 2 years ago

SteeleDynamics λ :emacs: · @SteeleDynamics
36 followers · 271 posts · Server hachyderm.io

ex4.78:
============
1. TODO: Plan out tasks (procedures to impl)
2. TODO: Make checklist to make progress measurable
3. TODO: Finish problem!
4. Getting there 🙂

Work:
=====
1. Impl'd image stream primitives: Norm, Scale, Crop
2. Primitives serially impl'd & optimized
3. TODO: Parallelize processing loops in primitives across the number of cores (span).
4. Got new hardware toys (yay!)

#sicp

Last updated 2 years ago

Bernie · @codewiz
1539 followers · 16522 posts · Server mstdn.io
SteeleDynamics λ :emacs: · @SteeleDynamics
34 followers · 252 posts · Server hachyderm.io

Need to get back to ex4.78.

1. Plan out tasks (procedures to implement).
2. Make a checklist to make progress measurable
3. Finish problem!!!

Getting there 🙂

#sicp

Last updated 2 years ago

SteeleDynamics λ :emacs: · @SteeleDynamics
33 followers · 250 posts · Server hachyderm.io

Man, I've been busy! Not much lately since work has been one sprint after another.

Work:
=====
1. Using only 33 lines of C++ code, I created a stream interface that is lazy and extensible. It encapsulates all three aspects of a DSL: primitives, means of combination, and means of abstraction ( )!!

2. Image objects that are being streamed have placeholders for annotations that the results of NNs processing the image (bounding boxes, labels, etc).

(1/2)

#plt #sicp

Last updated 2 years ago

Anthk · @anthk
58 followers · 644 posts · Server paquita.masto.host

Pues al final con chicken scheme y los srfi.

#sicp

Last updated 2 years ago

Dieter Komendera · @kommen
104 followers · 19 posts · Server hachyderm.io

@vijaykiran @jack
At the occasion, I tried for transcribing the episode's mp3: while not perfect, the results are pretty good, even with the medium large model.

Someone just needs to teach the models the difference between closure and as well as what is 😅

#macwhisper #clojure #sicp

Last updated 2 years ago

Digital Mark λ 📚 🕹 💾 🥃 · @mdhughes
1166 followers · 26238 posts · Server appdot.net
SteeleDynamics λ :emacs: · @SteeleDynamics
27 followers · 199 posts · Server hachyderm.io

4. Can implement and add a processing element to the image processing pipeline that adds annotations to the image as metadata.

5. The GUI will be responsible for drawing those annotations on top of the image before loading the image into the display buffer.

6. "Software Design for Flexibility: How to Avoid Programming Yourself into a Corner" (Chris Hanson and Gerald Jay Sussman) helped me think different about implementation.

Will get back to soon.

Have fun !

2/2

#sicp #hachyderms

Last updated 2 years ago

(((o))) Acoustic Mirror · @acousticmirror
670 followers · 5745 posts · Server post.lurk.org

@kissane They also say it's based on "LamDa" technology ("Language Model for Dialogue Applications").

It's like, no, you're not allowed in the Lambda Pantheon, go away and come back when you can recite off by heart.

#sicp

Last updated 2 years ago

SteeleDynamics λ :emacs: · @SteeleDynamics
25 followers · 188 posts · Server hachyderm.io

So I've been switching from to , from to , but I haven't been working on lately. I've been bogged down at work, and there's plenty I am allowed to talk about once I get over the hump here.

It'll be fun, I promise. Hang in there.

#vim #eMacs #swaywm #dwm #sicp

Last updated 2 years ago

(((o))) Acoustic Mirror · @acousticmirror
651 followers · 5356 posts · Server post.lurk.org

Signs with relief upon finding out that the Floridians haven't banned from school libraries.

(Mind you, they've whacked Isabel Allende's "The House of the Spirits", and, in a rather ironic turn, Margaret Atwood's "The Handmaid's Tale". It sucks.)

#sicp #bookban #florida #floridians #booktodon #savethebooks #scheme

Last updated 2 years ago

BigEatie · @BigEatie
24 followers · 147 posts · Server fosstodon.org

This is such a fantastic introduction to

#lisp #sicp #mit

Last updated 2 years ago

Daniel W. Lathrop · @dwl
26 followers · 5 posts · Server newsie.social

““People create programs to direct processes. In effect, we conjure the spirits of the computer with our spells.”

#sicp #lisp

Last updated 2 years ago

Daniel W. Lathrop · @dwl
27 followers · 4 posts · Server newsie.social

I’m reading Structure and Interpretation of Computer Programs for the first time. This: “If art interprets our dreams, the computer executes them in the guise of programs!”

#sicp

Last updated 2 years ago

SteeleDynamics λ · @SteeleDynamics
21 followers · 151 posts · Server hachyderm.io

exercise 4.78 (query lang as nondet prog) progress:

github.com/SteeleDynamics/SICP

Finding out that the backtracking (continuations) greatly simplifies the implementation of the query language. When you don't have to cons, flatmap, or append/delay streams, the procedures become much simpler.

Also, whenever alternatives are present (or, not, lisp-value), I'll need to use 'amb' to evaluate each alternative. But I'm unsure if 'uniquely-asserted' can be implemented with the same semantics...

#sicp

Last updated 2 years ago