150 Followers
136 Following
589 Posts

#OpenBSD admin since 2.8. #Golang dev since 1.8. #Philosopher, #Minimalist

Una solución no puede ser más compleja que el problema que pretende resolver.
A solution cannot be more complex than the problem it is intended to solve.

perl -le '$_="=6<678428378>12376=2>:02;:19<5>:4"; tr[0->][DREAM.IT KOWSVC]; print'

Philosophy@joakinen

El verdadero problema de la programación (Dijkstra dixit) no es escribir sintaxis, es transformar pensamientos humanos ambiguos, contradictorios e imprecisos en lógica computacional exacta y sin ambigüedad. Los lenguajes naturales nunca serán adecuados para esto (cita de Dijkstra: "nunca programaremos en inglés, francés o español"). Los LLMs no "entienden", solo predicen patrones estadísticos.

https://codemanship.wordpress.com/2025/11/25/the-future-of-software-development-is-software-developers/

The Future of Software Development is Software Developers

I’ve been a computer programmer all-told for 43 years. That’s more than half the entire history of electronic programmable computers. In that time, I’ve seen a lot of things chang…

Codemanship's Blog

UNIX V4, la primera versión del sistema operativo UNIX cuyo núcleo fue escrito en el entonces novedoso lenguaje C, ha sido recuperado con éxito desde una cinta de nueve pistas de la década de 1970, encontrada recientemente en la Universidad de Utah cuando el personal, durante la limpieza de un almacén, halló una cinta que contenía la versión de UNIX v4 de Bell Labs circa 1973; su contenido fue extraído por el curador de software del Computer History Museum, Al Kossow.

https://www.theregister.com/2025/12/23/unix_v4_tape_successfully_recovered/

UNIX V4 tape successfully recovered: First ever version of UNIX written in C is running again

: Crucial early evolutionary step found, imaged, and ... amazingly ... works

The Register
Beginning January 2026, all ACM publications and related artifacts in the ACM Digital Library will be made open access.
https://dl.acm.org/openaccess
@ephemeris In my opinion, one approach that mitigates this problem quite effectively is Go's design: by having no classes or inheritance, it favors composition (via struct embedding) and implicit interfaces. If you just want the 'banana' (a specific behavior), you define a small interface with only the methods you need, and any type that implements them works—no need to pull in the whole hierarchy or unnecessary hidden state.
"The problem with object-oriented languages is they’ve got all this implicit environment that they carry around with them. You wanted a banana but what you got was a gorilla holding the banana and the entire jungle."
— Joe Armstrong, co-creator of Erlang

Durante años hemos repetido lo mismo: los modelos de lenguaje son la mejor tecnología para generar ideas, pero se inventan leyes, referencias y autores

Pues llega Prolog. Otra vez. Pero ahora en modo 2025.

Prolog MCP Server 2025: el copiloto lógico que tus LLM necesitan
https://cienciasucia.com/post/802657016130715648/prolog-el-copiloto-l%C3%B3gico-de-los-llm

Prolog MCP Server 2025: el copiloto lógico que tus... • Ciencia Sucia

Prolog MCP Server 2025: el copiloto lógico que tus LLM necesitanDurante años hemos repetido lo mismo: los modelos de lenguaje son la mejor tecnología para generar ideas, pero se inventan leyes,...

Engineering Neurosymbolic AI.

The top of the stack: methods for integrating neural models with symbolic reasoning. This is where the entire set converges into transparent, accountable AI architectures.

6/6

Artificial Intelligence: A Modern Approach

Russell & Norvig give the conceptual foundations of search, planning, uncertainty, and agents. It situates all other books within a coherent, classical AI framework.

5/6

Learn Prolog Now!

A straightforward entry into symbolic logic and rule-based reasoning. It supplies the symbolic substrate needed for explainable decision paths.

4/6

Causal Inference and Discovery in Python

Molak introduces causal graphs, interventions, and counterfactual reasoning. This is the bridge from raw prediction to explainability with structure and mechanism.

3/6