Viewing profile — diarmuid_glynn
diarmuid_glynn
HN member- Joined
- Tue, Mar 08, 2022, 9:10 AM UTC
- HN karma
- 72
- Public activity
- 37 items
- HN profile
- View on Hacker News ↗
About diarmuid_glynn
Recent public activity
-
comment
Comment #46637009
The shared demo account (hn@algomommy.com) has been disabled. You can still download and try the software during the beta for free, you just need to create an account.
-
story
Show HN: AlgoMommy – Organize video clips by talking while recording (macOS)
If you record videos regularly and end up with a messy clips folder, I built a macOS app to help. AlgoMommy organizes raw video files into an existing folder hierarchy based on sho…
-
comment
Comment #46267145
I'm soon to beta my first macOS app: AlgoMommy. AlgoMommy helps you organize your video clips prior to editing them in Final Cut Pro / DaVinci Resolve / etc. It replaces the manual…
-
comment
Comment #44703592
Nice! I'm curious, what on-device text-to-speech engine did you use?
-
comment
Comment #44425139
Cheers! I would have liked to also provide a Google Doc plugin, but the Google Docs APIs [1] don't provide the required capabilities (specifically: a way to create tracked changes)…
-
comment
Comment #44424674
Working on two projects right now: - LegalJoe: AI-powered contract reviews for startups, at the "tech demo" phase right now: https://www.legaljoe.ai/ - ClipMommy: A macOS tool to h…
-
story
Show HN: Create a Web Service from a Spreadsheet
Convert an Excel spreadsheet into a "calculation engine" that you can run using our simple API. No sign-up or license key required, try it out immediately. Docs: https://suresheet-…
-
comment
Comment #35552562
Right, the idea is you can use Sheet Markup to author interactive spreadsheets. Consumers of those interactive spreadsheets can then modify the data / formulas in the spreadsheet t…
-
comment
Comment #35549205
Currently, EqualTo Sheets data is stored in the US on Heroku. We have a signed DPA with Salesforce (owner of Heroku), so as to maintain GDPR compliance. Additionally, we can provid…
-
comment
Comment #35549102
Thanks for the explanation. I think integrating Sheet Markup with that process would be challenging, since (as I understand it) XHTML doesn't support canvas.
-
comment
Comment #35549058
Thanks! Some of the tech is open source ( https://github.com/EqualTo-Software/stackedit-sheet-markup ) and some of it depends on tech in our closed-source EqualTo Sheets product ( …
-
comment
Comment #35548770
Ah, gotcha! The video is referring to a different product (in beta), "EqualTo Sheets". Sheet Markup uses some of our EqualTo Sheets tech, but it's a different product. So, regardin…
-
comment
Comment #35548511
No, the data you enter is not sent to our service. If you inspect the "Network" tab in Chrome and you can verify that there isn't any network I/O after you modify the markdown. Edi…
-
comment
Comment #35548327
I haven't seen Scroll before, it looks nice! I've sent a mail to the gmail referenced in your profile page.
-
comment
Comment #35547612
I've never seen KeenWrite before, it looks nice! Feel free to reach out (email in my profile) if you'd like to discuss how Sheet Markdown could be added to KeenWrite. Assuming you'…
-
comment
Comment #35547407
Pandoc tables remind me of the reStructuredText tables, which I used back in the day: https://docutils.sourceforge.io/docs/user/rst/quickref.html#... Very powerful, but I found it …
-
comment
Comment #35547350
Cheers! I've heard of, but never used, the emacs spreadsheet / org mode stuff. I should probably review it for concepts that I could steal / be inspired by ;P
-
comment
Comment #35545710
Yes, that's intentional. Assuming “another | $1000” is on the 7th row, you would need to update the formula to: =SUM(B2:B7) to incorporate it into the sum.
-
comment
Comment #35545696
I see. I'm a big fan of DSLs, but the internal vs. external distinction is not something I've seen articulated before. For now, I'm treating Sheet Markup as an external DSL, which …
-
comment
Comment #35545360
I'm not familiar with Obsidian, I'll take a look. One thing I should mention, we have another tool which makes it easy to embed a spreadsheet in another app via an IFRAME: - https:…
-
comment
Comment #35544942
I hadn't reviewed GFM's table extension previously, thanks for sharing. At first sight, I think GFM's table extension and Sheet Markup have different goals. While the table extensi…
-
comment
Comment #35544411
Note that you can represent much more complex spreadsheets using Sheet Markup, and while in the above example it might be clear what SUM(COST) would mean, in a more complex spreads…
-
comment
Comment #35544260
Very nice - I don't think I've come across this project before. I'm curious, what's your vision for react-spreadsheet? I notice it supports some formulas, and a "single sheet" view…
-
comment
Comment #35543600
We don't have a formal grammar yet. We'll put one together and add it to the GitHub repo tomorrow. Informally: each row in the sheet is a new line, and each cell is separated with …
-
comment
Comment #35526605
We've found "sheet markup" (a simplified, textual representation of a spreadsheet) useful in other contexts, such as when interacting with an LLM. I think there might be quite a fe…