HackerTrans
TopNewTrendsCommentsPastAskShowJobs

hantusk

no profile record

comments

hantusk
·w zeszłym miesiącu·discuss
yeah, also reminded me of wifi sd-cards: https://hackaday.com/2016/06/30/transcend-wifi-sd-card-is-a-...
hantusk
·3 miesiące temu·discuss
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
hantusk
·6 miesięcy temu·discuss
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 2003: https://simonwillison.net/2003/Jun/12/oneYearOfBlogging/
hantusk
·7 miesięcy temu·discuss
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.
hantusk
·8 miesięcy temu·discuss
Lego brick in build123d: https://build123d.readthedocs.io/en/latest/tutorial_lego.htm...

Gear in build123d: https://github.com/GarryBGoode/gggears
hantusk
·w zeszłym roku·discuss
CTEs go a long way towards left to right readability while keeping everything standard SQL.
hantusk
·w zeszłym roku·discuss
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 small little bash script
hantusk
·2 lata temu·discuss
cumin and persian cumin (caraway) is one such example
hantusk
·2 lata temu·discuss
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 solutions like `https://github.com/feldera/feldera` to be wrapped in a nice database, `https://materialize.com/` to solve their memory issues, or `https://clickhouse.com/docs/en/materialized-view` to solve reliable streaming consumption.

Various streaming processing frameworks often have domain specific languages with a lot of limitations of how to express aggregations and transformations.
hantusk
·2 lata temu·discuss
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?
hantusk
·2 lata temu·discuss
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 based on their selection.

You'd still need to implement any custom selection widgets, data transformations (like other statistical tests) etc. still missing, but i like the technical design to build on top off. It uses https://github.com/observablehq/plot under the hood, which aims to have just as flexible a grammar as ggplot (already quite capable) but with interactive features (built by the creator of d3 and uses it under its hood).
hantusk
·2 lata temu·discuss
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
hantusk
·2 lata temu·discuss
https://rclone.org/ works great