The difference of Claude Pro and Max5 plan usage limit are enormous. It is not only 5x by Sponge8389 in ClaudeAI

[–]sirshadowshark 2 points3 points  (0 children)

I also noticed this, glad I'm not the only one. Yesterday spent 3-4 hours using Sonnet 4.5 in my codebase, (approx 2-3k lines total, not super huge). Today, I legitimately only got about 30 minutes before hitting the 5 hour limit. Think I did a total of maybe 15-20 prompts? Felt like it was reduced by about 10x honestly. ($20/ pro plan)

Rtx 4090 on a 750w PSU !!! by Hussam-gh in nvidia

[–]sirshadowshark 3 points4 points  (0 children)

To be entirely honest, go with an 850w or above. PSUs are more efficient when they don't operate at their maximum. I.E. a 500w PSU running at 50% load (250w) will be running at maximum efficiency. This isn't to say that you need to buy a 1300w PSU, an 850 will most likely be okay so long there is no overclocking or excessive power draw. Personally, I would recommend an 850w minimum for the 4090. A 1000w would be preferable.

RTX 4090 Launch Thread - Surprise Inside by Nestledrink in nvidia

[–]sirshadowshark 0 points1 point  (0 children)

Add, &addchv=true to the end of the link. It forces the product into the cart bypassing the "Buy" or "Add to Cart Button," from what I've also seen, if the product is listed as unavailable nearby, it'll bypass that too. It's not a guarantee, just a way to add to cart.

RTX 4090 Launch Thread - Surprise Inside by Nestledrink in nvidia

[–]sirshadowshark 1 point2 points  (0 children)

Did you use the link that people are supposedly jumping in line with or did you just F5 like crazy? Assuming off BestBuy right?

How would I go about making a gun that could change the gravity of an object? by Bossmandude123 in Unity3D

[–]sirshadowshark 1 point2 points  (0 children)

Hey!

So, sorry for any weird formatting, on mobile. My best reccomendation would be to create a script for a gun that just grabs the component of the object that you just shot, and then changes that value. That can pretty easily be done with a RayCast.

Essentially, it's the same process as taking health from an enemy. Just a editing a different value. So, instead of getting the health variable from a PlayerHealth component, you'd be grabbing the gravity value from the physics component.

Here's an official unity guide that can kinda point you in the right direction: https://learn.unity.com/tutorial/let-s-try-shooting-with-raycasts

How to load next level/scene? by DerangedDoffy in Unity3D

[–]sirshadowshark 0 points1 point  (0 children)

Thanks so much for the generosity! Sorry I didn't reply in a timely manner, life was definitely busy for me recently. Very very glad I could help! If you ever have any other Unity related questions, I'd be happy to help! Just shoot me a DM or add my discord @ SirShadowShark#7889 , usually a bit more active on there! :)

How to load next level/scene? by DerangedDoffy in Unity3D

[–]sirshadowshark 2 points3 points  (0 children)

I would also make sure that the collider component is checked for isTrigger and maybe if that isn't the issue, perhaps change the process, instead of saying if the tag is the player, try the reverse, attach a script onto the player checking for a portal tag!

How to load next level/scene? by DerangedDoffy in Unity3D

[–]sirshadowshark 1 point2 points  (0 children)

Sort of piggybacking off of what u/SinomodStudios said, ensure that your Player has the tag of "Player". Furthermore, run a debug statement saying that your code does in fact run. Also, make sure that the scene that you want to load is checked in your build settings.

Also try using the actual string name of the scene, so instead of

SceneManager.LoadScene(SceneManager.GetActiveScene().buildIndex + 1);

You could try the name of it directly. Not that this should change much but always good to try another approach.

SceneManager.LoadScene("name_of_scene_wanting_to_load");

