Thursday, June 7, 2012

Behavioral modification at its finest...

Seems very up there with bloodletting and other medieval practices...

http://en.wikipedia.org/wiki/Judge_Rotenberg_Educational_Center 

amazing...showing big revenues, lots of lobby, lots of attorney's representing the center supposedly, lots of taxpayer dollars providing the revenues...hmm...sad...

Anyways, one has to wonder in down economy with state's justifying in so many way budget cutting to so many services why there should be a facility potentially costing quite a bit of money with questionable results...I mean apparently in one state the problem is that collective bargaining rights are apparently too much of a costly issue while in another people can't paid well enough to torture kids...if any teacher should lose their jobs, it should likely be at this place for budgetary reasons, and hopefully sooner then later.

Added points here, prisoners can evidently be successfully incarcerated and restrained with respect to their holding, but children neither convicted of any crimes apparently as a 'last hope' can't be provided the same respect with regards to human rights.  After all, this particular facility neither is required mandatory for treatment by any government, local, state, or federal for any student as far as I know, and isn't legally linked in the case to treatment for criminal or felony behavior, nor have the student's to my knowledge ever been convicted generally in their respective past for heinous crimes.  To this end, watched in one case, excerpts of 31 shocks applied through the duration of hours of one particular student that were punished with electric shocks for non compliance in removing a coat.  I mean we are talking a real murderer, a real problem in society there being the social non conformist that he were?  Right?  Another student in the past having died subsequently owing to neglect in medical treatment received, only died as apparently 'teachers' on premise hadn't properly identified that her social non compliance to instructions on premise were owing to a serious medical condition.  She apparently were in significant enough pain owing to her medical condition that she weren't fully responding to the 'teaching' staff, she were tortured.  The next day when she later died, and at least hadn't been given medical treatment appropriately.  This incident took place over a decade ago, and meanwhile the school is still running collecting taxpayer monies with students even testifying before congress, it sounded in defense of the school itself while wearing the electrical shock restraint devices giving such testimony.  Only a in a Mother Jones article a journalist recalled on her last days visiting the premise, that one such electrical shock device were faulty and apparently sending out errant currents, the device hadn't exactly been identified as problem before, but coincidentally appeared to be the case so near to her visiting departure.

Its not that children one would suspect tend to be more powerless, easily suggested and coerced into any number of arrangements that under any other circumstances legal or having been of mature age in making independent decisions, it seems there is illustration of problems often relating to more vulnerable segments of our society, and the proposed solutions in handling such problem.  I'd mention aside from the supposedly more extreme examples of human behavior cited by those one social group of kids attending the school.  Another segment relates to those of physical and mental disabilities.  In this case, voluntary agreements of power of attorney or those of supposedly of better custodial role, neither having lived in the bodies of those subject to pain and torture are empowered to know better and make decisions for the sake of the other's health capacity.  The problem is: if you were of sound mind would you ever likely seek torture as a solution to any number of physiological and neurological health issues that you ever suffered from?  Even if you knew other restraint options applied would seek the infliction of physical pain were the solution to any number of compulsive disorders.  Often times, those that are most vulnerable may be in more difficult positions to adequately understand and communicate with mature understanding their feelings or knowing how to decide for themselves right and wrong in a situation.  Why is that the possibility of torture should still be included if a custodian is permitted some degree of flexibility in error with respect to the welfare of another under their power?  And only this is a for organized as opposed to 'illegal' form of domestic violence in which government, legal systems, and others operating under this are given sanction to impose.  Maybe we think when hearing the word 'disability' we think, 'Oh, yeah, kids that are real problems.'  Maybe we think back to the days of corporal punishment which should seem so steadfast in our culture that we scarcely think of the differences between all other segments of society that have provided little legal recognition to what otherwise would be assault.

The irony is that while someone like I contends with some other segment of society that runs wild often with bad media metaphors...never mind reality and truth here, there is much willful overlooking what should occur elsewhere, much hypocrisy, much double standard.  Only two decades in operation, the place looks worse then the infamy of Alcatraz, and given its per capita profit and expenditures otherwise, looks like any other money pit set up for social political reasons to the better half of biases that have for so long regarding children and the vulnerable.  A grown woman in her thirties having long since left the school needs the device to apparently keep her 'in line' as she needed way back decades ago, and behavioral modification for some may be as temporal as the lack of hunger from a previous meal.  Unfortunately this may relate to some of the problems of this sort of treatment, being forced in line repeatedly may work so long as a drill instructor exists to keep one in line, as to formed life long habits for months or years of pain induced training, as likely maybe a smoker given the same aversion based treatments lasts likely a month or two at times before relapsing as a recidivist into old patterns and ways if not genuinely committed to the sorts of behavioral reform.  Punishment works no doubt, but only when it is constantly applied?

Finally the spiritual dimensions of such a place.  In thirty years if the place were still operational if at that, one suspects so much the tainting of soil and bad karma placed in a place like this where someone inevitably gets burned for the wrong reasons...it could be one of those places later that the paranormal peoples go to for their Halloween gig, only hearing so much the echoes of the past pounding the walls days and nights at times.





Wednesday, June 6, 2012

Eve marketlogs to ms sql database importer

Having to rework code on this since I lost a backup file and didn't do cloud storage for old query and python files.

To implement importer fully, you should have the pyodbc module.  A c bindings driver that interfaces that provides pythonic interface commands for ms sql.

At the moment its still needs more work, you just need to set up at the program's outset a directory path to Eve market logs folder.  There are three main table types where data is sent: reactionmaterialsindex, itemsindex, and myorders.  Also you'll need to make sure that you enter correctly your sql server database information, alongside user id, password inputted.  I may eventually get around to creating a windows based executable but for now you'll need to do this manually.

