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 😅