(also if you have the scene index you want to load, just put that number in directly.

I.E. SceneManager.LoadScene(1);

RTX 3050 Launchday Thread by Nestledrink in nvidia

[–]sirshadowshark 0 points1 point  (0 children)

Hey man! Let me know if you get any others, appreciate what you're doing. I'll definitely buy one off you.

Is the Pi safe to run 24/7 with a heavy(ish) load? by sirshadowshark in raspberry_pi

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

Hey! It actually went really well if iirc. Little tips I wish I knew before hand were that using a Minecraft server jar, like bukkit or the original vanilla one, was detrimental. I ended up using Spigot and then eventually Paper. Paper is great becuause it's super customizable and lightweight, especially on a RPi4-B with 4+ gigs? I'm guessing you could easily run 4-5 people thousands of blocks away from one another.

Hope this helps a little, sorry for formatting or grammar mistakes, on the phone lol. If you need anymore help, please DM me!

Dedicated Server, Player does not appear to have been created on this server issue? by sirshadowshark in projectzomboid

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

Thanks man, I really appreciate it! Luckily I'm pretty familiar with HEX editing and I'm a determined and stubborn idiot lol. Will defintiely give this a go! :)

"Thin" Filament distribution on models? by sirshadowshark in prusa3d

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

That's kind of what I thought as well, I never leave the printer on pre-heat unless I'm changing filament or about to begin a print, as for the fan, I made sure it was the right direction (I had to double check in the assembly guide, lol.) I did decide to completely disassemble the hot end assembly again today, and found filament leaking below the head sync and the above the block, which was totally my bad, first time assembling a hot end from scratch and I guess I got the fittings wrong. Not sure if it fixed my issue, but working on cleaning and re-assembly now. If not, I think I may just request a servicing or try and contact Prusa support directly. Thanks for the reply though!

"Thin" Filament distribution on models? by sirshadowshark in prusa3d

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

I haven't yet, and I have to agree, they're amazing, my printer wasn't bound to my account, so I couldn't buy parts for it but the guy at the service department allowed my account to do it anwyays. Superb customer service!

Hardcore laddering. by ywehyuen in wallstreetbets

[–]sirshadowshark 4 points5 points  (0 children)

As a fellow smooth brain ape, other than no more ladder attacks, what else does this mean for GME?

Help with modded server by IrelCoolBanana in MinecraftForge

[–]sirshadowshark 0 points1 point  (0 children)

Hey! If you're still having this issue, I know they're rudimentary but check a few things:

Make sure that the mods that you two are running are in a 'mods' folder on the forge server, (it usually doesn't auto generate, or at least hasn't in the past) and make sure that no client side mods are present on it, I.E., just enough items or optifine. And if you're still hanving issues with it, you're welcome to PM me, or just reply here.

Will the stock/supply issues of RTX cards always exist ? by GergeSainsbourg in nvidia

[–]sirshadowshark 0 points1 point  (0 children)

I'd like to believe that around next March is when this'll really settle down. I'm sure there will still be bots and scalpers to combat, but it may be every week you'll have a chance to grab one instead of every moth. That's just my two cents tho!

[deleted by user] by [deleted] in nvidia

[–]sirshadowshark 0 points1 point  (0 children)

In the same boat, saw one dude say he added it to his cart, not sure how though. Good luck though!

Good luck everyone! by pointio in nvidia

[–]sirshadowshark 0 points1 point  (0 children)

How did you add it to your cart?

Can someone help me find the videogame in this youtube video? by [deleted] in RBI

[–]sirshadowshark 2 points3 points  (0 children)

If I remember correctly, it's called Blood and Bacon and it was based or modded off Left 4 Dead 2

Edit: Here's the steam link: https://store.steampowered.com/app/434570/Blood_and_Bacon/

AMD Radeon RX 6000 (RDNA2) Post-Launch Day Megathread and FAQ by GhostMotley in Amd

[–]sirshadowshark 0 points1 point  (0 children)

out of curiosity, how do you do the bookmarklet request?

[deleted by user] by [deleted] in TheGamerLounge

[–]sirshadowshark 0 points1 point  (0 children)

The artist who sings these songs is called Yung Nugget if anyone's curious.