TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Example of a Shakti-powered spreadsheet application [video]

97 pointsby chrispsnabout 5 years ago

11 comments

chrispsnabout 5 years ago
Hi everyone! The Shakti k version of Mesh is under development, but for now you can try the JavaScript prototype: <a href="http:&#x2F;&#x2F;mesh-spreadsheet.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;mesh-spreadsheet.com&#x2F;</a><p>Slides (view in Powerpoint slideshow mode to see the animated GIFs): <a href="https:&#x2F;&#x2F;github.com&#x2F;chrispsn&#x2F;presos&#x2F;raw&#x2F;master&#x2F;2020-02-26%20Mesh%20Shakti%20intro.pptx" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;chrispsn&#x2F;presos&#x2F;raw&#x2F;master&#x2F;2020-02-26%20M...</a><p>And past demo videos of the JS prototype:<p>- Basics: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=_U6gE3cNgbI" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=_U6gE3cNgbI</a><p>- Dynamic tables: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=x32tBLGrLAQ" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=x32tBLGrLAQ</a>
madhadronabout 5 years ago
I&#x27;m reminded of Siag (<a href="http:&#x2F;&#x2F;siag.nu&#x2F;siag&#x2F;" rel="nofollow">http:&#x2F;&#x2F;siag.nu&#x2F;siag&#x2F;</a>, Scheme In A Grid).
评论 #22612781 未加载
dkerstenabout 5 years ago
What is Shakti? I’ve spent 20 minutes browsing around and nowhere does it tell me, so I have no idea what the context of this even is.<p>EDIT: Ok, I found it: <a href="https:&#x2F;&#x2F;shakti.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;shakti.com&#x2F;</a> although I’m still unsure what it does. I guess some kind of stream processor database.
评论 #22618710 未加载
评论 #22615200 未加载
评论 #22615326 未加载
maestabout 5 years ago
In a past life I&#x27;ve made extensive use of the q&#x2F;kdb excel plugin to do my financial analysis (backtesting, model fitting etc).<p>The basic setup was:<p>1. set up a q server and load lots of price data and signal tables in memory 2. open a connection to the server from your spreadsheet 3. write q queries in excel directly.<p>Because q is so compact you could essentially write a (quite long) one line aproximate backtester, as long as your q server stored daily prices, volumes, advs etc in a sensible way.<p>The spreadsheet form factor was pretty good - it was nice to be able to plot arbitrary series and generally made it quite fast to work with data.<p>It was by no means perfect, but I found it infinitely better than setups like jupyter notebooks.
fastballabout 5 years ago
I don&#x27;t get it. Maybe he lost me at the beginning when he showed an example of a table that was apparently supposed to be easy to grok but I just found puzzling.
评论 #22612140 未加载
评论 #22612161 未加载
xixixaoabout 5 years ago
I&#x27;m honestly unable to make sense of this given the poor &quot;camera pointed at projector screen&quot; quality. Website looks intriguing, but I can&#x27;t figure out how to do anything in the browser demo besides simple numeric calculations inside single cells.
评论 #22613311 未加载
nymanjonabout 5 years ago
One thing that I like about Google Sheets is the ability to query the sheets with SQL. Only complaint is that the queries aren&#x27;t super powerful and I can&#x27;t use names. This would be super helpful. A powerful query language in a more powerful spreadsheet.
gitgudabout 5 years ago
Cool project, but the title is a bit confusing:<p>&gt; <i>&quot;A code editor that feels like a spreadsheet&quot;</i><p>It literally is a spreadsheet though right? Is there something that separates this from an google sheet?<p>Also, the source repository on [1] Github is a bit more informative (for this audience).<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;chrispsn&#x2F;mesh" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;chrispsn&#x2F;mesh</a>
评论 #22614298 未加载
评论 #22613933 未加载
raghavaabout 5 years ago
Came here excited to see an operational spreadsheet program on Shakti ( <a href="https:&#x2F;&#x2F;shakti.org.in&#x2F;" rel="nofollow">https:&#x2F;&#x2F;shakti.org.in&#x2F;</a> ) :)<p>More excited to discover ShaktiDB!<p>Curious to know how this relates to kona! [ <a href="https:&#x2F;&#x2F;github.com&#x2F;kevinlawler&#x2F;kona" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;kevinlawler&#x2F;kona</a> ]
评论 #22614766 未加载
maestabout 5 years ago
Is Shakti the reason we&#x27;ve had such a large influx of APL&#x2F;kdb&#x2F;q posts on HN recently?
CodeEpiphanyabout 5 years ago
Just reading this headline triggered me.