29,254 results for its · 3.020s

News for “its”
19 results • 3014 ms server time
Moozonian News
bing.com• Aug 12, 2026• 1 min read
Timberland Just Marked Down Boots and Sneakers Up to 50% OffFall hiking season is right around the corner, and Timberland just gave us a good reason to upgrade our footwear. While Timberland may be best known for its iconic yellow boots, the brand has plenty ...
Moozonian News
bing.com• Aug 12, 2026• 1 min read
Chase Bank new account bonuses: Earn up to $3,000The largest bank by branch in the U.S., Chase is offering cash incentives for several of its deposit accounts — including a titanic $3,000 bonus when you open a Chase Private Client Checking account ...
Moozonian News
discoveredmaterials.com• Aug 12, 2026• 1 min read
Launch HN: Discovered Materials (YC P26) – AI agents to discover new materialsHey HN, we're Advaith and Akash from Discovered Materials ( https://discoveredmaterials.com/ ). We build AI agents that discover new materials for the semiconductor industry.GPUs today have a heat problem. Nvidia & AMD are almost doubling the TDP (Thermal Design Power) in every chip they release - the H100 (released 2022) has a TDP of 700W, Blackwell (2024) gives out 1.2 kW and Rubin (2026) gives out at 2.3 kW of heat. This trend is expected to continue, and getting rid of this heat is one of the major reasons datacenters consume so much power and water today - they need it to keep chips cool during operation.The amount of heat produced by a chip and its ability to dissipate it are both influenced by the materials used to make it. For example, we could reduce the energy per bit required to move data between logic and memory by 10-50x by 3D packaging chips (placing HBM memory stacks directly on top of logic chips, instead of placing them beside logic on a 2D circuit board). However, we'
Advertisement
Moozonian News
bing.com• Aug 12, 2026• 1 min read
Chime Scholars Foundation Announces 2026–2027 CohortAmerica’s #1 choice for banking1, today announced its 2026–2027 Chime Scholars Foundation® (CSF) cohort, awarding $3 million in scholarships to 800 students across the country.
Moozonian News
github.com• Aug 12, 2026• 1 min read
Show HN: Operator, an open-source web UI for running parallel coding agentsI tried tools like Conductor, but I felt like I was still managing terminal sessions instead of managing work..I wanted,- Project context written once, then refreshed as the codebase changes so I don't have to repeat myself- A kanban/task board with statuses where every task is its own agent- Multiple projects running from one place- A clear view of what each agent is doing and which tasks need me- One git worktree and branch per task- Sessions that keep running after I close the browser- Diff review and merge without hunting through terminals- Ability to host it remotely and access my orchestrator from any device anywhereMy main idea was to operate one level above the IDE.Instead of remembering which terminal belongs to which task, I wanted to manage projects and tasks. Each task keeps its agent session, context, git state, and history together.It primarily supports Claude Code using subscription logins, with no API key or per-token billing. Codex is also (kinda) supported but I haven
Moozonian News
github.com• Aug 12, 2026• 1 min read
Show HN: Pragma – Stop copying context between AI agentsI’m currently subscribed to Codex Pro 5x and Gemini, and I also use the DeepSeek API. I have to constantly switch between different CLIs, manually pass context around, and each agent has its own isolated memory.To solve this, I built Pragma: a single interface for interacting with multiple agents. Under the hood, it automatically calls different harnesses and models, passes context between them, and consolidates memory into one shared system.What do you think?
Advertisement
Moozonian News
bing.com• Aug 12, 2026• 1 min read
Is it better to eat protein at breakfast or dinner?Key Takeaways Protein is important throughout the day, but eating more at breakfast may increase certain health benefits.Studies suggest that eating more protein at breakfast supports muscle growth, ...
Moozonian News
news.ycombinator.com• Aug 12, 2026• 1 min read
Ask HN: How do you handle uncertain GPU capacity needs months in advance?If your product has variable or spiky compute requirements, how do you secure capacity when you know you may need a large GPU block in a few weeks or months, but are uncertain about the timing or quantity?The apparent choices are to reserve capacity in advance and risk underutilizing it, or wait and accept price and availability risk in the on-demand market. I’m curious how inference providers, enterprises running fine-tunes or evals, and teams with batch or seasonal workloads handle this in practice.In particular: - How far forward do you reserve capacity? - How frequently do you end up underusing reservations? - Can providers resize, defer, or release commitments?I know that larger cloud providers like AWS and CoreWeave have flexixbility/credits, but if you're largely getting bare metal capacity from Neoclouds, how do you handle this?
Advertisement
Moozonian News
news.ycombinator.com• Aug 11, 2026• 1 min read
Help me build a better bot blockerI got annoyed enough with bot blockers making me wait several seconds to access a site or go through a CAPTCHA, that I decided to make something better.I'm doing bot filtering/blocking using only Apache config options. I started with a basic filter that blocks HTTP clients that don't support HTTP/2.0, and clients that don't support brotli. To ensure clients don't just spoof brotli support, the root index.html is only available in brotli. I'm planning to add a hidden link to a brotli bomb, since it compresses much better than gzip. A 1GB ASCII repeating sequence compresses to under 1kB. My site has low traffic, under 10k hits per day. With the h2 & br filters active for 2 days, no malicious bot crawlers are getting through.I'd like to increase bot traffic to around 100k hits per day to help test the filters. Any suggestions on how? Perhaps just posting the site here will attract bots: https://solarsi.ca/My intention is a false positive rate of under 0.1%. Please reply with your browser