Viewing profile — tconbeer
tconbeer
HN member- Joined
- Thu, Apr 27, 2023, 1:51 AM UTC
- HN karma
- 62
- Public activity
- 27 items
- HN profile
- View on Hacker News ↗
About tconbeer
No profile information was provided.
Recent public activity
-
comment
Comment #48031884
The assholes outnumber the good ones, and it feels like all of humanity is transactional and extractive. At first all engagement is exciting and validating. You work nights and wee…
-
comment
Comment #41206635
It’s an RFI, not an RFP. They are basically looking to build a list of vendors who might be interested in bidding an RFP or competing in a domain-relevant contest.
-
comment
Comment #40519875
Reggie is on the board of USA Cycling: https://gravelnats.usacycling.org/article/feature-reggie-mil...
-
comment
Comment #38933765
harlequin-odbc was released today. https://harlequin.sh/docs/odbc/index
-
comment
Comment #38887931
Not yet. What order would you like to see?
-
comment
Comment #38886442
You can install adapters for pg, MySQL, big query, and trino, with others coming soon. harlequin.sh for more info
-
comment
Comment #38886320
A. I was using the DuckDB CLI and kept hitting walls on analyses. Had a shower thought of “I wonder if anyone has used Textual for a DuckDB client” and decided to build one myself.…
-
comment
Comment #38886291
Wow, I had no idea. Thanks!
-
comment
Comment #38886040
I originally wrote this because sometimes a CLI or TUI is just super convenient. I used to use the DuckDB and Sqlite CLIs a lot, but was frustrated by their limitations, especially…
-
comment
Comment #38886031
Author here. Thanks for more love for Harlequin. I’ll be checking back and responding to feedback and questions for the next few hours.
-
comment
Comment #38886011
Author here. If that disappointment fuels a half day of dev time, anyone who knows Python can just create their own adapter.
-
comment
Comment #38885998
Fair enough (author here). I just launched support for any databases other than DuckDb and published a guide to create adapters for new dbs. I’m expecting the community to step up …
-
comment
Comment #38519828
The Harlequin v1.0 release made it to the Front Page -- I'm back to announce v1.5, which adds support for other databases (and addresses the biggest feedback I got on HN).
- story
-
comment
Comment #37603336
Textual provides a utility for screenshotting apps. I loop over a list of themes and take the screenshots. You can see the code for that here: https://github.com/tconbeer/harlequin…
-
comment
Comment #37603316
Thank you!
-
comment
Comment #37603310
Thanks! Hopefully coming to v2 ... https://github.com/tconbeer/harlequin/issues/230
-
comment
Comment #37603301
DuckDB provides some really nice python APIs that other databases don't have, so it was a very easy way for me to get started. I'm considering/planning extending to other DBs using…
-
comment
Comment #37603271
Thanks for the feedback; gotten some of the same here. I've tried to be really thoughtful about using space and getting value out of every pixel. There are some features in Harlequ…
-
comment
Comment #37603193
Right now there is no autocomplete inside the text editor, but that will be added soon. DuckDB itself provides an extension that adds a table function that can be queried for compl…
-
comment
Comment #37591917
TIL about LazyGit. Looks excellent. Thanks for the tip, and the UI feedback
-
comment
Comment #37590725
fair feedback!
-
comment
Comment #37590663
it's an issue with the highlight color. I'll get that fixed shortly.
-
comment
Comment #37590280
It's a bit faster and easier than parquet, but right now the format is unstable, which is a huge downside and makes it unsuitable for medium/long-term storage. After DuckDB v1, the…
-
comment
Comment #37589700
It's great as: 1. An ephemeral processing engine. For example, I have a machine learning pipeline where I load data into a DataFrame, and then I can use DuckDB to execute SQL on my…