You are here |
fastml.com | ||
| | | |
www.jasonwei.net
|
|
| | | | ||
| | | |
simonwillison.net
|
|
| | | | The open release of the Stable Diffusion image generation model back in August 2022 was a key moment. I wrote how Stable Diffusion is a really big deal at the ... | |
| | | |
adityarohilla.com
|
|
| | | | ||
| | | |
sookocheff.com
|
|
| | Bertrand Meyer first introduces the principle of Command Query Separation in his book Object-Oriented Software Construction. The principle states that a well designed object should have methods that are either commands or queries. A command changes the state of an object, but does not return any data, while a query returns data and does not change any state. By dividing methods into these two categories, you will have a better understanding of what does, and what does not, change the state of your system. |