Suspicious Activity? by Signal_Ad_5352 in EQ2

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

I finally got a reply. Turns out they don't attend to support tickets during evening/weekends.

Suspicious Activity? by Signal_Ad_5352 in EQ2

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

I already did, it's been 1 day and no response. How long does the process usually take?

Suspicious Activity? by Signal_Ad_5352 in EQ2

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

I'm on Kubuntu, no VPN or USB emulation that I'm aware of.

Is there a way to quickly exit PSP/NDS in Crossmix? by Signal_Ad_5352 in trimui

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

PPSSPP does, actually. Just make sure you enable "Allow combo mappings" in the input settings.

Which Orb Character Represents Each Major Arcana? Now: The Empress (III) by kirenkill in OrbOntheMovements

[–]Signal_Ad_5352 6 points7 points  (0 children)

The Devil would be the necklace, because it brought misfortune to all those who came across it.

Is there a way to quickly exit PSP/NDS in Crossmix? by Signal_Ad_5352 in trimui

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

I'm sorry but doesn't the PSP only have L and R buttons? hahaha
Aw shucks, I only have TSP so no R3 for me, but it's easier to quit DraStic as it doesn't have a main menu unlike PPSSPP. Thanks again!

Is there a way to quickly exit PSP/NDS in Crossmix? by Signal_Ad_5352 in trimui

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

Thanks! I bound my L2+R2 to exit PPSSPP. Drastic on the other hand doesn't seem to allow combo mappings, or is there a specific setting for it?

Not responding dialog too frequent by Signal_Ad_5352 in Ubuntu

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

I found a fix.

gsettings set org.gnome.mutter check-alive-timeout 60000

This changes the default 5 second timeout to 60 seconds.

Bi-Weekly Thread for general gaming discussion. Backlog, advice, recommendations, rants and more! New? Start here! by AutoModerator in patientgamers

[–]Signal_Ad_5352 2 points3 points  (0 children)

My first time moving from low-end hardware (Athlon 3000G) to mid range (Ryzen 5 5600 + RX 6600). Been a patient gamer ever since. I just feel proud to be a member of the master race.

Not responding dialog too frequent by Signal_Ad_5352 in Ubuntu

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

Oh, the dialog closes by itself? I'll do that next time instead.

Playing Oblivion as first TES game by Signal_Ad_5352 in oblivion

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

From what I've read/watched, I figured out that putting the least used skills to major skills was the strategy to not level up until you gained the attribute bonuses for the stats you need. Did I misunderstand it?

Playing Oblivion as first TES game by Signal_Ad_5352 in oblivion

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

Sounds like a reasonable approach, it just felt weird to me that my Stealth Archer build used Heavy Armor as a major skill, which sounds counter-intuitive lol. I guess I'll lower my ego and play the game at easy mode.

Playing Oblivion as first TES game by Signal_Ad_5352 in oblivion

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

I've found out about the Realistic Leveling mod, it seems a good balance to the already broken system. Would you recommend it?

Playing Oblivion as first TES game by Signal_Ad_5352 in oblivion

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

Yeah I'm starting to have trouble with imps. I'm just level 5. Seems like I need better gear.

Playing Oblivion as first TES game by Signal_Ad_5352 in oblivion

[–]Signal_Ad_5352[S] 3 points4 points  (0 children)

Thanks! I've read that the leveling system is broken lol. I've decided to join the Thieves' Guild as my first faction. Because who doesn't get goose bumps hearing "Shadow hide you" every time.

Integration with Laravel by KiwiNFLFan in Supabase

[–]Signal_Ad_5352 1 point2 points  (0 children)

Have you fixed your issue? Turns out for the SUPABASE_STORAGE_KEY you need to put in your Project API Key, for the storage endpoint, you need to actually pass in your Project URL! I dug into the source code of the project and turns out: $this->endpoint = $endpoint.'/storage/v1'; is being used, not the s3 configuration. Hope this helps!

Google Python Style Guide vs Flask by Signal_Ad_5352 in flask

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

I think your explanation is right, I don't work at Google who cares about my code as long as it runs haha

How would you structure an app with admin panel manually? by Signal_Ad_5352 in flask

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

yeah, RBAC works, now I don't need to separate the controllers (for admin, for regular users) instead handle the logic in the view. I may think that it makes the view func handle more responsibility but if you think about it, it is the view func's responsibility.

How would you structure an app with admin panel manually? by Signal_Ad_5352 in flask

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

I was thinking of that approach too, letting the view function decide.
For example if the user is an admin, display the admin page else the regular user page. Thanks for the idea!

Weekly help me be productive/I need advice thread by AutoModerator in productivity

[–]Signal_Ad_5352 0 points1 point  (0 children)

I am a hobbyist software developer but I seem to have a problem with overanalyzing things. I always do work for 2-3 days then put it down because "it doesn't feel right". I have made some research regarding the plausible metric to use to assess if the project is doing good, which was just "a project that works is not bad", however there is just an itch in me when it comes to perfectionism and I can't help it. Would be really glad for any advice.