Forwarded from Lobste.rs
How Many Days Has It Been Since a JWT alg=none Vulnerability?
Comments
via edwardloveall@users.lobste.rs (edwardloveall)
Comments
via edwardloveall@users.lobste.rs (edwardloveall)
Howmanydayssinceajwtalgnonevuln
How Many Days Has It Been Since a JWT alg:none Vulnerability?
It has been 83 days since the last alg:none JWT vulnerability.
Forwarded from Hacker News (yahnc_bot)
Snmalloc: A Message Passing Allocator https://github.com/microsoft/snmalloc
GitHub
GitHub - microsoft/snmalloc: Message passing based allocator
Message passing based allocator. Contribute to microsoft/snmalloc development by creating an account on GitHub.
Forwarded from Hacker News (yahnc_bot)
Examining the silicon dies of the Intel 386 processor http://www.righto.com/2023/10/intel-386-die-versions.html
Righto
Examining the silicon dies of the Intel 386 processor
You might think of the Intel 386 processor (1985) as just an early processor in the x86 line, but the 386 was a critical turning point for m...
Forwarded from Hacker News (yahnc_bot)
Escape analysis hates copy elision (2021) https://quuxplusone.github.io/blog/2021/03/07/copy-elision-borks-escape-analysis/
Arthur O’Dwyer
Escape analysis hates copy elision
Yesterday Lauri Vasama showed me this awesome Godbolt:
struct S {
static std::unique_ptr<S> make() noexcept;
~S();
static std::unique_ptr<S> factory() {
std::unique_ptr<S> s = S::make();
return M(s);
}
};
void take_ownership(S*)…
struct S {
static std::unique_ptr<S> make() noexcept;
~S();
static std::unique_ptr<S> factory() {
std::unique_ptr<S> s = S::make();
return M(s);
}
};
void take_ownership(S*)…
Forwarded from Solidot
国际奥运会宣布电竞奥运会
2023-10-16 18:40 by 遗忘之海
国际奥运会宣布了电竞奥运会的计划。电竞比赛越来越多的的出现在各种运动赛事中,并吸引了愈来愈多的人观看比赛。在印度孟买举行的国际奥委会第 141 届会议的开幕式上,奥委会主席 Thomas Bach 表示,新成立的国际奥委会电竞委员会将研究创建该赛事,他表示通过举办的各种电竞活动,“我们成功的将奥林匹克和电竞社区凝聚在一起。”
https://www.gamesindustry.biz/international-olympic-committee-announce-plans-for-olympic-esports-games
#游戏
2023-10-16 18:40 by 遗忘之海
国际奥运会宣布了电竞奥运会的计划。电竞比赛越来越多的的出现在各种运动赛事中,并吸引了愈来愈多的人观看比赛。在印度孟买举行的国际奥委会第 141 届会议的开幕式上,奥委会主席 Thomas Bach 表示,新成立的国际奥委会电竞委员会将研究创建该赛事,他表示通过举办的各种电竞活动,“我们成功的将奥林匹克和电竞社区凝聚在一起。”
https://www.gamesindustry.biz/international-olympic-committee-announce-plans-for-olympic-esports-games
#游戏
👍1