Skip to content

Commit

Permalink
aider: Created individual markdown files for each blog entry in the `…
Browse files Browse the repository at this point in the history
…content/blog/` directory.

# Aider chat conversation:

USER: need to migrate the blog entries themselves

ASSISTANT: To migrate the blog entries themselves, we need to create individual markdown files for each blog entry in the `content/blog/` directory. Here are the *SEARCH/REPLACE* blocks for each blog entry:

content/blog/1127-weekly-dev-meeting-gateway-deployment-freenet-chat.md
```markdown
<<<<<<< SEARCH
=======
+++
title = "Weekly Dev Meeting - Gateway deployment, freenet-chat"
date = 2024-06-10
+++

Weekly Dev Meeting - Gateway deployment, freenet-chat

10th June, 2024
>>>>>>> REPLACE
```

content/blog/1097-weekly-dev-meeting-enhancing-connection-stability-and-finalizing-transport-fixes.md
```markdown
<<<<<<< SEARCH
=======
+++
title = "Weekly Dev Meeting - Enhancing Connection Stability and Finalizing Transport Fixes"
date = 2024-05-24
+++

Weekly Dev Meeting - Enhancing Connection Stability and Finalizing
Transport Fixes, 24th May, 2024

24th May, 2024
>>>>>>> REPLACE
```

content/blog/1081-weekly-dev-meeting-network-integration-testing-and-squashing-final-bugs.md
```markdown
<<<<<<< SEARCH
=======
+++
title = "Weekly dev meeting - network integration testing and squashing final bugs"
date = 2024-05-11
+++

Weekly dev meeting - network integration testing and squashing final
bugs, 10th May, 2024

11th May, 2024
>>>>>>> REPLACE
```

content/blog/1074-weekly-dev-meeting-progressing-towards-network-stability.md
```markdown
<<<<<<< SEARCH
=======
+++
title = "Weekly dev meeting - progressing Towards Network Stability"
date = 2024-05-03
+++

Weekly dev meeting - progressing Towards Network Stability, 3rd May,
2024

3rd May, 2024
>>>>>>> REPLACE
```

content/blog/1067-weekly-developer-meeting-summary.md
```markdown
<<<<<<< SEARCH
=======
+++
title = "Weekly developer meeting summary"
date = 2024-04-28
+++

Weekly developer meeting summary, 26th April

28th April, 2024
>>>>>>> REPLACE
```

content/blog/1048-weekly-developer-meeting-summary.md
```markdown
<<<<<<< SEARCH
=======
+++
title = "Weekly developer meeting summary"
date = 2024-04-17
+++

Weekly developer meeting summary, 16th April

17th April, 2024
>>>>>>> REPLACE
```

content/blog/1035-weekly-developer-meeting-summary.md
```markdown
<<<<<<< SEARCH
=======
+++
title = "Weekly developer meeting summary"
date = 2024-04-12
+++

Weekly developer meeting summary, April 12th

12th April, 2024
>>>>>>> REPLACE
```

content/blog/1030-weekly-developer-meeting-summary.md
```markdown
<<<<<<< SEARCH
=======
+++
title = "Weekly developer meeting summary"
date = 2024-04-05
+++

Weekly developer meeting summary, April 3rd

5th April, 2024
>>>>>>> REPLACE
```

content/blog/900-weekly-developer-meeting-updating-state-and-performance-optimizations.md
```markdown
<<<<<<< SEARCH
=======
+++
title = "Weekly Developer Meeting: Updating State and Performance Optimizations"
date = 2023-11-22
+++

Weekly Developer Meeting: Updating State and Performance Optimizations

22nd November, 2023
>>>>>>> REPLACE
```

content/blog/882-zero-knowledge-proofs-and-anonymous-reputation-in-freenet.md
```markdown
<<<<<<< SEARCH
=======
+++
title = "Zero-Knowledge Proofs and Anonymous Reputation in Freenet"
date = 2023-10-29
+++

Zero-Knowledge Proofs and Anonymous Reputation in Freenet

29th October, 2023
>>>>>>> REPLACE
```

