Skip to content

Instantly share code, notes, and snippets.

@michel47
michel47 / README.md
Last active October 17, 2023 18:50
executable security

...

@michel47
michel47 / README.md
Last active September 1, 2023 01:20
ikcandi
title
Michel's Candidature

[README.md][5]

@michel47
michel47 / 200.html
Last active October 18, 2022 04:49
status code 200
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>200 - This page on your side of the Universe</title>
<!-- Google font -->
@michel47
michel47 / README.md
Last active August 2, 2022 14:44
PoE
title date qm stamp tic
Proof of Screen
_DATE_
_QM_
_stamp_
_tic_

Proof of screen shots !

Date: [08/01/22 01:23:46][2]

@michel47
michel47 / CNAME
Last active July 14, 2022 14:18
wbly (hostless websites)
wbly.ml
@michel47
michel47 / unixtime.pl
Created April 19, 2022 10:27
getting unix time from date (perl)
#!/usr/bin/perl
my $date = '4/12/2022 10:55:24';
printf "%u %s\n",&unixtime($date);
sub unixtime {
use Time::Local qw/timelocal/; # require "timelocal.pl";
my $date = shift;
my ($sec,$min,$hour,$mon,$mday,$year);
if ($date =~ m/ /) {
@michel47
michel47 / .gitattributes
Last active January 30, 2022 11:48
Timestamping artifacts (publication for hashes and verification data)
*.tgz filter=lfs diff=lfs merge=lfs -text
@michel47
michel47 / blob-16x.png
Last active November 27, 2021 13:11
git tokens
blob-16x.png
@michel47
michel47 / README.md
Last active August 14, 2021 15:19
bitcoin-blocks

seting up bitcoin core ...

Initializing a bitcoin chain is disk,bandwidth and ressource consuming

at the age of P2P this doesn't have to be the case if each one of us takes a small portion of the chain and seeds it for the community :

I have placed 1% of the chain on IPFS (blkxxxxx.dat) in 128MB chunks ...

@michel47
michel47 / README.md
Last active August 6, 2021 07:00
A universal format to store video or image (or any other multimedia)

Universal storage for media file

To all who store a large amount of media files (videos or image) ...

multi media are often static files and therefore they are by nature "sharable" and can be deduplicated however for this to be possible we all have to come up with the same method to store them.

The IPFS network is ideal for this : an [index][1] for 4726 images has only have a size of 414K