Dependencies:
python 2.7 + (works with 3.2)
pyodbc
MS Sql database2012 (hadn't checked other versions)
Eve fansite kit
Evesqlimporterscript

Windows installation procedure:

Download and install the above program dependencies.  You'll obviously need to install python2.7 or 3.2 before you install pyodbc.  Just grab the appropriate pyodbc module based upon your system and python version.  Then install based upon your system, the MS Sql database 2012 with tools option.  Then grab the fansite kit (just need Inferno_1.0_70633_db.zip).

Once you've installed MS Sql 2012, run Microsoft SQL Server Management Studio.  Firstly I recommend in Object Explorer (left hand side of Studio window) right mouse button clicking on 'Databases' , here select 'New Databases' and then input in the Database field name 'Eve'.  Press Okay.  Next for the pyodbc driver you'll probably want to have SQL authentication enabled, so you'll need to enable this authentication by selecting in the Object Explorer, your Server Name, mine is for example, CHRISTOPHER-PC\SQLEXPRESS, it is the top most object item in the explorer's data tree structure.  Right mouse click on this, and select 'Properties'.  Then under 'Select a page'  (left hand side of pop up dialog), go ahead and select, 'Sql Server and Windows Authentication Mode'.
Next you can create your Sql authentication based user id, by selecting in Object Explorer, YourServerName > Security > Logins.  Right click on 'Logins' and select 'New Login'.  Under  'general' (Select a page tab) of your 'New Login' dialog, select 'Sql Server Authentication'.  Then enter your 'Login name' in the provided field, make note of this, you'll need to add this information to the python script that I have furnished.  While there are many options under the 'Select a page' (left side of dialog, under 'Server Roles', 'User mapping', and 'Securables'.  By default granting permission and check marking all fields for 'Server Roles' and selecting your 'Eve' database, should grant you necessary permissions for your userid.  Make sure you have entered a password.  This has a minimum characters requirement default, so make sure this is at 15 alpanums in length (at least I haven't been able to input anything less).

Next using a favorite text editor or using Server management Studio direct, copy and paste the ebs_DATADUMP sql query data into a new query.  On Server Management Studio, you can select New Query, making sure that YourServerName > Databases > Eve is selected, and then paste the sql query code into the new query window that should be populated, or open the ebs_DATADUMP file directly from Server Management Studio.  Then press execute.  If all goes well should have new tables (with no data) furnished on your new Eve database.

Next you'll need to restore the backup database file for Eve.  You can do this from Object Explorer, selecting YourServerName > Databases  and right clicking Databases, you can select 'Restore Database..'  I've found that owing to the silliness of the file finder dialog here to have the DATADUMP201205212008.bak (or related file depending on what version of Eve is presently current) having this setup in a convenient locations like 'C:\Users' by default.  By default under the 'general' tab, select under 'Source' the 'Device' radio button.  To this right of the now blank field under this radio button, select the '...' button.  To the right of the presently blank 'Backup media' text field, select 'Add'.  Then go to your source directory for the .bak file using the pop up directory tree explorer.  Your backup file should be present in the file field.  Select this, press Okay, and then push Okay again on the 'Select Backup Devices' dialog.  You should now have the .bak file showing on your 'Restore Database' dialog now.  Under 'Select a page' of the 'Restore Database' dialog, you should select 'options'.  Then select 'Overwrite the existing database (WITH REPLACE)' and then select 'Preserve the replication settings (WITH KEEP_REPLICATION)'.  Push 'Okay' on 'Restore Database' dialog here.  If all goes well you should see a confirmation that your database has been restored.  You can check for data in this database, by selecting in Object Explorer,

YourServerName > Databases > Eve > Tables and then selecting any one of the given 'dbo.' tables shown.  You can right click on the table, and select 'Select top 1000 rows' .  This will automatically generate a query  for you populating database information for the given table.  I highly recommend that you have some background in SQL, so that you can create your own custom queries likewise.  Any decent book like SQL Visual Quick Start guide by Peach Pit Press publication for instance, can be an excellent start for learning some basics to query language programming.  I also recommend some requisite knowledge of python here to aid you likewise.

 Now that you have data in the database, using your typical market export methods in game, and presuming you have something in marketlogs folder to import into the database.  You'll just need to furnish your server info, userid, and password at the 'cnxn' variable of the Evesqlimporter script. And put the directory path to your Eve market logs folder at the 'dirpath' variable.  After running the script you may need to close down the existing sql server socket connection manually to populate say added data in Server Management Studio.  Apparently I've run into difficulties with more then one server socket connection utilizing pyodbc and server management studio at the same time.  In this case, just close out the idle terminal, not the script.

Finally while I have a batch file move script, to place a file in a given backup destination, I haven't implemented this.  You could do this on your own if you like, or move the files to a backup destination other then your present directory.  I may add for convenience sake later a file sync script, that records and tracks a list of uploaded files into the given database, thus avoiding having to do anything further other then making sure that files added to the folder or import merged into the database once synchronization is enabled.

Updates 6/11/12:

Materials Reaction Average indices python script

 EVE MS SQL database market tool works in conjunction with another importer I had designed
EVEsqlimporter.
For the given reaction materials indices table, these are materials associated with the EVE reaction materials table, an average price is computed for the given top 10 high and low orders of the given material's market buy sell orders, also filter's for order movement.  Will make updates later differentiating by region, and may increase volume movement threshold so as to throw out obvious order's that were obviously well off from a movement price average.  At present this also discards old orders beyond 90 days or those of elapsed duration, based upon both date of order input and batch date entry of orders furnished at such time.

Computed average indices are imported to the reactionmaterialsavgindex table.  This table is automatically created here for you.  Just be sure to refresh your database through Management Studio
if checking for verification.

Updates 6/12/12:
 Materials Reaction Average indices python script

