Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
erikcw
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
erikcw
4mo ago
Thanks for releasing this! How do you handle DDL queries? Are table changes synchronized to the Iceberg table automatically? Also, I recently started looking into olake[0] to serve the same purpose. What would you say differentiates Strea
2.
▲
by
erikcw
4mo ago
How does Lakebase compare to Ducklake[0]? [0] https://ducklake.select/
3.
▲
Should the Grizzly Return to California?
(amp.sacbee.com)
2 points
by
erikcw
5mo ago
|
0 comments
4.
▲
by
erikcw
5mo ago
I’ve had very good experience with it last year. I used it at large scale with data that had been in iceberg previously and it worked flawlessly. It’s only improved since. Highly recommend.
5.
▲
by
erikcw
6mo ago
Simon Willison wrote a good post about Dan Woods’ work on “Autoresearching Apple's "LLM in a Flash" to run Qwen 397B locally”. [0] https://simonwillison.net/2026/Mar/18/llm-in-a-flash/
6.
▲
DuckDB 1.5.0
(duckdb.org)
46 points
by
erikcw
6mo ago
|
5 comments
7.
▲
by
erikcw
8mo ago
I use them both depending on which feels more natural for the task, often within the same project. The interop is easy and very high performance thanks to Apache Arrow: `df = duckdb.sql(sql).pl()` and `result = duckdb.sql("SELECT * FR
8.
▲
by
erikcw
8mo ago
Link to the lectures?
9.
▲
by
erikcw
10mo ago
Data inlining is also currently limited to only the DuckDB catalog (ie it doesn't work with Postgres cataglogs)[0]. It's improving very quickly though and I'm sure this will be expanded soon. [0] https://ducklake.
10.
▲
by
erikcw
1y ago
This looks really useful! Am I correct that there isn’t an S3 compatible API, just the “fetch” API? Being able to set an S3 client’s endpoint to proxy traffic straight through this would be quite useful.
11.
▲
DuckDB 1.3.0
(duckdb.org)
5 points
by
erikcw
1y ago
|
0 comments
12.
▲
by
erikcw
2y ago
I’ve started using Granian[0] recently with good results. [0] https://github.com/emmett-framework/granian
13.
▲
by
erikcw
2y ago
I've used SikuliX[0] in the past for similar purposes. Unfortunately the author hasn't had much time to maintain it recently. [0] https://github.com/RaiMan/SikuliX1
14.
▲
I Talk to Robots While Driving
(tomtunguz.com)
2 points
by
erikcw
2y ago
|
0 comments
15.
▲
by
erikcw
3y ago
I've always wished that there was an option to whitelist certain area codes. I've had the same number for 20 years, and now live in a different part of the country. I get very little spam from local area codes -- but a ton spoof
16.
▲
by
erikcw
3y ago
https://www.caiso.com/TodaysOutlook/Pages/default.aspx
17.
▲
by
erikcw
3y ago
I thought my ThermoWorks Signal had a dead/defective battery after trying to charge it on a standard USB power adapter. Device booted up and and functioned fine, except the battery wouldn't charge. Plugged it into the provided a
18.
▲
by
erikcw
3y ago
I’ve been meaning to find time to get ruff-lap working on Doom Emacs side by side with pyright. Is anyone who’s already managed to get it working willing to share their config?
19.
▲
PyIceberg 0.5.0
(tabular.medium.com)
2 points
by
erikcw
3y ago
|
0 comments
20.
▲
by
erikcw
3y ago
How about the Relational API[0] or the new PySpark compatible API[1] added in this release? [0] https://duckdb.org/docs/archive/0.8.1/api/python/relational_... [1] https://github.com/
21.
▲
by
erikcw
3y ago
I'd love something like dd-wrt but for these cloud cameras. I have some Arlo cameras that I'd love to re-flash and run without the cloud service.
22.
▲
by
erikcw
3y ago
After stumbling upon this, I’ve been obsessively looking for an excuse to drill a well[0]. https://drillyourownwell.com/
23.
▲
by
erikcw
3y ago
Perhaps as a profit center to the tea industry. Most tea bags contain the grades of tea that can't be sold in the more expensive loose leaf form. Basically leaf fragments and dust. That material would otherwise be a waste product.
24.
▲
by
erikcw
3y ago
I’ve been using it to great effect for the last year or so. It really is a breath of fresh air. In my case, I’m using a Django backend, but there are lots of successful folks using other backend stacks as well so choose what you know best.
25.
▲
A3 Report
(lean.org)
1 points
by
erikcw
3y ago
|
0 comments
26.
▲
by
erikcw
3y ago
Ideally you’d used Parquet or ORC if querying from Athena/Trino/Presto. Since they are columnar formats you will enjoy considerably faster queues and lower query costs for most query patterns other than “select *…” since the query
27.
▲
by
erikcw
4y ago
I was experimenting with the Warp terminal for the first time last week. It includes a similar feature. I was pretty impressed with how well it worked. [0] https://docs.warp.dev/features/entry/ai-command-search#
28.
▲
by
erikcw
4y ago
I just tried polars for this first time this week. I ported a data pipeline from pandas and I was blown away by the performance yield. Function went from a 60 min runtime with pandas to ~1:30 in polars! I’ve been using pandas for years and
29.
▲
by
erikcw
4y ago
I recently inherited a codebase that uses Pony ORM[0]. Might be worth taking a look if you want your interactions to look as similar to vanilla python expressions as possible. [0] https://ponyorm.org/
30.
▲
by
erikcw
4y ago
One of the features I like in ES that I haven’t seen in alternatives is “Percolate queries” (queries where you feed the service a document and it returns a list of queries that you’ve indexed that would match that document - basically inver
More ›