要是我来做的话,这封钓鱼邮件内容是说你的邮箱存在违规行为,需要点击某个链接以解决问题并修改密码,否则将予以封号处理。而且点击的链接肯定是一长串,带有用户名信息的链接,而不是这个攻击者用的如此简单的链接,连 xjtu.edu.cn 下面的子域名都不是(注意:以你交的 IT 技术水平,哪怕是官方域名也有钓鱼的可能,例如修改 DNS 记录、或者是在开放式无线网络中做 MITM 攻击)。
作为陶德事业生涯的倒数第二个作品,星空为我们呈现出一个高自由度的恢弘宇宙。在星空中,有 B 社迄今为止建立过的最大城市“新亚特兰蒂斯”,有堪比究极手的飞船定制玩法,还有 1500 颗可供探索的星球。如果星空的制品版和实机预告片中的一致,那么它将是前所未有的巨大且充满生命力的全新开放世界,并且几乎内定今年的年度游戏头衔。
星空不止凝望,更可以触手可及——在 1500 颗星球上自由探索
但是星空同样充满争议。陶德表示,星空在 XSS 和 XSX 上确定锁定 30 帧,并且他认为在 XSS 1440p 下享受星空同样充满乐趣,这与广大玩家心目中的次世代游戏相违背;同时,由于 B 社的前代作品的优化问题给玩家留下了深刻的负面印象,星空也面临着是否会首发补丁的质疑。Xbox 游戏工作室负责人 Matt Booty 称,在所有员工和陶德的努力下,这款游戏的 BUG 是工作室目前为止发售过的所有游戏中最少的一部。
首次访问本站时,对于 HTTP 请求,由于 HTTP 是不安全的,跟 DNS 类似,传输路径上的任何主机都看到并篡改你的访问请求和返回的内容,例如这是一个 Web 服务器的日志:
127.0.0.1-- [05/Jun/2023:20:36:10+0800] "GET /http/transfer/is/naked HTTP/1.1"404385"""Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36"
提示你的请求至少泄露了这些信息:
你请求的路径 /http/transfer/is/naked
你的 IP:127.0.0.1
你的浏览器的 User Agent 信息:Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36
由于 HTTP 非常不安全,负责地配置的服务器一般会向浏览器回复这样的内容:
<HTML><HEAD><metahttp-equiv="content-type"content="text/html;charset=utf-8"><TITLE>301 Moved</TITLE></HEAD><BODY><H1>301 Moved</H1>
The document has moved
<AHREF="https://xjtu.app/">here</A>.
</BODY></HTML>
在原来点击数字 X / XX 拖动滑块在 post 间导航的基础上新增一键跳转到最下/最上。阅读到最下还会显示 下个话题 按钮。
移动端菜单按钮放在最左侧,符合左侧弹出菜单的直觉;logo 居中
Mermaid: create diagrams and visualizations using text and code, e.g.:
sequenceDiagram
participant Alice
participant Bob
Alice->>John: Hello John, how are you?
loop Healthcheck
John->>John: Fight against hypochondria
end
Note right of John: Rational thoughts <br/>prevail!
John-->>Alice: Great!
John->>Bob: How about you?
Bob-->>John: Jolly good!
(desktop view) enable thumbnail and text excerpt in homepage. If you dislike, you have the choice to switch to Graceful theme in user preference.
Aug 20, 2023 (Australia/Perth)
To embed a graph use [graphviz] [/graphviz] bbcode. Optionally you can define layout engine attributes: [graphviz engine=neato]. If engine is not defined, it defaults to the DOT engine.
[graphviz engine=circo]
digraph simple
{
a -> b -> c;
b -> d;
c -> a;
}
[/graphviz]
[graphviz engine=circo]
digraph simple
{
a -> b -> c;
b -> d;
c -> a;
}
[/graphviz]
Footnote
A sentence that needs a footnote. ^[The footnote]
Another sentence that needs a footnote. ^[The second footnote]A sentence that needs a footnote. [^1]
Another sentence that needs a footnote. [^2][^3]: The 3rd footnote
[^5]: The 4th footnote
A sentence that needs a footnote. [1]
Another sentence that needs a footnote. [2]
A sentence that needs a footnote. [3]
Another sentence that needs a footnote. [4]
Github code review
documentation (knowledge base) management
save searches and be notified when any new topics or posts match the search criteria (in user preferences)
preview on hover (tooltips)
set flag (in user profile)
yearly review & cake day
gamification: users are awarded“cheers” & badges by performing certain actions, view leader board
考虑到 BBCode 不太方便(不是每个人都喜欢敲键盘),尤其是在手机上,后续考虑开发类似 Word 的颜色选择器功能。
Jun 24, 2023 (Australia/Perth)
Truncate topic preview's thumbnail so that your screen won't be filled up by an non-informative photo (especially on a mobile phone) and will be less cluttered (especially on PC) 把所有缩略图尺寸限制在:height:190px;width:100%
add a button to codeblocks to copy the block contents to the user's clipboard.
To make the community more civilized, posts containing a small set of keyword need to be reviewed by mods before visible to all. This is necessary to fight spam considering the community has grown a bit.
add an Anthropic Claude-v1 bot (I am not sure whether it will work)
show xjtu.app 交大門 on the top left corner so that others looking / peeking at your phone / computer in public (such as in a dining hall) can access this website by simply typing the domain, considering currently search engines yields no useful information when searching 交大門
allow newly-created users to use private / group chatting functionality (including private chatting with AIBot via floating button) to leave a better first-impression on them and facilitate feedback. (may change if too much spam)
Jun 5, 2023 (Australia/Perth) 功能更新
支持发贴时添加 table of contents 目录(点击编辑器齿轮图标即可见),对于所有类别已自动启用,部分过往的帖子可能没有补加。只对话题的 original post 生效(后续回复无 ToC)。当你在 OP 里插入 ## 这种的 markdown 语法的标题即可自动生成。