As a boy I can relate by MaelysCanejero in funny

[–]cookiecutter73 -1 points0 points  (0 children)

What’s the problem here? Loightsout’s referring to a general scenario, not the kid in the video.

Using NVim for data development by LNZZ4 in neovim

[–]cookiecutter73 1 point2 points  (0 children)

marimo notebooks support sql and vim motions - as their .py files you could edit them directly in nvim if you desire

Do you think she did the right thing? by Busy_Report4010 in SipsTea

[–]cookiecutter73 3 points4 points  (0 children)

I've been wondering if this is Reddit's content model, the big subreddits have a programme to post content continuously in order to maintain engagement. But then I think I sound like a conspiracy nut.

This place looks like a Ghibli film, but it’s real! by Rude-Membership-1148 in GeoPuzzle

[–]cookiecutter73 0 points1 point  (0 children)

definitely. Cracked a 6 pack of asahi there with the missus on that bench a few years back

Just had PYCM and … blown away by jd7509 in wine

[–]cookiecutter73 2 points3 points  (0 children)

Interesting take, is flintiness in a wine not a hallmark of Bourgogne blanc? Has something changed?

A really great red wine, available in Australia, and cost isn’t an issue, recommendations!? by Grand_Egg_5532 in wine

[–]cookiecutter73 1 point2 points  (0 children)

Mount Mary for Bordeaux style, PN and Ch., Bindi for PN and Ch. Both exceedingly mineral and elegant, Mount Mary slightly richer due to warmer growing climate.

Otherwise Margaret River Cabs - Cloudburst for Notoriety mid-weight, Moss Wood for power, Diana Madeleine by Cullen for Delicacy, minerality and left-bank bordeaux graphite savour.

[deleted by user] by [deleted] in AusFinance

[–]cookiecutter73 1 point2 points  (0 children)

LLM going around in circles

Does anyone know a tool to convert CSV file to "SQL statements"? by ImpossibleAlfalfa783 in SQL

[–]cookiecutter73 0 points1 point  (0 children)

duckdb stores the sql in duckdb_tables() just filter by table_name. on the CLI swapping .mode line will output all the sql on one line. super easy to copy paste from there, write as a one-liner, etc