The bmannconsulting.com website

grist

Changed files
+25
_journals
_notes
+8
_journals/2024-08-31_1555.md
···
···
+
---
+
title: August 31st, 2024
+
date: 2024-08-31, 15:55:19 -07:00
+
section: journal
+
---
+
[[Blaine]] told me he built [Slocan Helps](https://www.slocanhelps.org/) as a front end on top of [[Grist]] after my recommendation and it worked out well.
+
+
I'm looking for other cool Grist projects -- got any to share?
+4
_notes/Fly.io.md
···
- organization
- hosting
- PaaS
---
···
- organization
- hosting
- PaaS
+
- KVM
---
+
> The most flexible and powerful compute platform on any public cloud. Fly Machines are hardware-virtualized containers, running on our own hardware, that launch instantly and run exactly as long as you want them to — for a single HTTP request, or for weeks of uptime.
+
+
> Apps running on Fly Machines are KVM hardware-isolated, built on a memory-safe stack and running directly on our metal.
+13
_notes/Grist.md
···
- opensource
- app
- spreadsheet
github: https://github.com/gristlabs/grist-core/
---
Open source, Apache licensed cloud spreadsheet. Not quite an Airtable clone, but similar capabilities. Some of the layout and linking makes it feel like Filemaker.
···
8. Data is **portable**, allowing lossless export in a well-supported format, and common export/import options.
9. Comprehensive **documentation** and learning materials.
10. **High quality** implementation, well-tested, with a focus on reliability and performance.
## Grist Labs
From Github README:
···
- opensource
- app
- spreadsheet
+
- python
github: https://github.com/gristlabs/grist-core/
---
Open source, Apache licensed cloud spreadsheet. Not quite an Airtable clone, but similar capabilities. Some of the layout and linking makes it feel like Filemaker.
···
8. Data is **portable**, allowing lossless export in a well-supported format, and common export/import options.
9. Comprehensive **documentation** and learning materials.
10. **High quality** implementation, well-tested, with a focus on reliability and performance.
+
+
## Python and Excel Formulas
+
+
From the [function reference](https://support.getgrist.com/functions/):
+
+
> Grist formulas support most Excel functions, as well as the Python programming language.
+
>
+
> The table below lists Grist-specific functions, and the suite of the included Excel-like functions. In addition, the entire [Python standard library](https://docs.python.org/3/library/) is available. For more about using formulas in Grist, see [Intro to Formulas](https://support.getgrist.com/formulas/).
+
>
+
> [Grist uses Python (version 3.11)](https://support.getgrist.com/python/) for formulas. You can use nearly all features of Python (see [Python documentation](https://docs.python.org/3.11/)).
+
+
Also a new [AI Formula assistant](https://support.getgrist.com/ai-assistant/).
## Grist Labs
From Github README: