172,186 results for se · 2.127s

News for “se”
16 results • 2119 ms server time
Advertisement
Moozonian News
github.com• Apr 4, 2026• 1 min read
Show HN: Travel Hacking Toolkit – Points search and trip planning with AII use points and miles for most of my travel. Every booking comes down to the same decision: use points or pay cash? To answer that, you need award availability across multiple programs, cash prices, your current balances, transfer partner ratios, and the math to compare them. I got tired of doing it manually across a dozen tabs.This toolkit teaches Claude Code and OpenCode how to do it. 7 skills (markdown files with API docs and curl examples) and 6 MCP servers (real-time tools the AI calls directly).It searches award flights across 25+ mileage programs (Seats.aero), compares cash prices (Google Flights, Skiplagged, Kiwi.com, Duffel), pulls your loyalty balances (AwardWallet), searches hotels (Trivago, LiteAPI, Airbnb, Booking.com), finds ferry routes across 33 countries, and looks up weird hidden gems near your destination (Atlas Obscura).Reference data is included: transfer partner ratios for Chase UR, Amex MR, Bilt, Capital One, and Citi TY. Point valuations sourced from TPG, Upgra
Moozonian News
bing.com• Apr 4, 2026• 1 min read
UCLA’s Trent Perry staying for his junior seasonLOS ANGELES — Mick Cronin’s pitch to keep sophomore Trent Perry at UCLA started well before the offseason. After the UCLA men’s basketball team beat Northwestern on Jan. 24, the Bruins’ head coach ...
Moozonian News
news.ycombinator.com• Apr 3, 2026• 1 min read
Tell HN: Anthropic no longer allowing Claude Code subscriptions to use OpenClawReceived the following email from Anthropic:Hi,Starting April 4 at 12pm PT / 8pm BST, you’ll no longer be able to use your Claude subscription limits for third-party harnesses including OpenClaw. You can still use them with your Claude account, but they will require extra usage, a pay-as-you-go option billed separately from your subscription.Your subscription still covers all Claude products, including Claude Code and Claude Cowork. To keep using third-party harnesses with your Claude login, turn on extra usage for your account. This will be enforced April 4 starting with OpenClaw, but this policy applies to all third-party harnesses and will be rolled out to more shortly (read more).To make the transition easier, we’re offering a one-time credit for extra usage equal to your monthly subscription price. Redeem your credit by April 17. We’re also introducing discounts when you pre-purchase bundles of extra usage (up to 30%).We’ve been working to manage demand across the board, but these
Advertisement
Moozonian News
news.ycombinator.com• Apr 3, 2026• 1 min read
ARCHE3-7B – Sparse Moe with SmartRouter and Foundation Curriculum TrainingThis is my first post on HN — a bit nervous, but excited to share what I've been building.I’ve been working on a 7B sparse Mixture-of-Experts prototype that can actually run on consumer hardware. For example, on a Colab T4 it uses around 5 GB RAM and 5 GB VRAM during training, and roughly 3.5–5 GB for inference.A couple of things I spent a lot of time on:Routing (SmartRouter) I tried to tackle routing collapse in a practical way. Instead of letting all tokens dump into a few "favorite" experts, I combined a few things: load balancing loss, an entropy bonus to keep the distribution flat, jitter noise during training, and a learnable temperature. It works surprisingly well at keeping a good portion of experts active. I’ve open-sourced the router code (hive_router.py) if anyone wants to look at the math or grab it for their project.Foundation Curriculum Training (FCT) Before standard pretraining, I run the model through structured reasoning patterns — currently 290 of them across 14 cogni