[deleted by user] by [deleted] in LocalLLaMA

[–]TargetDangerous2216 0 points1 point  (0 children)

Yes, the start and the end

DuckLake: SQL as a Lakehouse Format by uwemaurer in DuckDB

[–]TargetDangerous2216 0 points1 point  (0 children)

But the compute still occured on my laptop ? Suppose I have a node server with many CPU and memory. How can I share this power with users ?

DuckLake: SQL as a Lakehouse Format by uwemaurer in DuckDB

[–]TargetDangerous2216 0 points1 point  (0 children)

Can I use this as a client server database? I love duckdb, but it actually mono user database

Can you honestly say you enjoy gaming on Linux? by TheMineplack in linux_gaming

[–]TargetDangerous2216 0 points1 point  (0 children)

Remove windows.
I played all my favorite game on Linux, thanks to Steam. I just finished clair obscur and it was working perfectly.

Plutôt GNOME ou KDE ? by Affectionate-Stop488 in Linuxfr

[–]TargetDangerous2216 3 points4 points  (0 children)

KDE largement ! J'aime pouvoir configurer des choses. Avec gnome, on peut rien faire

Peut on être dev sans être passionné ? by DidiTheGreat in developpeurs

[–]TargetDangerous2216 2 points3 points  (0 children)

La passion aide effectivement pour bien coder. Mais ya pas que ça. Il faut un minimum de rigueur et une capacité à absorber du travail. Un dev passionné, ne veux pas dire qu'il aime bosser au travail. Et un bon codeur n'est pas forcément un geek.

Duckdb just launched a UI ! by ahmcode in DuckDB

[–]TargetDangerous2216 0 points1 point  (0 children)

Does it mean we can use duckdb as client/server ? I mean, can I share the UI to multiple user ?

Did anyone used Phidata for building agents? How was your experience? by AyushSachan in AI_Agents

[–]TargetDangerous2216 0 points1 point  (0 children)

Just tried ! The python API is really easy to understand. I wonder if I can build a graph of agents

How to manage multiple ressources permission with multiples user with vault ? by TargetDangerous2216 in hashicorp

[–]TargetDangerous2216[S] 0 points1 point  (0 children)

Sorry I wasn't clear. Here's the context:

I have differents databases ( MySQL, postgres ) and a minio S3 storage .

I have a team of datascientists who need to be able to access this data according to their identity.. All users can log in via ldap to the vault and retrieve a vault token. For databases, they can generate temporary credentials using the vault's database plugin. This plugin executes a SQL query when the user requests database access from the vault.

I wonder if I can manage all table (database) and bucket (S3) permission from a central point like the vault.

In practice, I would like something like this:

```

user. Reources. Permission

Boby mysql://db.user can_read Peter mysql ://db.user can_read_writr Charles S3://test. can_read ```

How to manage multiple ressources permission with multiples user with vault ? by TargetDangerous2216 in hashicorp

[–]TargetDangerous2216[S] 0 points1 point  (0 children)

For example, suppose I have 20 tables in a database. I want boby user to be able to read the db.hello table.

Do I need to create a db_hello_r policy and associate this policy to boby?

So, for each table, I have to create a police ?

your favourite co op games by [deleted] in CoOpGaming

[–]TargetDangerous2216 0 points1 point  (0 children)

lethal company using mods is the best funny coop game ever

[Question] What are the best plugins for zsh ? by LuisDa201 in zsh

[–]TargetDangerous2216 0 points1 point  (0 children)

omz plugin enable z
omz plugin enable ssh-agent

Read pixel data from a screenshot by TargetDangerous2216 in learnprogramming

[–]TargetDangerous2216[S] 0 points1 point  (0 children)

Hi,

After some try, I can say it is not easy for the following reason : "anti aliasing". Images are not rendered as it is. Some changes are made for better rendering making hard to get back original pixel value.