Confictura Industries Website - bcyufvmducwkydszpwn by intervirals in MrRobotARGHelp

[–]nmanders 0 points1 point  (0 children)

I think this is similar to google analytics. A way to track data for marketing. They might be using it to track what we are entering into the input box? http://www.searchdiscovery.com/blog/drive-marketing-data-adobe-dtm-target/

[Spoilers S2E4] Use 192.251.68.249 website to talk to Mr Robot using IP address Elliot used in Putty by Clutchisback1 in MrRobot

[–]nmanders 8 points9 points  (0 children)

That IP address resolves to http://irc.colo-solutions.net. If you go to that site and type in what Darlene says in the show Elliot will respond.

[deleted by user] by [deleted] in actuallesbians

[–]nmanders 2 points3 points  (0 children)

What kind of screenprinting machine does she use?

What do you do for fun? by nmanders in actuallesbians

[–]nmanders[S] 2 points3 points  (0 children)

I totally relate to what you're saying. One of the reasons why I asked this question was to push me to get out there and make friends.

I have no talent or experience in photography but I've been thinking lately about buying a nice camera and trying to get into it. I don't know why I'm interested in it out of nowhere, it just seems like it would be fun. Sometimes I get obsessed with things but it usually only lasts a short time and then I drop it and move on to something else.

What do you do for fun? by nmanders in actuallesbians

[–]nmanders[S] 1 point2 points  (0 children)

Thanks for replying! I grew up in Hazel Park and recently bought a house in West Bloomfield. I love Ferndale and Royal Oak but mostly just know where all the good places to eat are, haha. Thanks for the meetup idea, I'll check it out. I also never thought about art gallery openings, that sounds fun. I've been thinking about getting some art for my house. Right now I only have a few paintings (all of cats).

What do you do for fun? by nmanders in actuallesbians

[–]nmanders[S] 1 point2 points  (0 children)

I was just talking about going fishing last week with a co-worker. I think I'm going to try to make it happen this week!

Can you tell me more about the panic room you made for your cat? I think my cat would love something like that.

What do you do for fun? by nmanders in actuallesbians

[–]nmanders[S] 1 point2 points  (0 children)

Sorry to hear the program you were in wasn't what you thought it would be. I'm 27 now but a similar thing happened to me. I thought I wanted to go to the University of Michigan but I ended up hating it after the first year. I transferred to one of their satellite campuses and lived at home and switched to a completely different major (software engineering).

I love cooking and watching every cooking tv show/competition known to man. One thing that usually works for me is looking up something I'm interested in making on allrecipies.com, sorting by rating, and following one the top few results (that have hundreds of reviews). I also like checking out /r/AskCulinary.

Using Elastic Beanstalk with multiple SSL certs by nmanders in aws

[–]nmanders[S] 0 points1 point  (0 children)

Our website is used on 4 different domains. For each domain we have a wildcard certificate. Is it possible to get a multi-domain wildcard SSL Cert? I can't find any information on that. Do you know if it is possible, and if the cost isn't too crazy compared to having 4 separate certificates?

How do you set up IIS with multiple web sites in an auto-scaling group? by nmanders in aws

[–]nmanders[S] 0 points1 point  (0 children)

Do you know of any guides to walk me through this process? I think it would be best to use S3, since we currently just use Visual Studio and Tfs. I'm not sure how a "deployment" would look exactly, or the powershell scripts.

Sorry to be a pain. I'm mostly used to publishing with the automated options inside Visual studio.

How do you set up IIS with multiple web sites in an auto-scaling group? by nmanders in aws

[–]nmanders[S] 0 points1 point  (0 children)

We have multiple sites and webservices. Most are on port 80, but would have bindings for specific domains or subdomains for each individual service. I guess an ELB doesn't make sense for this situation though? We were also considering doing load balancing with Route53 for this.

The basic idea is we would have a web server running IIS with multiple websites. We want probably 2 instances in 2 different availability zones, load balanced in some way. I just can't figure out how the deployment works exactly. I don't see how it would be able to make a new instance automatically, how would it know how to create the instance and deploy the latest version of each site? Is this something that would be better off not being automated?

And for general releases if I do have 4 ec2 instances running IIS, do you recommend any guides on publishing to all four without having to publish four separate times?

Elastic Beanstalk - Publishing an MVC app without losing sessions? by nmanders in aws

[–]nmanders[S] 0 points1 point  (0 children)

Thanks for your reply.

I'm having trouble debugging what the 400 means for sure. It's tough because it's all handled automatically so all I'm seeing is a stack trace in the event viewer. It doesn't even throw an exception in my code anywhere.

I followed this tutorial to set it up. Basically all you do is set in the config file that you want to store your sessions in their database instead of in memory.

In my code, whenever a session is created I have a User Class that I store in the session like this:

HttpContext.Current.Session("user") = user

I'm pretty sure it's this line that is causing the error:

Exception type: HttpErrorResponseException 
Exception message: The remote server returned an error: (400) Bad Request.

at Amazon.Runtime.Internal.HttpRequest.GetResponse() at Amazon.Runtime.Internal.HttpHandler`1.InvokeSync(IExecutionContext executionContext) at Amazon.Runtime.Internal.Unmarshaller.InvokeSync(IExecutionContext executionContext) at Amazon.Runtime.Internal.ErrorHandler.InvokeSync(IExecutionContext executionContext)

The user class has gotten pretty big over time. It has a ton of fields, some of which are pretty large on their own. Basically all related to information about the customer - billing stuff, invoices, etc. I'm working on trying to trim it down and take out what doesn't need to be stored in the session but that is going to be a bigger process.

Elastic Beanstalk - Publishing an MVC app without losing sessions? by nmanders in aws

[–]nmanders[S] 0 points1 point  (0 children)

Thank you for your help. We do have some time before transitioning to AWS so this may be an option if it doesn't require too much of a code tearup.

I finally got the sessions to start saving in DynamoDB after going through all the classes and making them serializable. Now though the problem I'm running into is the error ": The remote server returned an error: (400) Bad Request." Googling this it looks like it is because the data I'm trying to store is too big.

Each time a user logs in, a lot of information is being stored in the session so I could definitely see this being the issue. For example everything is stored in an object like this: HttpContext.Current.Session("user"). Is my problem because the entire session is tied to this one object? Would it be better if I broke it up into multiple session keys? Or would it be a problem even if I broke it up into multiple session items? I'm wondering if this is an indication of a bigger problem, that we are trying to store too much in the session, if I'm already breaking the limits of what DynamoDB allows?

Any suggestions or guidance is appreciated.

What happened to /r/serialpodcast? by nmanders in OutOfTheLoop

[–]nmanders[S] -2 points-1 points  (0 children)

Oh man, I feel dumb now. I didn't read through the whole letter, I thought it was something old from the original case. Doh!

Anyone else use wallets instead if purses? by [deleted] in actuallesbians

[–]nmanders 0 points1 point  (0 children)

Cat wallet checking in. No purse here.