HackerTrans
TopNewTrendsCommentsPastAskShowJobs

datacynic

no profile record

comments

datacynic
·hace 2 meses·discuss
I also suspect that there are many "slow-moving", Microsoft heavy enterprises but with in-house devs that can't get anything but Copilot approved, and Microsoft trusts this will remain so.

It's not turning consumption based because there are a ton of these licenses just sitting idle.
datacynic
·hace 4 meses·discuss
I like this Tufte quote from https://www.edwardtufte.com/notebook/book-design-advice-and-...:

It is also notable that the Feynman lectures (3 volumes) write about all of physics in 1800 pages, using only 2 levels of hierarchical headings: chapters and A-level heads in the text. It also uses the methodology of sentences which then cumulate sequentially into paragraphs, rather than the grunts of bullet points. Undergraduate Caltech physics is very complicated material, but it didn’t require an elaborate hierarchy to organize.

I think about it a lot when reading markdown feature-driven writing or catching myself doing it.
datacynic
·hace 7 meses·discuss
Writing documentation for LLMs is strangely pleasing because you have very linear returns for every bit of effort you spend on improving its quality and the feedback loop is very tight. When writing for humans, especially internal documentation, I’ve found that these returns are quickly diminishing or even negative as it’s difficult to know if people even read it or if they didn’t understand it or if it was incomplete.
datacynic
·hace 8 meses·discuss
DuckLake is more comparable to Iceberg and Delta than to raw parquet files. Iceberg requires a catalog layer too, a file system based one at its simplest. For DuckLake any RDBMS will do, including fs-based ones like DuckDB and SQLite. The difference is that DuckLake will use that database with all its ACID goodness for all metadata operations and there is no need to implement transactional semantics over a REST or object storage API.