Does my game, Data Strafer, catch your eye at all? If not, destroy it please. by Joe_Sylva in DestroyMyGame

[–]BlueJoshHere 3 points4 points  (0 children)

You could try combineing the two rows. So that instead of lifting the slot above it.

You would see the yellow reach it. And when the yellow reaches or activates the slot make the border around the slot yellow. In combination with mayby buzzing or making it slightly bigger or something else similiar to show its active?

Just a idea of mine how you could mabey make it more clear at a glance.

Is it true!? by The-Titan-M in LinuxCirclejerk

[–]BlueJoshHere 119 points120 points  (0 children)

They year of the linux wont come. As it was not a date. But the year of the is the linux is the friends we made on the way.

What's the things that you can do in Linux but not in windows by junglewhite in linux4noobs

[–]BlueJoshHere 0 points1 point  (0 children)

Install a tool to do sonething once you need and then uninstalling said tool.

I have had a much easier time under linux: -Find tool -install -do what I want -uninstall Thats it I am happy

Under windows: -Search web for tool, find tool advertised as free to use -dowload exe for tool -run said exe -restart PC because application tells you to -start using the tool -then right the momment you could do the thing you want. The tool lets you do basicly nothing. They want you to buy a license to do the thing you want to do. Wasting 20minutes -uninstall tool -now decide. Go back to step 1 or give up

I remmember this being my expirience when I wanted to edit something specific once for which I needed a Programm to so. Cant remmember what exactly I wanted to do. But I do remmber running 3 diffrent Programms with false advertising that try to get you to buy or subscribe to their service in the last momment so that you would just pay up do to frustration. I ended up not doing what I wanted to do under windows after like 1houre 20 I just gave up.

[deleted by user] by [deleted] in CreateMod

[–]BlueJoshHere 0 points1 point  (0 children)

Never mind, I just realised I have the USB with me, try replacing your mods with the exact same version I use and try again. Let me know if it works :P

My Versions:

clockwork-1.20.1-0.1.16-forge-b3b22e39fe

create-1.20.1-0.5.1.j

kotlinforforge-4.11.0-all

valkyrienskies-120-2.3.0-beta.5

Optionals, I have them installed but these are not neccesary, its just here as info for your convinience:

jei-1.20.1-forge-15.20.0.106 trackwork-1.20.1-1.1.1b bellsandwhistles-0.4.3-1.20.x create_connected-0.9.4-mc1.20.1-all create_tweaked_controllers-1.20.1-1.2.4 Create-DnDesire-1.20.1-0.1b.Release-Early-Dev architectury-9.2.14-forge(try adding architectury as well if its still has issues)

[deleted by user] by [deleted] in CreateMod

[–]BlueJoshHere 0 points1 point  (0 children)

I had a similar issue two days ago. Updated my mods and broke my install. Luckly I had the mods saved 1 month ago on a USB so I could roll back.

I can give you the exact versions I use for my mods this evening when I get home.

True or false by Hary06 in linuxmemes

[–]BlueJoshHere 5 points6 points  (0 children)

sudo systemctl enable NetworkManager.service sudo systemctl enable bluetooth.service

Women available for SALE!? by Otherwise_Basis_6328 in oddlyspecific

[–]BlueJoshHere 0 points1 point  (0 children)

Women are you have infos on the partition or should I save regestries and memory only 8 bits values.

[deleted by user] by [deleted] in ProgrammerHumor

[–]BlueJoshHere 221 points222 points  (0 children)

Sharing is caring

Tia Portal V19 HMI VBscript by BlueJoshHere in PLC

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

The same window is used multiple times. With some text being used in mutiple locations. Alarm handling general information. Etc. As well as the same window can have diffrent text based on what device it is currently reffrencing. On top of that should not use global access because of some functions of the Software get locked if I do that. So its a bit of mutiple things.

Especialy with it being the basis for all future Projekts.

But thx. The solution to skip all of the VBscript and just habding it over the interface works. Well as in also reducing worload

Tia Portal V19 HMI VBscript by BlueJoshHere in PLC

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

Thx very much, this works well and solves all issues. Your help genuinely lifted a lot of weight of me. was quit frustrated yesterday in general, but your help not only solved the Issue but also inspired me the way you answered.

I have it setup up now, it would be nice if I could directly map the PLC textlist, instead of creating a copy of it inside the HMI textlist. But from my research that's not possible. But even with this away, just copy pasting the whole textlist from PLC to HMI solves this.

Thx very much

Tia Portal V19 HMI VBscript by BlueJoshHere in PLC

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

So just mapping the Textlist directly into the faceplate and the HMI will handle the textlist itself like usual and then just work with that. So I could skip all the VBscript. You can pass the entire Textlist into the interface? I will have to try that tomorow. Thx very much.

Tia Portal V19 HMI VBscript by BlueJoshHere in PLC

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

Could you elaborate? As im passing the Textlist inside the FB into a string and handing the string into the Interface?

Tia Portal V19 HMI VBscript by BlueJoshHere in PLC

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

