(2)

Roger Penrose remembers his most beautiful thought

The following was transcribed from this YouTube video: We need to 'gravitise' quantum mechanics, not quantise gravity | Roger Penrose | Full Interview Penrose is 93 and in an amiable mood in this interview, so he goes into minor non-mathematical tangents from time to time. I've edited the following  […]

Continue reading

How to connect to SQL Server on Amazon with sqlcmd and import data from a SQL file

I found this information from MS to be insufficient, and pieced together the correct way to import data into SQL Server from a SQL file into an Amazon database using a non-standard port: sqlcmd -S tcp:mydata.c960gorblahblah.us-west-2.rds.amazonaws.com,1337 -U username -P p@ssW@rd~ -d mydatabasename  […]

Continue reading

Page top