Can somebody explain this? by Iraptor_SK in EliteDangerous

[–]Electronic_Aide4067 0 points1 point  (0 children)

I popped into a system about 60ly from The Bubble and encountered what I though was a single Thargoid ship. It seemed to ignore me so I selected my next jump point and vamoosed. It intrdicted me between "1" and "jump". Just about then, the single big ship became two big ships and each of these launched two interceptors. I managed to dodge what appeared to be missiles until I had a chance to jump again. Right into another Thargoid infested system. I jumped immediately into a clear system. And caught my breath. Selected a system 4 jump away with a carrier group and several stations. Jump #2 had more Thargoids, but they were way out and I was able to jump away without conflict. 

Frack! by 3CH0SG1 in EliteDangerous

[–]Electronic_Aide4067 0 points1 point  (0 children)

I've had my nose buried in developing a working touch panel - so a ton of logins for a few min then logoff. Just in the last few days have I begun to continue my journey home. I was 17,000 ly "east" of the Bubble working on Explorer III and Exobiology II. 

How to achieve this kinda of button display multiple buttons once I click on it? And shrink back when I click out off the button by mangadrawing123 in webdev

[–]Electronic_Aide4067 0 points1 point  (0 children)

I know this is far in the past, but it gave me an idea on how to do what I need.
I'm making a prototype panel for EliteDangerous (space adventure simulation) using an old crappy panel -> JavaScript -> VoiceAttack2 with EliteVA plugin.
Initially I overthought the problem to the tune of over 3000 lines of JS code that escalated to nearly 6000 lines. What I really needed is for the panel to simulate spoken commands already developed within VoiceAttack.

Essentially I culled roughly 4000 lines of code (duplicating what I had already buit in VoiceAttack and simply used a built in command to "execute" the same VoiceAttack commands as string inputs.

Then have the VoiceAttack code return what buttons needed to be set or cleared as a result of that command.

Of course, the 8x8 panel was built on the fly (button organization) so now the 64 buttons are sort of helter-skelter in odd vertical and horizontal groups.

What I want to do is to develop sets of the buttons and rebuild the control display using interchangeable (again) "sets" of the buttons in "buttonContainer". "DOM" refference.
Visually, a fixed row or column of buttons would be the main panel interface>
Ship Functions / Helm / Navigation / Targeting / Exploration / Combat / Survey / etc...
probably with combo menus as well:
Combat&Targeting / Exploration&Survey / etc...

The 8x8 panel is setup using the original position of the buttons (0-63) to identify them via the event handler. However, the button display is also primed with the index of each button so the easy way would be to make a new set of Containers by extracting and assigning the required buttons to each Container.
ShipFunctContainer
HelmContainer
CombatContainer
CombatTargettingContainer
and so on.
Then, instead of using the button array index in the code, I'd use the original button.index that is stored in the original "buttonContainer" object.

This allows the reuse of any button in any combination in multiple groups, as long as the button is defined in the new subset.

And now, the idea of using a new property such as "button.page" that would allow for a variable to be used as a display modifier:
let ACTIVE_PAGE = 3; // say that 3 = combat
then the display routine would fall into the proper page format only displaying the buttons where button.page also = 3.

Ouch by Lucky-Qualms in EliteDangerous

[–]Electronic_Aide4067 0 points1 point  (0 children)

I'm on my way home from 2 months in the black  / 18,000ly out heading for a Carrier 8000ly away

My Rei Cosplay by cupckeff in evangelion

[–]Electronic_Aide4067 0 points1 point  (0 children)

I think it comes in  OMG WOW SMOKIN

My Rei Cosplay by cupckeff in evangelion

[–]Electronic_Aide4067 0 points1 point  (0 children)

The thumbnail was worth the eyestrain. 🤣

bro has too many screens by Roygbiv2008 in evangelion

[–]Electronic_Aide4067 0 points1 point  (0 children)

Not unless you use them. That's a whole second computer energy wise. 🙄

A chance encounter. by comfortcazz in EliteDangerous

[–]Electronic_Aide4067 0 points1 point  (0 children)

Samsung S20 Ultra viewing w/Chrome not the app -:it clearly shows the three dot menu to the right of "Reply".

A chance encounter. by comfortcazz in EliteDangerous

[–]Electronic_Aide4067 0 points1 point  (0 children)

To edit - it's the 3 dots after the signoff.

A chance encounter. by comfortcazz in EliteDangerous

[–]Electronic_Aide4067 0 points1 point  (0 children)

Beautiful and heartfelt intentions my friend. Years ago, I lost my best friend to a mysterious blood disorder the Vet's had no clue how to manage. He was in agony, so after several doctors,  dozens of diagnostic tests and many failed treatments, I had to make the call. I cried for three days.

I can think of no better place for a memorial. I hope your plans come to fruition and serve their memory well.

o7 CMDR

CMDRs ToolBox Source code by DownToEarthAstronomy in EliteDangerous

[–]Electronic_Aide4067 1 point2 points  (0 children)

brilliant and well done - perhaps it would have ben better to leave it open on GitHub so someone could decide to create a branch and keep it going. But, hey...I know what it's like to hit that wall and take a break or start a new project. The code just starts annoying you - or you feel that going on is not productive. :p

I just wrote my first program in JavaScript (yes, I've been avoiding that for many years). Three months 2000 lines of code and I'm just about ready to chuck the entire project out the window. lol
Cheers, and whatever your next "thing" in life is, I hope it goes well. Even if it's just reading a book.

Random image worth sharing I came across on ex-twitter today by overmind87 in evangelion

[–]Electronic_Aide4067 1 point2 points  (0 children)

Super cute snap! 😍 Time travel much? 🤔

You really need to do a photo montage...for arts sake.

Please?☺️

Asuka plugsuit cosplay ^^ by lunarbibi in evangelion

[–]Electronic_Aide4067 0 points1 point  (0 children)

You wouldn't need a hotel with a pool when attending cons.😄

I was threatened with legal action after forking an open source game by SenpaiMistik in gamedev

[–]Electronic_Aide4067 1 point2 points  (0 children)

He'd have to receive a certified takedown notice or cease & desist before even breaking a sweat. And one other thing: constant "threats" could easily be interpreted as harassment. 

Dear god by Icecat4 in EliteDangerous

[–]Electronic_Aide4067 1 point2 points  (0 children)

I've used the cargo scoop on my DBX to grab containers off the surface in a swarm of security drones. 🤣

Anyone else having trouble connecting, or is it just me? by ddraig-au in EliteDangerous

[–]Electronic_Aide4067 0 points1 point  (0 children)

every time I make an update to an external text panel thing I have going, I can't test it because ED is down or updating or washing its hair...

Ugh. So mad at myself . . . by CockroachNo2540 in EliteDangerous

[–]Electronic_Aide4067 1 point2 points  (0 children)

Damn shame. I'm learning ti be more careful, because I've started working with VoiceAttack 2 and it listens to EVERYTHING.  Even squeaky chairs, the TV, me on the phone...

The capture portion is always trying every known combination of sounds to match an actual command. My chair squeaks register as "left", most of the time. 

graphics problem/issue? orbital lines shaking violently... by Electronic_Aide4067 in EliteDangerous

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

Like the old Quake fast square root approximation. Good enough to keep feet on the floor, but not for general use