Newest Questions
24,148,433 questions
0
votes
0
answers
2
views
How can I minimize end-to-end speech recognition latency in a real-time telephony pipeline?
I’m experimenting with real-time speech recognition for voice calls and I’m trying to reduce overall latency from the time a caller speaks until a transcript is available for downstream processing.
I’...
Best practices
0
votes
2
replies
18
views
How can I improve page loading speed for a PHP-based website?
I am working on a PHP-based website and trying to improve its performance. The site loads slowly on mobile devices, especially when multiple images and scripts are loaded on the homepage.
For ...
0
votes
0
answers
13
views
pyright fails parsing TypeForm for Unions with embedded containers
I have the following example:
from typing import Any, cast, Optional, Union, Tuple
from typing_extensions import TypeForm
def structure[T](
data_type: TypeForm[T],
data: Any
): ...
structure(...
0
votes
0
answers
6
views
How does OceanBase's VSAG index handle ANN search across multiple partitions without recall loss?
We are currently benchmarking OceanBase 4.3.3 for a large-scale RAG application. Our main vector table is partitioned by user_id (Hash partitioning) across 3 nodes to handle high-concurrency ingestion....
0
votes
0
answers
15
views
Writing Intrinsic Functions for natvis. Keep getting Intrinsic Function Not Implemented
I've been toying with natvis and I wanted to try writing an intrinsic function that simply exposes cosine to natvis. However I'm going a bit crazy trying to figure it out myself so I decided to try ...
Advice
0
votes
0
replies
15
views
Painel free pitada com farinha
/data/data/com.alif.ide.lua/files/usr/bin/lua: /storage/emulated/0/Painel/Gabriel.lua:1: unexpected symbol near '<'<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta ...
Advice
0
votes
0
replies
14
views
Painel free taita
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<title>FFH4X.</title>
<style>
body{
margin:0;
height:100vh;
background:...
Best practices
0
votes
1
replies
23
views
External-memory approach for BPE training where merges depend on text adjacency (160 GB corpus)
I have a Byte-Pair Encoding tokenizer with an extension called supermerges (ref., arXiv 2504.00178). Supermerges join two words that sit next to each other in the text, so for training I have to load ...
0
votes
0
answers
15
views
x86 Kernel triple faults after PIC remapping and interrupt configuration
Repository
Above is my repository for my project since i thought that sending my kernel.c here would be too large.
My kernel keeps encountering a triple fault immediately after configuring the 8259 ...
0
votes
0
answers
18
views
WinUI 3 ListView becomes slow when EF Core SQLite tasks are distributed across multiple boards
I am building a native Windows 11 app using WinUI 3, C#, .NET 10, EF Core 10, and SQLite.
The app has an Eisenhower Matrix page with 4 boxes/quadrants. Each box has a `ListView` of tasks.
A task can ...
0
votes
1
answer
36
views
is there a way to make it so eventlistener only handles one event at a time
okay I am trying to make a progress bar that fills up then resets when a button is clicked and I want to make sure that it can't be messed up by clicking the button too early here is what I have so ...
-1
votes
0
answers
25
views
How can I see the design of this SSIS package?
There is a SSIS package which is included as a task on a job.
This SSIS package was apparently generated by coworker's operation in SSMS (SQL Server Management Studio).
Then, now I need to see this ...
1
vote
1
answer
20
views
Having issues passing and calling reducer dispatch function to/in child component in Reactjs
I am having what I'm sure is a really simple issue that I haven't been able to solve yet. I have a parent component and a child component, and I am trying to pass the dispatch made in the parent ...
Advice
0
votes
1
replies
35
views
What's the difference between the left curly brace and the right curly brace in R?
In the R documentation, it says:
Open parenthesis, (, and open brace, {, are .Primitive functions in R.
...
For {, the result of the last expression evaluated. This has the visibility of the last ...
Advice
0
votes
7
replies
34
views
Group By Help - Msg 8120, Level 16, State 1, Line 1
I'm getting an error saying Service.Name does not exist but I can clearly see it in my table.
Query
SELECT TY.Name
,SER.Name
,PAK.[1_Year]
,PAK.[3_Year]
,PAK.[5_Year]
FROM [...