-Computed averages are now differentiated by regionID (regional markets), key added for this on table.  Also added standard deviation column.  Provided filters for consideration of price order.  Where, for instance,if standard deviation / computed mean > PCNT_STD_DV in script, then maximal price order is discarded and recursively averages are recomputed until standard deviation and mean fall within the given relation threshold provided, yet another tool aimed at filtering obviously high ball or low balled orders probabilistically least likely to filled in terms of buy or sell respectively.  Added DISTINCT on query to ensure repetitions of orderID are not included (because of orders, for instance, appearing over any number of batch entry dates).

Generate items reprocessing estimated value python script

Lazy tonight will finish this up tomorrow for fetchall() or if you download feel free to update, just
need to fetch the rows and grab tablevalues. Will probably update this to write to dictionary.
At some point probably going to develop a Gui for all this so that a table populates this way.

If you are new to SQL I used a table JOIN method to cross link the data from various tables.
I also used an aggregate function SUM and had to use an aggregate GROUP BY clause so as
to be able to ensure that aggregate SUM s were applied by typeID and not every row value
irrespective of typeID.  Also I had to link materialtypeID (this is the reprocessing material ID...for example, Tritanium, Mexallon, and so forth), with the computed average indices table for such materialIDs, once having done this, and having computed the reprocessing/manufacture materialIDs quantities with the average pricing, I summed these values grouped by itemID.

6/13/12 updates:

fixed pricing list generate sql query line...should work now in script.  Also, added regionID filter
when pulling regional reprocessing/manufacturing materials.  Also creates an 'items pricing' txt file
which includes line itemization of both item name and pricing estimation.  

6/16/12 updates:

At present sort of exploring ideas here.  Working on graphical ends, some thoughts as of current.  Created a data synchronizations tab, sort of inspired by cloud type synchronization ideas here, but at the moment have kept this restricted to user interface toggling.  May update synchronizations in tracking market log files, also providing a list of loaded market log files?!

Some basic ideas that I'd like to work on:

Creating an Items Marketplace explorer.  This is not unlike a folder/file directory explorer, but instead uses the data tree found in Eve's market.  Key table for doing this is the marketplace groups table.  So my idea here for code implementation is fairly simple:  simple query for data export, and use a recursive function for building data tree.  Then to create an data import implement for data tree widgets (as I've seen commonly referenced in Gui languages).   The purpose of the explorer should be simple enough, like being able to create customizable query filter searches for any list of items, alongside, providing an additional search query tool.  I've seen this at least in other related type apps likewise.  The marketplace group table should make construction of data trees very easy once the recursive function is found for linking groupID and parentID s here.  In SQL you could do something like joins, or inner joins, and some SQL platforms offer recursion (think MS SQL offers this) while some are non recursive.  SQL varies from other programming languages in terms of feel especially if you are used to the sorts of procedural flexibilities that allowed you to loop in more abstract way over a given dynamic range of data.  If you weren't so well versed in SQL, this can be tricky.  More likely the SQL solution would be a fixed set of table joins that might cover many trees, but not all here.  Exporting data to a procedural language like Python, Java, C++ and so forth allows you on the other hand to create tree probing methods (recursively, or abstractly enough here) that could be more difficult to program in SQL (supposedly SQL means Set Query Language by the way).

Would also like to implement profiles that a user could save in so far as session work.  Basically if a user want a customizable search query, the data that they were most interested in could be easily populated yielding an number of items at once...without having to tab through query drop down boxes, or key search for any of these items in a big list otherwise. 

A open query box popup (simple), so that a user can input a custom query for execution...

Query fields for refined search (sort of open in thought and related direction here)...

Possible future things:  Manufacturing calcs and the like.   I once tried a fitting calcs idea, but I never completed it...sort of tried to create this fittings optimization algorithm...might try working on it again, depending.

Sticking with python's already packaged Tk here for gui writing, one since in window's it looks decent enough, and two I hadn't need go through a bunch of binding layer's to program a Java gui that basically looks about the same...Java seems like it could be nicer on some ends, but basically Tk provides enough for this project anyways, and then if you wanted to use python to program a Java app, you are actually running a python 2.5 version, or you could technically run using exec() type commands in higher version's of python Jython program's but not sure if it were at all possible to pass instanced data under jython compiler execution.  Gtk in windows isn't good by the way, or at least they have old windows binaries going back to 2009 :)  ...Tk is more up to date, and Tk is easy to work in the non visual approach, especially in Python.  Seems a little less sophisticated (but actually a little easier) then Gtk but decent enough.  Tk isn't so nice looking in Linux by the way (at least Ubuntu...so I highly recommend Gtk or other alternatives for gui app development)..data tree widget's in Gtk are a bit more technical on the implementation side of Gtk relative to Tk also. :)  
 

Tuesday, June 5, 2012

Space colonization report card

     I know you read lots of fiction about people that live in under ground bunkers for decades and what not.  The problem is that as far as I know generally people don't live this way, and generally haven't been much successful at it.  I would refrain at the point of austere monks that have by way having volunteered themselves for the sake of their own religious practices and observance in more extreme conditions of environmental deprivations, but even then one could neither describe their conditions as completely closed in the environmental sense, or that others would supplement their environment in some way so that their own existence should be feasible.  Prisoners require this as would generally most human beings one could imagine.  Practically speaking, while at any given time, one could see more so the self evident nature of human existence so adapted to the ecological habitats of this planet while, however, diverse these should be, placing some practical limit on the nature of one's existence elsewhere.  If one were to attribute the successive generations of crop growths having produced any manner of vital nutrients in sustaining life here, while it could be assumed in the short term could be related to any number of basic nutrients, one could argue as to the nature of any number of micro nutrients, micro organisms and problems that could arise therein in simplified closed systems  which could effect biological engineering projects, or at least it could also be problematic given limitation of space and only that much greater dependency on the productivity of that space for one's physical livelihood that less room given for problems given the lack of biological evolution typified for the same productive use of such organisms in a context

