I think this is something you have to ask your security team or your device management team. If your company isn’t big enough to have either of those, then joining the AD isn’t mandatory most likely.
Aedis
- 0 posts
- 10 comments
- 8 months
- 10 months
I just stated python’s color in the graph cause it wasn’t in the legend. Nothing more.
- 10 months
It has dominated for the past 16 years
OP certainly has a funny definition of the word dominated.
green is python

- 1 year
Agreed, ai slop is stealing all the attention.
GDPR doesn’t just protect PII, it also protects user Generated Content.
- Aedis@lemmy.worldto
Programmer Humor@programming.dev•How TeX.web is versioned since the early 90's (literal text inside)
2 yearsI used to work in a really big project written in C and C++ (and even some asm in there) and the build was non-deterministic. However the funky part was there was a C file in all of this that had a couple dozen of commented nee lines with a line at the top saying: ‘don’t remove this or the build will fail’ That remains my favorite code comment to this day.
I don’t have a great solution for this particular problem.
However any solution that you come up with has to be resilient enough that the nodes that execute such scenario are always available.
You don’t just want a system with high availability, you want a system that will stand the test of time. For example, it might trigger 30 or 50 years from now. You might not want to use AWS or Google or Azure or any sort of system like that. They don’t seem to keep their solutions available for that long. So you’ll need to host something yourself and make sure it’s resilient to a multitude of scenarios that might bring the “back end” down.
You’d also need to set-up some sort of test for the system to make sure it’s still running and it’ll do what you want it to. Maybe it runs every 3 months or so like a fire system drill.
Honestly the trigger can be something as simple as you hitting a button connected to your system every week with a way for it to ping and prompt you to do it you if you haven’t “reset” the counter in a timely fashion.
I would probably do something like that with a weekly cadence and a whole other week to make sure I don’t miss the reset.
You probably also want to be able to set it to different modes if you think you will be away for a while. Like a vacation mode or oh shit I’m in the hospital mode.
Additionally, I also wouldn’t be as fatalistic as sending goodbyes to everyone. I would use it more as a system to sound an alarm that I’m not okay and something has happened to me and communicate that with people who could do something about it. Like verify if I’m alive or not, or contact local authorities to post a missing persons report.
This same system of notifying could also allow closer people to me to trigger an “oh shit I’m dead mode” which would then execute whatever is in that idea of yours.
These are all situations that you would want to alert your loved ones though. And the power outage one will probably be solved faster than your switch hopefully.





This is why we have debug and release builds.
So that when actual clients tell us there’s an error on line 42 we close the bug instantly as a no repro.
/s