NEW POST
Birgitta Böckeler recently spent some time trying out running local LLMs for some programming tasks. In this memo she outlines the factors that influence how viable they are for the job.
https://t.co/ALp5q6p3g5
cat is the most misused thing by programmers new to linux. I cringe every time someone uses it wrong in a bash script. Thread below with proper uses of cat only
As much as I love certain programming languages—cough #Haskell cough—here's a nice reminder that the ideas are a bigger than the code that implements them. 🙂
(ICYMI, see the full interview here: https://t.co/awjOTdxPc1)
What tricks are databases pulling to parallelize billion-row queries and answer them in seconds?
Join me & #DuckDB co-creator (& DB professor) Hannes Mühleisen for a delightful journey beyond the query planner.
🎧 https://t.co/mAJhkAvBEV
📺 https://t.co/o4ktm6EGL0
We lost a titan of programming languages, programming methodology, software engineering and hardware design. Niklaus Wirth passed away on the first of January. We mourn a pioneer, colleague, mentor and friend.
CTRL-H time, folks. Expect rebranding will also means it will be <deep breath> Microsoft Entra ID Connect Cloud Sync https://t.co/9uxZnmuCOc #Entra#AzureAD
@janiczek@roc_lang Preferably just leave the \ out. If that is a problem for parsing, then add brackets.
Same with @elmlang btw. Beautifully designed language, fully user focused. Except the \, some geeky Haskell legacy.
@z5h@aaronwhite@aarondfrancis Prolog is lovely, but it would still result in an application abstracting the data source with predefined interfaces, where the data people need ad hoc query interfaces. Graphql comes closest. Then again, that is not really that useful for bulk access.