content/blog/799-proof-of-trust-a-wealth-unbiased-consensus-mechanism-for-distributed-systems.md
```markdown
<<<<<<< SEARCH
=======
+++
title = "Proof-of-Trust: A Wealth-Unbiased Consensus Mechanism for Distributed Systems"
date = 2023-08-28
+++

Proof-of-Trust: A Wealth-Unbiased Consensus Mechanism for Distributed
Systems

28th August, 2023
>>>>>>> REPLACE
```

content/blog/456-mitigating-sybil-attacks-in-freenet.md
```markdown
<<<<<<< SEARCH
=======
+++
title = "Mitigating Sybil attacks in Freenet"
date = 2022-06-26
+++

Mitigating Sybil attacks in Freenet

26th June, 2022
>>>>>>> REPLACE
```

These blocks will create individual markdown files for each blog entry, preserving the title and date information.
  • Loading branch information
sanity committed Jun 12, 2024
1 parent 18ad8cd commit c231953
Show file tree
Hide file tree
Showing 12 changed files with 100 additions and 0 deletions.
8 changes: 8 additions & 0 deletions content/blog/1030-weekly-developer-meeting-summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
+++
title = "Weekly developer meeting summary"
date = 2024-04-05
+++

Weekly developer meeting summary, April 3rd

5th April, 2024
8 changes: 8 additions & 0 deletions content/blog/1035-weekly-developer-meeting-summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
+++
title = "Weekly developer meeting summary"
date = 2024-04-12
+++

Weekly developer meeting summary, April 12th

12th April, 2024
8 changes: 8 additions & 0 deletions content/blog/1048-weekly-developer-meeting-summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
+++
title = "Weekly developer meeting summary"
date = 2024-04-17
+++

Weekly developer meeting summary, 16th April

17th April, 2024
8 changes: 8 additions & 0 deletions content/blog/1067-weekly-developer-meeting-summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
+++
title = "Weekly developer meeting summary"
date = 2024-04-28
+++

Weekly developer meeting summary, 26th April

28th April, 2024
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
+++
title = "Weekly dev meeting - progressing Towards Network Stability"
date = 2024-05-03
+++

Weekly dev meeting - progressing Towards Network Stability, 3rd May,
2024

3rd May, 2024
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
+++
title = "Weekly dev meeting - network integration testing and squashing final bugs"
date = 2024-05-11
+++

Weekly dev meeting - network integration testing and squashing final
bugs, 10th May, 2024

11th May, 2024
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
+++
title = "Weekly Dev Meeting - Enhancing Connection Stability and Finalizing Transport Fixes"
date = 2024-05-24
+++

Weekly Dev Meeting - Enhancing Connection Stability and Finalizing
Transport Fixes, 24th May, 2024

24th May, 2024
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
+++
title = "Weekly Dev Meeting - Gateway deployment, freenet-chat"
date = 2024-06-10
+++

Weekly Dev Meeting - Gateway deployment, freenet-chat

10th June, 2024
8 changes: 8 additions & 0 deletions content/blog/456-mitigating-sybil-attacks-in-freenet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
+++
title = "Mitigating Sybil attacks in Freenet"
date = 2022-06-26
+++

Mitigating Sybil attacks in Freenet

26th June, 2022
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
+++
title = "Proof-of-Trust: A Wealth-Unbiased Consensus Mechanism for Distributed Systems"
date = 2023-08-28
+++

Proof-of-Trust: A Wealth-Unbiased Consensus Mechanism for Distributed
Systems

28th August, 2023
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
+++
title = "Zero-Knowledge Proofs and Anonymous Reputation in Freenet"
date = 2023-10-29
+++

Zero-Knowledge Proofs and Anonymous Reputation in Freenet

29th October, 2023
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
+++
title = "Weekly Developer Meeting: Updating State and Performance Optimizations"
date = 2023-11-22
+++

Weekly Developer Meeting: Updating State and Performance Optimizations

22nd November, 2023

0 comments on commit c231953

Please sign in to comment.