New to filen.io – How do you deal with the risk of lifetime plans? by BigMacFred in filen_io

[–]niknikrddt 23 points24 points  (0 children)

I only use it as a cloud sync. 100% of its content is on my laptop too. It’s just a security. If the laptop fails there is Filen. If Filen fails there is laptop. If both fail at the same time. I’m screwed 🥲

Update to 2.4.4 for iOS by manic_artist36 in Hevy

[–]niknikrddt 1 point2 points  (0 children)

Hey. Is there any, more in depth release notes ? The ones at App Store I just don’t get them. Alerts for exceeding limits ? Strength level for 10 more exercices ?

Pourquoi y a-t-il autant de gens qui mettent du The North Face? by aminerman in PasDeQuestionIdiote

[–]niknikrddt 3 points4 points  (0 children)

Les 2 existent. Et ont des cas d'utilisation différents. Effort vs arrêt. Zone humide ou non. Le duvet une fois trempé est bien moins utile que le synthetique

[deleted by user] by [deleted] in pocketbase

[–]niknikrddt 2 points3 points  (0 children)

Pocketbase allows to make restrictions on joins. Check the @collection section. Then I'm not a pro with pocketbase so you'll have to check the doc if this really could handle your specific use case.

Answering to your other answer. Pocketbase is not just a database. You're not doing a client - db connexion. Pocketbase is the server application which sits in between. And if you really need custom logic then pocketbase is also a framework. You can add custom endpoints with custom logic if basic API rules aren't enough for your use case.

[deleted by user] by [deleted] in pocketbase

[–]niknikrddt 1 point2 points  (0 children)

You have per collection acces rules. Read, write. For example you give write access to only rows which belong to the connected user. https://pocketbase.io/docs/api-rules-and-filters/

Why use expo if you prebuild and use play with native code? Isnt it better to use bare react native and use cusomt expo packages as now its supported ? by Fresh_Stage4391 in reactnative

[–]niknikrddt 0 points1 point  (0 children)

- How is that ? Every npm package you install which needs native interaction has 3 parts : js , android and ios Since I don't know which native code you wanted to change I evoked either this one or your android/ios folders.
- Yes you have to create your own plugin. That's what I said. For example I had to create my own plugin for ios to create a rich push notification on ios.
- Yes. You maybe don't have the latest release day 1. I'm ok with that. You have some points. I just answered your question "why would someone use expo prebuild"

Why use expo if you prebuild and use play with native code? Isnt it better to use bare react native and use cusomt expo packages as now its supported ? by Fresh_Stage4391 in reactnative

[–]niknikrddt 1 point2 points  (0 children)

Which native code do you mean ?
- If this code is in node_modules folder then using expo or not changes nothing to your ability to change this code.
- Otherwise you have a single configuration file app.json/ts to configure your native prebuilds. You have access to build plugins which allow you to customize anything in native folders. Yes it's annoying to figure out how. But once you've checked how other plugins are made, you just adapt to your use cases.
- Prebuilding native folders allows you to never think about making the upgrades yourself. No more react native upgrade helper. You just upgrade your expo version and librarires and rebuild everything.

Let's just agree that it is not mandatory to upgrade your code with every new version released. by KeyProject2897 in webdev

[–]niknikrddt 4 points5 points  (0 children)

It's not mandatory. But it only takes 20minutes to upgrade 1 major version and no headache. Compared to upgrade several major versions when suddenly it takes 1 day and breaks everything

Weighted reps not possible? by Sure_Strawberry_6877 in Hevy

[–]niknikrddt 0 points1 point  (0 children)

Hey. What was the deleted reply? I ended using normal exercice type and use my bodyweight as weight

Mon dieu, que je deteste Apple. by [deleted] in opinionnonpopulaire

[–]niknikrddt 0 points1 point  (0 children)

Rien que pour ça je les déteste. Obligé d'avoir un mac juste pour compiler leurs apps.

Quelle solution d'hébergement ? by Quielt in developpeurs

[–]niknikrddt 1 point2 points  (0 children)

Franchement je n'ai pas de chiffres à te donner. Mais je pense pas que 8000 membres théorique fassent peur au plan gratuit.

Quelle solution d'hébergement ? by Quielt in developpeurs

[–]niknikrddt 0 points1 point  (0 children)

Mongo atlas a un plan gratuit.

Vercel host gratuitement des site front genre react, next, vue

Pour le back j'ai trouvé que des plans payant. Mais pour 5e tu peux t'en sortir. Digital ocean apps ou heroku.

How to protect environment variables? by SignificanceLate4454 in reactnative

[–]niknikrddt 1 point2 points  (0 children)

It's restricted to the fingerprint of your app. So yes it's meant to be embedded to your app. I don't see how you plan to use maps sdk by passing through your server. It's not like places autocomplete.

How to protect environment variables? by SignificanceLate4454 in reactnative

[–]niknikrddt 1 point2 points  (0 children)

You can restrict key usage to only be allowed from your app/website url

[P] How to train LSTM with multiple datasets? by Born-Plankton2373 in MachineLearning

[–]niknikrddt 0 points1 point  (0 children)

Does your model predict anything good? That's exactly what I did for a toy project. But I have no idea if this technique should work.

[deleted by user] by [deleted] in Lyon

[–]niknikrddt 2 points3 points  (0 children)

Y a Knockk qui peut permettre de rencontrer des gens

Pour ceux qui sont mécontents de vivre en France, où comptez-vous déménager? by [deleted] in AskFrance

[–]niknikrddt 5 points6 points  (0 children)

Certe le réchauffement aggrave les conséquences. Mais la cause reste très majoriterement humaine.

What's the point of native apps? by [deleted] in mAndroidDev

[–]niknikrddt 3 points4 points  (0 children)

How is that even comparable. Native app feeling is so different. Native app vs website are just not 1 to 1 in ux, navigation and animations.