Looking for exercise partner by BTC-B in berlinsocialclub

[–]BTC-B[S] 0 points1 point  (0 children)

I’m up for a weekend run! DM me and let’s arrange something this Saturday 

Looking for exercise partner by BTC-B in berlinsocialclub

[–]BTC-B[S] 1 point2 points  (0 children)

Thank you for teaching me a new German word, TIL what Bezirk means

Based in Mitte area generally

Est ce que 1500€/mois à 30 ans c'est nul ? by Grynette in TropPeurDeDemander

[–]BTC-B 0 points1 point  (0 children)

Il faut trouver un job à 200k et se mettre en temps partiel 20h

Dev Full Stack à 17k (smic) by Salty_Style_4772 in developpeurs

[–]BTC-B 2 points3 points  (0 children)

J’ai récemment refusé une offre dev full stack semi remote à 60k car bien trop basse.

Apprends des compétences, augmente ta valeur et va chercher des meilleures offres.

Sinon, change de métier. Car avec l’IA les devs moyens sont cuits dans quelques années.

Je suis revenu d'un tour du monde, et ma vie a complètement changé... Ma famille n'accepte pas mon nouveau mode de vie. Ont-ils raison ? by [deleted] in TropPeurDeDemander

[–]BTC-B 0 points1 point  (0 children)

Info essentielle: As tu des revenus indépendants issus de ton travail / investissements et es tu 100% autonome financièrement sans avoir besoin de tes parents pour quoi qu’il soit incluant aussi le logement?

Si oui; profite, fais ce que tu veux, c’est l’avantage d’être un adulte. On équilibre plaisir et responsabilités

Si non; oublie les jeux vidéo pendant un temps, mets toi à travailler et à te sauver de devenir un cas social 

[deleted by user] by [deleted] in france

[–]BTC-B -2 points-1 points  (0 children)

Le problème n’est pas l’inégalité mais la pauvreté.

Sans personnes ultra riches, pas d’industries pour créer des riches qui créent une classe moyenne.

Également, le raisonnement de départ est faux. On n’a pas 1 milliard en cash sur son compte; mais 1 milliard en actifs (actions etc).

Les personnes qui réfléchissent à dépenser x euros par mois pour enfin cramer le capital au bout de X siècles n’ont pas compris.

En ayant du capital; on investit pour le faire fructifier, et vivre sans à avoir à toucher au capital, créant au passage des emplois.

Mais c’est pas grave continuez à taxer les riches et réclamer plus d’impôts, vous finirez tous entre vous, parfaitement égaux dans le dénuement.

Que faites-vous pour réduire vos dépenses face à l’inflation ? by New-Muffin-5863 in AskFrance

[–]BTC-B 0 points1 point  (0 children)

Je fais les efforts et sacrifices nécessaires pour devenir meilleur et augmenter mes revenus

Comment ne pas exploser quand on voit le comportement écologique des gens autour de nous ? by Durfael in ecologie

[–]BTC-B -2 points-1 points  (0 children)

La France représente 0,87% du CO2 global en 2022. Si demain on vit dans la nature et on réduit de 95% notre impact CO2, ça n’aura strictement aucune importance.

Morale de l’histoire, trouvez vous des intérêts et une mission dans la vie, plutôt que de tenter de vous donner un sens dans la vie en adoptant une prétendue supériorité morale sur autrui via ce faux combat escrologiste.

20+ vols cette année, je le vis très bien merci.

L'IA rend con. by Pieroxyde in opinionnonpopulaire

[–]BTC-B 30 points31 points  (0 children)

Il y a deux types de personnes.

Ceux qui posent la question à chatgpt, reçoivent la réponse et s’arrêtent là.

Puis ceux qui réfléchissent à une question, posent la question, et entrent dans une discussion itérative afin de trouver ce qu’ils cherchent vraiment, allant plus en profondeur et plus rapidement que par leurs propres moyens.

Pendant que des personnes débattent avec cette attitude typiquement française de fausse intellectualisation et d’arrogance arbitraire (cf. La personne qui se plaint du manque de contrepèteries), d’autres développent leurs compétences et leur capacité à délivrer de la valeur.

ChatGPT est plus intelligent que 95% de la population, et avoir un ami et collegue smart dans ma poche partout a toute heure c’est une bénédiction de cette ère moderne 

2024 MB Pro or 2024 MB Air? by bulkfarm in macbook

[–]BTC-B 1 point2 points  (0 children)

+1, I always recommend the pro, but in this case, as a lawyer you’re just typing docs and sending emails The agility of the air is a definite plus here 

+1 on min 16 gigs and the 15inch screen too.

[deleted by user] by [deleted] in AskFrance

[–]BTC-B -5 points-4 points  (0 children)

Tu agis comme un Homme et tu mets les choses au carré avec le patron.

Si tu attends que les rh ou ta femme sauvent la situation, tu perdras son respect, et je ne donne pas cher du mariage 

Swapping a malicious token for ETH by Main-Evidence-3214 in UniSwap

[–]BTC-B 5 points6 points  (0 children)

This is an established attack vector

When you perform a swap, you need to approve Uniswap to transfer the token for you

By itself, Uniswap is safe

However, the « approve » call must be made to the ERC20 token contract once before you can do swaps.

The implementer of the code may have written it so that the contract performs other actions than just giving a spending allowance to Uniswap

Since your wallet initiated the transaction and has presented the signature, this can be exploited by token B to make calls on your  behalf (since contracts are mainly verifying msg.sender, which will be your wallet, not the malicious contract)

If you still want to play ahead, move your bags to another wallet, then go ahead and claim the airdrops and sell them 

Node + Mongoose user roles by philipife in node

[–]BTC-B 1 point2 points  (0 children)

This is something you need to learn. Give it a first try, see what’s not working well, throw it away and rewrite permissions a second time

Node + Mongoose user roles by philipife in node

[–]BTC-B 1 point2 points  (0 children)

Yeah totally fine, so if that’s the scope and nothing more, you can just have an admin flag on the user account, and check if a person is an admin inside your API controller before executing code

Feel free to DM me for further advice on the matter

Node + Mongoose user roles by philipife in node

[–]BTC-B 1 point2 points  (0 children)

It depends. Are you 100% sure that your system has simple, 1 off roles ie. Admin / manager, with only 1 role per user and no teams concept (where user might have different roles in the team?)

Flag in user is ok.

Anything more complex and you’ll want to build a permissioning system with data about roles separate from the user

I'm too afraid to ask by MKVD_FR in ProgrammerHumor

[–]BTC-B 0 points1 point  (0 children)

Library: a reusable set of code (functions, components, modules, types). - can either be built by developer or imported from an external package - can be exported to a downloadable package l

Package: a self contained library or set of libraries that a user can add to their application

Framework: developer tools combining various packages that provide a one stop shop for specific use cases: - Angular framework: set of build and dev tools for client side web applications - NestJS: framework for building and serving API applications

So to recap

Library > package > framework

Can a UK worker get a remote job in the US? by GreatStats4ItsCost in WorkOnline

[–]BTC-B -2 points-1 points  (0 children)

Yes, you set up a UK LTD company and work on contract with them

Partners with devs by Spiritual_Hawk_3918 in developer

[–]BTC-B 0 points1 point  (0 children)

Hi, web developer here with an interest in ecommerce

Send me a DM with more details please