HackerTrans
TopNewTrendsCommentsPastAskShowJobs

thesecretsquad

no profile record

comments

thesecretsquad
·2 года назад·discuss
Putting aside this silliness of using AI to declutter AI generated noise... Can anyone explain why someone would be inclined to use this app as opposed to asking an existing AI chatbot to summarize an article? What exactly does this app add beyond that?
thesecretsquad
·2 года назад·discuss
Also, Smalltalk was heavily inspired by LISP[0]. The line between functional and object-oriented is quite blurry. Especially in a pure OO language like Smalltalk. The dynamic and prototypical model of JS is definitely another example of the subtle harmony of functional and OO.

[0]: https://worrydream.com/EarlyHistoryOfSmalltalk/
thesecretsquad
·2 года назад·discuss
I was reminded of this article (https://blog.cleancoder.com/uncle-bob/2014/10/01/CleanMicros...) from Uncle Bob while reading this paper.

From the article:

> The Deployment Model is a Detail.

> If the code of the components can be written so that the communications mechanisms, and process separation mechanisms are irrelevant, then those mechanisms are details. And details are never part of an architecture.

> That means that there is no such thing as a micro-service architecture. Micro-services are a deployment option, not an architecture.