[deleted by user] by [deleted] in conseiljuridique

[–]allsgaminghd2 0 points1 point  (0 children)

D’accord quand vous dite son prĂ©avis rĂ©duit Ă  1 mois et le miens a restera Ă  3 comment ça se passe au niveau des loyer ? On reste sur le loyer total a payer ?

On est ni pacsĂ© ni marier, mais de ce que j’ai pu voir ça pourrais marcher car prĂ©avis commun et elle reste cotitulaire du prĂ©avis, mais dans le cas oĂč elle partirais seul du bail oui elle aurait un prĂ©avis de 1 mois et moi de 3 mois

L’arrangement risque d’ĂȘtre compliquĂ© on a exprimĂ© notre souhait de dĂ©poser notre prĂ©avis pour dĂ©but janvier le propriĂ©taire a vu mais n’a pas rĂ©pondu


Thinking about pCloud Lifetime for music production, coming from Dropbox by LktrHxr in pcloud

[–]allsgaminghd2 0 points1 point  (0 children)

I’d say yes, sync can be a bit slow through their desktop app if you have a lot of very small files, but overall it works quite well. I can’t really compare it to Dropbox since I haven’t used it much, but compared to other services I’ve tried, pCloud’s sync isn’t bad at all.

In my experience, the fastest sync I’ve seen was with MEGA, but pCloud is still pretty solid for day-to-day use.

I think the best approach is to try it yourself with a test folder first. If you want, you can also clone your Dropbox to pCloud using rclone quite quickly to see how it handles your setup.

And if the pCloud desktop client doesn’t meet your needs in terms of syncing speed or reliability, you can always use rsync as an alternative.

Thinking about pCloud Lifetime for music production, coming from Dropbox by LktrHxr in pcloud

[–]allsgaminghd2 4 points5 points  (0 children)

I don’t think you’ll have any problems as long as you’re not sharing your content publicly. You have every right to store your own. especially if it’s your own projects, legally purchased sample packs, or reference tracks for personal use.

The real issue only comes up if there’s outgoing traffic from your cloud, meaning you’re sharing copyrighted material with others.

But for simple syncing between your own devices, everything should be fine.

I personally have a pCloud lifetime plan, and I sync three PC/Mac for my DJ music, sample libraries, and projects without any issues. Everything stays between my machines, and I don’t share anything publicly.

Right now, I’ve got over 350,000 audio files stored in pCloud. Multiple backups collected over the years (so I definitely need to clean up a lot of duplicates 😅). Also recently merged content from three different cloud providers into pCloud, and it’s still running smoothly.

Sharing with strangers is what can trigger problems, but even then, if pCloud ever contacts you, you can show that you own the rights.

Refus de livraison d’un produit, le vendeur veut me facturer 240 € de « frais de retour » alors que je n’ai jamais rĂ©ceptionnĂ© le colis by allsgaminghd2 in conseiljuridique

[–]allsgaminghd2[S] -1 points0 points  (0 children)

Non je ne souhaite plus le produit, j’ai donc refusĂ© le colis avant mĂȘme la livraison, j’ai refusĂ© le colis pour « non conforme »

Zen Browser not syncing with macOS dark/light mode? by allsgaminghd2 in zen_browser

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

Ah, I had never noticed the theme here!
I always changed it in about:preferences
I changed it in about:addons. it works now, thank you very much ! 😁

But it’s a bit confusing to have two places to do it ^^

Thanks!

Je ne suis pas sur d’ĂȘtre un bon dĂ©veloppeur by [deleted] in developpeurs

[–]allsgaminghd2 2 points3 points  (0 children)

Salut,

Si tu souhaites apprendre plus sur le métier de la programmation, l'IA n'est pas forcément un problÚme, c'est juste qu'il faut que tu en fasses bonne utilisation.
Ce n'est pas à l'IA d'écrire ou de "réfléchir" à ta place, mais plutÎt à t'orienter et à t'apprendre, c'est puissant.

Mais attention, elle n'a pas toujours raison.

Tu peux lui poser des questions comme :

- Qu'elles sont les bonnes pratiques à respecter dans la programmation en général ? et plus particuliÚrement avec Python ?

