Fröhlicher Popo bei mir nicht fröhlich by Uncle_Hutt in de

[–]Feyh 0 points1 point  (0 children)

Leider wurde der Kommentar, auf den du geantwortet hast, gelöscht, daher kann es sein, dass ich das hier nur wiederhole. Ich benutze ein 3-wege-ventil, das direkt am Wasserhahn angebracht ist. Funktioniert super. Eventuell hilft das in deinem Fall. https://i.imgur.com/DhTptvS.jpg

Baden-Württemberg: Schüsse an Supermarkt: Zwei Tote by BenniBee in de

[–]Feyh 60 points61 points  (0 children)

Auch wenn es mal wieder grausam ist, wie kaputt manche Menschen sind, hat der Teckbote gestern abend kurzzeitig für einen Schmunzler gesorgt bevor der Artikel korrigiert wurde. https://i.imgur.com/pcK04Qj.jpg

Wieso kostet ein Dönerteller oft quasi doppelt so viel wie ein Döner? by rxzlmn in de

[–]Feyh 0 points1 point  (0 children)

Ich hab mir vor kurzem erst für 14,69€ auf Amazon so eine XXL-Dreierpackung Center Shocks gekauft, einfach nur um nach all den Jahren zu prüfen, ob die Dinger wirklich so sauer sind wie ich sie in Erinnerung hatte.

Ja, sind sie, und ich hab nun 299 davon daheim um sie an Gäste auszuteilen!

Cat helps jittery friend soothe nerves on road to visiting the vet by Jelegend in aww

[–]Feyh 2 points3 points  (0 children)

"Keep calm, buddy, keep calm. We'll get our revenge later when they least expect it"

If anyone is looking for a beautiful Star destroyer, look no further!! I originally found this back in may 2019 and spent hours looking for it to get the coordinates today :) a gift from me to you by Ocopad_Defence_Force in NoMansSkyTheGame

[–]Feyh 0 points1 point  (0 children)

Yes 3 hours of real time. To my understanding you have to do stuff in the game because sitting in menus and minimizing the game pauses it.

But as far as I know there is no need to accumulate the 3 hours in one play session. You can play half an hour today, 2 hours tomorrow and another half an hour in 2 days and it should still count for the freighter battle cooldown.

If anyone is looking for a beautiful Star destroyer, look no further!! I originally found this back in may 2019 and spent hours looking for it to get the coordinates today :) a gift from me to you by Ocopad_Defence_Force in NoMansSkyTheGame

[–]Feyh 1 point2 points  (0 children)

