De l'OSINT sur les sous-marin.
— Permalink
Site original : shaarli-Links
De l'OSINT sur les sous-marin.
— Permalink
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