Viewing profile — Acmeon
Acmeon
HN member- Joined
- Sun, Mar 22, 2026, 10:06 PM UTC
- HN karma
- 10
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About Acmeon
No profile information was provided.
Recent public activity
-
comment
Comment #47787192
Thanks for the interesting info! Yeah, maybe Excel web will someday support local calculations via wasm, but for now I think I will stick with Excel desktop with add-ins.
-
comment
Comment #47787157
Yeah, I was expecting that you do not train on business or enterprise user data. However, I am not just worried about "training", but also about "sharing". Furthermore, I am worrie…
-
comment
Comment #47786881
Yeah, that makes sense. For some reason, I was under the impression that all calculations run locally in the browser, which would have been comparable to how Excel desktop works (i…
-
comment
Comment #47786745
In principle, I find it valuable to integrate tools. However, in this case I would be somewhat cautious, especially as "your chats, attachments, and workbook content — may be share…
-
comment
Comment #47786593
Do you mean that you worked on the Excel Add-Ins platform in Excel (and not on a specific Add-In)? If you were working on the platform itself, then I would be interested in hearing…
-
story
Show HN: Webcellar – JavaScript (and TypeScript) in Excel Made Simple
Webcellar simplifies the use of JavaScript (and TypeScript) in Excel. The key feature is that JS module exports from " .xlsx.js" (or " .xlsx.ts") files become automatically availab…
-
comment
Comment #47484157
On my computer, the linked benchmark gives the following results. Object.defineProperty getter: 82M ops/sec, Proxy getter 32M ops/sec => proxy get is 2.56x slower. Object.definePro…
-
comment
Comment #47483193
Looks quite cool! I have also considered similar ideas, but have decided to not develop anything. However, there are a few important areas where we have different points of view. M…