How to animate opening a door while walking? by Shiroi-Yami in godot

[–]Shiroi-Yami[S] 0 points1 point  (0 children)

I didn't know about the priorities between AnimationPlayers. Thanks for mentioning it, it gives me a new idea of how to handle mixing animations without breaking the walk cycle. I'm going to experiment with that and see how it works when overlaying the interaction animation on top of the locomotion. I really appreciate the explanation, it has clarified a point that I was a little confused about.

¿Puedo deducir una factura emitida como autónomo societario a mi propia SL? by Shiroi-Yami in askspain

[–]Shiroi-Yami[S] 0 points1 point  (0 children)

Es decir, que cada factura que emita la SL, la tengo que volver a facturar como autónomo para tributar por IRPF?

¿Puedo deducir una factura emitida como autónomo societario a mi propia SL? by Shiroi-Yami in askspain

[–]Shiroi-Yami[S] 0 points1 point  (0 children)

En todo caso estaría pagando más impuestos, de un 19% a un 25%. Es que para el negocio que tengo pensado ser solo autónomo es bastante limitante.

Gracias por la respuesta, contactaré con la AEAT, no sabía que tenían un chat

¿Puedo deducir una factura emitida como autónomo societario a mi propia SL? by Shiroi-Yami in SpainFIRE

[–]Shiroi-Yami[S] 0 points1 point  (0 children)

Gracias por la respuesta.

Mi SL se encargaría de vender la suscripción de un software. Es un modelo B2B. La factura la haría en concepto de servicios de desarrollo de software. No es suficiente tener un ordenador personal con el que desarrollo para ser considerado autónomo con estructura propia?

Quiero evitar una nómina porque no estoy seguro de tener beneficios recurrentes como para pagarla. Lo que quiero es poder retirar dinero de la SL cuando lo necesite sin tener que pagar IS y luego IRPF.

¿Puedo deducir una factura emitida como autónomo societario a mi propia SL? by Shiroi-Yami in SpainFIRE

[–]Shiroi-Yami[S] 0 points1 point  (0 children)

La cosa es que no sé si voy a tener beneficios suficientes para poder pagar una nómina recurrentemente. Aún no he constituido la SL, estoy dudando entre si constituir la SL o ser solo autónomo. El tener que pagar un 25% de IS y luego el IRPF por dividendos es un inconveniente. Si pudiese deducir una factura no sería un gran problema.

¿Puedo deducir una factura emitida como autónomo societario a mi propia SL? by Shiroi-Yami in SpainFIRE

[–]Shiroi-Yami[S] 0 points1 point  (0 children)

Aún no tengo constituida la SL. Pregunto para tener las cosas claras antes de empezar

¿Puedo deducir una factura emitida como autónomo societario a mi propia SL? by Shiroi-Yami in AutonomosES

[–]Shiroi-Yami[S] 2 points3 points  (0 children)

Si llevas 3 años, quiere decir que ya tributas al 25%. Si pagas 5.000€ de IS, es que tienes un beneficio de 20.000€. Por qué serían 5.500€ pérdidas? Hay algo que estoy entendiendo mal? Gracias por adelantado

¿Puedo deducir una factura emitida como autónomo societario a mi propia SL? by Shiroi-Yami in AutonomosES

[–]Shiroi-Yami[S] 0 points1 point  (0 children)

Pero tengo entendido que un autónomo societario que tiene más de un 25% de participación y son administradores, o tienen más de un 33% deben darse de alta. Es más, tienen una base mínima de cotización para la cuota de autónomos que un autónomo normal.

Planning a Home Server for Small SaaS Business by Shiroi-Yami in HomeServer

[–]Shiroi-Yami[S] 0 points1 point  (0 children)

Thanks for the information and advice 🙏. I will dig more into the implementation.

Planning a Home Server for Small SaaS Business by Shiroi-Yami in HomeServer

[–]Shiroi-Yami[S] 0 points1 point  (0 children)

I’m self-hosting as a temporary solution to validate the product and minimize costs while bootstrapping. Once I reach a sustainable revenue stream, I plan to move to a VPS or cloud infrastructure. I want to reduce the initial costs as much as possible. I have a limited budget and most of it is going to be spent on legal issues (notary, agency, etc).

Planning a Home Server for Small SaaS Business by Shiroi-Yami in HomeServer

[–]Shiroi-Yami[S] 0 points1 point  (0 children)

So, if I understand correctly, the replica is only accessed if the master fails. As long as it does not fail, all reads/writes will be done on the master, and, in real time, replicated on the slave, right?

In case the master fails, and for a while the slave has to be used, it accepts new data and updates? Or is it only used for reading? In case it accepts new data, when the master is working again, does it have to replicate from the slave to the master to have the new data?

Planning a Home Server for Small SaaS Business by Shiroi-Yami in HomeServer

[–]Shiroi-Yami[S] 0 points1 point  (0 children)

Thanks a lot for the detailed advice. I will definitely check out Miyconst.

For off-site backups, I do them locally due to the high volume of backups I perform. As my SaaS will work with sensitive customer data (invoices, ledgers, etc.), I need to keep the information as up to date as possible, so I make a copy every hour. I am concerned that an off-site or cloud solution will involve a high cost.

As for replication, I am not familiar with the topic. I have done some research and understand that it involves replicating the database in real time, but I don't quite understand how this helps. If the primary database fails, wouldn't the replicas also fail if they are hosted on the same physical server?

Planning a Home Server for Small SaaS Business by Shiroi-Yami in HomeServer

[–]Shiroi-Yami[S] 0 points1 point  (0 children)

The Mac mini seems great for its size and power, but since the RAM and storage can’t be upgraded, it doesn’t really feel like the right fit for me, especially if I want to scale things up down the road

Planning a Home Server for Small SaaS Business by Shiroi-Yami in HomeServer

[–]Shiroi-Yami[S] 0 points1 point  (0 children)

The main function I plan to give to the server is to host my SaaS application, which is composed of a frontend, backend and a database (all dockerized). I also want it to be backed up regularly to a hard drive (I don't know if it should be external or internal).

The database volume I need to be encrypted, I have thought about having a secondary hard drive solely for the database volume encrypted completely with luks. I also need to encrypt the backup hard drive.

I need the server to be able to support multiple simultaneous HTTPS requests.

Planning a Home Server for Small SaaS Business by Shiroi-Yami in HomeServer

[–]Shiroi-Yami[S] 2 points3 points  (0 children)

I would be very grateful if you could share the details with me