This commit is contained in:
Tasia Iso 2024-08-03 22:59:55 +02:00
parent 656ef478c6
commit d7455ea8f7
Signed by: tasiaiso
SSH key fingerprint: SHA256:KiRjUay5C9i6objsEOIycygBHn54pDBB3Lj7fyJ0Elw
5 changed files with 11 additions and 10 deletions

View file

@ -11,11 +11,11 @@ unlisted: true
- $ npm i - $ npm i
- $ make upload - $ make upload
--> -->
<!-- - new post: [Notifications: from Push to Pull](/~tasiaiso/docs/posts/pushpull.md) -->
<!-- - put advertisement behind a `details` block --> <!-- - put advertisement behind a `details` block -->
## v1.1.0 (2024-08-03) ## v1.1.0, v1.1.1 (2024-08-03)
- new post: [My review of the Piscine at 42](/~tasiaiso/docs/posts/42-piscine.md)
- bugfix: change the pgp fingerprint to the new one - bugfix: change the pgp fingerprint to the new one
- citrons.xyz is back up - citrons.xyz is back up
- unify the ad's style - unify the ad's style

View file

@ -72,8 +72,9 @@ If you like my posts, please consider supporting me on [Liberapay](https://liber
See the whole [changelog](changelog.md). See the whole [changelog](changelog.md).
### v1.1.0 (2024-08-03) ### v1.1.0, v1.1.1 (2024-08-03)
- new post: [My review of the Piscine at 42](/~tasiaiso/docs/posts/42-piscine.md)
- bugfix: change the pgp fingerprint to the new one - bugfix: change the pgp fingerprint to the new one
- citrons.xyz is back up - citrons.xyz is back up
- unify the ad's style - unify the ad's style

View file

@ -1,11 +1,11 @@
--- ---
date: 2024-08-14 date: 2024-08-03
unlisted: true unlisted: false
--- ---
# DRAFT: 42 piscine # My review of the Piscine at 42
I participated in the 42 piscine, I just finished it, and I want to go over what it was like. I participated in the Piscine at 42, I just finished it, and I want to go over what it was like.
42 is an alternative programming school network across the globe that relies on a peer-to-peer learning method. 42 is an alternative programming school network across the globe that relies on a peer-to-peer learning method.
The piscine ("swimming pool" in French) is the school's intensive month-long trial period during which you learn how the 42 system works, and try to adapt to it. The piscine ("swimming pool" in French) is the school's intensive month-long trial period during which you learn how the 42 system works, and try to adapt to it.

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "tilde", "name": "tilde",
"version": "1.1.0", "version": "1.1.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "tilde", "name": "tilde",
"version": "1.1.0", "version": "1.1.1",
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
"devDependencies": { "devDependencies": {
"markdownlint-cli": "0.40.0", "markdownlint-cli": "0.40.0",

View file

@ -1,7 +1,7 @@
{ {
"name": "tilde", "name": "tilde",
"description": "My personal website", "description": "My personal website",
"version": "1.1.0", "version": "1.1.1",
"author": "tasiaiso", "author": "tasiaiso",
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
"devDependencies": { "devDependencies": {