

Its definitely not a lightweight solution. Is the pi dedicated to the application? If so, is it even worth involving docker?
Its definitely not a lightweight solution. Is the pi dedicated to the application? If so, is it even worth involving docker?
Yeah, probably, but thats not very common is it? Normally you’d just let the docker daemon handle the start/stop etc?
For such a terrible language, it really has staying power…
Afaik, systemd has nothing to do with docker, except to start the docker daemon.
I think I have done almost exactly what you want to do, I use gitlab CI to build and deploy my application:
https://github.com/cameroncros/discordshim_rs/blob/main/.gitlab-ci.yml
Gitlab is relatively heavy, so I dont know how it will go on a raspi (I run on a Intel nuc). You can run gitlab on a separate machine, and the CI runner on your Pi.
I am also not a JS dev, we possibly aren’t brain damaged enough to understand the perfection.
That is not a fun fact. How do I unsubscribe :D
Math.min() == Infinity
Math.max() == -Infinity
Wtf is going on JS…
edit: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/min
Its the min value of the input params, or Infinity.
I meant physically squish it, I tried to take a photo of a praying mantis with a 22mm lens, was so fixated on getting close enough I nearly crushed the poor thing. Fortunately the lens hood hit the wall first.
The upside of the telephoto lens is that your less likely to get too close and either scare it off, or for very wide lens, squish it
What I wasn’t expecting is Ada’s response. She said in the modlogs she also felt the post was rage bait. I didn’t see that coming because I didn’t think Ada was a zionist. I thought she would be fine with seeing zionists get angry, because they get angry over the most mild things.
Ada likely wants a civil community. Allowing ragebait of any kind isnt conducive to a civil community. It likely has nothing to do with the content of the bait.
Lol of course, but I have also briefly tried it on an s22 ultra, and it still wasn’t a great experience. Still not a new-new phone, but it still had similar stuttering/lagginess issues that just killed the experience for me.
But it probably depends on what each individual can tolerate.
Dont take this as an endorsement, I have 2 semi broken ones, but nexdock/uperfect make lapdocks. The touchpads are pretty awful though.
Having used dex on a Samsung s10, I think 1 still applies to some extent. But maybe new phones are better?
Single universal cable is pretty good though, definitely required.
Motorola have been doing desktop modes since the Atrix 4g. Samsung have had it for a long time as well (s8 or s9?). Its kinda crazy how slow google is at getting this out for stock android.
It could be things like ATM machines, that have bespoke motherboards, but need to be networked, and therefore patched.
Thats what I keep telling my wife!
To be fair, I wouldnt be that shocked to find out thats how the maintainer of some core library exists. Permanently on life support, because no one else can understand their code.
You really got dogpiled hard there, as if being corrected half a dozen times wasn’t enough, they had to downvote you to oblivion as well :(
Old kernels still run on it, it just won’t get new versions.
The reason Linux (and BSD) is perfect for old machines is that the source code is available, so anyone can maintain it if they want to. It doesn’t mean the core Linux team has to maintain it for them though.
Up-to-date runtimes definitely makes sense, that is where docker shines.
Gitlab is obviously a bit overkill, but maybe you could just create some systemd timers and some scripts to auto-pull, build and deploy?
The script would boil down to:
Your welcome to steal whatever you can from the repo I linked before.