-
```
Fatal error: Out of memory (allocated 1475608576) (tried to allocate 268435456 bytes) in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/DependencyResolver/Solver.php on line 2…
-
Create a Bitcoin-based entity which can earn money, mutate, multiply, and dies. Very crude starting point which needs decades of further work in order to be considered 'really' living. This projects b…
-
This error started happening today when trying to grab the current ebook. Checked the site, and it seems they've implemented captcha. Not sure how long they've had this, but I think it's the first t…
-
Using the repology.org's API, I've generated a list of possible updates that can be made to the nix packages. It lists the current nixpkgs_unstable version on the left of the arrow and the version tha…
-
It looks like that instead of:
```
prob = maximize( retrϕ( ϕ(Jr,Ji)'*ϕ(Xr,Xi) ) )
```
you could just write:
```
prob = maximize( trace( Jr*Xr ) )
```
why? check `eqn 1` from [Approximation algorit…