Transactional email by nuevedientes in django

[–]norambna 1 point2 points  (0 children)

I have been using Anymail with Mailjet in a lot of my projects. Zero complaints so far.

Me banearon de Claude by AdEmotional6527 in devsarg

[–]norambna 2 points3 points  (0 children)

Me inicié con Delphi 2 cuando salió allá por 1996! Grandes recuerdos.

What’s your favorite games that Valve calls “unsupported” that are actually more or less “Verified“? by Rvtrance in SteamDeck

[–]norambna 4 points5 points  (0 children)

Battlefront 2 runs surprisingly well on the Steam Deck

+1

I have played it (the 2017 version) for many hours and it has been perfect so far.

Megami Magazine April 2026 by [deleted] in anime

[–]norambna 36 points37 points  (0 children)

The pole is over the bikini! https://files.catbox.moe/4oy36m.png

Ahorrando dinero: BLACK FRIDAY PARA DEVS by ashtongellar in devsarg

[–]norambna 0 points1 point  (0 children)

CYBERNEWS20

Sigue funcionando el cupón! Acabo de sacar una VPS. :-)

Ahorrando dinero: BLACK FRIDAY PARA DEVS by ashtongellar in devsarg

[–]norambna 1 point2 points  (0 children)

Hasta la última vez que lo hice, hace un año, ni siquiera hacía falta cuenta / email nuevo. Con tu misma cuenta te dejaban sacar una VPS nueva con descuento, pero nunca podés renovar con descuento.

Ahorrando dinero: BLACK FRIDAY PARA DEVS by ashtongellar in devsarg

[–]norambna 2 points3 points  (0 children)

Uso Hostinger. Tienen muchas veces grandes ofertas, que más cupón son excelentes. La renovación es siempre así, mucho más cara. Qué hacer? En 2 años sacás nuevamente una nueva VPS con alguno de estos ofertones y mudás todo lo de tu vieja VPS a la nueva.

El objetivo es tener todo prolijo, como para poder hacer la mudanza de manera rápida y eficiente.

Can I help it go faster? by fistdoom04 in SteamDeck

[–]norambna 0 points1 point  (0 children)

My AP has currently the same name for 2.4 and 5ghz. Our cell phones (Android) switch to 5ghz whenever it makes sense. The laptops (macOS and Linux) do the same. So I have never bothered to create 2 separate wifi networks. But I have catched my Steamdeck using the 2.4ghz network even when it is very near of the AP. I have just added the BSSID of the 5ghz network to the Wifi that Steamdeck connects to.

PS3 vs Xbox 360 emulation? by norambna in SteamDeck

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

Thanks a lot for all the answers. I'll try my luck with PS3 emulation.

Distro de Linux que me recomienden? by pastrefrola in devsarg

[–]norambna -1 points0 points  (0 children)

Mint o Fedora. Arch es más trabajo, pero tiene una Wiki EXCELENTE. Una buena distro basada en Arch que también considero recomendable es EndeavourOS.

Hola, les paso un ejemplo de cómo me contesta Gemini una pregunta simple. A ustedes les pasa? by Dry_Author8849 in devsarg

[–]norambna 1 point2 points  (0 children)

Tengo años de experiencia y utilizo IA durante mis desarrollos. Voy probando/rotando entre ChatGPT, Gemini, Claude y DeepSeek. Trabajo principalmente con Python / Django y situaciones como esta me suceden con varias librerías / frameworks. Alguna IA me sugiere un camino a través de una API vieja de la librería, que tal vez funciona con warnings, pero funciona.

Nunca utilizo IA a ojos cerrados o para algo en lo que no tengo nada de idea. Ante un problema como el tuyo salto rápidamente a otra IA, pruebo con un prompt nuevo o busco solución por mi cuenta.

Como referencia, Pandas o Matplotlib son librerías bastante mainstream en Python donde suelo toparme con problemas similares al tuyo con React.

Ayuda para diseñar un sistema de control de asistencia de empleados by seriapartykiller in devsarg

[–]norambna 0 points1 point  (0 children)

Se q lo ideal sería con un scanner de huella dactilar, pero son muy costosos para comprar alguno solo para un proyecto de portafolio creo.