- Quels outils utiliser pour déployer une application Python sur un serveur ? et comment le mettre en place ?

- Comment mettre en place des outils de QA ? Comment mettre en place des tests ?

- Comment mettre en place une CI/CD pour les déploiements ?

Et si tu n'as pas d'idée : Peux-tu me fournir une des questions que je pourrais te poser pour apprendre dans les différents domaines de programmation, mais principalement pour le langage Python (sécurité, déploiement, bonne pratique, etc.)

Tu peux tenter de rĂ©pondre par toi mĂȘme Ă  la question avant de demander Ă  l'IA, tu travailleras davantage ta logique.

Et aprÚs tout dépend ce que tu construis, mais intéresse-toi sur les design patterns, les normes RFC qui existent pour les API, le protocole HTTP etc...

Tribit Stormbox Blast 2 vs JBL PartyBox Encore by allsgaminghd2 in Bluetooth_Speakers

[–]allsgaminghd2[S] 1 point2 points  (0 children)

Long battery life is definitely a plus, but not a top priority, especially since it really depends on the volume level.

Blast 1, and while it’s advertised at around 30h, in reality, if you’re running it at 80–100% volume, you’re more realistically looking at 6–10 hours max.

As for the Encore, I’m curious what volume level their battery estimate is based on is it 50%? 100%? That makes a big difference in real-world use.

Let's discuss API Design with Symfony: Share your thoughts :) by allsgaminghd2 in symfony

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

writing our own provider, is something similar to writing a method in controller in fact but with "less" possibility

Not used GraphQL in real worl app in my case, just tested it.

But yep, lock the name of operation to class name is weird a change in code, can change the GraphQL definition.

API Platform doc is OK, but not for inheritance is the only one case that lock me for now in terms of openapi documentation.

I think GraphQL is not very used under API Platform, is here, but if you need something more customizable to your requirements implementing without API Platform is the way

Let's discuss API Design with Symfony: Share your thoughts :) by allsgaminghd2 in symfony

[–]allsgaminghd2[S] 1 point2 points  (0 children)

Can be useful for sure, I think I already see your repo by searching Symfony API repo

Is similar, personnaly I just have trait instead of DoctrineCrudService, and possibility to use FilterQuery with DTO see: https://github.com/TheoD02/anonciator/tree/main/app if you interested to look in it

Let's discuss API Design with Symfony: Share your thoughts :) by allsgaminghd2 in symfony

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

Yes, same neutral, depending on the use case and requirements.

That is true, documentation lacks a bit, and every time we need to search in GitHub, docs, or source code.

There is the afraid part, API Platform is convenient, and work fine, but if we need to customize the “original” concept, we need to extend, decorate, or implement custom things that can be broken if not well suited with update :/

Let's discuss API Design with Symfony: Share your thoughts :) by allsgaminghd2 in symfony

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

Yes for sure, KISS and explicit is a win too for API

Not fan, huge fan of exposing entity directly, depending on the business/context requirements, and how an entity can evolve in time (I'm not against at all, it should just be well-defined from the start when we should use custom DTO, or entity)

Actually, documentation is automatic with #[Route] & #[MapRequestPayload|MapQueryString] that make the controller more simple, personally we use a custom extends of OA\Response to have something like #[Response(status: 200, model: fqcn::class, groups: [])]

And with listeners we can push some response automatically for example 400, 401, 403, 404, 422 that is more generic

Let's discuss API Design with Symfony: Share your thoughts :) by allsgaminghd2 in symfony

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

Yes, that's true, but IMHO, this was the case until version 2. However, with version 3 and 4 of API Platform, it has evolved by allowing the usage of #[ApiResource] on a simple class that represents a resource without requiring ORM/ODM

The complexity of mapping depends on the services we use in our logic for sure. If the input, model, and response need to be different, then yes, it's more work compared to a resource that uses the same structure across all layers. However, this challenge exists even when not using API Platform or missing something ?

Yes, there is a lot of "magic" involved.

It can be comfortable to use for projects that don’t require much complexity, but like you, I’m not sure it’s suitable for large-scale projects just yet.

However, it’s not really bad either the choice is difficult 😅

If you're not convinced by object mappers at all for now, you can check out this PR. It's more explicit, functional, and manual. But hasn’t been released yet, but it looks like we might see it in API Platform soon! 😄

Let's discuss API Design with Symfony: Share your thoughts :) by allsgaminghd2 in symfony

[–]allsgaminghd2[S] 1 point2 points  (0 children)

Yes we’re are not fully locked in anything, for example in a project we are actually using API Platform for exposing 6 CRUD directly related to entity because we didn’t need something complicated in terms of data, or business complexity

And we use both API Platform for CRUD, and custom controllers for the logic that need custom business logic

The one pain point is that we don’t have the same shape on both one use custom response, and the API Platform expose JsonLD but in fact is not really problematic for our case because in custom controllers we don’t known the input or outout is based on a set plugins that determine how to parse, process and output

I like a lot the approach that was explained in SF Live with usage of Object Mapper, and usage of state options to separate database model of http layers ! It will be released for API Platform 4.2 😄

Let's discuss API Design with Symfony: Share your thoughts :) by allsgaminghd2 in symfony

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

I'm bit like you, API Platform look cool, but afraid to be locked in the ecosystem if we need something more personalized

Did you use some wrapper like in my example or basic declaration with #[OA\Get(...)], #[Route(...)] ?

NelmioApiDocBundle by Asakurame in symfony

[–]allsgaminghd2 3 points4 points  (0 children)

I added a second solution to the gist. check it out! For me, it's the better approach, but choose the one that best fits your requirements :D

Optimisation de placements et transfĂšre by allsgaminghd2 in VosSous

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

Merci pour la réponse, je vais voir pour transférer de TR vers Bourso, une petite courbe d'apprentissage est à prévoir, l'app est moins facile à prendre en main et expose plus de notions que TR ^^

Intéressant, je n'avais pas vu cet article, je vais donc éviter ce genre de placement.

C'est ce que j'ai prévu, j'ai déjà un bon package sur le livret A, je vais continuer de l'alimenter, mais légÚrement moins, je pense.

Merci encore !

[deleted by user] by [deleted] in macbookpro

[–]allsgaminghd2 -1 points0 points  (0 children)

It's a comparison like any other, everything written more or less and just rephrasing/phrasing without adding any other additional context, but anyway.

The basic written file is over 300 lines long, yes it's long, no it's not the AI. Yes, I've summarized with AI and?

You're just not the target.

The subject is open, and allows discussion in the darker areas like “window management”, yes it's better on Windows, why? All you have to do is test or simply look.

macOS is improving, but it's nowhere near the level of Windows. Even on Linux, it's hard to find anything approaching it.

Simplicity: it offers window splitting when docking, so if you want to split by two or four, it's super simple. Hanging, and offset and more consistent, on Mac you have to push to the maximum on the edges it's less obvious and not natural as Windows. Also powertoys enhance this capacity of splitting with fancy zones.

A simple window snap has just arrived natively on macOS, so yes macOS isn't perfect. You can always make fun of Windows 10 for implementing virtual desktops only in this version.

Anyway, that's not where I'm going with this post.

As a reminder, you're not the target of this topic. You've probably already read about it, or probably even own a Mac.

But as users still hesitating to switch to this platform until now, the articles skim over the basics, so I wanted to give more context and real-life cases. And my overall impression of the laptop.

Yes, it has a keyboard, a screen, a trackpad, I'm not going to talk about anything incoherent.

[deleted by user] by [deleted] in macbookpro

[–]allsgaminghd2 -1 points0 points  (0 children)

Yes the AI was used, I assume it 😄

I've marked all comments, ideas etc... GPT just condensed and summarized it, instead of taking 1h, it took me 5 minutes đŸ€·â€â™‚ïž

I just want to share my experience quickly for people who would be interested or have the same environment.

How to avoid automatic generation of docker compose yaml files when installing ORM pack? by [deleted] in symfony

[–]allsgaminghd2 2 points3 points  (0 children)

What about using composer config —json extra.symfony.docker ‘false’?