0xF Rules

栏目: IT技术 · 发布时间: 5年前

内容简介:I have been writing articles on this website for twelve years. If you were to look at theearly versions, you would think it is a fresh-out-of-school project with icons drawn in Microsoft Paint. And that is exactly what it was.The site started in a world be

I have been writing articles on this website for twelve years. If you were to look at theearly versions, you would think it is a fresh-out-of-school project with icons drawn in Microsoft Paint. And that is exactly what it was.

The site started in a world before smartphones and tablets at a time where Apple products still used PowerPC processors. The hand-crafted framework to run it grew organically over the years and remarkably followed the path of most software. It became bloated and obsolete. In 2018, it was time to revise the engine.

I wanted to build something rooted in simplicity, responsiveness, and speed. I opted for a drastic approach where instead of starting from my existing framework and removing/fixing features, I started from scratch and added only what I needed.

It was an opportunity for introspection. I reflected about what I had liked and disliked in my browsing past. I also thought about why I wrote and what I wanted to achieve with these articles. Eventually, I drafted a list which became my guideline.

Guideline

0x0. I like blazing-fast websites.

0x1. I like minimalist websites.

0x2. I like responsive websites that render well on tablets.

0x3. I like when the author's name is clearly stated.

0x4. I like when the author leaves contact information.

0x5. I like when the publication date is easy to find.

0x6. I like monospaced fonts.

0x7. I like when quotes and citations are easy to find.

0x8. I like to learn core technology like HTML/CSS. Not frameworks (Wordpress).

0x9. I like RSS.

0xA. I dislike analytics which serve the author's ego and track me.

0xB. I dislike the comment area where people are rude and also serves the ego.

0xC. I dislike ads.

0xD. I dislike side menu which wastes horizontal real-estate.

0xE. I dislike visible reflow.

0xF. I dislike extra-clicks (Accept cookies?, splash, Use our app!, Medium paywall).

framework

0xF Rules 0xF Rules 0xF Rules

In the past two years, I have received numerous inquiries about the framework used for this website. Here is how it works.

The HTML pages are statically generated from php. There is a "master" script called "gen.php" which iterates over all sub-folders and searches for files named "article.php". Upon hit, the master runs the article script, wrapping it into a header and a footer, and redirects the output to a file named "index.html".

There is one helper function, footnote(), which stores references so they can be listed in the footer. It is something any programmer could write in an hour.

Authoring HTML is done with Sublime Text 3. Drawing is done with Inkscape. Syncing is done with CyberDuck. It is not the most engineered tool but it is dead simple and gets the job done.

*

以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

百面机器学习

百面机器学习

诸葛越、葫芦娃 / 人民邮电出版社 / 2018-8-1 / 89.00元

人工智能领域正在以超乎人们想象的速度发展,本书赶在人工智能彻底占领世界之前完成编写,实属万幸。 书中收录了超过100道机器学习算法工程师的面试题目和解答,其中大部分源于Hulu算法研究岗位的真实场景。本书从日常工作、生活中各种有趣的现象出发,不仅囊括了机器学习的基本知识 ,而且还包含了成为出众算法工程师的相关技能,更重要的是凝聚了笔者对人工智能领域的一颗热忱之心,旨在培养读者发现问题、解决问......一起来看看 《百面机器学习》 这本书的介绍吧!

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

MD5 加密
MD5 加密

MD5 加密工具

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具