Site original : shaarli-Links
Framework pour faire des applis natives multi plateforme.
— Permalink
:-)
dd if=/dev/zero bs=1G count=10 | gzip -c > 10GB.gz
<?php
if (ipIsBlackListed() || isMalicious()) {
header("Content-Encoding: gzip");
header("Content-Length: "+ filesize(ZIP_BOMB_FILE_10G)); // 10 MB
readfile(ZIP_BOMB_FILE_10G);
exit;
}
?>
Le corps humain en 3D.
via https://shaarli.pitrouille.xyz/?LMQIOg
— Permalink
Pour qu'un LLM appel des API.
— Permalink
# /!\ ollama install pleins de merde. Donc à faire sur une machine de test
wget https://ollama.com/install.sh
bash install.sh
ollama run deepseek-r1
ollama run deepseek-r1:1.5b
pip install streamlit langchain langchain_community langchain_experimental pdfplumber sentence-transformers faiss-cpu --break-system-packages
wget https://gist.githubusercontent.com/lisakim0/0204d7504d17cefceaf2d37261c1b7d5/raw/2efb940a755bf9f2d5c57e74f13575b0991603f6/app.py
streamlit run app.py
Merci :-)
via https://warriordudimanche.net/article2103/680246b08e237
— Permalink
Protection pour les manif ^_^
— Permalink
/*
This has been generated by the overpass-turbo wizard.
The original search was:
“telecom=data_center in France”
*/
[out:json][timeout:25];
// fetch area “France” to search in
{{geocodeArea:France}}->.searchArea;
// gather results
nwr["telecom"="data_center"](http://area.searchArea);
// print results
out geom;