This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Messages - Eeems
Pages: 1 ... 43 44 [45] 46 47 ... 370
661
« on: May 23, 2014, 12:41:00 am »
Yeah I checked earlier and couldn't see any issue with CloudFlare. Status.omnimaga.org showed page load times of around 0.9 seconds, which seemed a little higher than normal. The slow loading on my side lasted through the first half of the afternoon.
EDIT: Sorunome, by the way, why aren't browser notifcations working in Opera 15 and higher? (I use Opera 21) Opera 15 and higher is basically Chrome using an Opera-like skin, so if notifications work in Chrome, then why wouldn't they work in Opera 21?
the status site doesn't show page load times. 0.9s may be higher then normal, but it wouldn't be enough to cause problems.
662
« on: May 22, 2014, 05:22:30 pm »
The server isn't having any problems. If you notice any degradation of performance check out what the stats show on http://status.ourl.ca/ and send us a screenshot with a timestamp if you notice something off. Bare in mind that it could be a cloudflare issue so make sure to check out the twitter feed on that page as well.
663
« on: May 22, 2014, 10:16:58 am »
Really tempting not to fix that snippet of jQuery as well.
var div = $('div').addClass('hiddendiv common'); $('body').append(div); $('#comments').on('keyup', function () { div.html( $(this).val().replace(/\n/g,'<br/>') ).append( $('br').addClass('lbr') ); $(this).css('height', div.height()); });
Optimized for memory usage. Should be a tad faster as well with less variable declarations.
In plain JavaScript it would look like this:
var div = document.createElement('div'); div.className = 'hiddendiv common'; document.getElementById('comments').onkeyup = function () { div.innerHTML = this.value.replace(/\n/g,'<br/>') + '<br class="lbr"/>'; this.style.height = div.offsetHeight+'px'; }; document.body.appendChild(div);
664
« on: May 15, 2014, 10:57:47 am »
Some decades ago when I was still using windows, I used avira and never had a virus. However, avast is total crap and useless. It's really annoying, its default settings are stupid, it sometimes crashes, is awfully bloated and SLOW AS HELL. Some, even newer PCs with SSD have slowed down to almost pre-2000 speeds.
I thought you just said you haven't used windows for a decade or so? How can you have a current opinion on Avast then if you haven't touched it for more then 10 years?
665
« on: May 14, 2014, 09:58:02 pm »
App Store? With locked down availability and trademark closed source? Sounds like fun.
"app store-like presentation" != "locked down availability and trademark closed source?"
666
« on: May 14, 2014, 12:32:07 am »
Very nice. I should see about getting myself an arduino.
667
« on: May 07, 2014, 12:44:15 am »
The bot is down since the last netsplit
Please report this via http://ourl.ca/issue next time. Fixed.
668
« on: April 30, 2014, 08:29:18 pm »
Tr1p1ea is now having the same problem. I told him to give you his key via e-mail and/or ourl.ca/issue.
I don't need the key, that is more for the bad behaviour team, since I don't control their databases. I just need to know a username and I can whitelist their IP. Whitelisted btw.
670
« on: April 29, 2014, 10:25:05 am »
Slight necropost:
Will Axe ever be updated? Or at least some more axioms be released, particularly for tilemapping, especially scrolling maps?
The last update was on 2013-10-25 and I'm sure when there are some other big bugs out there Runer112 will update it again. Axioms are meant to be released by third parties for the most part. So release of Axioms would depend on people actually making one.
671
« on: April 29, 2014, 10:21:01 am »
672
« on: April 29, 2014, 10:19:40 am »
I'm getting the same thing occasionally. Here's my key: a867-ac3c-b40c-8ddc.
Whitelisted
673
« on: April 28, 2014, 10:07:01 pm »
I'm not talking about Wabbitemu on Linux as I prefer Tilem (speaking of which, the TILP/Tilem/TIemu suite as well as titools would be welcome on the repo because even with Aura, AUR is not practical and you have to wait for the build). Find me some stable code that would build easily on a standard Arch system and I'll add it to the repo. wxWabbitemu is unmaintained anyway AFAIK.
Not at all, I happen to know that albert still pokes at it sometimes. He was trying to help me get it to build the other day. My point was that Wabbitcode, SPASM and all the other stuff from the Wabbit guys besides Wabbitemu are unmaintained.
Buckeye still maintains the code, they just don't commit code every day. http://wabbit.codeplex.com/project/feeds/rss
674
« on: April 27, 2014, 11:00:58 pm »
Always read the small print. Better safe than learning later that you sold your organs to a some shady harvesters organization.
I wish I had read the fine print last time I sold my organs.... err >.> <.< * Eeems poofs
675
« on: April 25, 2014, 06:04:57 pm »
The latest SVN code doesn't build on Linux x64, and it would seem that only Wabbitemu is still maintained in the Wabbit suite. I was thinking of forking SPASM for these two reasons.
wxwabbitemu is what you would want for wabbit on linux. Until there is either a fork that is maintained or the official version of spasm builds on linux, I'm not going to add it to the repo.
Pages: 1 ... 43 44 [45] 46 47 ... 370
|