I’m working on a protocol for decentralised hosting, ironing out a vulnerability now but it should be up for test in a month or so.
I sure wonder how this is supposed to function, any explanation anywhere, like a diagram or something?
But what’s the Catch?!
Lemmy uses activity pub right? 200 in a survey hosting similar stuff is not that bad IMO.
Okay so now I have heard of those immutable OS kind of regularly, but what is it and why is it so much better?
Thank you!
That was true when every studio had their inhouse engine, optimized for their game types.
Today we have 100.000 times more power and “everyone” goes with a prebuilt engine so I don’t think your point is valud, any more at least.
pOwErShEll
How many of them are there in windows nowadays, cmd, pOwershell versions, shell if you use git, …
At work we don’t have the right to use master/slave (maître /esclave) anymore because of history (this is mostly linked to deploying systems). On the upside our git master is now the shorter ‘main’.
Omg, I pay 30€ for 1Gb/0.7Gb (ten more for symmetrical 10Gb, I don’t need it and can’t even use more than 1Gb/s but my inner nerd wants it) and 0.15€/KWh.
BTW the electricity cost is somewhat or totally negated when you heat your apartment/house depending on your heating system. For me in the winter I totally write it off.
People (sometimes) use it far too much and in wrong ways.
Like inherit when you could just instantiate, or use a template.
Or when “everything should be a class” was also a bummer (inhetit “run()”), like I’d instantiate “main” twice (cool if it had worked I guess).
Or old code written by “wizards” where they cast cast cast instances onto other classes to use specific behaviour in crazily dangerous manners. And you’re the one to “fix it” because it doesn’t work well…
Otherwise OOP is good.
The xiaomi wallpaper carousel is the worst piece of soft on my phone, I don’t care and no you can’t have all those accesses.
Had to install some freeware to just set the backgrounds wtf is this, the way they are getting people now??
Yeah but the proof was about consciousness, and a really bad one IMO.
I mean we are probably not more advanced than computers, which would indicate that consciousness is needed to understand context which seems very shaky.
Whoo that seems complicated, I mean you akready compile a debug version.
Thanks for the explanation!
Hey thank you!
Not what I thought it was for sure 😃
How does it work if an instruction gets replaced by the INT3 though?
I’m curious, what do you or anorher “classic”(?) home user do that needs more than like an old intel 6500 with say 32GB RAM and some 1 TB SSD (hoarding etc goes to the NAS right?) of storage?
I know dockers consume, or so I have heard, but even a webserver, streaming etc is that really eating up the (pcie)bandwith?
I’m just a low end tinkerer who likes to buy over specced stuff so I wonder what’s you all doing with yours I guess!
Now I want to know what int3 does.
Still not getting it, I mean you don’t even get to see the code? IDK
Thanks for the feedback!
A docker could make the setup run, and if I rework where I store the data (now it’s in the same folder as the listener so it needs a special tweak in the docker files) but the problem is the 10f executable that you use to share files with, it’s a command line app so it would be weird to put that in a docker IMO.
Also, using docker images isn’t really simple?
You are right though, simpler is better.
What do you think about a setup script instead? Like
forward a port to your PC
run the setup script with your public IP:PORT (or just the port and let the script auto-detect the IP)
start the listener
Or should I still work on that? I can make a gui that helps setting everything up and run I guess.