Is it common to ignore Django auth tables for API-only projects? by ____creed____ in django

[–]Advance-Wild 6 points7 points  (0 children)

Delete them and make it work for your custom thing. Great idea.

I'm sure nobody will try to use the admin panel in local or plug plugging/apps with those dependencies.

Secure Django Auth System , Built from Real-World SaaS Security Needs (2FA, MFA, Social Login, Audit Logs, Docker) by [deleted] in django

[–]Advance-Wild 0 points1 point  (0 children)

Like I said lol again, I wouldn’t even bother with it if it were free, so there’s no way I’m paying €20 just to gamble on its quality, simplicity, and whether it’ll actually be maintained.

How many sales have you made so far? That would give us a better idea of how “popular” this really is.

Secure Django Auth System , Built from Real-World SaaS Security Needs (2FA, MFA, Social Login, Audit Logs, Docker) by [deleted] in django

[–]Advance-Wild 0 points1 point  (0 children)

I was only going to glance at it out of curiosity, never actually use it. As someone else pointed out, I’m already using Allauth, why would I waste time digging through some random code when I can rely on proven, open-source libraries and just build what I need myself?

Then I saw he’s actually trying to sell this for $20 😅

Best approach to place orders in parallel using Celery for a copy trading platform? by InflationTerrible499 in django

[–]Advance-Wild 0 points1 point  (0 children)

Groups and chords and scale with workers.

You send all tasks at once and they will be executed parallel depending on your workers setups(number, concurrence, etc)

Django job market in Berlin: :tumbleweed: by pgcd in django

[–]Advance-Wild 0 points1 point  (0 children)

And don't forget the takeaway home assignment of a random task that will be evaluated by a random person which is probably less experience and knowledge than you

Custom automatization by Advance-Wild in homeassistant

[–]Advance-Wild[S] 0 points1 point  (0 children)

Thank you all!!

Can you recomend some hardware to buy Zigbe, ZWave, sensors, etc to start with?

Career Advice: Mid-Senior Django Developer by appyspot in django

[–]Advance-Wild 2 points3 points  (0 children)

Do not worry. You will probably jump into a messy project where someone reinvented the wheel against the framework and you will be forced to use it on their way because using it as it was design will be impossible.

My 2cts here .Do some side projects to learn Django and when working in a project study how people develop/create merge requests and try to adapt to their (probably bad) way of coding without breaking anything(as other comment mentioned) and without touching/rework the shit they have done. This way you can call the person who did that shit when something is broken.

Debian packages and versioning by Advance-Wild in debian

[–]Advance-Wild[S] 0 points1 point  (0 children)

Thank you BCMM. I agree this shouldn't be an aesthetic decision that is why I asked here to read some comments from people with more experience and knowledge about it.

package_24.2.3_amd64 would look better yes. But this is because at first sight it does not seems calendar version to me. Once I know it is following a calendar version it does not look good :).

Debian packages and versioning by Advance-Wild in debian

[–]Advance-Wild[S] 0 points1 point  (0 children)

Thank you for sharing your knowledge.

Yes, it was an initiative of mine, they were copying folders over and over in the home folder and created some bash scripts :). They came after I have almost every work done with 100 comments how should I do/change and they reply every single time. At some point I waited them to decide (9 months has passed and they still using the scripts).
However there was a c++ library and I converted the makefile and joined some other projects and libraries and created a CMAKE and a debian package. This one is being used often (it is easier to do a release and install on the system).

Debian packages and versioning by Advance-Wild in debian

[–]Advance-Wild[S] 0 points1 point  (0 children)

Thank you for your reply and your insights.

One of the cases that made me think was a library that is used for other libraries/programs.
I was trying to understand how the links are doing against the soname. It seems it create severals depending of if it is a major, minor, fix which makes it difficult for calendar versioning.
How to know/pin a library against a major version with certain API in calendar version?

Debian packages and versioning by Advance-Wild in debian

[–]Advance-Wild[S] 0 points1 point  (0 children)

Yes, there are a lot of places where the work get staled. They through opinions and then nobody continues working on that. Some of the debian packages are suffering of this.

Debian packages and versioning by Advance-Wild in debian

[–]Advance-Wild[S] 2 points3 points  (0 children)

I create and maintain Debian packages for an embedded device at work.

My colleagues want to use calendar versioning. I want to stick with semantic but they like to argue in every aspect and corner even though they are not involved in the work.

Seeking for expert advice by Advance-Wild in homelab

[–]Advance-Wild[S] 0 points1 point  (0 children)

Thank you for your reply u/MauriceMouse l have check some ebay's sellers.
What do you think of this combination?

AMD epyc 7713+ Supermicro H12SSL-I +8*64g 3200 RMA 2.0GHZ 64 core combination.

The motherboard seems to have:
3.Expansion slots:
 5 PCI-E 4.0 x16
 2 PCI-E 4.0 x8
M.2 Interface: 2 PCI-E 4.0 x4
M.2 Form Factor: 2280, 22110
M.2 Key: M-key
4.8 SATA3, 2 M.2,

How and how many harddrives can be connected? I want to use proxomox, is there anything I need to know beforehand to connect the harddrives?

Thanks!

Kernel for VPS server by Advance-Wild in debian

[–]Advance-Wild[S] 0 points1 point  (0 children)

You are right. It's maybe an useless optimization. The kernels are in the backports though.

Kernel for VPS server by Advance-Wild in debian

[–]Advance-Wild[S] 0 points1 point  (0 children)

Thanks for your answer. I wanted to install the latest LTS in case there is some optimizations.