WxiAo
907 posts

WxiAo
@firstray_crypto
交个朋友,分享资讯。 vx:ZhangZH_____


综合各方的内容 我在链上找到6个疑似alpha内幕地址 为了减少繁琐流程 每个地址我仅举例一个买入Hash 首先第一个地址 0x4041f806e7ac7c62679c03f623cda13077e52418 这个地址在公告前两分钟精准买入哭哭马数笔交易 bscscan.com/tx/0xcdee7b072… 可疑内容和重点: 这个地址也在DOYR上alpha时精准买入数笔交易 bscscan.com/tx/0x6eb34fc48… 第二个地址 0x2ccab8bc31cd474e766dacf7be12d1c429681321 这个地址在公告前买入了哭哭马 bscscan.com/tx/0x4e681cca4… 可疑内容和重点: 此地址无任何Meme交易 仅在哭哭马上alpha前买入三笔 第三个地址 0x38814c24778a47989e68a3867bca5ea67dacff00 这个地址在公告前同时买入了数笔 1 和哭哭马 买入1 bscscan.com/tx/0x17dfa26a0… 买入哭哭马 bscscan.com/tx/0xdaef8529f… 可疑内容和重点: 这个地址出手频率并不高 此前五天无任何交易 第四个地址 0x6ed4d6209194274942ba4cd76d91a2b35ca2f1d1 在公告前1分钟买入哭哭马1笔并获利 bscscan.com/tx/0x734343a96… 可疑内容和重点: 本地址4天前创建 充值了10.1BNB 在alpha公告后买入10BNB 出货后将一部分钱提走到此地址 0x2c943A3BF58e382f6341F9B2F2908fcE78ac910A 第五个地址 0xb626af16c1e4ce0109cbb2ddebd61a5023aa517e 在公告前1分钟买入哭哭马并获利 bscscan.com/tx/0x8437d6cce… 本地址也为4天前创建 充值了10.1BNB 在alpha公告后买入10BNB 出货后将一部分钱提走 重点:地址特征和第四个地址高度相似,同时出货后的钱流向了同一个地址 0x2c943A3BF58e382f6341F9B2F2908fcE78ac910A 第六个地址 0xc86b29ab806a21d376a90167f7a892a976e1e3c3 本地址在9天前创建 买入数个代币 但是在alpha公告几乎同时买入了哭哭马并获利 bscscan.com/tx/0x2173592d0… PS: 1/ 本文为疑似 我不确定全部正确 但有高度可疑地址 2/ 发本文没有其他的意思 只是想赚10万刀的奖励 3/ 本文发送后已同时发送币安举报邮箱 期待收到奖励 @cz_binance @heyibinance @sisibinance @yayabinance










When you look up a key in a Go map, it always returns a value, even if the key doesn't exist. Missing keys return zero values, which can be misleading. Use `value, ok := map[key]` - the comma ok idiom - to safely check if a key exists. Follow me for more Go bytes











Something we've been trying out the last few days: instead of prompt stuffing AGENTS.md (especially in subfolders), add skills to the repository. So far the results seem better. Its totally possible its entirely behavioral ("just tell it to use the skill" vs assuming it does the right thing), but thats actually fine. Two things that we've done that I think are successful: 1) A bunch of tedium has gone into global skills (github.com/getsentry/skil…) 2) Specific skills in repos that follow patterns ("ui-design", "db-migration", "write-docs", etc.. github.com/getsentry/abac…) Then instead of throwing everything into AGENTS.md, its a lot simpler to just refer it to skills ("when doing X, use Y skill). It requires you to treat the skills like you'd treat any other code investment: maintain and distribute them. This is why I think its also important to do project-scoped configuration for everything (note: see the claude-settings-audit skill). You really need to build these once for the team (or once for the project), and maintain and iterate on them when they have problems. Anyways, so far so good. Nothing ground breaking - just an easy way to share prompt templates - but its smoothing out a lot of silly time sinks. I really want to see some of these behaviors become more cross-agent capable. Cursor's agent will pick up the in-repo skills, but the Claude plugins are specific to Claude right now.








