Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"check:style": "prettier --check .",
"check:workspace": "pnpm --filter \"./workspace/*\" check"
},
"packageManager": "pnpm@10.15.1",
"packageManager": "pnpm@10.18.3",
"prettier": "mauss/prettier.config.js",
"devDependencies": {
"@fontsource-variable/brygada-1918": "^5.2.7",
Expand All @@ -18,7 +18,7 @@
"@sveltejs/kit": "^2.37.1",
"@sveltejs/vite-plugin-svelte": "^6.1.4",
"@types/node": "^24.3.1",
"aubade": "^0.11.5",
"aubade": "^0.12.0",
"mauss": "^0.10.7",
"prettier": "^3.6.2",
"prettier-plugin-sort-package-json": "^1.1.0",
Expand Down
77 changes: 5 additions & 72 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions workspace/apex/src/lib/components/Index.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
margin: 0;
border: 1px solid var(--color-border);
border-radius: var(--rounding-box);
font-family: var(--font-sans);
font-weight: 500;

&:hover,
Expand Down
4 changes: 1 addition & 3 deletions workspace/apex/src/routes/help/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@

<Piece>
{@html write(
"**welcome** — you've made port at the harbor of my [digital garden](/posts/digital-garden), a kind of virtual abode nestled in a quiet corner of the internet. i hope this page can be your guiding compass, should you lose your bearings or wonder where to go next.",
'',
'the garden is always *under construction*, slowly taking shape as i plant new seeds and tend old growth. in time, whether wandered by many or none, it may become a garden worth returning to.',
"**welcome** — you've made port at the harbor of my [digital garden](/posts/digital-garden). may this page be your compass if you lose your bearings or wonder where to go next. in time, whether wandered by many or none, it may yet grow into a garden worth returning to.",
'***',
"the index is a *collapsible* overview of the page and a way to jump between sections or sub-sections. you'll mostly see this in articles with headings, so you can navigate with ease.",
)}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ This time it's actually an opening song from an anime, although I think this OP

@youtube{disclosure id=K42ED-7PWAo caption="[Ambiguous](https://music.youtube.com/watch?v=2oqeIu2G2fw) by GARNiDELiA [[Spotify](spotify:track:32VX3DJCxPY3pMjirgOayx)]"}

Such a good and catchy OP from *Kill la Kill*. I'm the type of person who needs to see "it" first before I can fully feel the vibe and immerse myself in it, but I know some of you can listen to songs from Disney movies before it even hits the theater, so do what you want with this. But, I do recommend you to watch the anime first.
Such a good and catchy OP from *Kill la Kill*. I'm the type of person who needs to see "it" first before I can fully feel the vibe and immerse myself in it, but I know some of you can listen to songs from Disney movies before it even hits the theater, so do what you want with this.

@youtube{disclosure id=Y-MNeN5dDtI caption="[Open Blinds](https://music.youtube.com/watch?v=D25VT2BcGFQ) by DROELOE [[Spotify](spotify:track:0cR04cbujsPTTyKUazySY0)]"}

Expand Down
3 changes: 0 additions & 3 deletions workspace/content/routes/curated/harvest-2020.10/+article.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ Another great read from Chris Coyier for an evolution of last month's article of
**[Everything you ever wanted to know about building a secure password reset feature](https://www.troyhunt.com/everything-you-ever-wanted-to-know/)** \
An amazing article written from 2012 which is still relevant today. I can't say much about this since it already explains most of my worries from applications out there in the article. It has a [TL;DR version in a diagram form](https://www.troyhunt.com/content/images/2016/02/21782177Password-Reset5.png) too.

**[Software Developer vs. Engineer: What's the Difference?](https://www.developersforhire.com/software-developer-vs-software-engineer)** \
I was recommended to take a look at this article earlier this month, it was quite a long read and researched based on the US standards heavily. In the end, words are just how people see and perceived them, that's how slangs come to be. But, it's still worth to take a look, especially if you're someone conscious about titles since they really break it down quite deep there.

***

## stories
Expand Down
4 changes: 2 additions & 2 deletions workspace/content/routes/curated/harvest-2020.11/+article.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ Probably the best Isekai Drama that will ever exist (*ahem* prove me wrong). It'

### more

This month is also quite slow but there's still some interesting shows I finished just in time before December starts. Here's some of my recommendations.
This month is also quite slow but there's still some interesting shows I finished just in time before December starts.

**[Daily Lives of High School Boys](/reviews/anime/danshi-koukousei-no-nichijou)** \
A contestant to last month's content, Nichijou. Their absurd humour rivals each other and really just a fun show to watch that will certainly make you laugh. It's comedy is just direct and plain funny without having to think too hard like Nichijou.

**[KONOSUBA Movie: Legend of Crimson](/reviews/movie/konosuba-legend-of-crimson)** \
One of the best animated movie (not like there's a lot of movies to begin with), especially if you follow KonoSuba from the first season and enjoyed it as much as the second season. Totally recommended for you who have watched the show, but totally not recommended if you haven't. Watch the show first before you watch this! Trust me on this.
One of the best animated movie (not like there's a lot of movies to begin with), especially if you follow KonoSuba from the first season and enjoyed it as much as the second season.

**[Maquia: When the Promised Flower Blooms](/reviews/movie/maquia-when-the-promised-flower-blooms)** \
Not as sad as I imagined, perhaps my expectations were a bit high because of the barrage of recommendations for this movie. But, either way this is still a good movie with a unique story.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Another mind-blowing technique using pure CSS. I can't of anything useful to use

![yorimoi backdrop](https://image.tmdb.org/t/p/w1280/bTIbUZVoKnlMt2IrZQv2ODPVs0N.jpg "[A Place Further Than the Universe](/reviews/anime/sora-yori-mo-tooi-basho) via [TMDB](https://www.themoviedb.org/tv/76059)")

I'm such a sucker for SOLs, and this might just be the best one, so far. A story about a group of high-school girls that leads to Antarctica. It's pretty slow-paced early on, but that's what makes slice of life so good. I can't really describe how good this is in a paragraph, but this is definitely the best one on my list, placed first when anyone asks for a slice of life anime recommendation.
I'm such a sucker for SOLs, and this might just be the best one, so far. A story about a group of high-school girls that leads to Antarctica. It's pretty slow-paced early on, but that's what makes slice of life so good. I can't really describe how good this is in a paragraph, but this is definitely one of the best in my list for a slice of life anime.

### more

Expand Down
4 changes: 1 addition & 3 deletions workspace/content/routes/curated/harvest-2021.01/+article.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ A Google product related articles. Worth the read if you're learning Computer Sc

![Demon Slayer Mugen Train](https://image.tmdb.org/t/p/w1280/xoqr4dMbRJnzuhsWDF3XNHQwJ9x.jpg "[Demon Slayer: Infinity Train](/reviews/movie/kimetsu-no-yaiba-movie-mugen-ressha-hen) via [TMDB](https://www.themoviedb.org/movie/635302)")

This is a given. You know it's coming. The highlight of January 2021. A great way to start the year is to definitely watch this! It's popularity is on-par with Spirited Away and Your Name. If you haven't watched the first season, I highly recommend you do so. If you have, the what are you waiting for.

\*Note that you can't really see this without watching the first season of Demon Slayer since this movie is a direct continuation of the first season.
This is a given. You know it's coming. The highlight of January 2021. A great way to start the year is to definitely watch this! It's popularity is on-par with Spirited Away and Your Name. I think this can be watched even if you haven't seen the show, but it would be better if you did.

### more

Expand Down
6 changes: 3 additions & 3 deletions workspace/content/routes/curated/harvest-2021.02/+article.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ These words are frequently used interchangeably, but what's their difference? Th
### more

**[Browser 'Favicons' Can Be Used as Undeletable 'Supercookies' to Track You Online](https://www.vice.com/en/article/n7v5y7/browser-favicons-can-be-used-as-undeletable-supercookies-to-track-you-online)** \
It's both fascinating and scary at the same time, how do you even think about this. Even then, [Firefox 85 already does something about this](https://blog.mozilla.org/security/2021/01/26/supercookie-protections/). It's quite amazing from them, I highly recommend reading their blog post on cracking down supercookies, along with their [Firefox 86 blog post](https://blog.mozilla.org/security/2021/02/23/total-cookie-protection/) which introduces Total Cookie Protection.
It's both fascinating and scary at the same time, how do you even think about this. Even then, [Firefox 85 already does something about this](https://blog.mozilla.org/security/2021/01/26/supercookie-protections/). It's quite an amazing post on cracking down supercookies, along with their [Firefox 86 blog post](https://blog.mozilla.org/security/2021/02/23/total-cookie-protection/) which introduces Total Cookie Protection.

**[ARCHITECTURE.md](https://matklad.github.io//2021/02/06/ARCHITECTURE.md.html)** \
Maintaining a project is hard. Maintaining an open-source project? Especially hard. Doesn't matter how many LoC it has, even coming back to your own project after a couple of weeks would require some time to relearn and understand the whole system again. That's what any new people coming in to your open-source project would feel.
Expand Down Expand Up @@ -118,7 +118,7 @@ I'll do a follow-up in a dedicated post for this, I promise. But, I really need

I can't believe I've lived through years without knowing "this", I can't even express how life-changing it is with just words. I won't and can't go into the details of this, but look up the term "Modded Apps" and do your own research. Sadly, I have no experience and can't guide iOS users for this as I don't think there's any, so this will only be applicable for Android users.

One thing I can recommend right now is launchers. I've never went out of my way to change my launchers as I thought Samsung's launcher is good enough and have been constantly updated and improving. But, everything changed when I discovered "Niagara Launcher". More details will come with the follow-up post!
I've never went out of my way to change my launchers as I thought Samsung's launcher is good enough and have been constantly updated and improving. But, everything changed when I discovered "Niagara Launcher". More details will come with the follow-up post!

### Facebook gambles on Australia

Expand All @@ -132,7 +132,7 @@ see: [TheGuardian](https://www.theguardian.com/commentisfree/2021/feb/19/faceboo

### LastPass is finally a no-brainer to ditch

They truly shot themselves in the foot (see their blog post or Android comment thread) and have given the majority of us a reason to migrate away. The current best alternative (and also my recommendation) is to go with [Bitwarden](https://bitwarden.com/), you can self-host or use it with their server.
They truly shot themselves in the foot (see their blog post or Android comment thread) and have given the majority of us a reason to migrate away. The current best alternative is to go with [Bitwarden](https://bitwarden.com/), you can self-host or use it with their server.

see: [r/android](https://www.reddit.com/r/Android/comments/ll5ebu/changes_to_lastpass_free_one_free_device_only/) | [r/selfhosted](https://www.reddit.com/r/selfhosted/comments/ll4htz/lastpass_is_finally_a_nobrainer_to_ditch_bitwarden/) | [LastPass](https://blog.lastpass.com/2021/02/changes-to-lastpass-free/)

Expand Down
Loading