最有道德的模型,最不会拒绝任务的模型,最不浪费token的模型,最不会蒸馏的模型 我的天啊opus4.7大人 2 个帖子 - 2 位参与者 阅读完整话题
Article URL: https://github.com/navox-labs/agents Comments URL: https://news.ycombinator.com/item?id=47809515 Points: 1 # Comments: 1
Ignore all the "pay to get credits" platforms, the pay to become a label, what if there was a platform without all the payments! And thats what we thought... Introducing LabelCompass, we removed all the bad stuff and made a good website for record labels! You have unlimited submissions because you add your OWN submissions page, and get a handle to share with everybody -- The link is simply " https://labelcompass.pages.dev/labels/@example/ "! Ads? Gone! and we bring all your ownership to you, so you never have to worry about copyright being owned by us. LabelCompass will help songs find their home 1 label at a time. Comments URL: https://news.ycombinator.com/item?id=47801347 Points: 1 # Comments: 0
Article URL: https://github.com/yamafaktory/formal Comments URL: https://news.ycombinator.com/item?id=47791980 Points: 1 # Comments: 0
Hey HN, I originally built this tiny project a few years ago but ended up abandoning it. I recently revived and finished it to solve a very specific, recurring annoyance I had with my usual workflow. Whenever I turn on my VPN, I always want a quick visual confirmation that it’s actually routing correctly before I start browsing, usually by just checking what city/country I appear to be in. The frustration was that whenever I googled "what is my ip" and clicked a random result, half the sites were bloated with ads, required scrolling past walls of SEO text, or bizarrely buried the actual location data (or didn't show it at all). So I revived https://whereismyip.info/ It does two things on load: Shows your IP and exact location front and center. Checks the ASN and automatically flags if you are connecting through a known datacenter or commercial VPN. (Also, since I live in the terminal, I added a JSON route: `curl https://whereismyip.info `). It’s obviously free, and the source is just a lightweight Flask backend with a vanilla HTML/CSS/JS frontend (using Leaflet for the map), all routed through Caddy. I'd love to know what you think or if your VPN ASN bypasses the detection (I know there are but the list is infinite :D) Comments URL: https://news.ycombinator.com/item?id=47790924 Points: 1 # Comments: 0
佬们推荐下付费的Claude中转哪个好用点? https://check.linux.do/ 这里面有模型中转检测,不知道哪一家靠谱。 https://rate.linux.do/ 这个是商家的评价。 1 个帖子 - 1 位参与者 阅读完整话题
Hello Hackerians. Please check out another CD (change directory) utility: cd-deluxe. Why? Using command line is great and powerful but the humble default cd command is somewhat weak. And it is one of the most used commands. Here is another attempt at improving it! Examples: Use "cd --" to go back two directories, "cd ---" to go back 3 directories, etc. Or go in the opposite direction ie "cd +4" to go to the fourth directory visited from the start (or any number). Use "cd ," (comma) to go to the most commonly visited directory (comma meaing "common"). Also see "cd ,,", "cd ,3", etc. List directories visited either in reverse, forward or most common orderings. Plus more - see github. Goal was to be lightweight and fast. Works from the directory stack instead any file based storage. Integrates with bash/zsh/fish/powershell/cmd.exe. With downloads for Linux/maxOS/Windows or build the C++ from source via CMake. Please have a look and let me know of any thoughts. Thanks! Comments URL: https://news.ycombinator.com/item?id=47780155 Points: 2 # Comments: 1
API Error: 500 {"type":"error","error":{"type":"api_error","message":"Internal server error"},"request_id":"xxxxxx"} · check status.claude.com 1 个帖子 - 1 位参与者 阅读完整话题
API Error: 500 {“type”:“error”,“error”:{“type”:“api_error”,“message”:“Internal server error”},“request_id”:“req_011Ca5jjamr8PgBFjeoi1Mrr”} · check status.claude.com 12 个帖子 - 7 位参与者 阅读完整话题
Glance is a browser extension that fact-checks posts in your X/Twitter feed as you scroll. A small icon sits next to each post, reads the content, and surfaces missing context, disputed claims, and things that are being pushed back on in the replies. It works on any Chromium-based browser. We waited 6 months before building this because the economics looked impossible. A decent quality AI fact-checking analysis is $0.05-0.15 per post, a typical user scrolls hundreds of posts per seconds. The only way to make the math work was a pipeline that leverages the comment section to triage posts and analyze in depth only when it's necessary. It works more or less like this: 1. Local filter in-browser (free): short posts, already-seen content. 2. Small-model triage: does this post even make a factual worth checking? 3. Comment analysis (main path): pull the replies, analyze them alongside the post. 4. Full web-search analysis: only when steps 1-3 can't decide. Average cost landed at ~$0.0015 per post, which looks sustainable with a subscription model, and can definitely be optimized. Comments URL: https://news.ycombinator.com/item?id=47779599 Points: 1 # Comments: 0
Ariandel is a memory model where every heap object lives in a scope-owned arena. Scope exit resets the arena in O(1) — one bump pointer write and one free — regardless of how many objects were allocated. The safety default: allocating functions return ARENA_PTR handles (packed arena_id + offset integers), not raw pointers. A dangling pointer at a function return boundary is unconstructable by default. Cross-scope lifetime extension is explicit — you enter the target arena via SCOPE(ptr) before allocating, which routes the object into the outer arena without transferring ownership. Benchmarks (no optimization flags): 1M-node tree cleanup drops from 31ms to 1ms (~30×). There's a real regression in tight inner loops (~0.76×) because DEREF can't hoist the base pointer the way a compiler would — the spec documents this honestly. This is a C macro-based proof-of-concept for a memory model I'm targeting in a compiled language. The interesting question isn't the C implementation — it's whether scope-structured arena routing is a sound replacement for GC and borrow checking across the class of programs that matter. Repo: https://github.com/hollow-arena/ariandel — SPEC.md has the full model including concurrency semantics and the comparison to Tofte & Talpin region-based memory. Comments URL: https://news.ycombinator.com/item?id=47779587 Points: 3 # Comments: 0
今天新注册的账号,一直提示:Quota exceeded. Check your plan and billing details. 我记得前天新注册的,还能发个信息来着???? 1 个帖子 - 1 位参与者 阅读完整话题
Article URL: https://compliscan.ai Comments URL: https://news.ycombinator.com/item?id=47769320 Points: 1 # Comments: 0
Article URL: https://agentgraph.co/check Comments URL: https://news.ycombinator.com/item?id=47767201 Points: 2 # Comments: 0
IT之家 4 月 12 日消息,据 NotebookCheck 报道,在 4 月 7 日《星空》发售当天,PlayStation 玩家终于能玩到这款备受欢迎的太空开放世界角色扮演游戏。然而,《星空》PS5 与 PS5 Pro 版本存在大量技术故障,由于游戏频繁崩溃、主机过热,不少玩家已向 PS 商店申请退款。 Digital Foundry 的性能评测证实,这款贝塞斯达旗下游戏亟需补丁修复。该媒体表示,测试期间,两款主机运行游戏时均频繁出现死机情况,多数时候只能从主机主界面手动关闭并重启游戏。同步上线“Free Lanes”更新的 Xbox Series X 版本虽也存在小问题,但整体运行更为稳定。 Reddit 网友的遭遇与 Digital Foundry 团队的测试结果一致。在该游戏官方子版块中,用户 ShogunRaw 称 PS5 版《星空》“每 2 分钟就崩溃一次”。目前这些问题暂无统一诱因,不过部分星球场景的问题尤为突出。 索尼旗舰主机的运行状况更为严峻。在 ResetEra 论坛上,用户 RedbullCola 分享了错误日志,记录了 PS5 Pro 强化版游戏频繁卡死的情况。更严重的是,主机会彻底卡死无法操作,玩家只能拔掉电源线重启,重启后还可能发现游戏存档损坏。 有评论认为,这款售价 950 美元(IT之家注:现汇率约合 6504 元人民币)的主机在太空探索场景下出现了过热问题。这引发了玩家的恐慌,但截至目前,暂未出现主机永久性损坏的案例。 Digital Foundry 列出了《星空》数量繁多的性能设置选项,玩家很难找到能最大程度规避问题的参数组合。用户 RedbullCola 建议在 PS5 Pro 设置中关闭升级后的 PSSR 超分技术,但该方法并非对所有测试者都有效。 贝塞斯达尚未对 PS5 版《星空》死机问题作出回应,这让玩家愈发不满,开发商本可像 Pearl Abyss 修复《红色沙漠》那样推出补丁解决问题。心急的玩家纷纷申请 PS 商店退款,但成功率不一。索尼商店对退款审核十分严格,但有客服在确认游戏无法正常游玩后批准了退款申请。
Article URL: https://github.com/Halfblood-Prince/trustcheck Comments URL: https://news.ycombinator.com/item?id=47733816 Points: 1 # Comments: 1
IT之家 4 月 11 日消息,据科技媒体 Notebookcheck 今天报道,网络威胁组织 ShinyHunters 最近声称入侵 R 星数据库。 不过黑客们这次盯上的不是还没发售的《GTA6》游戏 , 而是公司的后台数据系统 。 据报道,ShinyHunters 是一个长期攻击大型身份系统、API 集成的网络威胁组织,曾参与微软、AT&T、Ticketmaster 等大规模数据泄露事件。 从目前的情况看,黑客并未直接入侵 R 星外围系统,而是利用 AI 提效供应商 Anodot 的自动化工具窃取认证令牌,从而访问公司的 Snowflake 后台数据系统。 Snowflake 是 R 星存储 / 管理玩家遥测数据、分析数据的平台,黑客入侵后可绕过多重身份验证机制,在较长时间内保持访问权限。 ShinyHunters 要求 R 星 4 月 14 日前交出赎金,否则将公开泄露数据。截至IT之家发稿,R 星及其母公司 Take-Two Interactive 暂未发表声明。
Jennifer Lopez just checked a major box off her list and did it in full bombshell mode. J.Lo made her Coachella debut Saturday night, popping up as a surprise guest during David Guetta's set. The crowd lost it when Guetta teased he had "invited a…