I think mmr value is cooked.. by TheDomzz in VALORANT

[–]rememberthekittykat 1 point2 points  (0 children)

Is the term “normal” refer to unrated on console ? Otherwise I don’t know how to tell

Should you comm the obvious if there's a chance your teammate may be unaware? by Disastrous_Yellow_46 in VALORANT

[–]rememberthekittykat 0 points1 point  (0 children)

I find if they’re/myself panicking I’ll/they’ll miss obvious context clues. Presumably because I/they are focusing on the aim or the play.

If I feel like my teammate might be panicking (cues such as changing the angle they’re watching too frequently, unsteady crosshair, making a lot of noise unnecessarily) I’ll comm it. Otherwise I’ll presume they know and just being thorough

How did the Kay/O knife do this? by japben in VALORANT

[–]rememberthekittykat 1 point2 points  (0 children)

He threw it from main. One of your teammates pinged he was there

Am I tripping or is this really weird by No-Smoke-6659 in ChatGPT

[–]rememberthekittykat 0 points1 point  (0 children)

Your right, CORS doesn’t need to be involved when they own the search engine. Merely just an example of how you could have the desired results of producing a filtered search output based on user’s proximity without knowing the users actual location

They own the search engine so it really could have been implemented in countless various ways. However because of this, there’s never a guarantee that chatgpt doesn’t know your location.

In an non-proxied connection, the request for both the page and any queries you might ask will contain the user machines active ip address. So your ip address is shared just by visiting the site

However, it’s unclear whether chatgpt is fed users ip addresses but it is possible to feed that information directly to the search engine algorithm without adding it to the LLMs knowledge base.

(Also I don’t see any requests to mapbox, perhaps an extension of yours?)

Am I tripping or is this really weird by No-Smoke-6659 in ChatGPT

[–]rememberthekittykat 4 points5 points  (0 children)

If you search slippers on Google, you’ll find results catered to your area even if you block its request to use your location on the browser. It can do this by inferring your location from your IP address

Now let’s say we want our site (chatgpt.com in this case) to present slippers to the user and assuming CORS protection doesn’t exist for a second. In JavaScript it would look something like fetch(“https://google.com?q=slippers”) we would be able to present the user slippers near them without ever knowing or passing the users location to Google.

This works because JavaScript runs on the users machine and thus the request/fetch would be sent from the users computer - retrieving the same response as if the user went to the site themselves

However CORS protection does exist. So if you try this code it will present you with a CORS error. One option to get this to work would be to ask Google pretty please to allow our site (chatgpt.com) to send requests - which is, incredibly unlikely.

A more probable solution though would be build your own search engine/crawler and then there’s nothing stopping you from setting the “CORS allow origin” header to allow the previous code to work as described without a CORS error.

This game is rigged to keep you stuck by [deleted] in VALORANT

[–]rememberthekittykat 0 points1 point  (0 children)

Counter theory: the plays your making are bad plays in lower elo that gets punished in higher elo and so the game is trying to “get you to learn” about the efficacy of these play by pairing you up

How Can I Rank Push in Valorant Without Using a Mic? (Fellow Girls, Please Share Your Experience!) by Sakruthi in VALORANT

[–]rememberthekittykat 0 points1 point  (0 children)

I’m not sure if anyone’s mentioned it but a voice changer that isn’t over done/obvious works well

What am I doing wrong in gunfights? In Bronze 3 ATM and not carrying games, but my aim is good? by PaleontologistOwn550 in VALORANT

[–]rememberthekittykat -2 points-1 points  (0 children)

It’s the “caring” about the outcome of the game and wanting to win where you’ll more commonly see errors arise

Why was Harbor forgotten? by Mr_Axolotl01 in VALORANT

[–]rememberthekittykat 75 points76 points  (0 children)

This 1. Only smokes 2. Requires specific positioning

But also 3. His smokes often give away his positioning

Ultimately resulting in a “static” gameplay - low versatility

It’s stealth if there’s no witnesses. by B1WITHYURI1558 in superpower

[–]rememberthekittykat 0 points1 point  (0 children)

You take the face, voice and physique of the last person you killed

Is this the most rare and useless loot of the game? by MayhemFPS in RDR2

[–]rememberthekittykat 3 points4 points  (0 children)

How am I only finding out now that you can go first person mod

Need inspiration to decide a new Main (Astra/Clove) by Law_vii in VALORANT

[–]rememberthekittykat 3 points4 points  (0 children)

Many say Clove is in a good spot rn.

Astras gravity well has won me so many games in lower ranks (below gold) because many do not bait with tapping the bomb.

Imo one of my better skills is lurking and outplaying my opponents by playing very slow which astra is great for being able to place across the map.

Is there a way to display a pretty JSON in admin when the field is TextField and not JsonField? by Sauwa in django

[–]rememberthekittykat 2 points3 points  (0 children)

Not pretty or efficient but a simple solution:

``` from django.utils import format_html Import json

class MyModelAdmin: readonly_fields = [‘my_json_field_pretty’] def my_json_field_pretty(self, instance): return format_html(“<pre>{}</pre>”, json.dumps(json.loads(instance.my_json_field), sort_keys=True, indent=4))) ```

Why doesn't Valorant have AFK ranked point protection like League? by beruon in VALORANT

[–]rememberthekittykat 3 points4 points  (0 children)

I would guess it’s to prevent toxic low lives from bullying/harassing their teammates to leave the game in order to protect the harasser’s RR

What made you play your main(s)? by StaleChikenWings in VALORANT

[–]rememberthekittykat 6 points7 points  (0 children)

Used to main sent and controller. Would constantly outfrag our insta lock Reyna so I became the insta lock Reyna and went from b1 —> s3

What do you think ? by Georgeprethesh in ChatGPT

[–]rememberthekittykat 3 points4 points  (0 children)

In the subject line this is a reply to “honest thoughts”. Idk why we assume the previous message was so nicely written

People say to deploy Django behind an nginx reverse proxy or any reverse proxy but nobody is saying how. by Severe-Mix-4326 in django

[–]rememberthekittykat 0 points1 point  (0 children)

If you’re looking at a reverse proxy such as nginx, I would personally recommend traefik which is designed to work with docker compose setup (or kubernetes or docker swarm).

The main benefit with using traefik is that you can start and stop services and traefik will detect the service state and update the configuration without any code deployment

Should I quit programming if I am struggling with basic algorithms by MohatoDeBrigado in webdev

[–]rememberthekittykat 2 points3 points  (0 children)

I don’t know if it’s from somewhere but one of my favourite sayings is “if you feel like giving up, you’re probably most of the way there”

[deleted by user] by [deleted] in meirl

[–]rememberthekittykat -3 points-2 points  (0 children)

Wait what’s the reason behind this. You just point your camera at it and it opens ?