About
Content
This is a personal blog which might contain a wide range of things.
Things you might find here:
- notes on some open source work I have done.
- notes resulting on personal research I have done which I wanted to be easily available;
- some notes and tips I occasionally want to share with some some people;
- description of vulnerabilities I found;
- description of vulnerabilities I have worked on.
Some of the topics which might be covered:
- software engineering and development;
- cybersecurity and vulnerabilities;
- networks and protocols;
- operating-system stuff;
- artifical intelligence, machine learning;
- society.
The content (citations, code samples, illustrations, figures) of this website has been carefully by an actual human being (me):
- The content which has not been made by me should be clearly identifiable as such.
- I assume that the reader knows where to look when seeking AI generated content and don't need to find some more here. AI-generated content might be present as citations or in images when discussing some aspects of generative AI.
Tracking
This website does not use cookies for collecting data about you. There are only plain access log files.
However, proposing cookies is now part of the expected user experience so here we go:
The cookie still won't be used for collecting data about you, though.
Local storage is currently used for persisting the selected theme. You can .
Uses
This webite is a static website generated using
middleman
a custom Python
static website generator
based on:
Python-Markdownmarkdown-it-py with some plugins;- Jinja;
- Pygments;
- rcssmin, htmlmin, rjsmin;
- libsass.
These tools are used to generate diagrams:
- PlantUML;
- D2;
- FlameGraph;
- asciio;
- LibreOffice;
- a simple text editor (handcrafted SVG and ASCII-art).
Math typesetting is done using KaTeX.
In many cases, you will find the source of the SVG diagrams by replacing .svg
with .puml
, .d2
.
Feel free, to resuse/remix them with proper attribution.
Fonts:
- Source Serif Pro and Source Code Pro by Adobe are licensed under the SIL Open Font License 1.1;
- Alcarin-Tengwar, used for Tengwar, is released under the Open Font License 1.1;
- KaTeX fonts.
Other resources:
- normalize.css is MIT licensed.