345 questions
Advice
1
vote
0
replies
59
views
AI server with agents
I’m working on an idea where I want to build my own AI server with agents.
The main problem I’m trying to solve is: how can other users with low-end PCs (less RAM/GPU) still use powerful AI?
My idea ...
Best practices
0
votes
1
replies
52
views
SQL Server ON VPS With Multi-Tenant, Multi Db Architecture
Need help on a scalable cheap solution - I'm building an Access Db to run with a SQL Server back-end hosted on a VPS. I am trying to decide on the architecture to use. When I say multi-tenant I mean I ...
0
votes
1
answer
139
views
How do I inspect the Git history of someone else's repository, when the directory is not, in fact, "safe"?
Git somewhat recently added a security feature where the developers apparently decided that doing any Git operations safely when the contents of the .git directory are not trusted is out of scope for ...
0
votes
1
answer
100
views
Can you debug your app with a second user?
On various devices you can create additional users. On my device I encounter a strange storage issue: An app I develop cannot access it's external files dirs (while it works on another device). So I ...
1
vote
0
answers
161
views
Excel XLSM with VBA multi user issue
I have a challenging issue with an XLSM file with some macros in a multi-user environment. In this file I have some macros, amongst others one when the file closes - it hides certain sheets, and one ...
1
vote
0
answers
96
views
SingleUser and bound service model in android
I'm new to android and I'm trying to achieve the following use-case,
I need to implement a service component running as singleUser (android:singleUser="false") to store the data across users....
0
votes
2
answers
119
views
Xdebug with multiple users on the same Server
We have the following development setup on our developing platform: A dedicated Ubuntu server and Apache with multiple subdomains and virtual hosts with separated configured php-fpm-sockets. All ...
0
votes
1
answer
1k
views
How to enable dynamic multi display in android automotive
Android14-qpr2 starts to support multi-display and multi-users. And I found a flag EMULATOR_DYNAMIC_MULTIDISPLAY_CONFIG in the mk file here.
I am trying to create an automotive emulator with multiple ...
0
votes
2
answers
97
views
Multi Usertype Access on Resource in Microservice Architecture
I have a microservice based system with 25 microservices. I want to design an architecture handle scenario bellow :
for example we have a microservice for customer business part which has an API, /...
0
votes
1
answer
88
views
MS Access Quiz Form: Using VBA to change record source of form controls based on course selected from dropdown on Test form for multiple users
I have a table of questions. This table contains questions for, let's say, 3 courses. "Course" is one of the fields in this table. There are 3 queries (Course1_extended, Course2_extended, ...
1
vote
0
answers
373
views
R Shiny app multi-user authentication and Google Drive access
I would like to create a Shiny app in R where multiple users can log in to their personal Google account before the app loads. I was using the googleAuthR package (gar_shiny_auth() function) to do ...
2
votes
1
answer
718
views
Running Android Automotive application on system user (user 0) only
I'm building an Android Automotive system application that doesn't include any UI.
This service acts as a local backend/proxy on the device waiting for requests from other applications, making the ...
1
vote
1
answer
202
views
Is my class diagram for multi user role based app right?
In my case,
each user can be attributed one or multiple roles, some roles require extra attributes (for exp "agent maintenance" role hase "spécialité" field).
The "...
1
vote
0
answers
367
views
Android: Difference between UserManager's isUserUnlocked and KeyguardManager's isKeyguardLocked
I am working with Android and I am unsure what exactly UserManager and KeyguardManager do / how they relate with each other.
From the Docs:
UserManager:
isUserUnlocked: On devices with direct boot, a ...
0
votes
1
answer
948
views
One table for all, or seperated user tables for multiple roles
i am trying to make a school management web site. But i can't decide yet that user tables seperated for students, parents, teachers, management etc. Or one user table for all with role. (relation with ...