Analog and digital quantum computers Updated +Created
Install MongoDB on Ubuntu Updated +Created
Tested as of Ubuntu 20.04, there is no Mongo package available by default due to their change to Server Side Public License, which Debian opposed. Therefore, you have to add their custom PPA as mentioned at: docs.mongodb.com/manual/tutorial/install-mongodb-on-ubuntu/
M. genitalium whole cell simulation Updated +Created
Cowan-Reines neutrino experiment Updated +Created
Gospel Updated +Created
Acts of the Apostles Updated +Created
Pauline epistles Updated +Created
Node.js web framework Updated +Created
Universal Scene Description Updated +Created
Transcription unit Updated +Created
A sequence of mRNA that can actually be transcribed.
Multiple different transcription units can be produced by a single operon, see: operon vs transcription unit.
Polycistronic mRNA Updated +Created
Optoelectronics Updated +Created
Vinaya Pitaka Updated +Created
Propagator Updated +Created
USB Updated +Created
Wien approximation Updated +Created
Heroku Updated +Created
This feels good.
One problem though is that Heroku is very opinionated, a likely like other PaaSes. So if you are trying something that is slightly off the mos common use case, you might be fucked.
Another problem with Heroku is that it is extremely difficult to debug a build that is broken on Heroku but not locally. We needed a way to be able to drop into a shell in the middle of build in case of failure. Otherwise it is impossible.
Deployment:
git push heroku HEAD:master
View stdout logs:
heroku logs --tail
PostgreSQL database, it seems to be delegated to AWS. How to browse database: stackoverflow.com/questions/20410873/how-can-i-browse-my-heroku-database
heroku pg:psql
Drop and recreate database:
heroku pg:reset --confirm <app-name>
All tables are destroyed.
Restart app:
heroku restart
Squeezed coherent state Updated +Created

Unlisted articles are being shown, click here to show only listed articles.