内容简介:This is, somehow, a slowly updated news-aggregator with relevant trends, micro-trends and edge cases for borderline nerds, that don't want to miss out, neither spend a shit-ton of time distilling trivia. This project appeared while «scratching my own itch»
Slower News
WTF is this?
This is, somehow, a slowly updated news-aggregator with relevant trends, micro-trends and edge cases for borderline nerds, that don't want to miss out, neither spend a shit-ton of time distilling trivia. This project appeared while «scratching my own itch» - an information flood is drowning our times - and before becoming a website, it lived as a markdown file.
How do you curate articles?
Articles are hand selected. Everything that calls my attention and passes the «trivia filter» will be added to Slower News. It's certainly affected by my biases (I'm aware of these) and most articles were on Hacker News.
How often is Slower News updated?
Only when relevant. Visit every month and «you're good to go». New articles are easy to spot.
Can I contribute?
Open an issue or pull request this repository with relevant links, corrections or suggestions. Nevertheless, I'm the BDFL of the main and Portugal page.
Colophon
Hand coded SPA - with no JS - and statically hosted at Netlify from a Github repository. Tufte CSS (adapted). No images, no tracking (GDPR friendly analytics with Goatcounter) and no bloat. Ok, I use non-standard fonts but web design is mostly typography.
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Rust编程之道
张汉东 / 电子工业出版社 / 2019-1 / 128
Rust 是一门利用现代化的类型系统,有机地融合了内存管理、所有权语义和混合编程范式的编程语言。它不仅能科学地保证程序的正确性,还能保证内存安全和线程安全。同时,还有能与C/C++语言媲美的性能,以及能和动态语言媲美的开发效率。 《Rust编程之道》并非对语法内容进行简单罗列讲解,而是从四个维度深入全面且通透地介绍了Rust 语言。从设计哲学出发,探索Rust 语言的内在一致性;从源码分析入......一起来看看 《Rust编程之道》 这本书的介绍吧!