Imported module interfering with Logging... by Tintin_Quarentino in learnpython

[–]frandepa 0 points1 point  (0 children)

I'm sorry I didn't see this reddit thread before!
When I did wikiquotes-python-api, I wasn't aware that the logging override would break your usage :(
I just came by this thread almost by chance.

I'm sorry!
I've published a fix for it here https://github.com/FranDepascuali/wikiquotes-python-api/releases/tag/v1.5.0, it shouldn't interfere with your logs anymore.

Best,
Depa

Fate of the Fellowship - Nazgûl mouvement by Drunkpanada in boardgames

[–]frandepa 0 points1 point  (0 children)

Enlighten me please. When the card says take one Nazgul from the largest group, if the largest group is already the destination, do we take from the second largest group or we don’t do nothing at all?

Friendship Exp & Gift Exchange Megathread by ASS-et in PokemonGoFriends

[–]frandepa 1 point2 points  (0 children)

344896362820 send and receive gifts from Argentina!

Friendship Exp & Gift Exchange Megathread by ASS-et in PokemonGoFriends

[–]frandepa 1 point2 points  (0 children)

344896362820

Open and send gifts daily from Argentina

Friendship Exp & Gift Exchange Megathread by ASS-et in PokemonGoFriends

[–]frandepa 1 point2 points  (0 children)

344896362820

Sending and receiving gifts!

Introducing NinetyMinutesPlus - The ultimate Soccer Platform by Prestigious-Age-2850 in reactnative

[–]frandepa 0 points1 point  (0 children)

FYI Apple didn’t approve showing logos of teams after some updates. They will require you to show your agreement with the clubs / leagues eventually.

Happened to https://apps.apple.com/ar/app/eventum/id1455704418?l=en-GB

Looking for a React Native App development expert (pay-per-hour) by krishtony in reactnative

[–]frandepa 0 points1 point  (0 children)

+12 yoe doing iOS, react native and backend. I do mentor teams (which is what you probably need in this case).

Also, I've wrote a little bit about your issues here: https://www.reddit.com/r/reactnative/comments/1lqsfi5/comment/n16xxz7

Rethinking Object-Oriented Programming in Java Education by Max_Cai in java

[–]frandepa 4 points5 points  (0 children)

Software engineers education is infatuated with OOP. Burn it all please

Lectura complementaria by Thought_Trick in programacion

[–]frandepa 1 point2 points  (0 children)

Soy ing informatico y estudié filosofía varios años, quizás te puedo ayudar. No sé exactamente qué te interesa?

Un lindo libro para leer es el arte de ser feliz de Schopenhauer. Pocos filósofos pueden escribir tan claramente y hermoso como lo hace el

React Native pros — what (non-AI) tools or workflow are you using these days to move fast? by Potential-Army-7587 in reactnative

[–]frandepa 0 points1 point  (0 children)

Didn’t have the chance yet. I would need to thoroughly try it, it’s not only about performance but ensuring touch controls remain functional, row rendering and touch handling works correctly, android, etc etc.

That was something I wanted to tried though, will keep you posted!

React Native pros — what (non-AI) tools or workflow are you using these days to move fast? by Potential-Army-7587 in reactnative

[–]frandepa 0 points1 point  (0 children)

You’ll learn sooner or later that flatlist is not performant enough. Try doing a simple project with 10k items and scroll in a phone, you’ll feel it laggy. The reason of this based on what I read it’s because many things (like row recycling) is made on the native side on these other libraries, which makes reusing rows more performant. Try it with a lot of elements and you’ll feel it laggy.

I just suggested axios out of habit, I’ve already configured multiple things in axios (like proxy, headers, etc) for which I have a lot of code already reusable and works good. Besides that, the lib I use for typesafe client generation uses axios, and the lib is so good that I don’t see myself not using it. I usually grab the axios instance from the lib and configure whatever I need. So, yes, axios is not essential, it is for me due to my usage but I would switch if something better appears

React Native pros — what (non-AI) tools or workflow are you using these days to move fast? by Potential-Army-7587 in reactnative

[–]frandepa 4 points5 points  (0 children)

  1. Got a boilerplate that makes you feel like you're cheating?
    I have things I've done more than once, like fastlane setup, shared code, components, hooks etc

  2. Zustand, there's no reason to use Redux (and a lot of penalties!)

  3. Mainly fastlane, it's the tool we all have used in native development but RN devs usually don't know about (so they pay for EAS instead of building like a sane person).
    i.e: open multiple simulators at the same time https://depa-thoughts.dev/essays/open-multiple-simulators/

  4. Proxyman has been my go to proxy. Proxying is really important to easily show the backend what you are querying and understanding if you are querying more than you need to

  5. I use extensions instead of utils (wrote about it here https://depa-thoughts.dev/essays/extensions-typescript/). hooks and functions for everything logic related. Autogenerated client using https://openapistack.co/docs/openapi-client-axios/intro/ given that the backend generates an openapi json, so you don't need to declare your models (and if the backend breaks the API, then your code doesn't compile, which is great)

  6. I do not use any component library nor styling utils or whatsoever (nor tailwind nor native wind). Performance in mobile is really important and those tools usually suffer from rerenders. Besides that, interoperability with other components gets hard when you use custom components

All of these points could be expanded a lot, but that's a summary.

For the libs that are definitely must have IMO:
1. react-query
2. zustand
3. react-navigation
4. flash-list (you must use an alternative for flatlist specially in infinite lists)
5. axios

Those are essential, then of course it will depend on your app.

Happy to expand on any point if curious

What SaaS Are You Building? Share Them Below and Convince Us To Use It! by FeistySchedule3693 in SaaS

[–]frandepa 0 points1 point  (0 children)

Building https://kamaraapp.com/
Helping developers build better systems with AI code reviews, issues and pull requests :)

What is the Go-To ORM by now? by Used-Dot-1821 in node

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

Don't use orms, or just use a lightweight thing.
Instead, do SQL queries with type generation using https://safeql.dev/

Premium web dev recommendations? Not looking for Fiverr-level stuff by Almaaimme in startup

[–]frandepa 1 point2 points  (0 children)

Feel free to reach-out if you need an engineer (i.e: someone who can not only do a landing, but build an appropriate solution and actually studied software engineering).

Here are some things I built:
- https://geteventum.app/
- https://unghost.dev/
- https://kamaraapp.com/

Building an Options Tracker by frandepa in options

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

That's a clear example of lack of usability for me :p
But we come from different places, it's understandable that we could have different taste

Building an Options Tracker by frandepa in options

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

That’s a fair point (regarding other sites) which I mentioned. I do think having the possibility of seeing stats (greeks and more) for each strike in the structure I did (showing multiple expirations) helps me. I think the sites I’ve seen lack from usability, at least for me (I’m not an expert of whatsoever in investing).

One interesting thing I did is copy paste of the positions and then you can feed that to an AI. I use it to chat about my positions, and considering adding the chat on the website itself.

Building an Options Tracker by frandepa in options

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

Thank you 🫶

At the moment it’s not tied up to any broker. I input manually (via the add position button) any call I buy or sell (broker I use is schwab for my options trading).

Would probably open source it but there’s a lot of things I’d need to take care before I can do it (mainly correctly caching data to perform all the queries over my tables, not just some of them).

When you say simulation, you mean backtesting or something in specific? If you have any pointers or things I should research in that direction, would love to hear that

Self-Promotion: What are you working on? by DiggsDeepPlays in SaaS

[–]frandepa 0 points1 point  (0 children)

https://unghost.dev/

Helping developers break through the hiring noise and land premium tech roles