And then contrary to movie and fiction, I'd challenge someone to produce evidence that underground fish farms really do work and last for decades.  Or challenge someone to grow sustainable crops for food stuff agricultural productions for decades in artificial environments without so much interactivity from an outside source.  Yes there may be underground hydroponic farms for illicit drug trade, but I would offer even here systems are not completely closed.

Most likely first colonists would have to engage in re supply logistics, and might use in a limited context self produced goods that they could in part live off of, but likely even here, cramped space and quarters, and sterile white looking interior environments could be problematic to one's psychology over a length of time.  While you might be able to go outside with the assistance of any life supporting mechanism, unless materials technologies were advanced at the moment, bulky, cumbersome and unseemly gear generally limiting physical movement with respect to long term living circumstances could present yet added difficulties to living.  What should seem small trivial issues here in the terrestrial sense, could be problematic over time in handling from a psychological standpoint.  I'd suggest for those interested to read any number of real life longer term expeditions and voyages, that weren't so successful or even if having been successful what experiences might be typified where environmental conditions were limiting to the degree of one's existence or where psychological stresses could be likely found.  Unfortunately, if in the terrestrial sense one should find a given environmental extreme, Mars at best in the thermal sense comes closest to freezing a few inches in elevation off its surface while elsewhere in its atmosphere in their 'summer', thermal extremes abound relatively speaking which should make our polar climates look like the tropics, or if you considered the major differences in atmospheric pressure, your life is generally consigned to specially designed habitats that are foreign to mars itself.  Sure NASA sent people up into the Arctic extremes to study in a limited context habitation possibilities or in the case of to test robotic equipment, for example, or maybe one could apply studies from known research outposts, but entire colonies of people living elsewhere for life?  Most outposts aren't constructed on the premise of making a colony a place of habitation for life when it weren't conducive to life one could imagine for a number of reasons.  Cost and feasibility just to name a few.  Living where breathable air shouldn't exist may have greater associated cost mechanisms.  The more complex machinery adds something in principle:  that much more that could go wrong, and the more complex the assistance of mechanisms aiding life that couldn't be reproduced given the differences in native ecology and environments only add to these problems.

     Sure people want to be inspired by the next generation race to something, or live on a dream, but there are many steps involved in the actuation of dreams like this.  If you had a litany of studies and research touting proof of your claims, that you could do something and practically do it successful, I'd give you a pat on the back and blessing to go with it, but otherwise...  .I'd say you'd better sticking some of these colonist wannabes up in the Arctic for years and see how well things go in their little life capsules up there?

     Challenging lifelines in impractical and highly untested ways could be likened to thrill seeking, a form of gambling, or yet another example of ignorance or arrogance otherwise for much that could be taken for granted.  One thing lacking in human civilisations at times that one at times might sense, outside of the branches of sciences which more readily could appreciate the longitudinal sense and scale of endeavours,  the use of 'colony' in times historically has been marked with much tragedy with respect to any number of ill prepared groups of humans arriving and being highly interdependent for their given life lines actually on their respective host environment.  Then I have thought often personally in some respect to desire when it has been impractical, and it seems more likely an immaturity born in our own condition, if only we have spent little time challenging and knowing the ramifications of challenging our own biological life lines, we should likely have little practical experience doing so, and often times practical in experience more so relates to the nature of what un forseen that should happen.  A connection to this problem of practical experience versus theory in mind of possibilities are that often times, while our minds especially in the collective sense are powerful to imagine all sorts of contingencies respecting problems to survival in extreme and harsh environments, practical experience ranks the highest.  This mean being armed with empirical sets of data and studies, and having the practical wisdom and experience of having lived in conditions that provide use and merit of the practices that have been developed for living in such environments.  Imagination only goes so far with respect to our extremely complex biology and the complexity of our physical universe as a whole, and the same can be said of intelligence, and dreams likewise.     

Sunday, June 3, 2012

The Case In The System Pur - short story

The Case in the System Pur (epub)
The Case in the System Pur (mobi)
The Case in the System Pur (pdf)











Prologue

A great gravity tidal wave pulled at the seas of __, caused the amassing of a new mountain, and spurred so much the eruptions of many places thought once dormant. A century would pass before the climate of __ appeared to resemble somewhat a place that had been known. The origins of the destructive wave weren't exactly well explained, seemed to surface as likely as it had come and gone. Some conjectured that it were some dark hidden matter that must have sojourned the recesses of deep space, only its presence were known in the vicinity of some galactic radial neighborhood. At least it were thought not originating in presence to the current galaxy itself because astronomers on the planet ___m noticed nothing of local orbital variations. At least not until a variation were spotted ten years prior in another star system. The effects to the star could be seen thereafter as though it star were turned inside out with dazzling if not worrisome releases of energy, but this were the least of problems it should seem. The worst yet were that the entire system hadn't been perturbed from its present relative orbital motion. Of course, this weren't so dramatic as in the star literally traveling quite clearly through the night sky as a planet should seem relative the other stars in a local system, but shifting in different directions that overtime conspicuously revealed itself.
Then a rush were on by astronomers, scientists, and engineers to verify by way of historically recorded astrometric data that might have revealed anything of a similar pattern that might have evaded notice up until now. Consistent survey sweeps of stars were recorded across broad arc swaths. In centuries passing, such data were kept. While anomalies could be spotted if only found by resolution of the math, machine and instrumentation available at such a time, but oddly enough nothing could be found clearly in previous data. Many stars had wobbles of one sort or another, and apparent resolution of the wobbles themselves were only magnified in time, so that the wobbles would appear more like many wobbles based upon its own local gravitational exertions. This seemed to be consistently spotted of data at least in recorded astrometrics, but not only a strange movement in the start of system __ should occur that hadn't previously known, but its appeared to be moving unusually enough in time lapse.
While alarm had been raised, then general consensus agreed little prediction could be made. Only this variation oddly enough found in a star system some ten light years away could tell little of the trajectory of some unseen dark matter if it had existed, and what matter remaining at levels too level for discernible detection because of weaker luminosities and internal radiance between such star and the present system of __m should only make difficult subsequent detections. Nothing having passed up until then at that time ten years prior when detection were first made, indicated that any dark matter neither moved at the speed of light, or indicated if a course were in some other direction altogether. Subsequent planning and contingencies by governments themselves were limited.

