Fun with #Dybo graph paper
#CuisSmalltalk #Smalltalk
The DKM script library is becoming a reality. Dynamic knowledge Model described by #Smalltalk script then collected in an library user can reuse and share easily.
#DKM #Dybo #CuisSmalltalk
To use the geometric tools to measure in metric unit, we need to calibrate. I was thinking about using an Etalon, I am not sure there is reliable system data from the host OS.
#Smalltalk #CuisSmalltalk #Dybo

I am happy to announce the release 26.02 of Dr. Geo.

Thanks to test and share feedback.

Changelog & Download: https://github.com/Dynamic-Book/DrGeo/releases

#CuisSmalltalk #Smalltalk

Releases · Dynamic-Book/DrGeo

GNU Dr. Geo, a Dynamic Knowledge Model on geometry - Dynamic-Book/DrGeo

GitHub
A #Dybo document with a few dynamic knowledge models in action.
#CuisSmalltalk #Smalltalk
```
| b t bl |
t := Theme new.
b := PluggableButtonMorph new.
b extentInOwner: 30@30.
bl := [
Transcript show: 'Hello!'; newLine.
].
b model: bl.
b action: #value.
b icon: t globeIcon.
b openInHand.
````
hack in #CuisSmalltalk. totally abusing the meaning of model :D
Added "Interactive geometry" DKM for iStoa (http://istoa.eu)
#CuisSmalltalk #Smalltalk
To experiment with the dynamic models (timeline and gas simulation) I posted about, check-out http://istoa.eu.
#CuisSmalltalk #Smalltalk
iStoa

iStoa

Había enlazado ya en mi blog la traducción de #TheCuisBook al español, junto con su pdf y html. Pero me lo han pedido en modo repositorio, así que he creado uno en #Codeberg con todo el contenido, tanto inglés como español. Lo puedes encontrar en https://codeberg.org/Notxor/TheCuisBook

#Smalltlalk #CuisSmalltalk

TheCuisBook

Traducción al español del libro de Cuis-Smalltalk

Codeberg.org
Temperature sensors for specific areas.
#Dybo #CuisSmalltalk