[存疑]疑似今年菲尔兹奖获奖人员泄漏.

IkedaTeresa 2026-07-13 22:58 1

知乎看到了, 于是尝试用 codex 在 icm 2026 的网站上复现抓取了下, 得到:


PLFieldsMedalLecture1  HIDDEN Fields Medal Lecture: Yu Deng
PLFieldsMedalLecture2 HIDDEN Fields Medal Lecture: John Pardon
PLFieldsMedalLecture3 HIDDEN Fields Medal Lecture: Jacob Tsimerman
PLFieldsMedalLecture4 HIDDEN Fields Medal Lecture: Hong Wang

如果没出错的话, 恭喜王虹和邓煜!

最新回复 (9)
  • IkedaTeresa 楼主 07-13 22:59
    1

    大伙可以复现:



    curl --http1.1 -sS --compressed \
    -H 'content-type: application/json' \
    --data-binary '{
    "environment":"P2",
    "eventId":"ac193975-5d24-4628-8c30-ddb23de19a8b"
    }' \
    'https://www.icm2026.org/event/api/legacyData/eventSnapshot' |
    jq -r '
    .products.sessionContainer.optionalSessions[]
    | select((.code // "") | startswith("PLFieldsMedalLecture"))
    | [.code, .name, .startTime, (.showOnAgenda|tostring)]
    | @tsv
    '

  • IkedaTeresa 楼主 07-13 23:05
    2

    提前提一嘴:不构成任何预测市场的建议.

  • 缠枝东 07-13 23:06
    3

    好好好,马上去polymarket上梭了。一看,91,89 ^-^

  • IkedaTeresa 楼主 07-13 23:07
    4

    看个乐就好, 不构成任何预测市场建议 ^-^

  • cab 07-13 23:08
    5

    不懂就问,这个是个什么奖,没听过

  • IkedaTeresa 楼主 07-13 23:11
    6

    数学领域的国际最高荣誉奖项, 可以近似于数学诺奖.

  • L 07-13 23:45
    7

    这个奖弥补了诺贝尔没有数学奖的遗憾 ^-^

  • 永雏鸡尾酒 07-13 23:48
    8

    牛逼啊,牛逼。继Yau和Tao之后的华人。也是首位中国Fields


    Yau:我宣布你成为我的学生了!

  • IkedaTeresa 楼主 07-13 23:49
    9

    yau:北京大學大勝,清華大學慘敗!

* 帖子来源Linux.do
返回