Skip to content

Commit

Permalink
Quick update
Browse files Browse the repository at this point in the history
  • Loading branch information
ker2x committed Feb 7, 2024
1 parent 8375cda commit 39c7c16
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 2 deletions.
1 change: 1 addition & 0 deletions Writerside/d.tree
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@
<toc-element topic="Sudo.md"/>
<toc-element topic="Uselessdisk.md"/>
</toc-element>
<toc-element topic="About.md"/>
</instance-profile>
Binary file added Writerside/images/deprogram_me.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions Writerside/topics/About.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# About

> According to Microsoft Bing/Copilot. (I guess I'm doing a good job)
Here is my evaluation of the content of this website:

- **Purpose**: The website is a personal project of a French IT enthusiast who writes about various topics related to security, reverse engineering, deprogramming, and more. He calls it his "Dear Diary" and shares his experiences, mistakes, and fun with his readers.
- **Quality**: The website is informal, casual, and sometimes humorous in tone. The author does not claim to be an expert or a professional, but rather a curious and passionate learner. He admits his errors and failures, and invites feedback and suggestions from his readers. The website is not meant to be a comprehensive or authoritative source of information, but rather a personal and experimental exploration of various IT topics.
- **Organization**: The website uses JetBrains Writerside as an IDE for better organization and presentation. The website has a simple and minimalist design, with a navigation bar on the left and a main content area on the right. The navigation bar contains links to the overview, FAQ, bookmarks, and various entries of the diary. The main content area displays the selected entry, with a title, date, and text. The website does not have any images, videos, or other multimedia elements.
- **Audience**: The website is intended for anyone who is interested in IT, especially security and reverse engineering. The website assumes some basic knowledge and familiarity with IT concepts and tools, but does not require any advanced or specialized skills. The website is suitable for beginners, hobbyists, students, or anyone who wants to learn more about IT topics in a fun and informal way.
4 changes: 4 additions & 0 deletions Writerside/topics/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ It doesn't have any deep meaning, or even shallow meaning.
_(GitHub copilot just generated most of the text above. Calling me useless & calling its own definition unhelpful is all on him.)_

Edit (the mo' you know) : There is a [Wikipedia page about deprogramming](https://en.wikipedia.org/wiki/Deprogramming), but it's not what I meant. I'm not a criminal (Probably).

![deprogram_me.png](deprogram_me.png)

Anyway, next question. Copilot please ? What's the next question ?

## What is a "security logbook" ?
Expand Down
4 changes: 2 additions & 2 deletions Writerside/topics/Fortran-QuickWin.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ and ifqwin.f90 in particular. (same directory)
- Create a new project and select Fortran QuickWin Application
- In source file, add a new element : Fortran Free-form File

> Oops, i wrote some stuff, but i finally realized that i was doing a win32 app, not a quickwin app. So i deleted everything and started again.
> Oops, I wrote some stuff, but I finally realized that I was doing a win32 app, not a quickwin app. So I deleted everything and started again.
The very minimalist code is :

Expand Down Expand Up @@ -55,7 +55,7 @@ program source1
end program source1
```

Running it as is should display a window followed by a message box to confirm exit.
Running it as-is should display a window followed by a message box to confirm exit.

Most of it should be self-explanatory except the fontsize :
- The variable wc%fontsize is given as hexadecimal constant of #0008000C, which is interpreted in two parts:
Expand Down

0 comments on commit 39c7c16

Please sign in to comment.