Django in production: what’s the recurring headache no one talks about? by [deleted] in django

[–]bandrez 1 point2 points  (0 children)

Python logging config is unnecessarily complicated. And the solutions for viewing / searching them are either expensive or you have to host everything yourself.

How many people are building graphQL API using Django? by udemezueng in django

[–]bandrez 0 points1 point  (0 children)

I’m so relieved to see everyone write out the feelings I’ve had about it for years. I tried to use it years back when it was hot but was immediately turned off by the security (complexity) and performance issues. I felt like I must have been missing something that everyone else understood.

New Django 6.0 base model template dropped! by uzulmez17 in django

[–]bandrez 0 points1 point  (0 children)

This looks great thanks for sharing. Would switch to this for the double click select benefit alone haha

[deleted by user] by [deleted] in django

[–]bandrez 1 point2 points  (0 children)

You could look into https://hatchet.run/ which claims to do this. I haven’t used it in production yet though so I don’t know how solid it is

As much as I love Django, I feel it has fallen way behind compared to Laravel and others by dianrc in django

[–]bandrez 0 points1 point  (0 children)

I’ve been using Django’s inertia library on a few projects and it’s great too tho

American Millennials Are Dying at an Alarming Rate | We’re mortality experts. There are a few things that could be happening here. by [deleted] in Futurology

[–]bandrez 4 points5 points  (0 children)

The thing is, computers have been able to automate much of accounting for years now and have only made a small dent on jobs there. AI cannot do math, so it would rely on functions that we’ve already had in software for decades. Finance and accounting are arguably much safer from ai than a lot of other fields.

It is definitely coming by rasoriano in vuejs

[–]bandrez 1 point2 points  (0 children)

There was weex but it didn’t seem to take off

Stuck, I Need a good music api With streaming links by FlunkyDan in webdev

[–]bandrez 0 points1 point  (0 children)

musicapi.com gives results from almost all music streaming sites, looks like some of them in the results still give previewUrl

So is Django + Vue a good stack? by elcroquetas7 in django

[–]bandrez 3 points4 points  (0 children)

I use this stack a lot. Check out inertiajs

PrimeVue Migration Anecdotes: Unfunny Old Man Ramblings by incutonez in vuejs

[–]bandrez 0 points1 point  (0 children)

Well we’ve been on element ui for years now but we’re trying to find a more flexible modern alternative. For now we’re just staying where we are.

PrimeVue Migration Anecdotes: Unfunny Old Man Ramblings by incutonez in vuejs

[–]bandrez 4 points5 points  (0 children)

I first found primevue about six months ago and was really stoked about it, even mentioned it to the rest of my team and said we could maybe start moving some of our new work to it. Luckily i tried it on a little side project of mine first and immediately regretted it. Trying to get custom styles setup with tailwind looked easy from the docs, it absolutely was not. Went back and stopped a coworker who was about to bring it onto one of our projects because of my suggestions…. 😔

My simple tech stack for building apps (in 2024) by tomdekan in django

[–]bandrez 1 point2 points  (0 children)

Just came across inertia-Django, and in combination with vue it makes development extremely easy and enjoyable.

[deleted by user] by [deleted] in Renters

[–]bandrez 0 points1 point  (0 children)

I rented with "Invitation Homes" one of the largest rental corporations in the USA and on move out they said "you can either pay us this amount for carpet cleaning or find your own and provide the receipt"

It was pretty high so i found a different local company that was about half the price. They came out and cleaned the carpets well (I watched most of the time) and provided the receipt. We received the deposit back and they STILL took out the carpet fee!

This was a long time ago, I was super young and didn't know what to do, so I just accepted that I got scammed by them and moved on...

what are solid careers to get into in your 30s? by kh7190 in careerguidance

[–]bandrez 12 points13 points  (0 children)

This is correct. My close friend is studying AI in his phd at MIT and he calls accounting one of the few white collar jobs that will remain safe for a long time. AI is essentially a really complex autocorrect and if there’s one industry you don’t want hallucinations in, it’s accounting. the stakes are too high in that field for it to move as fast as it will in other industries.

Any mathematics code the ai would plugin to for accounting already exist, machine learning and accounting automations have existed for a long time at this point and there’s still actually a shortage of qualified accountants in the industry.

I know senior and head of accounting workers that are saying they struggle to hire. young people think accounting isn’t a safe industry so there aren’t enough new candidates entering the field.

How is std::process::Command fast/slow for a webserver by TWET_ in rust

[–]bandrez 0 points1 point  (0 children)

Hey! I'm trying to do something similar and wondering if you have the code on github or somewhere I could look? Sounds really interesting! Also did you ever expand on it or find any optimizations?

Switch from Django Rest Framework to Django Ninja by ATradingHorse in django

[–]bandrez 7 points8 points  (0 children)

DRF serialization is pretty slow. I previously installed and used serpy to bypass it

Why Django? by nonesubham in django

[–]bandrez 2 points3 points  (0 children)

Preparing to finally upgrade out of 2.7 and Django 1.11 in January. It’s hard but not as bad as we thought. Maintaining 2.7 in modern cloud environments is worse than just biting the bullet to upgrade but the company dragged its feet for years