feat: refactor pagination implementation
This commit is contained in:
parent
ee77555c32
commit
da793fd1cc
196 changed files with 2498 additions and 36 deletions
11
src/posts/2018/the-bullshit-web.md
Normal file
11
src/posts/2018/the-bullshit-web.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
date: 2018-07-31
|
||||
draft: false
|
||||
title: The Bullshit Web
|
||||
tags: ['development']
|
||||
---
|
||||
|
||||
**[Nick Heer:](https://pxlnv.com/blog/bullshit-web/)**
|
||||
|
||||
> An honest web is one in which the overwhelming majority of the code and assets downloaded to a user's computer are used in a page's visual presentation, with nearly all the remainder used to define the semantic structure and associated metadata on the page. Bullshit — in the form of CPU-sucking surveillance, unnecessarily-interruptive elements, and behaviours that nobody responsible for a website would themselves find appealing as a visitor — is unwelcome and intolerable.
|
||||
> Death to the bullshit web.<!-- excerpt -->
|
Reference in a new issue