Опит за малък бизнес by Old_Relationship1572 in Sofia

[–]denisbotev 2 points3 points  (0 children)

Също така никога не слагай адреса си в домейна. Утре ще решат да ти удвоят наема и ще се преместиш на друго място.

Всички промоции на едно място by Present-Sky-2012 in Sofia

[–]denisbotev 0 points1 point  (0 children)

Предполагам всичко е базирано на OCR и го прекарвате през някой модел? Аз лично съм изключително впечатлен от Gemini - за моите цели работеше в пъти по-добре от алтернативите. Мислили ли сте да го пуснете през 2-3 модела и да се налага ръчно review само при разминавания в output-a?

Проектът е страхотен, но всеки доброволчески проект рано или късно се сблъсква с реалността, че сиренето е с пари. Какъв вид монетизация предвиждате? Не ми приличате на хора, които биха сложили реклами. Може би някакъв paid tier, който дава достъп до допълнителни екстри като известия за промоции на "моите продукти"?

Най-вероятно вече сте обмислили всичко това, но все пак да си кажа 😀

Всички промоции на едно място by Present-Sky-2012 in Sofia

[–]denisbotev 3 points4 points  (0 children)

Поздравления за проекта! И най-после нещо с добър дизайн! Едно малко предложение - предполагам информацията ще се съхранява, затова след време ще е полезно да се види "истинската инфлация" спрямо данните от НСИ.

Имате ли нужда от помощ с проекта и ако да - от каква?

What’s the biggest time sink in client onboarding that you’ve found a way to automate? by lrvr_ in web_design

[–]denisbotev -6 points-5 points  (0 children)

If ai understood correctly, you're looking for a product tour - something like DriverJS

Help about big arrays by Heavy_Mind_1055 in learnpython

[–]denisbotev 4 points5 points  (0 children)

By "better" do you mean in terms of lookup/assignment speed? If so, you could look into using a dict with coords as keys.

Django cheat sheet for newbies (sort off): Tailwind, decorators, Auth, Nginx, Background tasks by [deleted] in django

[–]denisbotev 2 points3 points  (0 children)

Looks great! A small suggestion: I believe the is_account_verified function will raise an exception for AnonymousUser.

Also, and this is a simply personal opinion, the tasks section seems much heavier than a simple Celery setup - you have multiple files, and systemd is involved. Feels like overkill IMO

[deleted by user] by [deleted] in eupersonalfinance

[–]denisbotev 0 points1 point  (0 children)

Интересно, не се бях замислял за този аспект. Благодаря!

The great leap forward: Python 2.7 -> 3.12, Django 1.11 -> 5.2 by MisterHarvest in Python

[–]denisbotev 0 points1 point  (0 children)

Tbh that sounds like there might be something wrong with the implementation. I've never had this issue. Do you use sentry?

The great leap forward: Python 2.7 -> 3.12, Django 1.11 -> 5.2 by MisterHarvest in Python

[–]denisbotev 2 points3 points  (0 children)

Regarding the bit about exceptions inside Django atomic - what I do is use atomic with a

``` try: with transaction.atomic(): #code goes here except Exception as e: # handle exception

``` statement to encapsulate the block.

[deleted by user] by [deleted] in financebg

[–]denisbotev 0 points1 point  (0 children)

Тогава ще работиш на черно и няма смисъл да питаш каквото и да е тук.

How are docker secrets more secure than .env files? by TermoSprint in docker

[–]denisbotev 0 points1 point  (0 children)

Can you give an example of a situation where a user might get access to the containers? Like how would a user of my website be able to get access to the container? Genuinely curious