39 questions
Score of 0
0 answers
38 views
Can a Perplexity Computer analytics dashboard automatically refresh when the data source changes?
I've created an analytics dashboard in Perplexity Computer, and it currently updates when I manually upload a CSV file.
I'd like to automate this process.
Is it possible to connect a Google Sheet or ...
Score of 0
0 answers
96 views
Transaction Isolation level for ERP software [closed]
I work on an ERP software called ERPNext. Currently, we use MariaDB with REPEATABLE READ . We have been working on adding Postgres support to it but we have reached a roadblock.
Recently on our cloud ...
Score of 2
2 answers
314 views
Should I make my own vector in C++ and use that more than the one built in?
I was talking with a friend who mentioned that writing my own implementations of standard C++ features (like std::vector) is useful to do so I understand it better. My question is, should I write my ...
Score of -5
0 answers
122 views
venv not activating with source
The environment is supposedly activated but when I try to install a package it tries to install it globally
source .venv/bin/activate.fish
which python
/usr/bin/python
pip3 install cryptography ...
Score of -4
0 answers
79 views
Claude chat window - search functionality does not work? [closed]
I'm not sure if it's a bug related to VScode or the Claude code extension, but I am not able to use the search (CMD + F) in a claude chat window - it simply does not work.
Is it normal for now, for ...
Score of -3
0 answers
45 views
Quarkus AWS Lambda HTTP in preview state? [closed]
I'd like to know if the Quarkus Extension AWS Lambda HTTP is currently in a stable state?
Here's the background: when I go directly to the library's description, I see that the status is listed as “...
Score of -1
0 answers
75 views
How to chunk mixed text and image content for a multimodal RAG pipeline? [closed]
I'm building a RAG pipeline where the source documents (PDFs) contain both text and images (diagrams/figures), and I need a chunking strategy that handles both properly.
What I've done so far:
...
Score of -3
0 answers
85 views
RCS messages not in Telephony Database workaround
We are currently developing an SMS/MMS backup application that relies on the standard Android Telephony provider. Following a recent Google Messages update, we observed that messages are no longer ...
Score of -5
0 answers
106 views
Discord Selfbot/User API [closed]
I understand self-botting is against Discord’s Terms of Service, but I’m curious to learn how to report a user or message. Could somone provide the correct Discord API endpoint for this purpose? If ...
Score of 3
1 answer
198 views
Why would one use WebAssembly in the Backend?
From my research, I understand WebAssembly is a tool that allows devs to run non-JavaScript languages (e.g., C/C++) on the client-side, but I have also seen comments online suggesting it can be used ...
Score of -4
0 answers
138 views
How to build a good test with lots of data? [closed]
I am building a IP address generator, based on a name. I want the address to be in the 172.16.0.0/16 subnet and each name should generate a unique IP address. Names would be probably like A01, A02, ...
Score of 0
0 answers
88 views
Github Regressions: Private dataset to Github [closed]
I am designing a CI workflow that require access to a private dataset that cannot be stored in the Github repository or downloaded by a Github-hosted runner.
Connection desired design: Github PR -> ...
Score of -2
0 answers
77 views
Implicitness and Weak Coupling in ECS [closed]
I'm currently updating my game project using newer technologies, particularly an ECS architecture.
My previous architecture was based on entity templates and their instances. And I'm a little confused ...
Score of -2
0 answers
125 views
Speeding Up Numeric Differentiation [closed]
It is known that there exist several methods to numerically calculate the derivative of a sequence of numeric values, such as the three-point forward difference. From the Wikipedia page:
Three-Point ...
Score of -1
0 answers
87 views
How can an Android app guide users to enable Auto Call Recording and Silent Call Recorder TTS settings across different OEMs? [closed]
I'm developing an Android app (Flutter + Kotlin) where users must manually enable Auto Call Recording and configure the TTS engine before using the app.
I know Android restricts third-party apps from ...