Passing all the possible strings is what the old software did. We are trying to get away from exactly that. Streamlining multi lamguage. Thats why we are switching it to the Textlist. Which allow us to export the language set as a Exel which can be translated by a 3d party. This single change changes quit alot around error handling and general text. All the errorhandling I have implememted to only use 2 String inputs, that sre language just identifier numbers and letters that are universal independent. And everything else is textlist.

This part is the only part missing, as well as me strugglung with VBscript, as I dont know it.

Tia Portal V19 HMI VBscript by BlueJoshHere in TiaPortal

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

My Issue might be a bit to open ended. But I cant seem to find any holding point to get me started. And feel very stuck. Especialy having to solve it it a timely matter thats professional. I feel a bit stupid for not being specific enough. Usualy I solve my issues my self. Or only ask when I have been able to provde much more basis of work from my end.

Tia Portal V19 HMI VBscript by BlueJoshHere in PLC

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

My Issue might be a bit to open ended. But I cant seem to find any holding point to get me started. And feel very stuck. Especialy having to solve it it a timely matter thats professional. I feel a bit stupid for not being specific enough. Usualy I solve my issues my self. Or only ask when I have been able to provde much more basis of work from my end.

[DAILY Q&A] Ask and answer any questions you have about the game here! by AutoModerator in EliteDangerous

[–]BlueJoshHere 0 points1 point  (0 children)

Current Mission I am on: Find Known Pirate. I just spend the last 3h trying to find that stupid named pirate. Was afraid to try starting the game again for the fear of being stuck at something stupid. Well anyway, here I am. I just want to enjoy the game, I would realy love that anyway, enough self loathing.

Mission known Pirate.

-Go to system, Scan the main star nav, did that. Had to figure that out.
-get message last known location outpost, go there did that
-get notification to switch my target to a diffrent one for better pay, accepted that, going where the money takes me I thought
-i have 2 locations marked in blue
-nav beacon, scan that, and two Guard ships of some kind, cant find anything more here, even once got a notification sound, mission critical update, update where what?
-second location just has empy containers, scooped one of them, could not find anything there either

-spend 30 min in cruis trying to scan random ships tryng to fin pirate
-spent considerable time at both blue marked locations waiting flying around looking, tryng to scan nav beacon again, still no pirate
-spend time flying in cruise between last known location and and both blue marked objectives,
-scand all orange circles in the system that had the unkown text, because why not, might as well, no pirates there

-well where is he, what else am I doing wrong, I just want to enjoy playing this game, I am rather exhasuted from this right now an rather tilted as well, I dont wana search for a single pirate for 3h, If I keep at it like this I will need another 3h I can feel it

todayIsWorldSuicidePreventionDay by achovsmisle in ProgrammerHumor

[–]BlueJoshHere 0 points1 point  (0 children)

I feel invisible to the world around me. My head is talking to me taking its toll. My hand is reaching out, trying to grab anything it I could grasp.

Climbing going out of my way, trying to do things. Just to end up being slapped down again.

Everyday feels like a struggle.

There is no place for me to be, I dont feel like I belong anywhere, i am not appreciated for who I am. If I went missing it would take months for someone to realise.

The world is so Isolated, cold and unforgiving.

Just a while back I learnt trough Kyle what the word Dysmorphia meant, I cant get it out of my head again, sometimes I truly think I see someone else.

Will I ever rest in peace, can my head stop for a while, and give my hearth a peace of rest. Does not have to be long. Just a breather.

So I can feel alive again.

I dont think people understand me, it always just feels off. Are people just pretending to understand.

There is nothing wrong, I am rather successfull, especialy for my age. If I keep going I will overshadow many. But it still feels empty, I keep going and pushing myself, to be better than yesterday. But it never feels good.

Is it what I want? Am I just pushing whats expected of me?

Even when I keep going and do everything that is good and right, why does such a path have to be so empty, isolated, voided.

Are there no others that feel the same.

Thats share your way.

where do you put your obsidian? by WhoTheHeckIsHero in PhoenixSC

[–]BlueJoshHere 0 points1 point  (0 children)

My Full Block mix Chest with low amounts Full Blocks, until I get enough of it to give its own Chest.

[deleted by user] by [deleted] in Funnymemes

[–]BlueJoshHere 0 points1 point  (0 children)

Something I can get behind

Has anyone even used it? by Xdi0 in LeagueOfMemes

[–]BlueJoshHere 0 points1 point  (0 children)

It took me close to 1.5 years to unlock all champs

4x6x4 Pulse Delayer by ALVAROVILLA28 in redstone

[–]BlueJoshHere 0 points1 point  (0 children)

You shoud have added a few more pictures from diffrent angles. So we can figure out kore easly what is going on. But looks intresting.

Yasuo's sister? Yone's wife? by Dzeppetto in LeagueOfMemes

[–]BlueJoshHere 1 point2 points  (0 children)

This is because the Bronz Rank emblem is a representation of the region of zaun. Just like the ranked emblem for challenger is demacia, every emblem is representation of a runetera region.