

git log --all --graph


git log --all --graph


I don’t think the code is the problem they are cleaning up. I think they just want to remove the contributor from the history.


I mean it should. It’ll have a steam os installed on the device itself. It’d be a pretty silly oversight to not work with a computer running Linux.


It is. Relatively so. This smells of Mozilla wanting to package things in there that Linux distro maintainers wouldn’t package in themselves.
You may say I’m being overtly cynical and as much as I love Firefox, I can’t say I trust Mozilla’s intentions
deleted by creator


Not so much toggled, but you can break out of it. At that point it just becomes a fedora install with a somewhat different set of defaults.
What GPU have you got? My 7900XT works flawlessly.


Does GCC support pluggable backends? I feel when something like this comes up, the real answer should be, for those that make sense to drop from the core, it’d make sense to make them pluggable and separate them out, so that those that need them can pick them up if they need.


Can’t libre office’s calc work with Excel files?


Yeah. I had this problem. I ended up switching out the WiFi module for one with better Linux support. (In my laptop it’s just a little m.2 thing).


Ultimately you get something interesting out of rofi by creating scripts that call it every time a user needs to select something. Your Reddit example would be trivial to do, at least core functionality wise, if not exact key presses.


Right, but you can have entries in a block chain that indicate previous entries are no longer valid, or have modifications. Calculating a final state by walking through all the blocks in the chain. ( A bit like a CQRS based system can have a particular state at a point in time by replaying all events up to that point)
Doing it in such a way also makes auditing what’s happened much easier since changes are inherently reflected in the chain. You want to know when (or by who if you keep that information) a record changes, it’s right their in the chain.
Fair enough. I don’t tend to use it all that much. But it is there. I tend to find I don’t really need to see the graph all that much. Maybe because I’m mostly working in small teams. It’s just not that important to my understanding of what’s going on.