Michael Schierl
Michael Schierl
I'd agree. You can also use a script similar to https://github.com/schierlm/FullSourceBootstrapFromGit/blob/main/check-swh.sh to check that these git/svn repos are indeed archived by softwareheritage.org. So even if the git repo goes away,...
Due to the fact that tag structure in USFM is not as unified as you might like, it would require special casing for the "unsupported" tags. Currently, everything from the...
The tag names themselves, i.e, `\fig` or `\va` get skipped. Their arguments get written out as plain text. And a warning is issued. So, in the example from the documentation...
For the open source products, I created such a table, which is [available here](https://github.com/schierlm/awesome-status-pages/blob/comparison/COMPARISON.md). No pull request as it does not include the services and public pages. Probably those might...
I'll bet 10 MIOTA (against the first person who accepts the bet) that the Trinity **desktop** wallet will not be released (in a **stable** version) by the end of 2018Q2.
Just my 2 ¢, I would not call these proposals robust, but rather convenient. (They are not helping in making data loss less likely). And before seeing file renames, I'd...
Shell Hook? I only had a quick look at the code, and it looks like some "screen keyboard" or "IME UI", and I don't see why the shell should update...
About clock speeds, you may also take into account that (if my measurements in an emulator are not too wrong) reassembling `ed` takes about 250 million T-cycles and reassembling `zasm`...
@CryptoLover705 You would be very masochistic if you ran CollapseOS on a Raspberry Pi. When you have a Raspberry Pi (and a keyboard and screen attached), you have more convenient...
Somewhat along the lines of Forth is Scheme, which is a Lisp-like language, but trying to define most of its functions/macros in a platform independent way (in Scheme itself). Therefore,...