&'a ::rynco::UntitledChannel
高速 FizzBuzz 挑战 - 你能以多快的速度输出 FizzBuzz? https://codegolf.stackexchange.com/questions/215216/high-throughput-fizz-buzz/ 就是你熟悉的那个 FizzBuzz,但是输出会被 pipe 到另一个程序里,然后被丢弃。输出速度越快越好。 目前的王者是汇编写的,57GiB/s。点进去能看到不同语言的投稿的速度。
Linux 的管道到底有多快?——从高速神言 fizzbuzz 开始
https://mazzo.li/posts/fast-pipes.html
https://mazzo.li/posts/fast-pipes.html
mazzo.li
How fast are Linux pipes anyway?
Pipes are ubiquitous in Unix --- but how fast can they go on Linux? In this post we'll iteratively improve a simple pipe-writing benchmark from 3.5GiB/s to 65GiB/s, guided by Linux `perf`.
👍1
Forwarded from 每日消费电子观察 (fsz)
Airbnb爱彼迎与美团民宿等平台达成合作 房东可一键无损迁移
=========
对房东来说,做得还挺地道的
https://www.cnbeta.com/articles/tech/1276813.htm
=========
对房东来说,做得还挺地道的
https://www.cnbeta.com/articles/tech/1276813.htm
cnBeta
Airbnb爱彼迎与美团民宿等平台达成合作 房东可一键无损迁移
Airbnb爱彼迎发布消息称,与美团民宿、小猪、途家民宿等多家民宿平台达成合作,将开放房东、房源等内容与信息的迁移渠道。据了解,Airbnb房东迁移到美团等平台后,在能够继续服务房客、获得房费收入的同时,还可延续原有积累多年的口碑和经营指标,包括“超赞房东”称号、房源评价、房源销量等信息,无需从零开始重新运营。
😢7👍5
Forwarded from 层叠 - The Cascading
Mozilla 发布离线翻译插件 Firefox Translations。此插件是 Project Bergamot 的一部分,后者由欧盟资助,旨在提升浏览器离线机器翻译的效果。
插件目前支持 12 种语言,包括德语、西语、俄语、葡萄牙语、意大利语等。
https://addons.mozilla.org/en-US/firefox/addon/firefox-translations/
https://blog.mozilla.org/en/mozilla/local-translation-add-on-project-bergamot/
seealso: HackerNews:31596888
seealso: https://mozilla.github.io/translate/
#Mozilla #Translation
插件目前支持 12 种语言,包括德语、西语、俄语、葡萄牙语、意大利语等。
https://addons.mozilla.org/en-US/firefox/addon/firefox-translations/
https://blog.mozilla.org/en/mozilla/local-translation-add-on-project-bergamot/
seealso: HackerNews:31596888
seealso: https://mozilla.github.io/translate/
#Mozilla #Translation
addons.mozilla.org
Firefox Translations – Get this Extension for 🦊 Firefox (en-US)
Download Firefox Translations for Firefox. Translate websites in your browser, privately, without using the cloud. The functionality from this extension is now integrated into Firefox.
Forwarded from 李雨星的报复社会日常 (李雨星🏳️⚧️ “升级核心待命中”)
https://abrahamjuliot.github.io/creepjs/
来玩玩这个,看看你的浏览器的指纹欺骗能不能过检测
如果Trust score很低,那说明没过检测(至少能检测到你的浏览器在欺骗它)
外加,它还可以侦测到你在使用什么方法抵抗指纹检测
来玩玩这个,看看你的浏览器的指纹欺骗能不能过检测
如果Trust score很低,那说明没过检测(至少能检测到你的浏览器在欺骗它)
外加,它还可以侦测到你在使用什么方法抵抗指纹检测
Forwarded from RSS
煎蛋网
每秒 1.02 petabit 数据传输新纪录
1 peabi 等于10的15次方bi
Forwarded from Better Naming
如果你需要使用或者自研 syntax highlihgter,推荐一个科普文 https://joelgustafson.com/posts/2022-05-31/syntax-highlighting-on-the-web 细数了 TextMate,TreeSitter 以及 Code Mirror 6 (lezer) 的优劣。无论你的应用是不是 Web 平台, 自研其实是非常不划算的。