Forwarded from Hacker News (yahnc_bot)
Mozilla announces Open Web Docs https://hacks.mozilla.org/2021/01/welcoming-open-web-docs-to-the-mdn-family/
Mozilla Hacks – the Web developer blog
Welcoming Open Web Docs to the MDN family
We’re happy and proud to announce Open Web Docs, to support a community of technical writers that is open and inclusive for all.
Forwarded from Hacker News (yahnc_bot)
The No-Order File System (2012) http://pages.cs.wisc.edu/~vijayc/nofs.htm
Forwarded from Hacker News (yahnc_bot)
Claude Shannon Demonstrates Machine Learning (1952) https://techchannel.att.com/play-video.cfm/2010/3/16/In-Their-Own-Words-Claude-Shannon-Demonstrates-Machine-Learning
YouTube
AT&T Tech Channel
YouTube home of the AT&T Tech Channel
Forwarded from Hacker News (yahnc_bot)
CVE-2021-3156: Heap-Based Buffer Overflow in Sudo https://blog.qualys.com/vulnerabilities-research/2021/01/26/cve-2021-3156-heap-based-buffer-overflow-in-sudo-baron-samedit
Qualys
Sudo Vulnerability CVE-2021-3156: Root Access Risk | Qualys
CVE-2021-3156 in Sudo (Baron Samedit) lets unprivileged users escalate privileges. Understand the technical details and recommended solutions for mitigation.
Forwarded from 柠檬 吹雪
template<typename F>
struct FixPoint : F{
FixPoint(F&& f):F(forward<F>(f)){}
template<typename... Args>
decltype(auto) operator()(Args&&... args) const{
return F::operator()(*this,forward<Args>(args)...);
}
};
template<typename F>
inline decltype(auto) MFP(F&& f){
return FixPoint<F>{forward<F>(f)};
}
星际旧闻,Jin Air Green Wings SC2 division disbanded
https://twitter.com/JinAirGW/status/1333335234603978752
我 哭 了
https://twitter.com/JinAirGW/status/1333335234603978752
我 哭 了
Twitter
Jin Air Greenwings
ADIEU, JIN AIR GREENWINGS 지금까지 한결같이 JIN AIR GREENWINGS 스타크래프트2팀을 응원해주시고 아껴주신 모든 분들께 진심으로 감사 인사를 드립니다.
Forwarded from Hacker News (yahnc_bot)
A Map of Mathematics https://mathmap.quantamagazine.org/map/
Quanta Magazine
The Map of Mathematics
From simple starting points — Numbers, Shapes, Change — this map branches out into interwoven tendrils of thought. Follow them, and you’ll understand how prime numbers connect to geometry, how symmetries give a handle on questions of infinity.
Forwarded from Solidot
Stack Overflow 透露攻击者利用 Stack Overflow 上的建议入侵该网站
2021-01-28 13:54 #安全
2019 年 5 月,流行编程讨论社区 Stack Overflow 承认它被入侵了,但在攻击者尝试获得更多权限前被阻止了。Stack Overflow 称有大约 200 名用户的信息泄露。本周,Stack Overflow 公开了这次入侵的 更多细节,称攻击者利用了 Stack Overflow 上面的建议入侵其系统。攻击始于 4 月 30 日,攻击者首先伪装成客户发送邮件请求获得源代码的拷贝用于审计目的,但遭到拒绝。几天后,攻击者使用特制的登陆请求绕过访问控制成功登陆了 StackOverflow 的开发环境,然后成功提权,访问了 JetBrains 的持续整合产品 TeamCity。攻击者并不熟悉 TeamCity,因此使用了 StackOverflow 上的建议使用和配置 TeamCity,克隆了托管在 GitHub Enterprise 上的多个代码库。
2021-01-28 13:54 #安全
2019 年 5 月,流行编程讨论社区 Stack Overflow 承认它被入侵了,但在攻击者尝试获得更多权限前被阻止了。Stack Overflow 称有大约 200 名用户的信息泄露。本周,Stack Overflow 公开了这次入侵的 更多细节,称攻击者利用了 Stack Overflow 上面的建议入侵其系统。攻击始于 4 月 30 日,攻击者首先伪装成客户发送邮件请求获得源代码的拷贝用于审计目的,但遭到拒绝。几天后,攻击者使用特制的登陆请求绕过访问控制成功登陆了 StackOverflow 的开发环境,然后成功提权,访问了 JetBrains 的持续整合产品 TeamCity。攻击者并不熟悉 TeamCity,因此使用了 StackOverflow 上的建议使用和配置 TeamCity,克隆了托管在 GitHub Enterprise 上的多个代码库。
Forwarded from Hacker News (yahnc_bot)
Vue Native (2018) https://vue-native.io/
vue-native.io
Vue Native
Vue Native - The Progressive JavaScript Framework For Mobile Apps
Forwarded from The Fort
Twitter
Alzi米
带我一起走
Forwarded from 一个存在的世界 (Miao Wu)
lwn.net
Critical security problem in Libgcrypt 1.9.0
The GNU Privacy Guard (GnuPG or GPG) project has announced a critical security bug in Libgcrypt version 1.9.0 released January 19. "Libgcrypt is a general purpose library of cryptographic building blocks.
It is originally based on code used by GnuPG. It…
It is originally based on code used by GnuPG. It…
Forwarded from Hacker News (yahnc_bot)
Disorderfs: FUSE-based filesystem that introduces non-determinism into metadata https://salsa.debian.org/reproducible-builds/disorderfs
GitLab
Reproducible Builds / disorderfs · GitLab
disorderfs is an FUSE-based filesystem that introduces non-determinism into metadata, for example randomising the order in which directory entries are returned. This is useful for injecting and then...
Forwarded from Hacker News (yahnc_bot)
New Xquartz release with native Apple Silicon support https://www.mail-archive.com/xquartz-dev@lists.macosforge.org/msg01027.html