Viewing profile — hantusk
hantusk
HN member- Joined
- Tue, Mar 12, 2013, 3:36 PM UTC
- HN karma
- 239
- Public activity
- 110 items
- HN profile
- View on Hacker News ↗
About hantusk
No profile information was provided.
Recent public activity
-
comment
Comment #49089528
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 4pixe…
-
comment
Comment #48993137
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 auto…
- story
-
comment
Comment #48368355
yeah, also reminded me of wifi sd-cards: https://hackaday.com/2016/06/30/transcend-wifi-sd-card-is-a-...
-
comment
Comment #47624136
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
-
comment
Comment #46762773
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 st…
-
comment
Comment #46215525
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.
-
comment
Comment #46031199
Lego brick in build123d: https://build123d.readthedocs.io/en/latest/tutorial_lego.htm... Gear in build123d: https://github.com/GarryBGoode/gggears
-
comment
Comment #43787103
CTEs go a long way towards left to right readability while keeping everything standard SQL.
-
comment
Comment #43522479
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 de…
-
comment
Comment #42444573
cumin and persian cumin (caraway) is one such example
-
comment
Comment #42201889
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…
-
comment
Comment #41717621
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?
-
comment
Comment #41645014
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…
-
comment
Comment #41518122
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
-
comment
Comment #40983706
https://rclone.org/ works great
-
comment
Comment #40382869
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 dat…
-
comment
Comment #40382812
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…
-
comment
Comment #40221307
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…
-
comment
Comment #39939292
more specifically it's using the svelte wrapper of three.js called Threlte: https://threlte.xyz/
-
comment
Comment #39832433
Check out Descript. It's been awesome when I used it in the past
-
comment
Comment #39829312
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 cha…
-
comment
Comment #39747716
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 postgre…
-
comment
Comment #39747541
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
-
comment
Comment #39639261
Simo linked some older papers with this same idea: https://twitter.com/cloneofsimo/status/1765796493955674286