Live data from Hacker News

Viewing profile — perdjesk

perdjesk

HN member
Joined
Sun, Feb 12, 2023, 10:49 AM UTC
HN karma
19
Public activity
4 items

About perdjesk

email.

https://gchq.github.io/CyberChef/#recipe=From_Base64('A-Za-z0-9%2B/%3D',true,false)&input=Y0dWeVpHcGxjMnRBY0hKdmRHOXViV0ZwYkM1amIyMA

Recent public activity

  1. comment
    Comment #39801739

    Switzerland laws don't have an overall prohibition expressed that directly. Moreover the videosurveillance and system surveillance are treated separately even if some common laws a…

  2. comment
    Comment #37902579

    Check the following comment in previous discussion about git capabilities to manage multiple identities to commit, authenticate and sign based on directories or remote repository U…

  3. comment
    Comment #36800853

    Using git-config it is possible to configure per directory/remote URL different signing keys. [includeIf "gitdir:~/work/client1/"] path = ~/work/client1/.gitconfig [includeIf "gitd…

  4. comment
    Comment #36799693

    includeIf directive supports as well conditions based on configured remote URL. [1] [includeIf "hasconfig:remote.*.url:https://client1domain.com/**"] path = ~/work/client1/.gitconf…