Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dacort
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
dacort
10d ago
In the post it says "I'll be making posts as TALA and D2 Studio are released." so I assume/hope so?
2.
▲
by
dacort
10d ago
Really happy to see this - A few months ago the D2 `play` site looked like it was down or unreachable and I was pretty bummed. It came back, but it did make me wonder about the future of the project - awesome to see that TALA will be releas
3.
▲
by
dacort
6mo ago
Gave the S3 functionality a try - it returned objects in reverse alphabetical order. :( Amazon S3 lists objects in alphabetical order.
4.
▲
by
dacort
3y ago
Metabase 47 also has new serialization features in paid editions that allow for git-based workflows. https://www.metabase.com/learn/administration/git-based-work...
5.
▲
by
dacort
4y ago
A while ago I wrote an Athena connector for querying SQLite in S3. ;) https://github.com/dacort/athena-sqlite Uses a similar approach.
6.
▲
by
dacort
7y ago
SQLite is amazingly prevalent as well. Your own phone probably has hundreds of SQLite databases on it. One challenge with SQLite, though, is you have to download the whole thing to make use of it. Shameless plug, but I made a fun side proje
7.
▲
by
dacort
7y ago
As part of a fun side project to make a SQLite driver for Athena, I made a read-only storage driver for S3. https://github.com/dacort/athena-sqlite/blob/master/lambda-f... Implemented the VFS side in Pyt
8.
▲
by
dacort
10y ago
Yea, my guess would be that's it. Coupled with the fact it hasn't been updated in ~3 years. I've giving this one a shot, might have too much functionality for me though...I liked how bare-bones the other one was. https:/
9.
▲
by
dacort
10y ago
Reminds me of the (sadly) now defunct choir.io. Intro post > https://corte.si/posts/choir/intro/choir.html They had a demo of Github realtime activity and I hooked it into a bunch of different events aroun
10.
▲
by
dacort
10y ago
It's one of the largest ferry systems in the world. Per https://en.wikipedia.org/wiki/Washington_State_Ferries > The agency maintains the largest fleet of ferries in the United States at 22 vessels, carrying 23
11.
▲
by
dacort
10y ago
At what level, company size, and cash/equity split? I'm co-founder of a local startup here w/~140 people and that's pretty comparable/above average to what I've seen depending on the cash/equity split. The
12.
▲
by
dacort
10y ago
Second this recommendation. Very easy to get up and running - may not be able to handle some complex use cases, but for the basics it's fantastic.
13.
▲
by
dacort
10y ago
Would very much appreciate that as well as walk-through docs. Got it up and running easily enough, and connected to Redshift. But seemed like creating a new "slice" required custom JSON params to define it. Unless I missed somethi
14.
▲
by
dacort
11y ago
Great insight into the changing landscape of a CTO as a company grows through rounds of funding in the first several years. My experience (Series C, ~130 employees) echoes many of the points in this article.
15.
▲
How Effective CTOs Embrace Change
(firstround.com)
18 points
by
dacort
11y ago
|
2 comments
16.
▲
by
dacort
11y ago
Interesting seeing the activity on Twitter and how quickly Periscope caught up once it was released: https://twitter.com/dacort/status/582570506043310080
17.
▲
by
dacort
12y ago
Different use case (SMS stats), but you can see an example of querying the local iMessage DB here: https://github.com/mroth/grayratio
18.
▲
by
dacort
12y ago
I think one of my favorite things about this is that it actually makes product information available in the meta tags. <meta property="twitter:item:variant1:id" value="n6NDAWFNqjkNZftJWq0BQw==" /> <meta pro
19.
▲
by
dacort
13y ago
I was a little confused that an "author" rel would be retrieved from a "people" resource. Is there a way to define that author's are people other than the client knowing this?
20.
▲
by
dacort
13y ago
s/privacy/qa or your discipline of choice that is seen as "slowing down" development. While most devs should be thinking about this, you're correct in that their culture generally doesn't encourage them to.
21.
▲
by
dacort
13y ago
Something every dev should be thinking about, but rarely is.
22.
▲
by
dacort
14y ago
Another "missed" option: Got seed funding to pay the bills until it ran out or the company became profitable/raised another round.
23.
▲
by
dacort
14y ago
Touché
24.
▲
by
dacort
14y ago
Why not: http://checkip.dyndns.org - About as plain as you can get.
25.
▲
by
dacort
14y ago
I just replaced an EventMachine-based project with Celluloid::IO - it was a pretty simple replacement, although I had some issues with concurrent connections ( https://github.com/celluloid/reel/issues/11 ). I have yet to test it in producti
26.
▲
by
dacort
14y ago
Not guaranteed to not break: curl -s http://randomfunfacts.com | grep "<td border" | sed 's/<[^>]*>//g' | sed 's/ //'
27.
▲
by
dacort
14y ago
I also find it very helpful to spiff up my prompt when changing into a git repo: http://railstips.org/blog/archives/2009/02/02/bedazzle-your-...
28.
▲
by
dacort
15y ago
I'm pretty sure it's been this way for quite some time now...
29.
▲
by
dacort
15y ago
Client-side encryption feature request: https://www.dropbox.com/votebox/21/client-side-encryption Ya know, just in case you want to upvote it.
30.
▲
by
dacort
15y ago
That works for you because you know how the web works. Most people don't. They'll type "facebook" into search instead of going to facebook.com. If the search is good enough, the url isn't necessary.
More ›