PROJET AUTOBLOG


Links

source: Links

⇐ retour index

Apps/Fractal - GNOME Wiki!

mardi 13 septembre 2022 à 19:11

Client Matrix
Permalink

The Follower – Dries Depoorter

mardi 13 septembre 2022 à 16:27

Utilisation de caméras «open» pour trouver où ont été prise des photos Instagram.

via https://jcfrog.com/shaarli41/?UAeHEA
Permalink

Picamera2 Python camera library for Raspberry Pi leverages libcamera open-source framework - CNX Software

mardi 13 septembre 2022 à 15:08

FAQ et tutoriels | YGGLand

lundi 12 septembre 2022 à 09:06

GitHub - GeneralDeGaulle/i_fly_bernard: Code du compte twitter @i_fly_Bernard

dimanche 11 septembre 2022 à 21:58

Suivi des jets privés de milliardaires.
https://twitter.com/i_fly_Bernard
Permalink

Google, l'espion le plus con du monde | Grise Bouille

vendredi 9 septembre 2022 à 14:22

GIFShell attack creates reverse shell using Microsoft Teams GIFs

vendredi 9 septembre 2022 à 10:16

Pourrir la sécurité de Teams avec des GIFs ^_^
via https://sebsauvage.net/links/?nqDJDQ
Permalink

PyAutoGUI · PyPI

mercredi 7 septembre 2022 à 23:18

Pour prendre le contrôle du clavier et de la souris en python.
https://pyautogui.readthedocs.io/en/latest/

import pyautogui
import time
while True:
    pyautogui.moveRel(0, 100, duration=5)
    time.sleep(2)
    pyautogui.moveRel(0, -100, duration=5)
    time.sleep(2)

Permalink

OSCP tips and tricks – Unicorn Security – Breaching Unicorns

mercredi 7 septembre 2022 à 14:49

La Maison Blanche interdit les paywalls sur les résultats de la recherche financée par les contribuables, un exemple à suivre pour les autres nations?

lundi 5 septembre 2022 à 10:01

LocalCDN – Adoptez cette extension pour 🦊 Firefox (fr)

dimanche 4 septembre 2022 à 12:00

How do I save custom information to a PNG Image file in Python? - Stack Overflow

samedi 3 septembre 2022 à 22:36
from PIL import Image
from PIL.PngImagePlugin import PngInfo

targetImage = Image.open("pathToImage.png")

metadata = PngInfo()
metadata.add_text("MyNewString", "A string")
metadata.add_text("MyNewInt", str(1234))

targetImage.save("NewPath.png", pnginfo=metadata)
targetImage = Image.open("NewPath.png")

print(targetImage.text)

>>> {'MyNewString': 'A string', 'MyNewInt': '1234'}

Permalink

Github, toujours plus lent, toujours plus lourds, toujours plus consommateur. Merci Micro$oft - OpenNews

vendredi 2 septembre 2022 à 15:03

Je partage ton avis.
Ça me désespère de voir ces jeunes «développeurs» faire du code usine à gaz avec un tas de librairies inutiles.
Les programmes et sites devient de plus en plus lourd et lent.
La qualité du code chez les Microsoft et Google est quand même assez moisie.
Permalink

Compressing images with Stable Diffusion - Stavros' Stuff

jeudi 1 septembre 2022 à 11:50

Si côté serveur et client, il y a le même model et un partage de la seed et du nombre de steps, ouai, c'est faisable :-)

via https://sebsauvage.net/links/?mtpr7A
Permalink

Note : la recherche sous Windows - Le Hollandais Volant

mercredi 31 août 2022 à 23:06

En même temps, ça appel Bing.
Donc oui, tu as les même fonctions que l'on trouve sur un moteur de recherches.
Permalink

GitHub - ainfosec/FISSURE: The RF and reverse engineering framework for everyone

mercredi 31 août 2022 à 21:42

Frequency Independent SDR-based Signal Understanding and Reverse Engineering
Permalink

Bleu, S3ns : pourquoi les offres Cloud de confiance seront certainement soumises au Cloud Act

mercredi 31 août 2022 à 14:21

«Cloud de confiance» c'est grosse arnaque.
Permalink

4.2 Gigabytes, or: How to Draw Anything - ⌨️🤷🏻‍♂️📷

mercredi 31 août 2022 à 09:30

Exploring 12 Million of the 2.3 Billion Images Used to Train Stable Diffusion's Image Generator - Waxy.org

mercredi 31 août 2022 à 09:16

andreasjansson/stable-diffusion-animation – Run with an API on Replicate

mercredi 31 août 2022 à 09:07