Gallery of Galaxy 银河美术馆: blog of Beautyyu言醴
我们常常高估一天能做成的事,却往往低估一年能做的事。
我们常常高估一天能做成的事,却往往低估一年能做的事。
本周,笔者完成了 CSAPP Lab3 和开始动手做了 6.S081 的第一个 lab。尝试开始跑步、参加了 mhy 的笔试,还处理完了形势政策(or 形式主义政策)课。听了梵高MoneyTalk和边角聊的节目,读了“丧钟为谁而鸣”和一个设计师用蜜蜡塑造希腊女神的报道。碎片化时间也浏览了推特帖子。
My solution for CSAPP Lab3 Attack
Rust's most important idea is the "owner" model. This helps us manage data in memory so we don't get memory leaks or double-free errors. A reference (&) is used to access or change data without taking responsibility for it. This is more like a pointer in C/C++ than a reference in C++. In Rust, a reference is usually not changeable, but it can be made changeable at the top or bottom level. Automatic dereferencing is used to work out if a reference should act like an alias or a pointer.
This post explains how to use the new Bing AI assistant in any browser, using Microsoft Edge's debug tool and plugins for Chrome and Firefox, allowing users to experience the power of AI assistants.
我们都如此缺乏想象力,以至于我们想象的未来都不过是现在的延续。
编写 C++ 库的基本知识
编写 C++ 库的基本知识