tercerapersona

Results 10 comments of tercerapersona

I'll take a look at streams found in this [repo](https://github.com/reald/nc220). Might be something to be with UDP, and I'll need a way to find a stream by TCP. TP-Link app...

udda, I appreciate your reply! In fact, I guess I was confused. I had the feeling I once used indicator-multiload overlapping CPU and Memory. If it were possible, I would...

what happens if I enable sync in multiple computers with the same name? ie. "Macbook Pro" they'all end in "/Backups/Macbook Pro"

yep, /home was preserved that might explain why right?

I wonder why there is no interest on this yet. I've been following the jamstack scene since years, and any of the self-hosted CMS alternatives offer it. Been using NetlifyCMS...

I know it requires a backend side. However, you could define the API contract so that maybe a decap plugin can present those endpoints. You've already implemented cloud-based specific vendors...

Oh, found out I need to place the memory somewhere in my code, so that the compiler knows. Worked by adding at bottom of main.asm *=1000 music

Thanks! mm do you have an example, not sure if I understood

The thing is that vs64 concatenates all built .asm files. In my case it was easy because at the bottom of my main.asm I change org address to $1000 and...

Yeah, we could use !source, however is there a way to compile resources with vs64 but don't concatenate .asm built files so that they can be included manually with !source?...