Skip to content

Commit

Permalink
feat: cat pics, updates, and links (#258)
Browse files Browse the repository at this point in the history
* feat: add more pictures of cats

* feat: update analytics recommendations

* feat: add links from the week
  • Loading branch information
dustinwhisman authored Mar 23, 2024
1 parent e883710 commit 96b294d
Show file tree
Hide file tree
Showing 8 changed files with 49 additions and 0 deletions.
48 changes: 48 additions & 0 deletions pages/_data/bookmarks.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,53 @@
"title": "Thoughts on embedding alternative text metadata into images",
"author": "Eric Bailey",
"authorLink": "https://ericwbailey.website/"
},
{
"link": "https://blakewatson.com/journal/use-your-mac-the-way-i-do-a-thought-experiment/",
"title": "Use your Mac the way I do: a thought experiment",
"author": "Blake Watson",
"authorLink": "https://blakewatson.com/"
},
{
"link": "https://css-irl.info/time-to-ditch-analytics/",
"title": "Time to Ditch Analytics? Tracking Scripts and Web Sustainability",
"author": "Michelle Barker",
"authorLink": "https://css-irl.info/"
},
{
"link": "https://blog.edwardloveall.com/cost-of-a-tool",
"title": "The Cost of a Tool",
"author": "Edward Loveall",
"authorLink": "https://blog.edwardloveall.com/"
},
{
"link": "https://tante.cc/2024/03/18/5115/",
"title": "The growing backlash against AI",
"author": "tante/Jürgen Geuter",
"authorLink": "https://tante.cc/"
},
{
"link": "https://cloudfour.com/thinks/modernizing-your-application-where-to-begin/",
"title": "Modernizing Your Application: Where to Begin",
"author": "Jason Grigsby",
"authorLink": "https://cloudfour.com/is/jason-grigsby/"
},
{
"link": "https://www.leereamsnyder.com/write-css-not-too-much-mostly-scoped",
"title": "Write CSS. Not too much. Mostly scoped.",
"author": "Lee Reamsnyder",
"authorLink": "https://www.leereamsnyder.com/"
},
{
"link": "https://hidde.blog/popover-accessibility/",
"title": "On popover accessibility: what the browser does and doesn't do",
"author": "Hidde de Vries",
"authorLink": "https://hidde.blog/"
},
{
"link": "https://www.baldurbjarnason.com/2024/the-one-about-the-web-developer-job-market/",
"title": "The one about the web developer job market",
"author": "Baldur Bjarnason",
"authorLink": "https://www.baldurbjarnason.com/"
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ Google doesn’t have the best track record when it comes to privacy, so if you
- [Netlify Analytics](https://www.netlify.com/platform/core/analytics/): if you’re already hosting your site on Netlify, you can pay for analytics based on server-side activity, maintaining user privacy. The main drawback is cost ($9 per month per site at time of writing)
- [Fathom Analytics](https://usefathom.com/): another server-side option with maybe more features than Netlify, but it is $15 per month
- [Plausible Analytics](https://plausible.io/): another server-side option based in the EU that is $9 or more per month, but it’s open source and you can self-host it if you’re okay dealing with maintenance and more limited features
- [Cabin](https://withcabin.com/): lightweight analytics that also measures how much energy your page's consume, but the free version seems pretty limited compared to the $19 per month premium version

## Do you actually need analytics?

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 96b294d

Please sign in to comment.