Deleted Comment
Examples: https://i0.wp.com/sfnoticias.com.br/wp-content/uploads/2022/...
How the hell have we gotten to a point where Linux closely reflects the instability of the Windows ecosystem. I'm not afraid of change, but I feel like the large majority of changes that are made cause me problems to the point where I now fear upgrading my distro to latest.
I'm not sure where this affirmation comes from. Do you have "systemd-sysv" installed? What happens when you do run `init 0´?
init(1)[0] says:
For compatibility with SysV, if the binary is called as init and
is not the first process on the machine (PID is not 1), it will
execute telinit and pass all command line arguments unmodified.
That means init and telinit are mostly equivalent when invoked
from normal login sessions. See telinit(8) for more information.
telinit(8)[1]: The following commands are understood:
0
Power-off the machine. This is translated into an activation
request for poweroff.target and is equivalent to systemctl
poweroff.
> ipconfig isn't a command anymoreare you sure you're not mixing up the Windows command ipconfig[2] with the still ubiquitous ifconfig[3]? Even though it's considered deprecated in favor of iproute2's[4] "ip" command, I don't know any distro which has ceased making net-tools available, let alone unusable.
> systemd changed the whole subsystem from underneath me
I agree systemd has been pretty disruptive, but it has made me a lot more productive. Writing a unit file is dead simple, and it is capable of doing a lot of very interesting things. Hardening a unit is quite easy, for instance. You might already be aware of all that, but if not, I can drop some links on another reply.
Overall, from the one of your reply, I have the impression that you might be happier switching to a less opinionated distro like Void Linux or Gentoo. Something as curated as Ubuntu isn't a good fit for you.
0. https://man7.org/linux/man-pages/man1/init.1.html
1. https://man7.org/linux/man-pages/man8/telinit.8.html
2. https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/ipconfig
3. https://sourceforge.net/projects/net-tools/
4. https://wiki.linuxfoundation.org/networking/iproute2
My first response to this is that it solves problems that I don't have, and ignores the ones I do have.
Organizing my day on paper is trivial. I'm also married to someone with a good partnership, and we offload different types of tasks to each other. She might enjoy having software assistants to be more productive, but I don't need that. I have her.
The trick for me is that it is important that my life be organized around engaging with things that I want to do. And thereby having my wants reinforce executive control so that I can do what I think that I should. This involves a lot of managing of my emotional state, and a lot of REJECTING of outside demands by the world that I conform to how the world wants me to be. I see nothing about this app that helps me do either thing.
Yes, yes, I know the idea of eliminating distractions so that I can focus. Honestly, that's crap that leads to disasters every time I try it. If I have positive motivations to do X, distractions are easy to set aside. If motivations are negative, I will be unable to resist creating distractions. And a straightjacket that prevents that leads to insanity.
Which returns me to my point. The key, for me, in handling ADHD is emotional tools to find positive motivations, and social tools to resist the world attempting to load me with tasks through negative motivations.
How do you deal with chores?
"A lot of lore accumulates around these tunables, and to help clarify why we developed bpftune, we will use a straw-man version of the approach taken with tunables:
“find the set of magic numbers that will work for the system forever”
This is obviously a caricature of how administrators approach the problem, but it does highlight a critical implicit assumption - that systems are static."
Does anyone know how this compares to consul?
I know Consul talks a lot about the gossip protocols that make it all work.. how does Cilium manage to sync state across its datacenters? I'm having a hard time finding good docs on this... are those still in progress?