-2-
The mysteriousness of the detected gravitational signature however resurfaced only later, this time approximately ten years past. Nothing much could be done. The world should have unfolded on itself and most if not all life on such planet cease to be, but this weren't the case. From one moment all life suddenly reappeared in what should have appeared to be a different planet but were their own. Their star appeared slightly compressed, more so eccentric in shape and having appeared slightly larger larger in their sky then they had previously known. Few might have guessed where they might have lived before. Except that now as if having awoken from a sleep, they wandered about their once cities that appeared differently arranged to them. Cinder cones occupying farmer's fields in some cases, and houses perched about the many ledges of new mountains. Impossible if not impassable roads set about inclining the steepest valley walls in some cases of great metropolis that appeared blanketing portions of skyline. In other cases, seas completed invaded cities. The odd aspect of all this were not only had people not died as appeared to be the case for much of life, but that they too were somehow different. At least many had the feeling that they somehow knew something about their new world. Like how to get to the grocer when the grocer were several thousand feet overhead, and seemingly all but impasse should abound, or how to retrieve a car that were now resting near the bottom of a lake bed. Solutions of the simplest sort might have been simply riding the mile high escalator, finding one shopping basket where it were parked in the usual grocers entrance, only the store it seems were so vastly huge and stretched alongside the store shelves. Strangely enough nothing of the familiar constructions of uniformity no longer existed. Designers and architects sometimes wept, while others laughed. Guards stood idly by in shock as the prisoners of a local prison, once having roamed so often in their kept spaces, walked through the stretched and elongated chain links of a security fence, and a prime minister found it exceedingly difficult gaining entrance to quite small residence which appeared miniature relatively so, a passerby happenstance landed an errant foot in the wrong place, and the dwelling couldn't be saved.
The other strangest aspect of all this were that people walking through ordinary space could be relatively sensed in more obvious ways growing and shrinking without warning, or that they themselves when asked to run a straight line would suddenly find themselves oddly walking or running some curved manner. Story headlines broke that the space time curvatures were neither uniform, and something of unseen matter were present causing spatial distortions, but why were they alive at all if this should be the case, and even stranger spatial distortions weren't causing noticeable exertions on surrounding matter? At least this some expected that if matter itself were causing distortions in surrounding space causing noticeable dilations, it were expected that gravitation as a common physical manifestation should be expected, but this weren't the case.

Only oddly enough at times given the right locality, it seems the star overhead appeared to be dancing around in the sky, but in other places, the star were where it should normally have been expected.
Some recalled with religious fervor miracles while others weren't exactly sure. Only when it appeared that events, however, so strange and exotic that might have evoked the sentiment of so many emotions and passions alike, now everything should seem ordinary about such events even if rightly so much the world hadn't adapted.

-3-
The Story

Jom were awakened by screaming the morning when the 'wave' had passed. The windows in his small two room apartment were closed which alarmed him so much more. He hadn't heard the warnings given otherwise which had sent people scurrying into the streets, but even then he hadn't seen this exactly as his window shades were drawn only because he often would wake in the earlier morning hours unable to sleep until dawn came. He slowly rolled himself out of bed. He thought he might check the morning news on his console as he normally would and chew on lipid bearing toast, and while no one in years had sent him any personal emails generally that couldn't be categorized as solicitations of one sort or another, he likely found some personal interests checking even this, or as he would have well reasoned, just in case, years in passing someone special to him should suddenly surface that were critical in changing his life directions. Jom had stumbled forth to the bathroom first, his mouth were dry, and he almost fell through to the great chasm that instead appeared to him. He held on to the door between his bedroom and bathroom that were so much the difference between life and death. Somewhere Jom heard his cat calling, and soon his cat, Rummer appeared to him walking the length of what appeared to be a long stretching and twisted corridor. The cat appeared like an ant winding itself along the stalk of a tree branch circling round and round.

Jom had placed his foot back onto the ledge representing at present his bedroom. More carefully studying his room, the windows appeared mostly the same except for one which were slightly bent. His shoes, however, by his bedside only appeared enormous, and then swept around this area it were as if a magnifying lens had been focused about his bedside where each granular hair of shag carpeting pile could be seen. Jom rushed to a nearby window. Drawing the blinds, now he could see more clearly the chaos of the city that once were. Buildings appeared oddly angled, alongside windows, and warped mountains with people streaming alongside every ridge. He could see some having fallen while others appeared impossibly walking the vertical walls. Jom almost had forgotten that the great mountain before him were once the central business district of the town __.
In the nearby apartments people were shouting and screaming, while another woman had fashioned a rope made of cloth sheets segments tied end for end. Only it were so hard to tell where the ground begun, and relatively speaking the cloth rope seemed to be dangling for what should seem the reflected images found between mirrors, seemingly perspectively almost vanishing from site, but a pocket of ground could more clearly be seen in one other location which were situated several apartments over.
It appeared that the ledge above this location were vacant.

