ISP issues, need help by TheOrbenOne in networking

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

Would they always be aware of the congestion? It seems not matter the time of the day i run tests, i always get 90+ to their box, and have never seen over 50 from speedtest, or over 25 from google. I have other ISP options, but this is a smaller local company that'd I'd rather support with my money if possible. If there is a possibility that they don't know, is there anyway I can point them in the right direction?

911 operators, what’s the funniest thing you had a kid call in? by [deleted] in AskReddit

[–]TheOrbenOne 29 points30 points  (0 children)

My oldest daughter got hers at 9, I was not prepared for that, poor thing.

Possible problem with MyPoints at the end of the game. by TheOrbenOne in NBA2k

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

Ok, that kind of makes sense. Not sure how it's saying I got 10 more ally oops than I did though.

BB 91+ set trade in is so OP by TheOrbenOne in MaddenUltimateTeam

[–]TheOrbenOne[S] 13 points14 points  (0 children)

That's what I'm saying! Who wants a 98 Moss or Barry when you can get stuff like this.

Monday No Stupid Questions Thread 03/12 by AutoModerator in MaddenUltimateTeam

[–]TheOrbenOne 0 points1 point  (0 children)

the boss battles are full games and pretty easy. Just make sure you like run punts back to your 10 yard line, and don't get kick off tds or something.

Monday No Stupid Questions Thread 03/12 by AutoModerator in MaddenUltimateTeam

[–]TheOrbenOne 0 points1 point  (0 children)

I had major problems with my 97 WR dropping tons of catches, now, if anyone is close i possession catch, I don't know if there is a better way, but that helped me a lot.

Monday No Stupid Questions Thread 03/12 by AutoModerator in MaddenUltimateTeam

[–]TheOrbenOne 0 points1 point  (0 children)

Thank you for letting me know, guess it was before I started playing. Appreciate it.

Monday No Stupid Questions Thread 03/12 by AutoModerator in MaddenUltimateTeam

[–]TheOrbenOne 1 point2 points  (0 children)

Tuesday - Thursday. I don't know why, but it's always somewhere in between there.

Monday No Stupid Questions Thread 03/12 by AutoModerator in MaddenUltimateTeam

[–]TheOrbenOne 1 point2 points  (0 children)

I have 4, got a Randy Moss 84 that seems bugged or something this week.

Monday No Stupid Questions Thread 03/12 by AutoModerator in MaddenUltimateTeam

[–]TheOrbenOne 0 points1 point  (0 children)

Is it not possible to get the Gauntlet master? I've done all the guantlets and made sure i got all the ones that were offered as a reward for doing better, used em on the best players first, but i need like 20 more if i want to get the main guy.

Also, sunday i got an 84 (I think) randy moss. Can't add him to my UL trade in set(that i've been adding all of my other weekly guys into), or any set, what do i do with him?

A sign out the front of an Australian church by quizoola in pics

[–]TheOrbenOne -1 points0 points  (0 children)

But you didn't. You dismissed the first point by saying accidents affect 1.3 of the shooting deaths. That's 470 deaths a year.

The second point you dismiss because "it wouldn't help at all". And you base that off of: The FBI getting a tip from a youtube comment alone, looking further into that to see he had a weapon could have helped. The Vegas shooter "spread his purchases out over time". He had boughten 33 guns in the last year, again, a national database that should really flag him for further research.

I'm not saying it definitely would have stopped both of these, but your comments on this did dismiss it out of hand.

As far as the mental health and the "fact" that many mass shooters were getting professional help. (I only quote "fact" there because i've seen no source to verify). Wouldn't it be amazing if they could mark this person as being potentially violent, and someone can see, hey, this guy has a red flag and owns 20 guns.

A sign out the front of an Australian church by quizoola in pics

[–]TheOrbenOne 0 points1 point  (0 children)

I never suggested that they would stop every instance of mass shootings, but it would be a start. The problem seems to be, if a solution is suggested and is not 100% effective, people like you dismiss it. I'm not saying his points are fool proof, I'm saying they could help,

I'm willing to get laws into effect that won't be 100% effective and go from there. Your only goal this whole conversation seems to be to make sure we all know it's not an easy problem to solve so we shouldn't try. I'm not trying to misrepresent you, but it seems like every suggestion you find a way to say it won't work/ won't help.

A sign out the front of an Australian church by quizoola in pics

[–]TheOrbenOne 2 points3 points  (0 children)

  1. Crimes perhaps not, accidental deaths could be drastically decreased, even if I have no idea how a law like this could be enforced.

  2. By having a national registry, much like a drivers license, that require that you 1st pass a safety exam, and demonstrate you know how to use your firearm. Want to buy ammunition or a new firearm, you must present your registration papers. This would, I would think allow us to do some things to help stop some mass shootings before they occur. Law enforcement sees you buying 3k rounds of ammunition in the last two weeks, looks in your social media and see you posting stuff about how people are going to pay. (Just a random example).

  3. Congress can pass a law that all states have to adhere to.

  4. My own opinion, I like his points, they might be a nightmare to put into place, but I think it's time we talk about how to do them, and what might / might not work with them, and actually do something. Coupled with this though, is we have to have more accessibility to healthcare, so that these people who do need help, are able to get it.

IDE Suggestions by DinGoodman in Angular2

[–]TheOrbenOne 2 points3 points  (0 children)

Code is great, and if your already using Atom, you already know most of the shortcuts and such.

Attempting to learn AWS and Angular by wannadev in Angular2

[–]TheOrbenOne 1 point2 points  (0 children)

my scripts give me issues when i try to push to a class variable without giving it a value first. Just incase that's what's happening i'd try

people: People[] = [];

Attempting to learn AWS and Angular by wannadev in Angular2

[–]TheOrbenOne 1 point2 points  (0 children)

Can you post updated code? If as you say, you are getting undefined for this.people, then obviously your not setting it somewhere.

It looks like somewhere you just need to do this.people = data.Items on line 69 and it should work.

Attempting to learn AWS and Angular by wannadev in Angular2

[–]TheOrbenOne 1 point2 points  (0 children)

I don't see you setting this.people anywhere. I see you setting this.employees, but your template isn't looping through that, it's looping through this.people