mapto

joined 10 months ago
[–] mapto@lemmy.world 1 points 1 week ago

I didn't realise. Was not paywalled for me on the phone.

[–] mapto@lemmy.world 0 points 1 month ago (1 children)

Just trying not so confuse realistic testing with self-deception :) Not convinced testing with synthetic data can pretend to be similar to a production environment.

[–] mapto@lemmy.world 0 points 1 month ago (3 children)

It is not realistic to replicate a production setup in development when you're working with sensitive user data. I've worked in different contexts (law enforcement, healthcare, financial services) where we've had complicated setups (in one instance including a thing called pre-staging environment), but never would a sizeable team of developers have access to user data, and thus to a realistic setup in terms of size, let alone of quality of data.

[–] mapto@lemmy.world 3 points 2 months ago

I'm sorry, but doesn't sound very convincing. The strongest (reiterated) argument is "venv is standard", but so is docker.

[–] mapto@lemmy.world 1 points 3 months ago

Thanks. I didn't know this and it is very useful information.

[–] mapto@lemmy.world 1 points 3 months ago (1 children)

Even if so, your unreasonably pessimistic assumption is that this would be an exclusive source of revenue. Once content is created, cross-posting is free.

[–] mapto@lemmy.world 1 points 3 months ago (3 children)

Thanks for doing the maths. Actually, it does show that there's a small, but unexploited market here. $2-3K a month is a very good income for the most of the world. And this doesn't have to be the only revenue stream.

[–] mapto@lemmy.world 1 points 3 months ago (2 children)

Could you elaborate, please. I'm genuinely interested

[–] mapto@lemmy.world 1 points 4 months ago

Looks exciting, and the basic example in the user guide seems more intuitive than pandas. Looking forward to see how it's going to integrate with bokeh and plotnine, though.

[–] mapto@lemmy.world 2 points 4 months ago

Upfront analysis and design is very close to independent from the technology, particularly at the I/O level

[–] mapto@lemmy.world 4 points 4 months ago (3 children)

Q: what do we do? A: profile and decompose. Should not be that distant as a thought

[–] mapto@lemmy.world 2 points 5 months ago

Definitely my preference. However, for someone just starting (and not used to pressing TAB or calling help() ), an empty prompt might be intimidating.

That's why I typically suggest interactive tutorials, e.g. any of these two: https://www.learnpython.org/en/Hello%2C_World%21 https://futurecoder.io/course/#IntroducingTheShell

8
submitted 9 months ago* (last edited 9 months ago) by mapto@lemmy.world to c/python@programming.dev
 

I deploy a FastAPI service with docker (see my docker-compose.yml and app).

My service directory gets filled with files index.html, index.html.1, index.html.2,... that all contain

They seem to be generated any time the docker healthcheck pings the service.

How can I get rid of these?

PS: I had to put a screenshot, because Lemmy stripped my HTML in the code quote.

view more: next ›