Results 69 issues of Brian

Created https://github.com/mofosyne/iana-headers/blob/main/cbor/c/cbor-constants.h#L22-L31 but noticed that https://github.com/intel/tinycbor/blob/04b306c447d1144a868f563a5d43357fd8f5c3fd/src/cbor.h#L105-L128 has a different naming approach so it's not directly adaptable to use my existing codegenerator (written in python). Also it doesn't seem like the...

Similar to how in [obsidian-checklist-plugin](https://github.com/delashum/obsidian-checklist-plugin) you could say `#todo/next-action` and write a series of checklist under it. I think something similar would be handy as a quick note in any...

enhancement

Issue Ticket: https://github.com/Mozilla-Ocho/llamafile/issues/168 Added recommended path convention for installation as well as application notes. This commit is based on jart recommendation regarding llamafile convention. This is her quote that this...

documentation

Was creating https://huggingface.co/mofosyne/TinyLLama-v0-llamafile to port over Maykeye/TinyLLama-v0 text generation as it be a good small model for people to quickly download to test at least code generation. However seems like...

question

E.g. what is the canonical way to convert between UUID and ULID form? Is it possible to losslessly encode a ULID by having an extra field storing the timestamp?

This would be useful in the case that the ULID is communicated over the phone or by handwriting... Standardising the form would make it easier to recognise when it's being...

I noticed that in google earth you can copy locations as KML, it typically looks like this ```xml 44 Martin Pl 44 Martin Pl, Sydney NSW 2000 44 Martin Pl,...

p2

When understanding a new android device for development purpose (rooting, etc...), it would be nice if we could generate a text report file Also if possible it should also be...

enhancement

After integrating `eleventy-plugin-rss` into my Eleventy project, I've realized there might be a bit of confusion for new users on how exactly this plugin functions out-of-the-box. Currently, the documentation provides...

Motivation of this PR is to switch from print() to python logging (battery included package for python), this is so that when I add the `--get-outfile` command to get the...