maiyannah on community.highlandarrow.com
This remote profile is registered on another site; see maiyannah's original profile page on community.highlandarrow.com.
-
maiyannah (maiyannah)'s status on Monday, 12-Dec-2016 15:45:20 EST maiyannah
@nerthos @flaxx Most money I ever made on a contract when I was freelancing my various skills after 'retiring' due to my injury from the police, was with a local home-building firm. (Almost 40k for a month of work). And they're not even the top of that totem pole. -
maiyannah (maiyannah)'s status on Monday, 12-Dec-2016 15:42:12 EST maiyannah
@nerthos NV literally crashed so hard it ate my MBR when I played it for review, back in the day. -
Abjectio (knuthollund)'s status on Monday, 12-Dec-2016 15:30:11 EST Abjectio
Issues resolved - quitter back !quitterno -
maiyannah (maiyannah)'s status on Monday, 12-Dec-2016 15:40:29 EST maiyannah
@nerthos @flaxx Its not as "fun" as game development, but there is GOOD money and more importantly a lot of jobs (here at least) right now in architectural modelling. -
maiyannah (maiyannah)'s status on Monday, 12-Dec-2016 15:39:18 EST maiyannah
@nerthos They're very average. But "once I manage to make them not crash constantly" is probably why having Obsidian make one was a bad idea. They are not good at making code that doesn't fold like a house of cards. -
maiyannah (maiyannah)'s status on Monday, 12-Dec-2016 15:36:18 EST maiyannah
Pound MySQL rather -
maiyannah (maiyannah)'s status on Monday, 12-Dec-2016 15:36:02 EST maiyannah
Right now a real problem on the server side is that anything that hits the API is going to pound the API like its my wife and I going at it on the last day of Earth. Much more specific queries that return only what the client needs would help that a lot. -
maiyannah (maiyannah)'s status on Monday, 12-Dec-2016 15:34:31 EST maiyannah
@nerthos Mod I'd like to see for Fallout: Something that makes the game actually good. -
maiyannah (maiyannah)'s status on Monday, 12-Dec-2016 15:32:29 EST maiyannah
https://twitter.com/GlomarResponder/status/808301969144238081 -
maiyannah (maiyannah)'s status on Monday, 12-Dec-2016 15:26:35 EST maiyannah
@verius Requesting JUST the data we need would be a huge help to that end as well. -
maiyannah (maiyannah)'s status on Monday, 12-Dec-2016 15:25:55 EST maiyannah
@verius Depends entirely on how many people are accessing the instance via the API, really, but it would at the least be a good thing to allow optionally since it would relieve stress on the MySQL server when you have API-hungry apps. One thing I've noticed is it doesn't take many API clients before MySQL starts to have a bad time with the current API, because it H… -
Abjectio (knuthollund)'s status on Monday, 12-Dec-2016 15:19:23 EST Abjectio
Having issues with reaching internet from our server .. !quitterno (since Friday 09) -
maiyannah (maiyannah)'s status on Monday, 12-Dec-2016 15:23:09 EST maiyannah
Good idea from @verius wrt the new API: make it so we can request ONLY the data we require and not end up with a bunch of information we don't need. -
maiyannah (maiyannah)'s status on Monday, 12-Dec-2016 15:17:48 EST maiyannah
@verius Speaking of repeated queries, for setups with Redis we can cache old queries in memory fot a short time in case we do the same lookup repeatedly. -
maiyannah (maiyannah)'s status on Monday, 12-Dec-2016 15:16:15 EST maiyannah
@andstatus @thefaico @archaeme Global IDs are definitely desirable but would be difficult to pull off without collissions unless you just did it namespaced by instance (which seems a bit like cheating and not really what you want). Improving transparency of remote notices and users is a good idea that I've been working at on and off but it's a complex problem since … -
maiyannah (maiyannah)'s status on Monday, 12-Dec-2016 07:37:44 EST maiyannah
@halani hugs -
maiyannah (maiyannah)'s status on Monday, 12-Dec-2016 07:35:11 EST maiyannah
Before I pass out with it unsaid, thanks to those that supported Katie and I the past few trying days. Especially @halani and @purplehippo and @nerthos -
maiyannah (maiyannah)'s status on Monday, 12-Dec-2016 07:28:41 EST maiyannah
Note to self: if I put a specific avatar endpoint on the YAML API, I can decisively solve @archaeme's issues at least within the postActiv ecosystem. -
maiyannah (maiyannah)'s status on Monday, 12-Dec-2016 07:26:08 EST maiyannah
@bob Yes we'd definitely want to scrub anything that can't normally be in notices out of there though you could still run into problems regardless. -
maiyannah (maiyannah)'s status on Monday, 12-Dec-2016 07:20:48 EST maiyannah
@bob Definitely. We could write an internal header with checksum, expected length, and a few other things that represent easy checks.