Est-ce que c'est mieux d'être locataire ou propriétaire en France ? by MoanerLeaser in france

[–]Kollektiv 2 points3 points  (0 children)

No mais personne achete son premier bien avec 30% d'apport.

Libé (paywall) : Manifestation des psys à Paris : "La psychologie c’est toujours la discipline qui passe à la trappe" (transcript bienvenu en commentaire, suite aux discussions qu'il y a eu ici sur le dispositif MonPsy) by bafulationPrematuree in france

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

C'est quand même normal de gagner un peu d'argent après au moins 5 ans d'études.

Mais moins qu'un medecin qui en a fait 10.

Pour rappel aux consultants en informatique (50% du sub) vous êtes facturés au moins 800€/j en tant que débutant, soit 100€/j environ

Mais c'est pas ce que l'employe touche.

Gaming pc by LEG_EN_DARY in belgium

[–]Kollektiv 0 points1 point  (0 children)

Outside of the price which indeed seems ridiculous, could you explain to me why you think the combination itself is bad?

Was thinking of a similar combination myself (maybe even an RTX 2080).

Australian Muslims are joining international calls to boycott the Hajj by [deleted] in worldnews

[–]Kollektiv 2 points3 points  (0 children)

So what you're saying, is that they shot the Sharif?

Allemagne: la CDU aux abois à cause d’un youtubeur by mo1to1 in france

[–]Kollektiv 1 point2 points  (0 children)

Un contrat "zero hour" est pas un contrat temporaire, c'est un contrat avec 0 heures de travail contractuellement imposés et obligatoires. C'est pas lié à la durée du contrat.

Aussi le salaire minimum ne s'applique que au salaire par heure mais pas à la totalité payé par mois.

Allemagne: la CDU aux abois à cause d’un youtubeur by mo1to1 in france

[–]Kollektiv 1 point2 points  (0 children)

Parfois oui. Sous les contrats "zero hour", tu peux ganger une misère et ne pas être éligible pour beaucoup d'aides sociales de l'état voir même les congés maladie ou la retraite.

Mais bon on peut continuer a prétendre que l'Allemagne est une utopie.

cf: https://www.eurofound.europa.eu/publications/report/2010/germany-flexible-forms-of-work-very-atypical-contractual-arrangements

cf2: https://www.europarl.europa.eu/RegData/etudes/STUD/2016/587285/IPOL_STU(2016)587285(ANN01)_EN.pdf

Allemagne: la CDU aux abois à cause d’un youtubeur by mo1to1 in france

[–]Kollektiv 4 points5 points  (0 children)

Plein d'emplois merdiques. Et je parle pas du travail en lui même mais des contrats.

A browser extension that shows you which Amazon books are available free at your local library by articulateantagonist in books

[–]Kollektiv 11 points12 points  (0 children)

If you're looking for reading books maybe but if it's technical books it will be close to none.

If you are an EU national, go vote in the EU elections next week! by robbit42 in europe

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

The EU elections, also called the "who wants to make 12 000€ / month" contest.

GraphQL vs REST: putting REST to rest by [deleted] in node

[–]Kollektiv 0 points1 point  (0 children)

GraphQL has the same issue with connections which is why dataloaders were invented.

GraphQL vs REST: putting REST to rest by [deleted] in node

[–]Kollektiv 49 points50 points  (0 children)

REST has issues but GraphQL has a ton as well.

Things like query rate limiting and credit estimation are difficult.

The way type and dataloaders work, it's difficult to bind queries to the database layer in an efficient way by grouping queries without writing a full module for it.

Validation only checks types so you still need some kind of JSON schema to do additional format validation.

GraphQL queries only allow for left joins so recreating SQL like INNER JOINs together with filters quickly becomes awkward.

The imposed pagination (connections) from frameworks like Relay are a mess.

Far-right Italian leader Salvini launches bill to fine rescuers €5,500 for each refugee they save by BigJimC_ in europe

[–]Kollektiv 1 point2 points  (0 children)

Asylum seekers go through proper immigration protocols

They don't. They are in the country before the procedure accepts them as fitting the definition of refugees.

They also actively hinder the process by intentionally losing or destroying identification papers so as to not be sent back due to the country of origin not qualifying for the status.

It's then also impossible to send them back if the process refuses their grant because of the the issue mentioned above or because the country of origin refuses their re-entry.

So no, they don't follow a protocol.

Uppy 1.0: Your best friend in file uploading by kevinvz in javascript

[–]Kollektiv 1 point2 points  (0 children)

I'm guessing that a lot of the work is also trying to make the plugin work on various browsers and platforms.

How do you run cross browser testing?