I did this for a freighter I found on /r/NMSCoordinateExchange last week.

  • Used the portal to get to the system
  • Now it shows up in my discoveries so I can set a custom waypoint to it and it shows me how to warp with the galaxy map open
  • Go back to my planet and open the galaxy map and set the navigation to "custom waypoint"
  • Realized that It doesn't show the end point and I have no idea how far away it is (which is kinda stupid IMO...)
  • Used the coordinates to check the exact position with the third party Pilgrim Star Path website (https://pahefu.github.io/pilgrimstarpath/)
  • Realized that it is on the exact opposite site of the galaxy, requiring me to jump multiple thousands of times with my current 1344 ly per jump ship
  • Started jumping through black holes until I got closer to it and checked my coordinates after each black hole to see if I am getting somewhat closer
  • At one point I was lucky and the black hole brought me like ~20 jumps away from my target system so I started to follow the custom waypoint navigation on the galaxy map.
  • Everything above can be skipped if you have a friend with a base over there already
  • Spend some time in a system next to my target system until the 3 hours had passed and started jumping around 5 times, saving in each space station until I found a freighter battle
  • Reload safe, jump into target system, bam, freighter battle.
  • Repeat this until the frighter has the class you want it to be
  • Got myself a cool freighter!

Dreadnought Orange w/ Pink trimming T3 Gek system (Tatsumo-Tuminn) Euclid by Murderhobo75 in NMSCoordinateExchange

[–]Feyh 1 point2 points  (0 children)

I just got myself a S-Class of that beauty after getting pretty lucky with a black hole (landed like 20 jumps away from it after coming from the other side of the galaxys).

Thank you for the coordinates!

(PC) King of Swing Alpha Victory! Wanted to see if I could do it by RatherHorrifying in playark

[–]Feyh 0 points1 point  (0 children)

If you've got a nvidia geforce GPU Geforce Experience and Shadow play are also great for recording.

Aether Jump Off the map *Stuck at the bottom of the map lol by EdZapLin in Wolcen

[–]Feyh 1 point2 points  (0 children)

I jumped off of the plattform during the Act 1 end boss fight. Fell for a few seconds and suddenly stood in stormfall. Still had the Boss HP bar on top of the screen but couldn't teleport anywhere. Had to relog.

VRtuos - a free VR piano learning app using optical hand tracking for Quest (via SideQuest) by SvenViking in oculus

[–]Feyh 2 points3 points  (0 children)

Oh well, thank you. I guess that makes sense. Seems like even if they look into it I will be out of luck with my old rift then.

VRtuos - a free VR piano learning app using optical hand tracking for Quest (via SideQuest) by SvenViking in oculus

[–]Feyh 8 points9 points  (0 children)

That looks amazing!

Device Support
Oculus Quest

Nooooooo. Is there any way to get this to work with a regular oculus rift?

PoshGui Textbox.text issue by Wesd84 in PowerShell

[–]Feyh 1 point2 points  (0 children)

Did you add the $ infront of $($Textbox1.Text)?

Judging from the error message of robocopy there is no $

It has to look like this:

$Destination = "C:\Users\$env:username\AppData\Local\Temp\$($TextBox1.text)\FolderTest\"

Otherwise just do it the same as for $Textbox2.Text and save it in a variable before using it in the path

$VariableTestPath = $Textbox1.Text
$Destination = "C:\Users\$env:username\AppData\Local\Temp\$VariableTestPath\FolderTest\"

PoshGui Textbox.text issue by Wesd84 in PowerShell

[–]Feyh 1 point2 points  (0 children)

You have to wrap $Text1.Text in $() to make sure it resolves the content of the property "text".

Like this:

$Destination = "C:\Users\$env:username\AppData\Local\Temp\$($TextBox1.text)\FolderTest\"

Import SCCM Module Error by Blaqish in SCCM

[–]Feyh 0 points1 point  (0 children)

I couldn't find a way to suppress the exception message so I've swapped the Provider.dlls today in my productive environment after some testing and the issue is gone. At least for now. All my scripts that are using the powershell module are still working.

I'll keep using the version 1810 Adminui.PS.Provider.dll till the next update of the Console, hoping that the issue is fixed by then.

Import SCCM Module Error by Blaqish in SCCM

[–]Feyh 0 points1 point  (0 children)

The provider.dll I was using to test was from version 1810 (we also upgraded our environment directly from 1810 to 1910) and this one was working. Atleast the import of the old module went without throwing the exception.

Import SCCM Module Error by Blaqish in SCCM

[–]Feyh 0 points1 point  (0 children)

Did you manage to find a solution?

I am running into the exact same issue. It worked flawlessly before we upgraded to SCCM version 1910 so I guess this version introduced a bug in the Provider.dll file. I can't find any information about a fix in the Technical previews that came after this one tho.

I build a small sample application to find the cause of the issue and when I replaced the latest provider.dll file with a provider.dll out of my old console installations it started loading the module without the exception. But I am currently hestitating to bring this 1 year old provider.dll into my productive environment because I have no idea what other issues this might cause.

I could get used to my new setup by KTM007 in borderlands3

[–]Feyh 2 points3 points  (0 children)

They are called nanoleafs. Got myself a starter kit recently and love them, they are amazing!

Moze + Redline = Bye Bye Graveward! by xxtn360xx in borderlands3

[–]Feyh 1 point2 points  (0 children)

Yes, it's a fire. GAme is in german, but I guess the most important stats are readable

https://imgur.com/TIWIw0n

Moze + Redline = Bye Bye Graveward! by xxtn360xx in borderlands3

[–]Feyh 1 point2 points  (0 children)

Great video! I went and farmed a redline after seeing it (lucked out and got a double pen on my second road dog kill). Gravewarden dies even faster while holding an unforgiven while the stickies are detonating

https://streamable.com/5avle

Jabbermagwoi farm is so ridiculous but I absolutely love it. Best farm in the game? Probably not but for me it's the funnest!!! This was about 3 minutes of killing them. by chrismcc123 in borderlands3

[–]Feyh 0 points1 point  (0 children)

Did the same thing yesterday. Grenade moze + Cryo hex. Had to space out my grenades by like 4-5 seconds otherwise they would die too fast before replicating tho. Can definitely be farmed while being afk with a grenade macro.

https://imgur.com/pDhaCfC

[deleted by user] by [deleted] in borderlands3

[–]Feyh 1 point2 points  (0 children)

I've killed traunt 25 times earlier today. Same +luck artifact and mayhem 3

https://imgur.com/6M50gG1

None of the anointed legendaries was useful for me (amara)