- info - when this was expected and system/process is prepared for that (like automatic retry, fallback to local copy, offline mode, event driven with persistent queue etc)
- warning - when system/process was able to continue but in degraded manner, maybe leaving decision to retry to user or other part of system, or maybe just relying on someone checking logs for unexpected events, this of course depends if that external system is required for some action or in some way optional
- error - when system/process is not able to continue and particular action has been stopped immediately, this includes situation where retry mechanism is not implemented for step required for completion of particular action
- fatal - you need to restart something, either manually or by external watchdog, you don’t expect this kind of logs for simple 5xx
It’s like one computer with program (DNA) and helper programs (RNA) creates second generation of computer and programs (proteins, lipids, carbohydrates) that essentially create their own version of computer system in which they govern things like enzymes, hormones etc
But keep in mind that humans are not created in vacuum. After those two levels of computer create third level that is brain, actual programming of brain is done by other living humans.
So actual „humanity” is what persists in living population and would reset when population is culled and newborn must live and learn on their own.
Even if such newborn would live long enough to have access to things like books, computers, even sound and video records… those would be completely useless to them because they won’t even know language and skills required to use those.
There is no issue with creating new graphics and sounds from the scratch, OpenTTD did exactly that for Transport Tycoon Deluxe. It’s not identical but is enough to convey original intent and be freely available.
But none of those is as simple and elegant as markdown. You can write html in text editor like in ages past, but what would be the point of doing that.
It was always THE main feature, that you can have something from both worlds in a win-win scenario. I don’t understand why someone would invent new html instead of appreciating markdown for it’s elegant simplicity
I remember when default branch was simply `trunk`, but maybe that was in SVN not git… trunk goes well with branches, maybe git should stick (heh) to it
Which for some of us, Spanish speakers, was on occasion amusing or lewd, depending on the context and culture. The Spanish equivalent is 'tronco' which is very similar and it is slang for a couple of things.
I remember being able to recognize one song on vinyl.
It was a (telarc I think?) recording of the 1812 overture.
The grooves were wide where the canons went off, so that the needle could deflect enough to capture the dynamic range. You could see the waveform.
I think of "Surely You're Joking Mr. Feynman" where people could sniff like a bloodhound. Feynman would have people handle books, and he could tell which ones had been handled.
I think there are things that just trying would be successful more than you think.
- info - when this was expected and system/process is prepared for that (like automatic retry, fallback to local copy, offline mode, event driven with persistent queue etc) - warning - when system/process was able to continue but in degraded manner, maybe leaving decision to retry to user or other part of system, or maybe just relying on someone checking logs for unexpected events, this of course depends if that external system is required for some action or in some way optional - error - when system/process is not able to continue and particular action has been stopped immediately, this includes situation where retry mechanism is not implemented for step required for completion of particular action - fatal - you need to restart something, either manually or by external watchdog, you don’t expect this kind of logs for simple 5xx
reply