Tootfinder

Opt-in global Mastodon full text search. Join the index!

@rperezrosario@mastodon.social
2026-02-26 01:10:07

"SQL" will be exclusively pronounced from this day henceforth:
Feel free to boost for a larger sample.
#poll #sql #databases

@larsfosdal@mastodon.social
2026-01-29 06:52:03

The more I learn about Agentic AI, the more it feels like LLMs behave similar to a next-gen "SQL" where Agents define the "source tables" that can be searched for specific information. The metadata discloses the purpose and content of each agent, so that the LLM can join it when appropriate.
Very flexible free form SQL, with very costly execution.
#ai

@fanf@mendeddrum.org
2026-01-24 21:42:01

from my link log —
Against SQL.
scattered-thoughts.net/writing
saved 2021-07-10 dotat.at/:/3Q8D…

@portaloffreedom@social.linux.pizza
2025-12-29 23:40:46

Is there any relational database that does not use SQL?
I really don't like SQL syntax and sending commands over dynamicly composed strings.

@domm@social.linux.pizza
2026-01-27 19:28:09

Today I once again wrote some nice SQL to fix yesterdays fuckup. A few years ago I would have written a #Perl script, but nowadays my #SQL is good enough (and #Postgres has nice enough features) to d…

@arXiv_csDB_bot@mastoxiv.page
2026-02-26 08:20:40

Both Ends Count! Just How Good are LLM Agents at "Text-to-Big SQL"?
Germ\'an T. Eizaguirre, Lars Tissen, Marc S\'anchez-Artigas
arxiv.org/abs/2602.21480

@kubikpixel@chaos.social
2026-02-12 11:05:02

«Stoolap - High-performance embedded SQL database in Rust»
Have any of you tried it before and what is your experience with it? Can it be used in the same way as SQLite? I ask because the open source project is relatively new, i.e. are there certain arguments to (not) use it productively?
🦀 stoolap.io

@fanf@mendeddrum.org
2026-01-19 12:42:02

from my link log —
SELECT WAT FROM SQL;
scattered-thoughts.net/writing
saved 2020-04-17

@datascience@genomic.social
2026-01-27 11:00:00

Im using case_when() quite a lot, case_match() is new to me: #rstats

@arXiv_csDB_bot@mastoxiv.page
2026-02-26 12:54:47

Replaced article(s) found for cs.DB. arxiv.org/list/cs.DB/new
[1/1]:
- High-Fidelity And Complex Test Data Generation For Google SQL Code Generation Services
Shivasankari Kannan, Yeounoh Chung, Amita Gondi, Tristan Swadell, Fatma Ozcan

@zachleat@zachleat.com
2025-12-18 17:38:43

Writing database queries is too close to the metal. Best practices don’t work! It’s time to make SQL enterprise-scale with utility classes.
tailwindsql.xyz/

@iam_jfnklstrm@social.linux.pizza
2026-01-21 11:14:26

Dagens nya ord - datakub. Rolig att sql'a in i men svår att navigera i

@tschundler@leds.social
2026-01-24 08:36:15

RE: chaos.social/@jon_ellis/115945
This is a valid point. SQL is the only language that I have used at every full-time job of mine. I first learned it around 1998 and last wrote some two weeks ago. I've only used assembly longer, but…

@qbi@freie-re.de
2026-02-12 08:48:24

Ich brauche noch einen Kaffee oder warum kann die Bash kein SQL?
user@host:~$ SELECT s.id, s.url …
FROM statuses s
JOIN …
-bash: syntax error near unexpected token `('
-bash: FROM: command not found
#fail

@socallinuxexpo@social.linux.pizza
2025-12-19 16:22:04

🎉 A huge thank you to TiDB for being a Silver Sponsor of SCaLE 23x! Your support helps us celebrate the power of open source technology! Learn more about TiDB's cutting-edge distributed SQL database at pingcap.com. See you in Pasadena!

@buercher@tooting.ch
2026-01-17 16:07:47

SQL is the lingua franca. Hiring, maintenance, and reviews get easier when the query is the spec.
Over time, all NoSQL framework include SQL interfaces.
medium.com/@Modexa/the-sql-com

@philip@mastodon.mallegolhansen.com
2026-02-03 02:43:58

Tonight I made a daiquiri.
And then I realized, the way it’s spelled looks a lot like a portmanteau of daj (Polish: Give) and query.
So maybe every time someone gives you a SQL query, that’s actually a daiquiri.

@niqdanger@social.linux.pizza
2026-01-12 19:22:00

Upgraded a server today from Windows 2019 to 2025. Also upgraded the MSSQL on it. Usually we find MSSQL 2019, occasionally MSSQL 2016 (ick) but we've been slowly bringing everything up to date and under IT management. The box we have on schedule for tomorrow? It is Windows 2019 but somehow running SQL Express 2005. 🤦 🤦 Double facepalm on that one.

@carlos@perceptiveconstructs.com
2026-01-07 02:01:50
@…

Data Science is different things to different people so the list of things you need to know is hard to pin down.
It's often understood to go beyond data analysis.

In addition to Python programming and statistics you need to know at least:
- data manipulation tools including SQL, dataframes (polars, pandas)
- fund…
@carlos@social.perceptiveconstructs.com
2026-01-07 02:01:50
@…

Data Science is different things to different people so the list of things you need to know is hard to pin down.
It's often understood to go beyond data analysis.

In addition to Python programming and statistics you need to know at least:
- data manipulation tools including SQL, dataframes (polars, pandas)
- fund…
@socallinuxexpo@social.linux.pizza
2026-02-10 00:40:01

Scott Stroz will speak on 'REST Assured: Serving Up MySQL REST Service with Node—No SQL Required!' as part of our MySQL@SCaLE track at SCaLE 23x. Full details: socallinuxexpo.org/scale/23x

@thomastraynor@social.linux.pizza
2026-01-02 13:28:07

A good day is when I learn something new. Today I learned a small thing in AWK for IF statements. It makes the life of the team easier now as I can allow for multiple year checks on an input file. This coming December I can set it up to handle 2026/2027 dates without causing an error message like we received today. I knew how to do it in APL, BASIC, C, dBase, PASCAL, PL/1, COBOL, FORTRAN, REXX, RUST, SQL and BASH. Never did it in AWK.

@buercher@tooting.ch
2025-12-21 20:43:28

New SQL Notebook: Home made font tracing
There are many tools outwhere to create fonts from bitmap images, be it handwritten fonts or fonts from old books. They all involve quite a lot of homework. Letters have to be written carefully on a grid, bounding boxes have to be defined.
I wondered if the process could be made a little bit more straightforward. I want just to scan a book´s page and the tool creates the font for me, identifying all letters.
belle-nuit.com/sql-notebook/in

@fanf@mendeddrum.org
2026-01-06 15:42:04

from my link log —
Four ways to improve a perfect SQL join algorithm.
remy.wang/blog/ya-fast.html
saved 2026-01-04 dotat.at/:/QZ8MM.…

@buercher@tooting.ch
2026-02-16 21:46:44

SQL Notebook: The tiger image
belle-nuit.com/sql-notebook/in

@buercher@tooting.ch
2025-12-23 19:40:03

Home made PostScript Type 3 fonts
belle-nuit.com/sql-notebook/in