Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
tconbeer
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
Dr. Claude: Or, How I Learned to Stop Worrying and Love Whatever It Is This Is
(harlequin.sh)
1 points
by
tconbeer
1mo ago
|
1 comments
2.
▲
by
tconbeer
1mo ago
I wrote a thing about working in data in the age of AI. What happens when your ego is shattered by Claude?
3.
▲
by
tconbeer
4mo ago
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 weekends to please people you’ve never met, sure that one good
4.
▲
by
tconbeer
2y ago
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.
5.
▲
by
tconbeer
2y ago
Reggie is on the board of USA Cycling: https://gravelnats.usacycling.org/article/feature-reggie-mil...
6.
▲
by
tconbeer
3y ago
harlequin-odbc was released today. https://harlequin.sh/docs/odbc/index
7.
▲
by
tconbeer
3y ago
Not yet. What order would you like to see?
8.
▲
by
tconbeer
3y ago
You can install adapters for pg, MySQL, big query, and trino, with others coming soon. harlequin.sh for more info
9.
▲
by
tconbeer
3y ago
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. B. This uses Textual, a python framework for TUIs. Python
10.
▲
by
tconbeer
3y ago
Wow, I had no idea. Thanks!
11.
▲
by
tconbeer
3y ago
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 for doing data analysis work (my background).
12.
▲
by
tconbeer
3y ago
Author here. Thanks for more love for Harlequin. I’ll be checking back and responding to feedback and questions for the next few hours.
13.
▲
by
tconbeer
3y ago
Author here. If that disappointment fuels a half day of dev time, anyone who knows Python can just create their own adapter.
14.
▲
by
tconbeer
3y ago
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 here, since I’d rather spend my time adding features to Harl
15.
▲
Adapters and Config: Multi-Database Support in Harlequin
(harlequin.sh)
2 points
by
tconbeer
3y ago
|
1 comments
16.
▲
by
tconbeer
3y ago
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).
17.
▲
by
tconbeer
3y ago
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/blob/e666319b7a964f026...
18.
▲
by
tconbeer
3y ago
Thank you!
19.
▲
by
tconbeer
3y ago
Thanks! Hopefully coming to v2 ... https://github.com/tconbeer/harlequin/issues/230
20.
▲
by
tconbeer
3y ago
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 plugins. More info here: https://
21.
▲
by
tconbeer
3y ago
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 Harlequin that make it nice on small screens, even with the pa
22.
▲
by
tconbeer
3y ago
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 completions like so: select * from sql_auto_complete( 's
23.
▲
by
tconbeer
3y ago
TIL about LazyGit. Looks excellent. Thanks for the tip, and the UI feedback
24.
▲
by
tconbeer
3y ago
fair feedback!
25.
▲
by
tconbeer
3y ago
it's an issue with the highlight color. I'll get that fixed shortly.
26.
▲
by
tconbeer
3y ago
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, they'll keep the format stable and then I think
27.
▲
by
tconbeer
3y ago
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 DataFrame (I prefer both the syntax and performance to
28.
▲
by
tconbeer
3y ago
Hi everyone! I made this. Tried posting it to Show yesterday, glad this thread is getting more momentum! For the past four months I've been working (part-time, this is OSS after all) on Harlequin, a SQL IDE for DuckDB that runs in your
29.
▲
Show HN: Harlequin, the DuckDB IDE for Your Terminal
(github.com)
5 points
by
tconbeer
3y ago
|
0 comments