Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jackrusher
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
jackrusher
3y ago
We're starting small and rolling out gradually to beta users. Long term, all sorts of things will be supported in the pay tier.
2.
▲
by
jackrusher
3y ago
This one is a bit like Heroku++ for Clojure. We also have a prototype val.town for Clojure that will follow :D
3.
▲
by
jackrusher
3y ago
Yes, it's used by many companies in production. There's a partial list here: https://www.datomic.com/customers.html
4.
▲
by
jackrusher
4y ago
. Sadly, the JVM unwinds the stack before returning the exception, which makes doing the right thing very hard.
5.
▲
by
jackrusher
4y ago
Definitely not! Sorry you hated the formatting. The transcript is meant to be an assistive technology for the video, and a place to put extra notes I couldn't fit into the time I had. Ideally, the transcript would scroll as the video a
6.
▲
by
jackrusher
4y ago
The reference for this is the Brad Myers paper referenced in this tweet: https://twitter.com/jackrusher/status/1553392739986952194 (The paper is very good.)
7.
▲
by
jackrusher
4y ago
I downloaded the automatic transcript from the YouTube video and wrote some code to reformat it in this way to make referencing the position in the video easier. I should probably have linked each time code to open the video at that point,
8.
▲
by
jackrusher
5y ago
That's exactly it, yeah. It looks like a hot reload on save, but it does only the minimum calculation required.
9.
▲
by
jackrusher
6y ago
I tried to get more people to pay attention to what you were doing, and still miss you in the Clojure community.
10.
▲
by
jackrusher
13y ago
We built a dataflow system for Complex Event Processing (CEP) at one of my previous startups. It included both a visual programming GUI and a non-hideous programming language called SPLASH that allowed one to code nodes of the dataflow gr
11.
▲
by
jackrusher
16y ago
Thanks! I wasn't familiar with HN's post formatting.
12.
▲
by
jackrusher
16y ago
Nice! I did the same thing a couple weeks ago < http://github.com/jackrusher/jssvggraph> ; to help explain the simplicity of the algorithm to a friend. Mine paints SVG directly rather than using Raphael, so it only works with brows