- https://github.com/Benjamin-Loison
 -  Joined on 
2022-10-16  
Block a user
	Connection closed by 2001:67c:1401:20f0::1 port 22
				
			
				
				
					Get device network name potentially different due to router
					
					
						
					
				
			
			man nmap
...
       -sn (No port scan)
           This option tells Nmap not to do a port scan after host discovery,
           and only print out the available hosts that…
				
				
					Get device network name potentially different due to router
				
			
			
				
				
					ed25519 well supported on most known web-browsers such as Firefox, Chromium, Edge and Safari?
				
			
			
				
				
					Move my meaningful repositories to Codeberg
				
			
			
					
						Benjamin_Loison
					
					
						
						commented on issue Benjamin_Loison/Robust_image_source_identifica…#82
					
					2024-06-12 19:01:46 +02:00 
				
				
					Try to leverage IPOL computation server
					
					
						Related to Benjamin-Loison/matrix-commander-rs/issues/6.
					
						Benjamin_Loison
					
					
						
						commented on issue Benjamin_Loison/Robust_image_source_identifica…#82
					
					2024-06-12 18:29:08 +02:00 
				
				
					Try to leverage IPOL computation server
					
					
						#!/usr/bin/env python
import matplotlib.pyplot as plt
plt.plot(range(3))
plt.show()
returns in Nix:
UserWarning: FigureCanvasAgg is non-interactive, and thus…
					
						Benjamin_Loison
					
					
						
						reopened issue Benjamin_Loison/Robust_image_source_identifica…#82
					
					2024-06-12 18:25:24 +02:00 
				
				
					Try to leverage IPOL computation server
				
			
					
						Benjamin_Loison
					
					
						
						commented on issue Benjamin_Loison/Robust_image_source_identifica…#82
					
					2024-06-12 02:30:39 +02:00 
				
				
					Try to leverage IPOL computation server
					
					
						Related to Benjamin_Loison/PRNU_extraction/issues/12.
					
						Benjamin_Loison
					
					
						
						commented on issue Benjamin_Loison/Robust_image_source_identifica…#54
					
					2024-06-12 00:55:00 +02:00 
				
				
					Use Debian instead of Ubuntu on Pegasus
					
					
						Only seems left is network issue.
					
						Benjamin_Loison
					
					
						
							pushed to master at Benjamin_Loison/Robust_image_source_identifica…
						
					
					2024-06-11 17:54:32 +02:00 
				
				
					
					
					
					
					
						Compare 3 commits »
					
				
			
					
						Benjamin_Loison
					
					
						
							pushed to master at Benjamin_Loison/Robust_image_source_identifica…
						
					
					2024-06-11 17:52:05 +02:00 
				
				
					
					
					
					
					
						Benjamin_Loison
					
					
						
							pushed to master at Benjamin_Loison/Robust_image_source_identifica…
						
					
					2024-06-11 16:43:24 +02:00 
				
				
					
					
					
					On the Sensor Pattern Noise Estimation in Image Forensics: A Systematic Empirical Evaluation
								
							diff folders based on sizes of files and contents of files
				
			
				
				
					Dual boot Windows time inconsistency
				
			
			
				
				
					Compress encrypted LUKS 
			.iso
				
			
					
						Benjamin_Loison
					
					
						
							pushed to master at Benjamin_Loison/Robust_image_source_identifica…
						
					
					2024-06-10 15:47:11 +02:00 
				
				
					
					
					
					
					
						Benjamin_Loison
					
					
						
							pushed to master at Benjamin_Loison/Robust_image_source_identifica…
						
					
					2024-06-10 15:46:56 +02:00 
				
				
					
					
					
					
					
						Benjamin_Loison
					
					
						
							pushed to master at Benjamin_Loison/Robust_image_source_identifica…
						
					
					2024-06-10 15:36:26 +02:00 
				
				
					
					
					
					
					
						Benjamin_Loison
					
					
						
						commented on issue Benjamin_Loison/Robust_image_source_identifica…#82
					
					2024-06-06 17:54:51 +02:00 
				
				
					Try to leverage IPOL computation server
					
					
						shell.nix:
let
  nixpkgs = fetchTarball "https://github.com/NixOS/nixpkgs/tarball/nixos-24.05";
  pkgs = import nixpkgs { config = {}; overlays = []; };
in
pkgs.mkShellNoCC {
 …