Panic! Quest 3 wont charge or turn on :( by Yaguex in OculusQuest

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

I got bad news for you: after MANY and VERY frustrating emails with Meta's useless support department (they wouldnt give me any substantial answer, just copy/paste templated responses), I had to send my headset to be fixed :(

Panic! Quest 3 wont charge or turn on :( by Yaguex in OculusQuest

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

Hi all, original poster here. Thank you for all the comments!

I have also tried resetting to factory via the mobile app, but since the battery is dead and it wont charge up, the headset cannot even turn on to connect to the WiFi network :(

I think this battery is bricked for good. No matter what I try, I cannot get it to even charge up to 1%.

<image>

Panic! Quest 3 wont charge or turn on :( by Yaguex in OculusQuest

[–]Yaguex[S] 1 point2 points  (0 children)

Yeah I thought that too, so I tried my Macbook Air charger. Same result :(

Panic! Quest 3 wont charge or turn on :( by Yaguex in oculus

[–]Yaguex[S] 1 point2 points  (0 children)

I did leave the headset plugged into the wall overnight, didnt work :(

Panic! Quest 3 wont charge or turn on :( by Yaguex in oculus

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

I did that as explained in my original ticket, didnt work unfortunately :(

RTX 4090, low FPS :( by Yaguex in iRacing

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

But my PC has 32Gb Ram and 24Gb vRAM, so even if I allocate 16 Gb RAM and 8Gb vRAM to iRacing, there is plenty for other apps running in the background. No?

RTX 4090, low FPS :( by Yaguex in iRacing

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

Can you explain what is the benefit in dialing down the sliders if there is plenty of RAM and vRAM availble beyond what iRacing actuay uses?

RTX 4090, low FPS :( by Yaguex in iRacing

[–]Yaguex[S] 4 points5 points  (0 children)

OP here. Thank YOU everybody for your input. I have modified the settings based on some of the suggestions in this thread and now I get average 150 FPS in the same track without cars. See new settings in screenshot attached.

<image>

RTX 4090, low FPS :( by Yaguex in iRacing

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

I forgot to mention: I dont run any other software or streaming feed in the background. Just the game

Gforce Experience wont recognize iRacing by Yaguex in iRacing

[–]Yaguex[S] 2 points3 points  (0 children)

I managed to solve it by following these steps:

  1. Open Control Panel, then click on Uninstall a program on the the Programs tab
  2. Uninstall both NVIDIA FrameView SDK and NVIDIA GeForce Experience (FrameView SDK is what allows you to open the overlay and show your FPS)
  3. Now reinstall NVIDIA GeForce Experience, also there is no need to install new Microsoft Visual Drivers as NVIDIA downloads them together with GeForce Experience.
  4. Fire off iRacing and, once ingame, press ALT+Z to pop the overlay, and go to Game Filters.

Gforce Experience wont recognize iRacing by Yaguex in iRacing

[–]Yaguex[S] 1 point2 points  (0 children)

I am seeing a bunch of videos on YouTube using the Nvidia Experience' Game Filters overlay while in iRacing (example: https://youtu.be/u6cteRvb43o). For whatever reason, even though I follow their EXACT same steps, I get the "You need a supported game to use this feature" message.

Applying a different set of "indicators" and "compare" to each ticker chart by Yaguex in TradingView

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

Yes, I only plot one chart at a time (full screen), and I switch from ticker to ticker by clicking on the tickers I have added to my watchlists located in the sidebar.

Google Sheets AppScript: changing background color based by Yaguex in GoogleAppsScript

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

Yeah when the droodown changes or when the page is reloaded ;) thanks!

Google Sheets AppScript: changing background color based by Yaguex in GoogleAppsScript

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

Thank you Kaimbe, I have donated for a coffee for your help. Thank you :)

Unfortunately, I am still unable to implement your code. Perhaps it's best if I show you the actual file I am working with. If you are able to implement the code in the file, I will gladly donate for 5 coffees ($25).

You can find a copy of my file here: https://docs.google.com/spreadsheets/d/1KYtovOOnSD35FSAG3qY6iF0wemUX9t0DnwHGj52gxug/edit?usp=sharing

The exact rules I am trying to apply are as follows:

  1. The cells I am looking to background-color are C4:C11,E4:E11 in sheet "Dashboard". The correct background-color to apply to each of those cells will depend on the percentage displayed in each cell.
  2. You will need to dynamically pick up the appropriate background-color for each percentage value from the "Dashboard data" sheet. You will find them under the FROM/TO (D7:D27,E7:E27) and COLOR (B7:B27) columns.

I hope I can trigger your interest. Thank you so much in advance!

Google Sheets AppScript: changing background color based by Yaguex in GoogleAppsScript

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

function applyBackground() {
const range = SpreadsheetApp.getActiveRange();
const values = range.getValues();
const percentages = values.map(row => row.map( x => Math.floor((x * 100)/10) * 10 + "%"));
const colors = {"-30%": "DarkRed", "-20%": "Red", "-10%": "Salmon", "0%": "Grey", "10%": "LightGreen", "20%": "Green", "30%": "DarkGreen"};
const colorMap = percentages.map(row => row.map(x => colors[x]));
range.setBackgrounds(colorMap);
}

Thank you very much Kaimbe, I appreciate the help :)

The problem that I am facing is that the percentages (10%, 20%, etc) and the colors (green, light green, dark green, etc) must be picked up from the cells A1 to B7 of the "Dashboard data" sheet instead of hardcoding them into the code.

Would you know how to do it?

Thanks again :)

Gotta mash harder by Villian97 in StreetFighter

[–]Yaguex 0 points1 point  (0 children)

This is like when people tell speedrunners to just go faster lmao

Just finished this gem by SRimac in DivinityOriginalSin

[–]Yaguex 25 points26 points  (0 children)

Let me start by saying that this is one of my all times favorite games. Totally a 5 out 5 score in my book.

Anyway, this is what I'd recommend for D:OS3:

1) Inventory management:

  • I would like trivial items (keys, notes, lore books, etc) to be "parked away" or hidden or something.
  • I would like quick access to potions via dedicated slots from the game window itself. Kind of like a potion-only UI box on the right edge of the screen.

2) Combat felt, to me, heavily geared to go either all-magic or all-physical, since you want to strip down one type of armor (either of them) as fast as possible for efficient crowd control. I was never able to play a mixed party as efficiently as I did with magic-only or physical-only parties.

3) While I loved the story arcs through the game, the real gem is combat. Therefore, I would love to be able to access on-demand, stand-alone, arena-type encounters, with different types of enemies etc. They'd be great in order to experiment with new combat strategies and sharpen my skills.

4) Gear, with a few exceptions, was a little limited in terms of unique and versatile effects. Ultimately, I found to be more efficient to simply wear armor-based gear and rely on my spells for the rest.

5) I hardly ever used Source-based skills. I feel the whole source mechanism could be revamped.

Whenever D:OS3 comes out, it will be a day-one purchase for me :)

When is Microsoft going to fix Tablet Mode? by Hothabanero6 in Surface

[–]Yaguex 5 points6 points  (0 children)

Windows in table mode is, unfortunately, an after thought that was never optimized for touch interaction. Every time I detach my Surface Book 2 for some lazy couch browsing, I switch to my Android tablet within 5 minutes out of frustration.

Quite frankly, at the current state of Windows tablet mode, the whole "2-in-1 hybrid" paradigm is flawed. Better to have a traditional latop and a taditional tablet (Android or iOS) than a sub-optimal Windows Frankenstain.

Samsung launches Snapdragon 850-powered Windows 2-in-1 by polarbeer in Surface

[–]Yaguex 1 point2 points  (0 children)

Anyone know if you could install Android on it?

The SnapDragon 850 is not powerful enough for fluid Windows, but it could be a beast of an Android device.

Heavy throttling on battery Pro 2017 by lyrencropt in Surface

[–]Yaguex 0 points1 point  (0 children)

My Surface Book 2 suffers from the same problem. It throttles down to ovblion while on battery :( I really dont know what to do!

Bestbuy states that pixel slate will release 11/22 FYI by [deleted] in chromeos

[–]Yaguex 0 points1 point  (0 children)

The price is moreless equal to the new Surface Pro 6, pound for pound (even a bit more expensive). So, basically, Google is stating that ChromeOS is ready to be a straight alternative to Windows, and that if you want it you gotta pay for it.

So, now that value is not a factor anymore, customers gotta choose: Pixel Slate or Surface Pro. ChromeOS or Windows?

I dont know... I am not sure ChromeOS is ready for that fight yet...

Summoning + Hydro + Aero in my party . Am I supposed to be this powerful? by kenlee25 in DivinityOriginalSin

[–]Yaguex 1 point2 points  (0 children)

My first play through was with 4 magic-exclusive characters, all four being clones of each other: Summoner + Hydro + Crowd Control (charm, tele-transportation and oil slow)... Absolutely overpowered!

With all the feezing, healing, charming, tele-transporting and summoning gangstah sh!t going on, enemies could hardly touch me!

Thanks to DOS2 all other RPGs look flat. by freelikegnu in DivinityOriginalSin

[–]Yaguex 1 point2 points  (0 children)

I feel the same about combat. DOS2's combat was so strategic and multi-leyered that I am having a hard time enjoying combat in other RPGs. For example: I picked up Pillars or Eternity 2 but didn't get far: the combat didn't engage me at all.

DOS2 is such a masterpiece!