quiet day It's been extremely quiet for the last 4 days or so Which I'm taking as "no news is good news" purring right along as far as I'm concerned ===fortune=== If you are a fatalist, what can you do about it? -- Ann Edwards-Duff support has been lighter than usual too... i think people are enjoying summer and not working on their gear as much summer? it's summer outside? :) it sure is here... forecast said 95F :) only 74 over here 61F here. I'm leaving for san francisco tomorrow! how well does arp handle DDoS? I don't want my vps to be down due to somebody else getting ddos they "handle" it by having a strict zero tolerance policy. you get DDoS, you don't have an account. if someone *else* gets DDoS'd, however, FreeSpencer is asking about collateral damage, I believe. We put a lot of work into minimizing that. Big pipes in the network to handle it and host settings that are very fine tuned not to give out under a DDoS Ahhh, so the client is kicked out then? Blasted $OtherVPSProvider just gave me 7 hours notice that they'd be migrating my VPS... In theory it should come back up fine (though there are a lot of things I must manually restart), but I'm annoyed at the notice. And losing 564 days uptime. brycec: you get less notice if hardware has issues with arp, so don't consider that a unique event; hardware issues are not going to be predictable regardless. that they gave you 7 hours notice seems very nice I understand hardware issues == no notice. But I think 24 hours is a good courtesy eg. What if I'm somewhere in eurasia and asleep when my pager goes off because my VPS is offline. If I'd had 24 hours notice, I could schedule my own downtime. up_the_irons: that is because FreeSpencer is a well known minecraft host and massive ddos magnet that got kicked out of webnx, AIS, gorillaservers and corporatecolo False :( pffft you know AIS hates you Nope Where is AIS? Does anyone know if an NTP server is needed for VPS? no you can act as a ntp client brycec: $othervpsprovider somehow managed to send me a promo ad that made it to gmail inbox, and a downtime maint notification that made it to spambox. that was interesting to find lol hazardous the weird part was they were both sent from the same ip, had the same headers and whatnot conspiracy! I would've migrated off $othervpsprovider long ago if it weren't for a discount that made them nearly competitive with ARP. And time, if I had the time.... hazardous: wow, even corporatecolo? i used to run that shop... hard to get kicked outta there ;) hahahah up_the_irons: what happened to them anyways they're selling 26gb ram dedis for $49 like, when did that happen I heard corporatecolo was very stringent on DDoS hazardous: are they? thought they only did colo Like once and done nope, they do 40-50usd 26gb ram dedis it really weirded me out when i first saw it Its under a really crappy brand name ^ at least they subsidaried it but in the same ad they still say we are corporate colo, so hmmm... don't see it on their site needaserver.net maybe a customer of theirs? needaserver.net they've been aggressively advertising it lately like within th last month or two ,poped out of nowhere And it uses an ugly ass template too they bought those dumb WHT corporate and premium mebmerships to post more often too and picked out all the bonuses like yellow background, big text, bold text on thread title looks to be a customer of theirs. the pics are indeed the corpcolo data center. Its posted on WHT by the same person who posts corporate colo ads ah interesting registrant email is victor@corporatecolo.com that being said i also thoguht they only did colo (lots of text copy/pasted between corporatecolo.com and needaserver.net) It would make sense that they would expand into other related markets... And to do so under a different name makese sense yeah true up_the_irons do you have any ssd's in stock stevenc: yes LOL haha i have 3x 120GB Samsumg 840 Pro's and i think 2x 256GB Samsung 840 Pro's are at the data center loading dock right now (gonna pick 'em up later) lol thx up_the_irons hi steven np when'd you get in here :o <3 mmm August 9th (according to my logs) Is there someone in here with ARP that can give me a price quote on 1U of colo at the core site Annex building? You didn't answer the phone just now. bmacs: how much power is required? are you local or remote? I'm local. and the server in not crazy full of drives or anything… so prob 1A - 1.5A for the power looks like you might be local judging by ip... haha, yes. well, truth be told, we're basically out of colo space Just stack it on top of the cabinet... What's the worst that could happen? :^) bmacs: is there a particular reason you wanted to be in the annex building? (just wondering) Yeah… I'm currently in it with another provider, but they are losing their lease and want to move me an hour away Do you guys have space in other buildings? (in DTLA) Is this the building? (Just curious) http://en.wikipedia.org/wiki/Terminal_Annex bmacs: lol, is it Syminet? I usually referred colo inquiries to them, b/c they had the space and I didn't bmacs: no, just in coresite brycec: 900 N. Alameda brycec: yup that's the one lol, yes. it is syminet. I think I actually heard of you guys form Mark. lol up_the_irons: Is there someone else in coresite or DTLA that you recommend I look at for colo? bmacs: Phyber: http://www.phyber.com/services/hosting/#colocation bmacs: they are down the hall from me. i have some fiber to them too, so theoretically i could even sell you bandwidth, haha Thanks. I'll check them out. np! how can i generate 0 or 1 randomly please? (in c) int(rand(2)) I think been a while since I coded C no wait. rand doesn't take an arg int(2 * rand()) 0 or 1? nvm oh - you should be using random instead... hold on yes - that makes 0 or 1 which? it's a random float from 0 to 1.99999999 int(2 * rand()) that'll work but let me see what it says on the random man page oh wait... not like Perl. it returns an int darn it :) "man 3 random". The info is there ahh. int((double) random() / (double) RAND_MAX) * 2) just did a bit of the ol google the RAND_MAX does the right scaling rand() % 2 worked, why? it's bad why the low bit isn't very random-ish you need to grab the higher bits they're a lot more random ok so offer improvement? int((double) random() / (double) RAND_MAX) * 2) I did oops... missing paren int(((double) random() / (double) RAND_MAX) * 2) ... http://www.azillionmonkeys.com/qed/random.html ... The quality of rand() on most systems is not that good; in particular the low bits can follow a short cyclical pattern, or there can be dependencies between the bits this is stuff I learned 30 years ago :) robonerd - did that work? and... we'll never know since robonerd is treating this as a help desk, and not just a chat room where we do in fact return to say "thank you, that worked". heh "kids these days!" i kept using my code which worked thx for trying to help me though :) which code was yours? if that % 2 thing, that's *not* working and if you accept that as working, I worry for the state of programming in general. s/worry/weep/ k Well... that says it all. :) when do we get graphene cpu's that run at 400+ GHz? :) brachiation: the cage looks great, btw, thanks for keeping it nice for me :) Really getting cheesed off about $OtherVPSProvider - they said they'd start maintenance an hour ago. Grr Thanks for not being like that, ARP! :) up_the_irons: no problem. i tried to clean up the pizza and soda mess that I made in cabinet 5 the other day as best as i could. i might have disconnected a few cables trying to get cheese out of the server vents, though. brachiation: the monster chassis is downstairs. we'll install it soon. don't think i wanna even drag it up here w/o help are you at the data center this very moment?? brachiation: i am indeed my keycard still worked brachiation: are you home yet? i just got in a few mins ago. brachiation: if you want to do that x-conn, come on over :) i'm going to philipe's for some food.. brachiation: otherwise we can do it next week i can't tonight :( i'm gonna finish charting my work from today then i have to try and sleep early again. wife making me do more volunteer work with gibbons. well, she isn't 'making' me, i still like helping them out., brachiation: ok np you should check the place out sometime, it is fun for the whole family. hah cool hi everypony up_the_irons how do your vps's work for viop services? voip i want to launch a communications platform robonerd: if you don't stay on long enough to wake me up feel free to dial 4052279094 .. thats an asterisk system terminating that # via voip.ms (with an amazing latency of 0.503ms) .. s/wake me up/wake my wife up/ seriously though, it works fine for my needs (thats my asterisk + mail system + one openafs server `in one') and if you are serious about launching a communications platform you should be able to spend $5/mo while you research the vps capabilities at arpnetworks to confirm it works for your needs otherwise I'd not give you much hope in earning my business lol due dilligence before laying out cash, that's business 101, but thanks robonerd: i heard it works well :) i don't run any voip myself... ok does your network traffic go through spy/rape gear? You mean like "the Internet"? lol wut i was just curious at what point our traffic was raped from us robonerd: it goes to an access switch, then core router, then to peers / transit but which of those things does the raping? http://dictionary.reference.com/browse/rape "the unlawful compelling of a person through physical force or duress to have sexual intercourse." I don't think that word means what you think it means yeah i'm not sure how to answer that