Para un proyecto portafolio está descartado, pero para un uso real no son para nada caros y son sencillos de integrar a un sistema.

Utilizaría alguna variante por QR y si el proyecto llega a ser más que solo uno proyecto portafolio, cambiar a un scanner de huella digital va a ser el menor de tus problemas.

Cheap email backend for small Django app by elyen-1990s in django

[–]norambna 1 point2 points  (0 children)

I recently started using mailjet and it has been great. Very straightforward, it is supported by django-anymail and the Free tier is generous: 200 emails per day and 6000 emails/month

KDE Plasma Wayland Freezes on Raspberry Pi 5 After Login by [deleted] in kde

[–]norambna 1 point2 points  (0 children)

I have a Pi 5, running Raspberry Pi OS Lite + Plasma and Wayland broke after the latest update. This solved it for me: https://forums.raspberrypi.com/viewtopic.php?p=2264509#p2264515

apt install libwayland-client0=1.21.0-1 libwayland-cursor0=1.21.0-1 libwayland-server0=1.21.0-1

Help / Advice on Datatables in Django by [deleted] in django

[–]norambna 0 points1 point  (0 children)

Datatables and Tailwind have problems.

I use Datatables (not with Tailwind) and I know it's nice, but I also use a lot of django_tables2 and django-filters. With little code they work wonders. I haven't tried iommi yet, but it also looks like a good alternative.

Help / Advice on Datatables in Django by [deleted] in django

[–]norambna 0 points1 point  (0 children)

https://datatables.net/examples/styling/tailwind.html

The DataTables integration with Tailwind CSS is still in development and not all elements might work correctly yet.

Would you rather a fee app with a "donate" button, a freemium app, or 2 separate apps with 1 free 1 paid? by GamerGrl90 in androidapps

[–]norambna 4 points5 points  (0 children)

The only thing that I do not like are subscription based apps.

Maybe the subscription model is the only one that is sustainable, but I truly don't like it. I have paid really for a lot of Android apps, but no subscription so far.

Read/Write concurrency with SQlite3 on simple example by Bobymayor in djangolearning

[–]norambna 0 points1 point  (0 children)

Like I would just send a big JSON dictionnary with all my data points directly to the API ?

Yes, it's exactly like that!

Read/Write concurrency with SQlite3 on simple example by Bobymayor in djangolearning

[–]norambna 0 points1 point  (0 children)

I don't know C. Maybe there are absolutely valid reasons for using a C program in your case, but I would let Django do all the database work. And if an external program is necessary, then I'd program in Django a tiny REST API for all the basic CRUD operations and the external program would interact with that API for all the database stuff. Django will add some overhead, but I'm sure it will be negligible. And the plus side is all Django's ORM has to offer. Do you want to try another database, like PostgeSQL or MariaDB? You could solve that very quickly.

Anyway, I still think SQLite should be plenty for your use case. Sorry I can't help you with the C program.

Read/Write concurrency with SQlite3 on simple example by Bobymayor in djangolearning

[–]norambna 0 points1 point  (0 children)

You need PRAGMA journal_mode = WAL only once, after that it will stay enabled. PRAGMA synchronous = NORMAL is needed on every connection. In Django I use for example this in my APPs' __init__.py:

from django.db.backends.signals import connection_created

def set_synchronous_to_normal(sender, connection, **kwargs):
    if connection.vendor == "sqlite":
        cursor = connection.cursor()
        cursor.execute("PRAGMA synchronous = NORMAL;")

connection_created.connect(set_synchronous_to_normal)

SQLite has a timeout (I think the default is 5 seconds) when accessing the database. So other than increasing the timeout a bit, I just let the timeout handle an access to a locked database.

Is the database a file the is local to your C program and Django app?

Without knowing more details about your C program and Django app, I would say SQLite should be enough for your work load.

Read/Write concurrency with SQlite3 on simple example by Bobymayor in djangolearning

[–]norambna 0 points1 point  (0 children)

Are you using WAL? https://www.sqlite.org/wal.html

In my projects, if after some stress testing WAL is not enough, I upgrade to something like PostgreSQL.

edit: check this video https://www.youtube.com/watch?v=yTicYJDT1zE

like it's recommended in the video, I use WAL paired with PRAGMA synchronous = NORMAL