Jom had stepped outside the window to the nearest of a the apartment building exterior facade, a small ledge provided foothold for his toes while he held in his right hand the window frame. He remembered that he were four floors up, which meant they must have been forty feet up. If only he could reach the woman he could clearly be of better help trying to figure something out. When he had provided himself as much distance as possible stretched between his open window with outstretched hand, he jumped sideways, catching his hands on the rails of a neighboring balcony. He could see his neighbor more clearly now except for the appearance of a stationary mirror of the room in the space between her and the window, and the shape of the room passing through this mirror were disfigured and warped. Jom hadn't given any regard to this only attempting to reach here now, but as he passed into the mirror, he could see her image suddenly becoming more distant, as though she were now miles away suddenly. He stretched his arms which now extended so far that he could barely see his hands. Jom then stepped out of the spherical aberration. He couldn't see her anymore. 'Where had she gone?'
He recognized the room and what should seem her kitchen disfigured beyond recognition. He yelled her name. A faint response seemed to come from all around. As if she literally migrated inside his head at the moment, yet he couldn't see her, but he could sense her or feel her somehow so near to him. He had the thought of the made rope. He yelled out loud that he were going to attempt to make an attempt for the next door balcony, and that she should follow him.
Jom edged his way carefully to the ledge of the next door apartment. Only this were much better. He called out his neighbor's name. She weren't there. He could feel the rope now bearing mass. Then the rope had gone slack. He lowered the rope over the ledge. He could see that it were near to the bottom, at least close enough so that the drop should seem reasonable from his vantage, but hesitantly Jom thought alternately that some a door in this apartment room might provide easier escape. Jom threw a nearby balcony chair into the balcony's entrance which caused the window to shake violently for a brief moment but not break. Then he noticed smoke billowing from a nearby open window.
Jom covered his shirt with his face. His eyes were burning he could scarcely see in front him inside the foreign room. He hadn't known this neighbor so well, who he were, another anonymous person that he might have generally passed once or twice in the hallway. No one replied to his cries now, however. He could scarcely make out the lines of a bed. In it he could sense a stationary figure. Jom rushed to the person laying there. A billow of roiling hot smoke filled his lungs and burned his eyes so much that he could scarcely stand while nothing further could be done to revive the man whom appeared motionless through all commotion. Stumbling back to the window that he entered, Jom climbed back on the ledge.

-4-

Jom landed somewhere near a curb's edge on a street now flooded ankle high with water while people on foot wandered past. A group of business men passed near Jom chatting amongst themselves. Having stopped only several feet from a shop front which were situated at the group's feet, the group remained poised in some casual social conservation that could have been expected during some luncheon hour. Their voices vanished suddenly although Jom could see them clearly laughing. One of them reached for the door at their feet leading to a smoke shop, and as quickly as the departed. Passerby s clutching casually bags as to be expected on any other day prior were as likely amongst other's whom wore disoriented and dazed expressions. The buildings seemed swirling in Jom's mind. Compulsively he sought nearby steps of a narrow corridor between nearby buildings.
A child tugged at Jom's the sleeve of his shirt. Jom must have been asleep, hadn't remembered that he were perched at the foot of the steps like sometimes other city wanderer's that hadn't a place to sleep for the night. The child appeared to be mumbling words at him. At least then Jom hadn't comprehended much of anything. The buildings themselves appeared less obviously moving in mind or from what he could tell at times literally, and his stomach weren't churning as before.

'Mira wants you to meet __ __ Column. __ __waiting __,' the child spoke this time more audibly.

Who were Mira anyways? Jom thought, and this aside he hadn't been there in years. At least not since he moved from the old neighborhood where it more likely a place of convenience where often times he might have likely found himself in a dark corner with drink in hand considering so much how life could only be more perfect if time were stretched then from now until the next day's eternity, and he were disfavored anyways as a local patron sometime ago when he were in one his more paranoid and hostile bouts. Most had forgiven him for that, he figured, but some of the regulars just hadn't let it go.
The road to the Column had always been a winding destination before and added to this Jom were walking like others precariously on glass and the trim molding of buildings which shifted and swayed by the weight of so many people on foot would provide. It weren't as if the buildings collapsed. At least there were still the building whole that existed beneath. Jom could see the bodies of people that had fallen through glass at times only beneath in piles at the back of the buildings amongst so much that might have existed on shelves or racks piled and scattered around. Someone already thought to lay planks of wood between the openings of doorways in these cases.
Convoys of military haulers appeared dispersed at the Hish intersection although at times largely empty. More often Jom could hear screaming coming from nearby buildings, alongside automatic gunfire. When the soldiers appeared, they were pushing people bound with their wrists behind their backs and blindfolded through streams of people on either side of the row of the military trucks parked. The soldier's faces were as dark as the night, as were the the captive peoples in their possession that were placed at times in the back of trucks while the soldiers at times glanced around having taken little notice of any other groups of people around.
A crew of peoples had cordoned off streets in what appeared to be scenes for a movie on a nearby street. Artificial leaves were strewn about what appeared to be a stone laid arched wall covered in vines that shouldn't have existed were it stood, only Jom imagined that the camera angles would noticeably disguise what should exist beyond the frame itself, and then Jom could see the crew closer as they exhaled. The frost of their breaths could be seen, not like him or others around present, but as if they existed in some other space and time.
Amidst the commotion only few seemed to notice the others. Where at any moment pools of blood, tears and a stench ridden atmosphere of chaos. Suddenly celebrations were amassed in the streets. The military s convoy gone, blossom's on trees, the smell of fresh warm rain laden in the air. Jom lost track of the advance and retreat of shadows, darkness, and passing of light. The Column were still there as usual half buried into the earth and as he imagined likely a cool as the subterranean stones would emit, its shape and form appearing to Jom as he remembered it. Summer sweltering and ushering him onward.

