Skip to content
View jklaze's full-sized avatar
🤖
Diving into AI
🤖
Diving into AI

Block or report jklaze

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
jklaze/README.md
     _ _    _
    (_) | _| | __ _ _______
    | | |/ / |/ _` |_  / _ \
    | |   <| | (_| |/ /  __/
   /_/|_|\_\_|\__,_/___\___|


[session started]

visitor@github:~$ whoami
  jklaze — software engineer

visitor@github:~$ cat about.txt
  name    : jklaze
  job     : building things that (mostly) work
  stack   : whatever gets the job done
  traits  : ships fast, breaks things responsibly
  status  : in flow state (please do not disturb)

visitor@github:~$ ps aux
  PID   COMMAND
  001   main-project.sh             [running, making progress]
  002   side-project.sh             [running, ambitious]
  003   another-side-project.sh     [running, probably too ambitious]
  004   coffee.sh                   [critical dependency, do not kill]
  005   tabs                        [47 open, all "important"]

visitor@github:~$ sudo rm -rf /
  Password:
  ...
  rm: /: permission denied
  rm: /usr: permission denied
  rm: /home/jklaze/node_modules: Done.
  (worth it)

visitor@github:~$ git log --oneline
  a3f9c12 fix: actually fixed it this time
  b81e004 fix: fixed it
  c29a117 fix: fixing
  d44f230 feat: add feature
  e00b991 initial commit

visitor@github:~$ █

Pinned Loading

  1. css-playground css-playground Public

    Just a live CSS playground

    HTML

  2. daysync daysync Public

    Simple To-Do List with React+Redux frontend and Springboot backend

    JavaScript

  3. QRgen QRgen Public

    JavaScript

  4. css-training css-training Public

    HTML

  5. cybermap cybermap Public

    Cyber security geoip attack map that follows syslog and parses IPs/port numbers to visualize attackers in real time.

    Python