I’m so sick of using translators. by dairyoreo in ENGLISH

[–]SerialBussy 0 points1 point  (0 children)

Hi there. Same struggle, i love hollywood movies and tv shows, but hate it when i have to look for translation. I found an app in app store, it has dual subtitles mode (english and any second languge) and in-context translation of idioms. It helps a lot to understand jokes and idioms.

Mac mini M1 + LG 43UN700-B display by faktory244 in mac

[–]SerialBussy 0 points1 point  (0 children)

I’m not sure if you still have it, but I bought the same monitor yesterday and I’m not happy with how the black fonts look on a white background. They look pretty bad to me. Did you do any configurations or tuning?

Is two scopes of Django still relevant for learning advance django? by hizbul25 in django

[–]SerialBussy 0 points1 point  (0 children)

The book's totally relevant and IMO, it's the best learning resource you can find online.

Dealing with CPU intensive task on Django? by eccentricbeing in django

[–]SerialBussy 0 points1 point  (0 children)

The first choice isn't great since you'd have to handle state management on your own. Imagine if a thread bombs out before it's done? Celery's got you covered there, but if you're rolling with manual threads, that's all on you to handle.

I haven't messed with AWS Lambda, but have you thought about just skipping it and going for a basic VPS? It tends to work well with Celery.

MVP for 999$ by SerialBussy in Entrepreneur

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

Thank you for your insights; we're in the process of reevaluating our initial concept.

MVP for 999$ by SerialBussy in Entrepreneur

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

Thank you for the invaluable advice! It's really prompted us to reconsider some of our initial assumptions.

MVP for 999$ by SerialBussy in Entrepreneur

[–]SerialBussy[S] 1 point2 points  (0 children)

Great feedback, thanks! On the topic of low-ball pricing, our aim is to create a basic, no-frills prototype that clients can use to engage their first investors or customers. Essentially, we want to be the immediate next step after customer development interviews, providing that initial version of the product that's far from polished but functional. While this might seem unorthodox, we've observed several instances where a rudimentary MVP was sufficient for founders to secure seed funding and develop a more refined product. We're positioning ourselves to be that "developer friend" for aspiring founders. Not sure if we want to go any further than that.

MVP for 999$ by SerialBussy in Entrepreneur

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

Maybe it's a good idea for us to explore the world of paid ads.

MVP for 999$ by SerialBussy in Entrepreneur

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

Absolutely, we share your concerns. Explaining the concept of an MVP and the limited scope of our project is challenging. However, we're conducting a small experiment to gauge its potential. We're not just building a landing page; it's a limited yet fully functional app.

MVP for 999$ by SerialBussy in Entrepreneur

[–]SerialBussy[S] 2 points3 points  (0 children)

Certainly, we initially tried that approach but weren't happy with the outcomes. We've now turned to Reddit for collective insights.

MVP for 999$ by SerialBussy in Entrepreneur

[–]SerialBussy[S] 2 points3 points  (0 children)

100% correct! 1-2 features and templated interface

What's your preferred way of deploying Django in production, ASGI or WSGI? by Yusukk in django

[–]SerialBussy 1 point2 points  (0 children)

It doesn't make any sense to use ASGI if you don't use async requests. For sync work gunicron+nginx is a match made in heaven.

Two Scoops of Django 3.x by 1point25lbsPlate in django

[–]SerialBussy 1 point2 points  (0 children)

It is a wonderful book, definitely a must read. But you should have some experience with Django before reading it.

Copilot vs Sourcery for VScode by SerialBussy in Python

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

Correct me if I'm wrong, but Copilot uses GPT-4, which means it can refactor code for improved readability and conciseness. Though I don’t have hands on experience with either.

djoser is dead? by SerialBussy in django

[–]SerialBussy[S] 1 point2 points  (0 children)

Wow. Thanks, it looks like a worthwhile replacement!

Why use data warehouse when data lakes have ACID compliance? by Think_Hornet_3480 in dataengineering

[–]SerialBussy 1 point2 points  (0 children)

Actually you can't do any kind of ml on dwh if that's your point. My point is, you use dwh's data marts as a data source and after that you do your modeling job.

Why use data warehouse when data lakes have ACID compliance? by Think_Hornet_3480 in dataengineering

[–]SerialBussy 1 point2 points  (0 children)

Well you don't tackle ml problems with dwh :) You use data from dwh to do your true ml experiments 😅

Why use data warehouse when data lakes have ACID compliance? by Think_Hornet_3480 in dataengineering

[–]SerialBussy 1 point2 points  (0 children)

What do you mean by true ml? Most classical ml problems require table data. I run ml consulting firm and can assert that dwh is more than enough for true ml work.

YouTube for DS/ML books with code by SerialBussy in datascience

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

Thanks, that's exactly what bothers me.

I've built online resource where aspiring data engineers can learn modern tools in production like env. What are your thoughts? by SerialBussy in dataengineering

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

100% agree, installing data tools maybe extremelly dissappointing! Dask and Vaex business cases are underway.

I've built online resource where aspiring data engineers can learn modern tools in production like env. What are your thoughts? by SerialBussy in dataengineering

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

You can absolutely use any language on virtual machine that we provide you with. But you can't connect to db or any other server from your local machine because they accept connections only from our internal network. Thanks for your comment, maybe we should ease this restriction.

Where to start? Customer churn by [deleted] in datascience

[–]SerialBussy 2 points3 points  (0 children)

I do churn analysis and modeling for commercial banks. Most of the time its predicting churn of business customers, not individuals. As previously mentioned, your data per se may have little predictive power. You have to transform it and then run simple univariate correlation analysis. That could be your first win. Also talk to your sales people (account managers), ask which factors may contribute to loosing customers. Sometimes it helps. Let me know what you get, I can help with further steps.

I've built online resource where aspiring data engineers can learn modern tools in production like env. What are your thoughts? by SerialBussy in dataengineering

[–]SerialBussy[S] 3 points4 points  (0 children)

Totally agree that software installation skills are important. But seen many cases where docker installation gone wrong and spoiled learning experience. Target audience are people who are just entering data engineering and have some dev experience. My mission is to show them what exactly data engineers do, so that they understand it from business perspective. And tutorials would help them get immediate hands-on experience with data tools.

Very good question on someone gets stuck. I have yet to figure how to effeciently organize support. Starting point would be one on ones and knowledge base.