Medics were tending bodies inside the Column's bar. Mira, the woman Jom had never met, must have noticed him, and waived to him calling his name so loudly that her voice should seem as if next to his ear. Her makeup were slightly melting so much when he met her, he thought instinctively replying, 'Is this too much here?'

'Oh, no,' she replied brushing streaming tears of mascara aside. Jom felt then a hypodermic needle thrust into his arm, while someone were yelling and screaming to another medic. Jom calmly insisted he weren't fine. Mira insisted otherwise.

-5-

Several times Jom felt his head as though it were like a stone being struck against another solid object. Several times more, the memory of Mira gone, and a previous history in life to go with this. Dark matter coalesced all around, more acutely the city had become more steeply walled in upon itself, and so many fragments and memories in time resurfacing in a chaos of time that should scarcely exist. Ghosts were reappearing all around. He couldn't sense who or what he were anymore let alone the place that he lived in.

Then the world reappeared in a more familiar form, albeit much wrecked, but there.







Thursday, May 31, 2012

Eve opportunities summary

     Hmm, over the years, market is probably the most fun for me including setting up the harvesting and manufacture of resources.  After the setup though if you were tired or bored with the operations redundancy, you can also set up in high security blueprint research facilities, there's an added federation cost for doing this, but it seems last time I did this it didn't seem so bad.  Then there's running missions to build standing with npc corps that offer things like research agents.  The higher your standings alongside your skills training opens up more research agents that you can utilize for gaining access to datacores which I believe are used in generating potentially tech II bp limited run copies (not originals...these aren't infinite consumables).  If you don't mind gopher/industrial types of  trading,  you could work on more complex things like high end logistics working between buy and sell orders in high sec space.  Here modest industrial haulers make smaller profits, I hadn't investigated the potential of larger bulk shipments here whether this were technically cost effective and feasible could be a math problem in its own right.   I've done some mining in high sec and a little in low sec, but got bored with this after awhile.  Aside from the NPC generated trade good buy and sell orders, then there's the player generated aspects of the markets.  For some there's public trading aspects dealing with actual player corps themselves.  Offering either public bonds or stocks in their player corporations, I had never gotten into this aspect of the game personally.  Last I remember and probably as of to date the same, tech II items manufacturing is generally low securities endeavor.  Potentially anyone could do this, although you'd have to resolve all manner of logistics doing so.  Supposedly so much lucrative speculation abounded in the history of the game, that many isk farmers were looking for big profit ventures in low security space, and left after while finding that profit margins were smaller then expected and certainly setting up shop in low sec space would require work.  Basic research that I could tell for working in low security space with a pos at one time entailed something like carrier training and knowing how to man and triage the station if it were under siege, and then maybe something like a jump freighter could come in handy likewise, but there's probably lots of mixed opinion there.

There's wreck salvaging.  If you thought a couple salvager's on a burner outfitted ship were decent, you could do way way better there, Marauder's topping the scales for assists, but also tech III ships have some outfits for 1k per sec tractors.   

There's running complexes which I never really got into which potentially open up nice loot drops from what I've read.  There's to this extent incursions which appears small group/larger fleet oriented ventures depending on what were being run.   

Eve Markets honestly have been the most fun for me in game, especially given the diversity of any number of things which can be bought and sold coupled with way longer order time frames that go beyond typical trade exchanges in other mmos, added to this csv data exports which provide players the ability to create and use customized analysis on such.

While there's lots of equipment, not as in other mmo's equipment rat race, generally   commodities/materials types have remained stable in market.

DUST looks fascinating on the console side, although it looks like this maybe strictly PS3 not sure.  Hopefully there will be segways, as I had read suggested sometime ago, between DUST and Eve.


Honestly though with the idea of space to roam and the culture of space used, it seems sort of funny to me that any square inch of turf that weren't accessible should be an issue...reality is like this way though...you probably wouldn't catch me setting foot on some other turf as likely many others would do the same...if we could be used to it in some ways in reality, why is it so difficult to accept in a game?  Is it only because we have this cultural mindset that any potential area that could be a place to be traveled to should be traveled to, and any place that we could setup shop at, should be a place that we set up shop?  And then unlike other MMOs which don't pit so much of expense and risk in game to the player, allows for all sorts of somewhat obscene risk taking game play behavior that would likely translate into, your ass got capped and now you're dead and really not coming back this time.  Sure, clones exists but at least it costs in the wallet...if there's risks I'd offer at least you learn to play around risk, meaning take some leadership to form a decent big enough corporation, form alliances, and then set aside some of that hard earned isk in high sec for low sec ventures and call it a 'write off' if need be.  If you don't like taking too many jumps into some forbidding territory, there's always jump clones if you can find a medical outpost, or if someone just so happens to have a clone vat bay handy.  And if need be setup a pvp jump junker jump clone that won't cost you tremendous isk if you hadn't wanted to lose precious implants and then setup a junk ship, that's modest in terms of costs.  I would guess anyways...but maybe its all wrong.

It seems though in terms of loss, even if you pit the best equipped and most skilled competitors against one another where the margins are smaller in terms of win and loss, narrowing loss gap to something like fifty percent while not bad, means you'd be losing fifty percent of the time all the money that you poured into your toon, gear implants and the whole kit and kaboodle.  If you increased their odds of survival marginally only decreasing your expenditure for implants, gear and all else, you could still feasibly punish even if they won a majority of the time.  Of course, you could get into more complex risk/loss analysis, but there maybe the 'junker' equipment optimization factor which puts you more or less in front despite a higher death toll on better economic footing.  You just need to hold your margins of loss and know what the margins are... 



Sunday, May 27, 2012

Competency

Why incompentants think they're awesome?

Or why the use generic, categoric, or the overly generalized use of the word incompetent should prevail.

Writer mentions here that often times without having identifiable metrics at hand for the purpose of scaling competence, likely ignorance and false assumptions might exist not withstanding what narcissism expressed of the otherwise assuming individual.

