惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

阮一峰的网络日志
阮一峰的网络日志
博客园_首页
H
Help Net Security
博客园 - Franky
V
Visual Studio Blog
Jina AI
Jina AI
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
V
V2EX
宝玉的分享
宝玉的分享
酷 壳 – CoolShell
酷 壳 – CoolShell
J
Java Code Geeks
L
LangChain Blog
腾讯CDC
Engineering at Meta
Engineering at Meta
D
DataBreaches.Net
爱范儿
爱范儿
Google DeepMind News
Google DeepMind News
C
Check Point Blog
博客园 - 聂微东
罗磊的独立博客
量子位
M
MIT News - Artificial intelligence
F
Fortinet All Blogs

endtimes.dev

Happy new year | endtimes.dev why lowercase letters save data Practical betterments | endtimes.dev Short posts and some site updates Input Output | endtimes.dev Actually, dark mode can save the planet Why your website should be under 14kB in size HTML and CSS only multiple color scheme picker Why your website should work without Javascript. An HTML and CSS only dark-mode toggle button. you can use css to remove the double-tap zoom feature on iOs Missing Dice | endtimes.dev Can Dark Mode Save Battery Life and Human Civilzation? Your DNS has a significant impact on site speed. Add spaces to the dock on MacOS You can leave out <html>, <head>, and <body> tags. Listen for changes between dark and light mode with javascript Use a keyboard shortcut to quickly toggle light and dark mode on MacOs. Why Your Website Should Use Dithered Images You can restore the startup chimes on MacOS You can use Emojis as Favicons .dev and HSTS preload | endtimes.dev Prod — Block Distractions. Achieve your goals. Pattern generator | endtimes.dev Green Quarantine | endtimes.dev Qwitter Bot | endtimes.dev
Emoji Clipboard | endtimes.dev
2020-10-14 · via endtimes.dev

Emoji Clipboard was born out of a previous tool I made to sort emojis by category. Just a bit of fun, like searching emojis related to 'France', 'Trump', 'Gender Inequality', 'Harry Potter' etc.

That tool was so CPU heavy I decided to ditch it, until I could find a way of rebuilding it in a fast and accessible way.

Well, during a weekend when I didn't want to do any real work, I finally used the data to create a new version of the tool.

How emoji clipboard is built. #

Eleventy #

Emoji Clipboard is a static site built using Eleventy. Eleventy is great for building static sites. It makes it easy to generate a seperate page for each category using FaunaDB as a backend. It's also got a great tool for pagination, used for the home page and 'most popular pages.'

The search and emoji counters were made with vanilla javascript, Netlify Functions, and FaunaDB.

published
13 Oct 2020
modified
13 Oct 2020
author
Nathaniel
tags
posts project fun unicode