Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
hantusk
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
Pi vs. OMP (Oh My Pi Agent)
(composio.dev)
1 points
by
hantusk
15d ago
|
0 comments
2.
▲
by
hantusk
23d ago
Check out https://hub.steampipe.io/ , available as sqlite/postgtesql extensions
3.
▲
by
hantusk
1mo ago
It is implemented here as DuckDB extension: https://github.com/ila/openivm/
4.
▲
by
hantusk
2mo ago
Check out mosaic from uwdata which works on top of Observable plot Or plotly-resampler which works on top of plotly and uses the rust package tsdownsample to aggregate on the 4pixels per pixel shown level (to make antialias work) the gramma
5.
▲
by
hantusk
2mo ago
Check out https://github.com/ila/openivm which implements a very large scope of aggregations as incremental operations in an SQL-to-SQL compiler, and extension for duckdb that automatically maintains a materialized vie
6.
▲
Incremental View Maintenance on DuckDB
(github.com)
3 points
by
hantusk
2mo ago
|
0 comments
7.
▲
by
hantusk
4mo ago
yeah, also reminded me of wifi sd-cards: https://hackaday.com/2016/06/30/transcend-wifi-sd-card-is-a-...
8.
▲
by
hantusk
6mo ago
I can recommend Pixi for this. https://pixi.prefix.dev/latest/ pixi init && pixi add wget And youre ready to go, everything confined to the venv within the directory
9.
▲
by
hantusk
8mo ago
Good opportunities arise for those who stick their neck out. Here's some inspiration for what to blog about: https://simonwillison.net/2022/Nov/6/what-to-blog-about/ It seems he started his blog in
10.
▲
by
hantusk
9mo ago
you're joking because of the other frontpage story with Gemini 3 hallucinating hacker news 10 years in the future, but still lets keep the hallucinations to that page.
11.
▲
by
hantusk
10mo ago
Lego brick in build123d: https://build123d.readthedocs.io/en/latest/tutorial_lego.htm... Gear in build123d: https://github.com/GarryBGoode/gggears
12.
▲
by
hantusk
1y ago
CTEs go a long way towards left to right readability while keeping everything standard SQL.
13.
▲
by
hantusk
1y ago
Reading CSV into a duckdb table will give you that, along with a table for the errors and reason for error: https://duckdb.org/docs/stable/data/csv/reading_faulty_csv_f... Could definitely be done as a s
14.
▲
by
hantusk
2y ago
cumin and persian cumin (caraway) is one such example
15.
▲
by
hantusk
2y ago
I agree. So many disparate solutions. The streaming sql primitives are by themselves good enough (e.g. `tumble`, `hop` or `session` windows), but the infrastructural components are always rough in real life use cases. crossing fingers for s
16.
▲
by
hantusk
2y ago
Since writes to object storage are going to be slow anyway, why not double down on read optimized B-trees rather than write optimized LSM's?
17.
▲
by
hantusk
2y ago
I think https://github.com/uwdata/mosaic is really promising here. See the example https://idl.uw.edu/mosaic/examples/linear-regression.html where the user can recalculate a linear regression
18.
▲
by
hantusk
2y ago
Check out build123d, which has a nicer api for cadquery. I draw sketches in svg if the sketch shapes become too unmanagable to express in code
19.
▲
by
hantusk
2y ago
https://rclone.org/ works great
20.
▲
by
hantusk
2y ago
I don't think it was for the technical fit or performance reasons, but more a philosophy about everything starts with data, and graphics are just visualizations anchored to the data points (or a functionally derived property of the dat
21.
▲
by
hantusk
2y ago
I also have written a lot d3, between versions 2 and 7, and the refactoring that has happened meant a lot of examples online that were hard to comprehend were even harder to update. I feel like its more stable now though. Something clicks f
22.
▲
by
hantusk
2y ago
For a shortcut, Musescore has a plugin called colornotes that does this, installable from the GUI. You can alter the color scheme by editing the .js plugin code: https://github.com/musescore/MuseScore/blob/mas
23.
▲
by
hantusk
2y ago
more specifically it's using the svelte wrapper of three.js called Threlte: https://threlte.xyz/
24.
▲
by
hantusk
2y ago
Check out Descript. It's been awesome when I used it in the past
25.
▲
by
hantusk
2y ago
I liked SQL workbench ( https://news.ycombinator.com/item?id=39537794 ) which has the same core ideas but more usable features at this point (query history, parquet support and charts) - if you hadn't seen it maybe some
26.
▲
by
hantusk
2y ago
you could consider hosting an empty postgresql database, compile your code as a postgresql foreign data wrapper and expose it as a view. Nothing is more compatible with the postgres wire protocol than postgresql itself ;) turbot compiles th
27.
▲
by
hantusk
2y ago
SQLGlot brands itself as an sql optimizer also: https://github.com/tobymao/sqlglot?tab=readme-ov-file#sql-op... but I haven't tried that aspect of it personally
28.
▲
by
hantusk
3y ago
Simo linked some older papers with this same idea: https://twitter.com/cloneofsimo/status/1765796493955674286
29.
▲
by
hantusk
3y ago
Digging into the low rank structure of the gradients, instead of the weights seems like a promising direction for training from scratch with less memory requirements: https://twitter.com/AnimaAnandkumar/status/1765
30.
▲
by
hantusk
3y ago
Not affiliated, but happy modal.com user, which has very fast cold starts for the few demos i run with them.
More ›