It seems with respect to competency, more often what could apply are those that in some way, neither weigh the social risks of expressing where those less competent wouldn't venture...compare and contrast this to the phrase, 'No question is a bad or stupid question even if it is born of some level of ignorance.'   Then is competence measured by manner of personal desire alone or synonymous with narcissistic desire and personal gain alone.  At best this sort of assessment seems  quite shallow.  For instance, consider whole groups of students failing exams in distinct economically and socially defined areas of a given society, could they all be called narcissistic by definition, or 'think they are awesome'?   

If it weren't something undemocratic about one's culture, any number of dogma's having existed might have prevented the ability to express or question, and that sadly even having expressed something could be seen as inferior about one's level of knowledge, and then competencies assessment.  Yes, if in the clearest sense one could say failing on subject matter, or clearly with purpose offer in equal reason where competency has not been provided, as in failure to answer questions with expected results, level of comprehension for a given subject matter, and so forth.  But outside of the formal context of education or any given learning institutions having formalized structures in place having gauge and accurately measure competency, who and what individuals do this in the more informal context of social communication, for instance?  Surely businesses could have any number of metrics at their disposal to evaluate the work and performance of their employees, and would any educator, business leader, manger alike consider the expression 'thnk they are great.'  In so far as performance indicators.  In many circumstances likely not.  Likely they'd simply indicate by point failure either in performance, comprehension and what not focusing on inequities themselves having stronger direct relation and bearing.  Offering here, that when admission or failure in competency results, likely in the formal context, 'thinking one were great.'  may have little to do with success therein, unless social factors allow for the compensation of subject matter competency.

In any event, the word itself then either seems more reserved in the selective cases of schools, or businesses themselves.  Likely you wouldn't hear children saying that other were incompetent, but you might hear a child say another is arrogant age permitting, or making more overt use of terms like: 'stupid', 'retard', or 'moron'.  'Incompetent' or 'incompetent fool' could be the more civil terminology.  When one hears the broad form in its present categoric and generalized use, one should think that it were by design really to provide constructive use in feedback of anything.  In the context of higher academics or businesses, it seems the word were more applied in the informal sense.  Like the sort of informal chat which were the rumor mill discussion about why such and such employee exists in the position he or she existed, regardless of the truth of rumor, or the access to any number of performance evaluators that would make any such judgment accurate or not.  Or in other words, I would offer more likely any measuring competency were doing so when something of inequity exists in a workplace or place of institutional learning.  If only the lives or jobs were threatened, education perceived compromised, or any number of other social factors had existed which may or may not have had some bearing to the matter of another's competency.  As in the formality of the expressed supposed 'academic' title, it seems terminology were pejorative in some way, or at least if academics, psychology or something of social science applied, 'incompetence' were described so much by a self assessed and self sensed nature?  At least one should find even in those commanding in any number of degree incompetence in any number of subject matter, they would find some manner of competence regarding something in life, or in other words, given the whole and complexity of existence, why, other then by way of self feeling, should it be that people use the term 'incompetence' in the pejorative sense: like having failed in life?

I would admit being incompetent in so a countless number of subject matters, yet ironically all of this incompetence can't describe the condition of competence in something...in society though we find it more culturally permitting saying another is 'incompetent' if they have done clearly what?  A competent individual need not know or learn of any other language other then their own in order to competently function.  A competent individual need not understand Quantum mechanics, physics, or much of any maths, or science.  Although our moral society might say competence entailed living a religiously observant life depending upon perspective, and others might generally be inclined to say successful in life in so far as careers, but even this later statement seems a bit off if circumstances beyond one's control have arisen such to temper or displace the successes of once aspired goals, and narcissism could have little to do with this.  Unfortunately, it seems the culprit in recent thinking amongst social conservative groups are that 'incompetence' could be associated with 'laziness' and 'narcissism' which at times could be attempt to dodge or evade other sociological ramifications that displace cultural notions of what truly makes the 'competent' individual?  If the pre requisite for survival defined 'competence' truly our biology would be an expression of competence, yet some of the wealthiest and most influential 'competent' individuals might be less competent to survive in age.  What defines 'competence' here?  Is it strictly the openness to absorb and learn always?  Were the aged individual whom were less open with interests and receptivity to any present cultural system that much more narcissistic...had they thought they were great? 

Then as to narcissism, if the purest in psychological converse existed, that all manner of receptivity and empathy were given to so much anything and everything of an environment, I would offer in terms of psychology that the condition's of 'competence' in living could be more strained and difficult.  The idea of not relating to one's environment and having closed one's mind to it in terms of learning for instance, characterizes in some way in my mind, the natural order of any number of emotional mechanisms existing neither having compromised one's sense of existence.  For instance, if one should not at some point have some order of self preservation in mind, empathic severance of one's relation to the abusive other may well be in order.  Otherwise how might one in the long term survive, and are there cases where relationships of these types are unsustainable.  It may well be that narcissism in some degree had provided some evolutionary advantage in allowing people to survive relative to the more empathic centers of mind?  How we mind 'incompetence' to narcissism could be relative.  At least for the example, narcissism might also play some role in providing role of survival and in some degrees providing 'competence' to one's emotional functioning? 
 

The article's title might have been more competently titled 'Why some incompetents think they're awesome.'  But that's my feedback, and at least I provide it sometimes.



More So.cl at a brief glance

    Have to admit the Everyone wall feed is sort interesting to look at, reminding of walking through a gallery in a way, visually splashy at times, providing more visual and color contrast media relative to some other social networking sites, but I've noticed another thing here: repetition in feeds that strikes of a twitter like commercialism.    



Oblivion

 Between the fascination of an upcoming pandemic ridden college football season, Taylor Swift, and Kim Kardashian, wildfires, crazier weathe...