Skip to main content

Bike powered nowmad looking for what has not been lost to him while contribute with his work and ideas wherever he is.

lowfill.org

lowfill

lowfill

del.icio.us/lowfill

lowfill

lowfill

dramirezaragon

 

MySQL option/feature to track history of changes to records - Guillermo Antony Cava Nuñez

Hi, my name is Guillermo Antony Cava Nuñez, today while attending an issue at work, it happened that a user was claiming that they in fact submited information with something spelled one way but in fact in the database they submited it wrong. Long story short they changed it in the database but in order to…
 

Why You (Probably) Don't Need to Fine-tune an LLM - Tidepool by Aquarium

In this post, we’ll talk about why fine-tuning is probably not necessary for your app, and why applying two of the most common techniques to the base GPT models — few-shot prompting and retrieval-augmented generation (RAG) — are sufficient for most use cases.
 
 

The Making of My Octopus Teacher - Sea Change Project

The making of Academy Award winning documentary, My Octopus Teacher by Pippa Ehrlich, James Reed & Craig Foster.
 

HTTPWTF

HTTP is fundamental to modern development, from frontend to backend to mobile. But like any widespread mature standard, it's got some funky…
 
 
 

“If you’re not doing something different, you’re not doing anything at all.”

Yesterday was the official launch of my new textbook An Adventure in Statistics: The Reality Enigma. Although a few ‘print to order’ copies are floating about, the ‘proper’ hi-res print copies won’…
 
 

Advanced techniques to implement fast hash tables

Array and hash table are probably the most important data structures. Some programming languages such as Perl, Lua and Javascript, almost build the language core on top of the two data structures. …