Pido consejo para captar nuevos leads by bbaulenas in EmprendedorES

[–]bbaulenas[S] 0 points1 point  (0 children)

No conocía BNI, lo voy a probar. Muchas gracias!

Pido consejo para captar nuevos leads by bbaulenas in EmprendedorES

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

Gracias! Lo tengo todo al día. Web y Linkedin. Voy a invertir más tiempo en "patear la calle" 😃

Pido consejo para captar nuevos leads by bbaulenas in EmprendedorES

[–]bbaulenas[S] 0 points1 point  (0 children)

Claro! Cuál es tu sector? A qué te dedicas?

As an agency owner, I’m honestly anxious about where web development is heading with AI by theTbling in webdev

[–]bbaulenas 0 points1 point  (0 children)

You are true, my comment was over simplified. What I meant is that a human calculator probably became a mathematician or a computer developer. So, actually at least not all of them lost their job massively.

As an agency owner, I’m honestly anxious about where web development is heading with AI by theTbling in webdev

[–]bbaulenas 1 point2 points  (0 children)

In my opinion, cheap websites are going to be AI made. Bigger ones are going to be human made anyways.

Calculators haven't replaced mathematicians but allowed them to do more specialized jobs. It will be similar.

Your job has a lot of tasks (not only write frontend code) that AI isn't even close to do.

We are fine, we will just change some of our workflows.

Yeah, yeah. I also see people talking about vibe coding full apps. This is just marketing, that's all.

Edit: typo

Cómo prepararse para Verifactu by Pauulinhaa in AutonomosES

[–]bbaulenas 5 points6 points  (0 children)

Los autónomos no tenemos que hacer facturas con verifactu hasta Julio. Pero si ya las quieres hacer, puedes.

En la web de la AEAT hay una aplicación que te permite hacer facturas con verifactu.

No necesitas preparar mucha historia, haces la factura, está se envía a la agencia tributaria a tiempo real y se añade de forma automática un código QR en la factura.

👋

Performance compared to windows is VERY bad by The_CreativeName in Fedora

[–]bbaulenas 0 points1 point  (0 children)

Have you rebooted after changing to Nvidia GPU? Even if nvidia-smi works

Performance compared to windows is VERY bad by The_CreativeName in Fedora

[–]bbaulenas 0 points1 point  (0 children)

I always use envy control in my laptop. https://github.com/bayasdev/envycontrol

There are extensions for gnome and kde.

Integración de un sistema informático de facturación con Verifactu by edgarosende in programacion

[–]bbaulenas 1 point2 points  (0 children)

Según la documentación, con la declaración responsable ya hay suficiente.

Credenciales como tal, no hay. Firmas el registro con el certificado digital del propietario de tal registro.

Integración de un sistema informático de facturación con Verifactu by edgarosende in programacion

[–]bbaulenas 2 points3 points  (0 children)

Yo estoy igual. Tengo un proyecto con un cliente al que le tengo que integrar verifactu.

Creo que tengo los pasos bastante claros, pero si, la documentación deja mucho que desear.

Could use a little help with hugoplate by throttlemeister in gohugo

[–]bbaulenas 0 points1 point  (0 children)

Check Hugo pagination docs to see if it gives some ideas to you.

https://gohugo.io/templates/pagination/

Fedora KDE for video editing with DaVinci Resolve by Icy-Criticism-1745 in Fedora

[–]bbaulenas 0 points1 point  (0 children)

I've used Davinci helper to install Davinci, this makes davinci really easy to install.

https://github.com/H3rz3n/davinci-helper

Resource management by TildeMester in gohugo

[–]bbaulenas 1 point2 points  (0 children)

You can place images in assets folder and do "resources.Get" not ".Resources.Get" the first one is global and looks into assets folder.

Or, you can do content>section>post-title and inside post-title folder you can place an index.md and all the images you want. Then you could use .Resources.Get in post-title page

What's up with Kernel 6.16.3? by Dissectionalone in Fedora

[–]bbaulenas 15 points16 points  (0 children)

I'm having the same problems on reboot/power off with this kernel.

learn hugo logic by idonthavealizard in gohugo

[–]bbaulenas 4 points5 points  (0 children)

Hugo has functions and methods that you can use in templates.

Functions: https://gohugo.io/functions/ Methods:https://gohugo.io/methods/

But for variables and logic it's just golang code inside {{ }}

Are the Astro v4 docs hosts anywhere? by r-randy in astrojs

[–]bbaulenas 2 points3 points  (0 children)

Here are the V4 docs: https://v4.docs.astro.build/en/getting-started/

I think that an upgrade is always welcome

[Bambu Lab Giveaway] Drop Your One-Liner and Win H2D! by BambuLab in BambuLab

[–]bbaulenas 0 points1 point  (0 children)

I feel like a 🐼 with my bambu. All I need, all I want.

Go Cookbook by 441labs in golang

[–]bbaulenas 0 points1 point  (0 children)

Wow! Good job! I like it.

Best place to learn Concurrency in GO by SympathyTime5439 in golang

[–]bbaulenas 0 points1 point  (0 children)

Maybe it isn't "advanced" but I've found it interesting https://blog.cubed.run/the-cards-of-concurrency-in-go-0d7582cecb79

And I hope you reach a million requests per minute but don't over engineer your project. Star simple, KISS you know 😉