HackerTrans
トップ新着トレンドコメント過去質問紹介求人

paulfitz

no profile record

投稿

The Bash Reference Manual Is in the Epstein Files

mastodon.social
14 ポイント·投稿者 paulfitz·5 か月前·5 コメント

コメント

paulfitz
·5 か月前·議論
Thanks! Fair about styling :). You can bring your own stylesheet https://support.getgrist.com/self-managed/#how-do-i-customiz...
paulfitz
·5 か月前·議論
The enterprise features are self-hostable. Look at "your servers" on the pricing page for Grist. Individuals (and orgs with < $1 million in annual income) quality for free activation keys btw.
paulfitz
·5 か月前·議論
[grist employee here] Grist forms are open source and were used to keep the toilets clean at FOSDEM just a few days ago https://fosstodon.org/@grist/116001932837956733

Everything you see in our standard docker image is open source. Yes, you can enable and pay for enterprise features too.
paulfitz
·5 か月前·議論
Grist forms support uploads since 2025 https://github.com/gristlabs/grist-core/pull/1655

Since it is relevant here: support for uploads was code written by a French contributor, and reviewed by a developer working for the French gov (ANCT/DINUM) and a developer working for Grist Labs. Grist Labs has since maintained and improved on it. The forms feature itself was inspired by an integration built by Camille Legeron at ANCT.
paulfitz
·5 か月前·議論
I work at Grist, the "tableur collaboratif" (collaborative spreadsheet) listed on the La Suite homepage. We're in the interesting situation of being both a NYC-based company, and open source software the French gov has adopted and is helping to develop. Grist is mostly a node backend. So it is a complicated story. The key is having code the gov can review and trust and run it on sovereign infrastructure.

Grist https://www.getgrist.com/

A write-up of how the French gov uses it https://interoperable-europe.ec.europa.eu/collection/open-so...
paulfitz
·9 か月前·議論
I'm quietly adding "pull requests" for data to Grist https://github.com/gristlabs/grist-core/issues/1829 - been wanting to do this for a long time.

I tried doing this years ago as a stand-alone project and it was too much. I wrote a data diff/patch/merge tool called "daff" that worked okay. But I've always wanted to add this to a proper spreadsheet tool like Grist.

I really want people working on data projects to be able to work more like coders, with pull requests and reviews. Not all data projects are as curated as that, sometimes your data is just a big soup, but when it is curated, there should be a better workflow.
paulfitz
·3 年前·議論
The motivation for calling Grist a spreadsheet is that it has formulas, and cell values get updated automatically when something they depend on gets updated. Agree there is scope for misunderstanding here, maybe there's a better word? [Grist employee]
paulfitz
·3 年前·議論
In Grist, reference columns let you do a lot of what you can do with a join https://support.getgrist.com/col-refs/ while still having spreadsheet-style immediate updates when underlying data changes.

Also, if you just want to do queries and don't care about instant updates, you can do any SQL you like including joins with a SQL endpoint or a custom widget https://twitter.com/getgrist/status/1710018836836077967

[Grist employee]
paulfitz
·3 年前·議論
Snapshots are there, but you need to configure an s3-like store to enable them, e.g. MinIO (or S3 itself). [Grist employee]