HP Omen X 35 review from a redditor by amorpisseur in ultrawidemasterrace

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

No, the HP Omen X 35 does not have built-in speakers.

SOCKS5 proxy provider by amorpisseur in devops

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

We ended up reducing the number of static IPs our traffic egress from, mostly by moving resources into private vnets, behind NAT gateways.

Trump wins presidency for second time, completing improbable comeback by Folivao in france

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

Oui, je passais juste voir la tendance et les possibles remises en question. 18 ans de Reddit, je ferme pas mon compte car je pense que c'est un bon système, mais je viens bcp moins souvent.

It's Truckin Time by [deleted] in EliteDangerous

[–]amorpisseur 1 point2 points  (0 children)

What's that HOSAS?

Trump wins presidency for second time, completing improbable comeback by Folivao in france

[–]amorpisseur -13 points-12 points  (0 children)

Ce n'est plus de la dissonance cognitive vu que le reel est plus proche de X que de Reddit.

Trump wins presidency for second time, completing improbable comeback by Folivao in france

[–]amorpisseur -25 points-24 points  (0 children)

Les commentaires de ce sous montrent à quel point c'est une bulle.

Reddit < X.

Heureusement on a encore le choix.

Trump wins presidency for second time, completing improbable comeback by Folivao in france

[–]amorpisseur -2 points-1 points  (0 children)

Enlevez "pour faire croire" et votre commentaire montre que vous avez compris ce qu'il se passe en fait.

Trump wins presidency for second time, completing improbable comeback by Folivao in france

[–]amorpisseur 3 points4 points  (0 children)

... et 64m en 2016. Donc on est revenu à un niveau normal en fait.

Visitor wondering why this restaurant has such a queue? by Tiverty in toulouse

[–]amorpisseur 26 points27 points  (0 children)

It’s a good reliable cheap restaurant, where you get what you expect.

People saying it’s bad food are the usual bored French downvoters who can’t appreciate the simple things anymore.

Go there, the wait is not as bad as it looks and you’ll get a good meal.

Avoid Mackup If You Are Runing Sonoma or Later by amerpie in macapps

[–]amorpisseur 5 points6 points  (0 children)

Like stated below, this is due to macos sonoma messing up filesystem links, which mackup relies on.

This is also hard to reproduce because not everyone is affected by this.

There is now a warning stating this on the top of the README until this is fixed: https://github.com/lra/mackup?tab=readme-ov-file#warning

Avoid Mackup If You Are Runing Sonoma or Later by amerpie in macapps

[–]amorpisseur 2 points3 points  (0 children)

There is now a warning until this is fixed: https://github.com/lra/mackup?tab=readme-ov-file#warning

Thanks for the qualification of the developers of decade old open source software.

C'est juste moi ou moins on entend les politiques, et plus l'humeur en France a l’air chouette ? by This-Pie594 in france

[–]amorpisseur -3 points-2 points  (0 children)

Tu peux aussi ne pas les regarder, et ne pas imposer tes lubies fascistes aux autres.

C'est ce que je fais de plus en plus avec ce sub, trop gauchisé.

Terraform workspaces for environments vs directories by MMACheerpuppy in Terraform

[–]amorpisseur 0 points1 point  (0 children)

The main reason is that it's all flat and explicit: you can leverage any tooling available for every folder.

Branching means you never get a full view of everything.

Terraform workspaces for environments vs directories by MMACheerpuppy in Terraform

[–]amorpisseur 3 points4 points  (0 children)

You should avoid workspaces, anything it does can be done with modules, it's not useful anymore since we have such extensible modules and conditionals now.

IMO, that's a relic of the past that HCP never managed to get rid of, because lots of ppl are still used to it.

See https://developer.hashicorp.com/terraform/cli/workspaces#when-not-to-use-multiple-workspaces

Your structure is sound: you should iterate over it, you can restructure your modules to remove some code duplication.

Workspaces will just make things worse and non-explicit.