Skip to content

Commit

Permalink
publish: 2023, Week 37 in Review
Browse files Browse the repository at this point in the history
  • Loading branch information
carbontwelve committed Apr 27, 2024
1 parent 8c898c1 commit 287e833
Show file tree
Hide file tree
Showing 27 changed files with 151 additions and 0 deletions.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@@ -0,0 +1,8 @@
---
title: 64-Bit Bank Balances ‘Ought to be Enough for Anybody’?
tags:
- Notable Articles
cite:
name: Rafael Batiati
href: https://tigerbeetle.com/blog/2023-09-19-64-bit-bank-balances-ought-to-be-enough-for-anybody/
---
@@ -0,0 +1,8 @@
---
title: Choose Postgres queue technology
tags:
- Notable Articles
cite:
name: Adriano Caloiaro
href: https://adriano.fyi/posts/2023-09-24-choose-postgres-queue-technology/
---
@@ -0,0 +1,8 @@
---
title: Digital Pollution
tags:
- Notable Articles
cite:
name: Derek Sivers
href: https://sive.rs/polut
---
9 changes: 9 additions & 0 deletions src/content/resources/bookmarks/2023-09-24-ditch-that-else.md
@@ -0,0 +1,9 @@
---
title: Ditch That Else
tags:
- Notable Articles
- Programming
cite:
name: Preslav Rachev
href: https://preslav.me/2023/09/22/ditch-that-else/
---
@@ -0,0 +1,8 @@
---
title: fx, command-line tool for JSON
tags:
- Nifty Show and Tell
cite:
name: Anton Medvedev
href: https://fx.wtf/
---
@@ -0,0 +1,8 @@
---
title: Game Engine Ranking
tags:
- Nifty Show and Tell
cite:
name: OSS Insight
href: https://ossinsight.io/collections/game-engine/
---
11 changes: 11 additions & 0 deletions src/content/resources/bookmarks/2023-09-24-php-rfcstructs.md
@@ -0,0 +1,11 @@
---
title: 'PHP: rfc:structs'
tags:
- Nifty Show and Tell
- Programming
cite:
name: Michał Brzuchalski
href: https://wiki.php.net/rfc/structs
---

I have spent a lot of the past two years working with TypeScript and Golang and as much as I love #PHP, structs are a data type that I often find myself missing when programming in PHP and I would love to see this RFC make it into the language.
@@ -0,0 +1,9 @@
---
title: Stardew Valley Crop Planner
tags:
- Nifty Show and Tell
cite:
name: '@exnil'
href: https://exnil.github.io/crop_planner/

---
@@ -0,0 +1,19 @@
---
title: 'stscoundrel/struct: Structs for PHP'
tags:
- Nifty Show and Tell
cite:
name: 'Sampo Silvennoinen'
href: https://github.com/stscoundrel/struct
---

While we wait for [[PHP: rfc:structs]] to make some traction there are other solutions that attempt to bring Structs to #PHP. This one by Sampo Silvennoinen provides an `AbstractStruct` class which can be extended to produce struct like behaviour. For example:

```php
class Employee extends AbstractStruct
{
public string $name;
public string $department;
public int $salary;
}
```
10 changes: 10 additions & 0 deletions src/content/resources/bookmarks/2023-09-24-the-now-garden.md
@@ -0,0 +1,10 @@
---
title: The /now Garden
tags:
- Nifty Show and Tell
cite:
name: '@omgdotlol'
href: https://now.garden/
---

I [[Creating a now page archive with 11ty|added my own /now page]] to PhotoGabble way back in March 2021 when I first heard about the [[Now Now Now]] project. The /now Garden is a similar index of "now" pages except focused on those by members of [the omg.lol project](https://home.omg.lol/).
8 changes: 8 additions & 0 deletions src/content/resources/jokes/2023-09-24-dad-joke-57.md
@@ -0,0 +1,8 @@
---
title: "Dad Joke #57"
tags: [DadJoke]
cite:
name: Unknown
---

> Time flies like an arrow, fruit flies like a banana.
8 changes: 8 additions & 0 deletions src/content/resources/quotes/2023-09-24-weekly-quote-57.md
@@ -0,0 +1,8 @@
---
title: "Weekly Quote #57"
tags: [Quote]
cite:
name: Niels Bohr
---

> An expert is a person who has found out by his own painful experience all the mistakes that one can make in a very narrow field.
37 changes: 37 additions & 0 deletions src/content/thoughts/2023-09-24-2023-wk-38-in-review.md
@@ -0,0 +1,37 @@
---
title: 2023, Week 38 in Review
tags: ["Week In Review"]
growthStage: evergreen
---

![[weekly-quote-57]]

I spent my time this week playing Stardew Valley and found [[Stardew Valley Crop Planner|this rather helpful crop planner tool]] which I have since used to great success. I did unfortunately however fall into the trap of min-maxing the game and have now played the entirety of the first month ten times over.

The past month or so have flown past and looking at PhotoGabble I can see I haven't written much in seven weeks! Having a fortnight holiday made me out of sync with my publishing schedule and it all kind of snowballed from there. I have still written multiple articles, but none are in a publishable state.

This weekend I'm taking the family to **Lego Land**, I might never financially recover.

## Joke of the week

![[dad-joke-57]]

## Notable Articles Read

- ![[ 64-Bit Bank Balances ‘Ought to be Enough for Anybody’? ]]
- ![[ Ditch That Else ]]
- ![[ Digital Pollution ]]
- ![[ Choose Postgres queue technology ]]

## Notable Videos Watched
- [The Ugly Truth About Reinforced Aerated Autoclaved Concrete (RAAC)](https://www.youtube.com/watch?v=O4wOH5g_yzQ)
- [This cooking life-sim will be the most popular RPG once released](https://www.youtube.com/watch?v=0D63DBw9a1k)
- [We RECREATED the Nuclear Explosion from Oppenheimer with ZERO CGI](https://www.youtube.com/watch?v=o2FqU2f6DRc)

## Cool things from around the internet
- ![[ Game Engine Ranking ]]
- ![[ fx, command-line tool for JSON ]]
- ![[ Stardew Valley Crop Planner ]]
- ![[ PHP: rfc:structs ]]
- ![[ stscoundrel/struct: Structs for PHP ]]
- ![[ The /now Garden ]]
Binary file modified src/fonts/iosevka-etoile-bold.subset.woff2
Binary file not shown.
Binary file modified src/fonts/iosevka-etoile-bolditalic.subset.woff2
Binary file not shown.
Binary file modified src/fonts/iosevka-etoile-italic.subset.woff2
Binary file not shown.
Binary file modified src/fonts/iosevka-etoile-regular.subset.woff2
Binary file not shown.

0 comments on commit 287e833

Please sign in to comment.