Newest Questions
24,187,244 questions
-1
votes
0
answers
9
views
Microsoft Foundry Agent returning Error too_many_requests: Too Many Requests
I am looking for some help with an AI agent created in Microsoft Foundry.
The Foundry account with the agent is configured to use tavily as tool.
The tool is assigned to the agent.
When using the ...
0
votes
0
answers
9
views
Why is there a redirect CURL from one domain but not from the other?
<?php
$agent = 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.0.3705; .NET CLR 1.1.4322)';
$ch = curl_init("https://soccer365.ru/games/15688984/");
curl_setopt($ch, ...
-1
votes
0
answers
6
views
Reliable Reverse DNS (rDNS) Verification for Meta/Facebook Crawlers (FacebookExternalHit)?
We are implementing a security layer to verify legitimate traffic from Meta's crawlers (e.g., FacebookExternalHit, Meta-WebIndexer) before processing requests.
The industry-standard, high-security ...
-3
votes
0
answers
16
views
Python question for n numbers multiple of 2 [closed]
to get zcxjh bkcsxcuzkvcxjkbkasduzcxkyhjdvsbxcuolhysdbcv khbsdhvqeiwdsblcuxvb erbydsuixzjcniosdljkzxcbisudcj uewbsfciuosnjuaeyhrfosdbc iehrvdsbcuoherislfdjkbcnioqwaelsudfcbdf hibe ...
-2
votes
1
answer
14
views
I wrote a simple JavaScript function to check whether a number is even or not [closed]
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<script>
function isEven(number){
...
-2
votes
0
answers
9
views
Partition Unavailability Risk in Multi-Node Cluster
I'm evaluating GridDB Cloud for a production deployment and came across a high-availability concern in the release notes (v2.1+).
According to the documentation, when running a multi-node cluster with ...
1
vote
0
answers
9
views
Unexpected spam/gambling meta descriptions appearing in Google Search results despite clean server and files
We recently noticed that when our website appears in Google Search, the meta description and navigation links are replaced with unrelated spam/gambling content. However, the URLs still redirect ...
Tooling
0
votes
0
replies
9
views
JavaScript access on an HTML grid
Is there a JavaScript equivalent to the rows[] and cells[] properties (usable on HTML tables), but this time to access the elements of an HTML GRID ?
// actualy for a table:
document.querySelector('...
0
votes
0
answers
6
views
Google Colab runs out of GPU memory when fine-tuning LLaMA / Phi models even with Unsloth
I am trying to fine-tune small LLMs (LLaMA-3 and Phi-3) in Google Colab (free tier).
Goal:
I only want to adjust the model’s output behavior, not full pretraining.
Setup:
- Google Colab free tier (T4 ...
Best practices
0
votes
2
replies
26
views
How can we use AI, and what is the main purpose?
My meanings and thoughts are related to pure purpose. Also, in particular case what about the JavaScript projects. Best practices to integrate. Can we use it in old projects or the best ways are ...
0
votes
0
answers
8
views
I am trying to connect to a well in a GeoLog project
I am working on AspenTech GeoLog in Linux. I am trying to write a tcl script which opens a well from a selected project. I can successfully start GeoLog from the bash shell, with the environment ...
Advice
0
votes
0
replies
12
views
VS 2019 restrict Git Changes displayed for solution only files in that solution ignoring other root folders in repository with other solution files
I have a GitHub repository, test samples, that contains several folders each with a separate test or exploratory Visual Studio 2019 solution file and it's associated source files. Each of these ...
1
vote
1
answer
30
views
Qt - Scrolling area leaves a a lot of empty space
I am developing a chatbot using Qt in C++. When I ask a question, and the LLM returns a response, there is always a empty space left out between the last sentence and the input area as attached ...
-2
votes
1
answer
33
views
How to check if value is valid for a number input [duplicate]
When assigning a value to a number input via JS, is there a way to validate the value to meet the input's requirements - min, max and step - without doing it manually.
For example, consider this input
...
-3
votes
0
answers
27
views
Why does my custom object's __bool__ affect conditional evaluation order in Python if statements? [duplicate]
I’m experimenting with custom truth values in Python by overriding __bool__ on a class. However, when using multiple conditions in an if statement, Python seems to stop evaluating earlier than I ...