49,748 results for do (1.762 seconds)

bing.com
How to farm Maphica in Warframehttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8d8553e45644299fe219b54219b302&url=https%3A%2F%2Fwww.sportskeeda.com%2Fmmo%2Fwarframe-maphica-farm&c=12927568424307548576&mkt=en-usMaphica is exclusively obtainable from Descendia, but it does not drop from any enemies. Sometimes, you can get 5x (or 10x in SP) Maphica for a floor reward, but this is predetermined in the weekly ...
Dec 31, 2025 8:19 AM
veredictlabs.com
Show HN: Client-side encrypted AI detector using model ensemblinghttps://veredictlabs.comHi HN, I’m Oscar, a Year 8 student from Australia who enjoys messing around with computers and AI.I recently built an AI detector to build on my skills in computer science. I entered the prototype into the Oliphant Science Awards which is a local science competition (writing a 4000-word report on the methodology) and ended up winning, so I decided to polish it into a real web service that the world can make use of.I noticed that schools and businesses are rushing to use AI detectors, but most commercial tools require you to send full, plaintext documents to cloud servers. For researchers or IP-sensitive work, sending data unencrypted to a third party (who might use it for training) is a major privacy risk. Additionally, current commercial AI detectors aren't very transparent and are unable to tell you why they come to a conclusion. I wanted to build something that helps people make informed decisions based on as much information as possible, not tell them a simple percentage with nothi
Dec 31, 2025 2:18 AM
science.nasa.gov
2025 AAS Hyperwall Schedulehttps://science.nasa.gov/uncategorized/2025-aas-hyperwall-schedule/247th American Astronomical Society (AAS) Meeting Join NASA in the Exhibit Hall (Booth #401 for Hyperwall Storytelling by NASA experts. Full Hyperwall Agenda below. SUNDAY, JANUARY 4 6:45 – 7:00 PMNancy Grace Roman Space TelescopeDominic Benford7:00 – 7:15 PMStorytelling with NASA: Eyes on ExoplanetsAnjali Tripathi7:15 – 7:30 PMRoman Space Telescope UpdateJulie McEnery7:30 – 7:45 PMThe […]
Dec 31, 2025 1:35 AM
news.ycombinator.com
The Gemini AI Studio "Context Tax": How a 10-word prompt cost me £121https://news.ycombinator.com/item?id=46440008I’ve been utilizing Google’s Gemini 1.5 Pro via the AI Studio front-end to develop a new platform. The 1M+ context window is, technically speaking, a game-changer for "stitching" together a 55,000-line codebase. However, I recently discovered a predatory billing architecture that I’m calling the "Context Tax."If you use the AI Studio UI, you might be walking into a massive bill without a single warning.Here is how it happened, and the UK/EU privacy "pro-tip" I found in the fine print.In AI Studio, you start on the Free Tier. You upload your codebase (say, 700k tokens) and work for free until you hit the daily quota. At that point, the UI suggests adding an API key to "continue the conversation."The Trap: Most users (myself included) assume that after adding the key, they will be billed for incremental usage (the 10-100 tokens they just typed).The Reality: The AI Studio UI does not use Context Caching by default. Instead, it re-submits the entire 700k token history for every single "tur
Dec 31, 2025 12:38 AM
github.com
Show HN: SU_N an Adaptive Mesh Refinement Enginehttps://github.com/colinstanfordjones/SU_NMaybe somebody out here has a need for this. It features:Linear octree storage with Norton ordered blocks! It's kinda like p4est. It even has runtime partitioning! It has an MPI backend! Turn that "home lab" into a "HPC". It supports gauge lattices! Model a nuke! In zig! Does it work? Download and find out!Tests and benchmarks will show you how to make a kernel, API usage, and some examples for running a model.
Dec 30, 2025 8:36 PM
bing.com
Año nuevo incrementa la venta de lencería en la Zona Centro de Tijuanahttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8d727cf2b543fc9bc7d13c84e617e6&url=https%3A%2F%2Fwww.msn.com%2Fes-mx%2Fdinero%2Fnoticias%2Fa%25C3%25B1o-nuevo-incrementa-la-venta-de-lencer%25C3%25ADa-en-la-zona-centro-de-tijuana%2Far-AA1TjHoU&c=10265433171408689012&mkt=en-usTijuana, BC.-El cierre de año y la llegada del Año Nuevo representan una temporada favorable para los comercios de lencería en la Zona Centro de Tijuana, donde clientes buscan prendas asociadas con ...
Dec 30, 2025 7:54 PM
news.ycombinator.com
Ask HN: My multi-agent financial sentiment architecturehttps://news.ycombinator.com/item?id=46437194Hello HN,I’m a college student building a financial intelligence terminal for personal use. The goal is to capture "whisper numbers" and sentiment shifts in social media before they hit mainstream headlines.I would love your feedback on the architecture and logic.The Stack:Backend: Python (PM2 managed)LLM: OpenAI GPT 5.2 for high level analysis + GPT-5-mini for news filter and market data collection (via API)Frontend: Next.js + Tailwind + RechartsThe Architecture (The interesting part):1. The CollectorInstead of hitting the LLM immediately, I run a raw scraper every 30 minutes targeting:- Nitter instances (for Twitter/X data without API limits).- GNews RSS (for official headlines).- DuckDuckGo (for general forum chatter).- 1-min OHLC Data (via yfinance) to monitor price micro-structure.2. The Agentic SystemI split the analysis into two roles:- Market Agent: Analyzes the 30-minute window of 1-min candle data. It looks for patterns like "V-shape recovery," "Flash crash," or "Volume exhau
Dec 30, 2025 7:49 PM
news.ycombinator.com
Tell HN: I write and ship code ~20–50x faster than I did 5 years agohttps://news.ycombinator.com/item?id=46436872I’ve been meaning to write this up because it’s been surprisingly repeatable, and I wish someone had described it to me earlier.Over the last year or so, my development speed relative to my own baseline from ~2019 is easily 20x, sometimes more. Not because I type faster, or because I cut corners, but because I changed how I use AI.The short version: I don’t use AI inside my editor. I use two AIs in parallel, in the browser, with full context.Here’s the setup.I keep two tabs open:One AI that acts as a “builder”. It gets a lot of context and does the heavy lifting.One AI that acts as a reviewer. It only sees diffs and tries to find mistakes.That’s it. No plugins, no special tooling. Just browser tabs and a terminal.The important part is context. Instead of asking for snippets, I paste entire files or modules and explain the goal. I ask the AI to explain the approach first, including tradeoffs, before it writes code. That forces me to stay in control of architecture instead of accepting a
Dec 30, 2025 7:19 PM
news.ycombinator.com
Show HN: A Multi-agent system where LLMs challenge each other's answershttps://news.ycombinator.com/item?id=46435835Hey HN,I've been experimenting with forcing multiple LLMs to critique each other before producing a final answer.In practice, I kept working around single-model limitations by opening multiple tabs, pasting the same question into different models, comparing responses, and then manually challenging each model with the others' arguments. (Maybe some of you can relate.) It worked sometimes, but it was cumbersome, slow, and hard to do systematically and efficiently.Based on my own experiments, a few things seem to drive why different models arrive at different responses: they have different guardrails, different tendencies encoded in their weights, and different training data. And the biggest kicker of all: they still hallucinate. The question I wanted to test was whether making those differences explicit, rather than relying on one model to self-correct could reduce blind spots and improve the overall quality of the answer.So I built Consilium9.The problem: When a single LLM answers a con
Dec 30, 2025 5:41 PM
depthsight.pro
Show HN: Solo trader built algo trading platform via AI – no dev experiencehttps://www.depthsight.pro/Hey HN,I'm Artem, a trader from Ukraine. I tried learning to code 15 years ago and failed—I wanted to build trading systems, not fight with syntax.8 months ago, I decided to try again using Claude/GPT/Gemini as my "pair programmers." I built DepthSight by describing what I needed in plain language. No prior dev experience.What it does: • Native AI strategy generation from plain text • Visual logic builder with weighted conditions • Dual backtesting: vector engine for speed, event-driven for accuracy • Genetic algorithms to evolve strategy parameters • Order book + tape analysis (market depth, open interest) • Full mobile PWAThe Twist: Instead of a signup page, I built a terminal ARG.Type "help" in the terminal at the bottom of depthsight.pro to start. You'll need to: - Decrypt hidden shards (Base64, HEX) - Find files in fake logs - Crack sudo access - Solve the final puzzleRewards: First solve: Lifetime Pro (unlimited compute) Top 10: 3 months free Everyone else: Beta access + 30% life
Dec 30, 2025 5:07 PM
news.ycombinator.com
Phantom Blade Zero dated for 2026: bold revolution or the next big overpromise?https://news.ycombinator.com/item?id=46433989With an official launch date set for September 9, 2026, Phantom Blade Zero has moved from mysterious showcase darling to a concrete entry on the industry calendar. Developed by S-GAME and built on Unreal Engine 5, the title blends wuxia storytelling, Hong Kong martial arts cinema energy, and a self-defined “KungfuPunk” aesthetic while positioning its combat as fast, elegant, and distinct from the Soulslike mold it was initially compared to. The story centers on a protagonist with only 66 days to live after being framed for a murder, layering urgency with political intrigue and moral tension.Beyond the narrative, there is serious industry weight behind this date. The game has already surpassed a million wishlists across platforms and is slated to land first on PS5 with timed exclusivity, before expanding to PC. This marks another major swing by a Chinese studio aiming to compete directly with the dominant Japanese and Western AAA space — not just with production spectacle, but with cult
Dec 30, 2025 3:05 PM
chromewebstore.google.com
Show HN: Simple Chrome extension to play focus musichttps://chromewebstore.google.com/detail/focus-music/bnecaegenddgoleofplogafikcdkckkmI built this because I was tired of the focus music dance—opening YouTube, fighting autoplay recommendations, getting distracted by comments.As a developer, I spend hours in deep work mode. I wanted something that just works: one click, instant focus music with actual binaural beats (not just labeled that way).I'd love your feedback: Which genre do you reach for when you need to focus? Any features you'd want to see added?
Dec 30, 2025 12:12 PM
news.ycombinator.com
Ask HN:https://news.ycombinator.com/item?id=46432082I’m 17, living in Turkey, living independently, kinda graduated early through dropping out and fully responsible for my own survival right now. I left a family situation that was not safe, and since then I’ve been building my life from scratch. No financial backing, no cushion. What I’m doing at the moment: * I’m raising a small talent round (~$20k) to buy runway while I build my first company. * The round is not tied to one product yet,it’s a bet on trajectory, capability, and execution rather than a pitch for a single idea. * Investors can choose between equity in my first company or structured cash payback with interest. At the same time, I’m actively looking for cash flow through work: * Strategy, research, writing, operations, early stage problem solving * Anything where thinking clearly, moving fast, and taking responsibility actually matters * Remote or project based is ideal, but I’m flexible People around me often call what I’m doing “brave.” I don’t really experience it that
Dec 30, 2025 11:16 AM
bing.com
Chevy Chase Says Steve Martin and Martin Short's “Only Murders in the Building ”Is 'Lacking Me'http://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8cddc0fdd4448880316647cf7377d3&url=https%3A%2F%2Fwww.yahoo.com%2Fentertainment%2Ftv%2Farticles%2Fchevy-chase-says-steve-martin-165521559.html&c=6735007626880415520&mkt=en-usDuring a live event on Dec. 29, Chase said his Three Amigos! costars are "lacking me" on their Emmy-winning series Short appears in the upcoming documentary I'm Chevy Chase and You're Not while Martin ...
Dec 30, 2025 8:55 AM
bing.com
Chevy Chase Says Steve Martin and Martin Short's “Only Murders in the Building ”Is 'Lacking Me'http://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8d32cc748a408e86f49671db948f45&url=https%3A%2F%2Fwww.yahoo.com%2Fentertainment%2Ftv%2Farticles%2Fchevy-chase-says-steve-martin-165521559.html&c=6735007626880415520&mkt=en-usDuring a live event on Dec. 29, Chase said his Three Amigos! costars are "lacking me" on their Emmy-winning series Short appears in the upcoming documentary I'm Chevy Chase and You're Not while Martin ...
Dec 30, 2025 8:55 AM
news.ycombinator.com
Tell HN: Wrapping up the year and resetting my goalshttps://news.ycombinator.com/item?id=46430910As the year wraps up, I’m doing a quiet reset.This year reminded me how fragile “reliable” channels can be, and how easy it is to overestimate things that worked well in the past.Going into the new year, my goal is simple: build smaller, listen more, and focus on tools that help people think or decide together, not just consume content.Wishing everyone here a calm end to the year. Thanks for all the thoughtful discussions; I’ve learned a lot just by reading.
Dec 30, 2025 8:36 AM
spacedaily.com
China harnesses nationwide system to drive spaceflight and satellite navigation advanceshttps://www.spacedaily.com/reports/China_harnesses_nationwide_system_to_drive_spaceflight_and_satellite_navigation_advances_999.htmlTokyo, Japan (SPX) Dec 30, 2025 China's manned space program has used a nationwide resource mobilization system to manage a recent contingency involving the Shenzhou-20 mission and to launch its follow-on Shenzhou-22 spacecraft within 20 days. After the Shenzhou-20 return vehicle suffered minor window damage from space debris, the China Manned Space Agency activated its first contingency plan of this kind, coordinating e
Dec 30, 2025 7:17 AM
bing.com
Power Ranking the Top 10 NFL Quarterbacks Right Now (Week 18)http://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8d2663f5724462af93072f529f5af7&url=https%3A%2F%2Fwww.sportsgrid.com%2Fnfl%2Farticle%2Fpower-ranking-the-top-10-nfl-quarterbacks-right-now-week-18&c=15700852080587144942&mkt=en-usRanking the NFL’s top ten quarterbacks heading into Week 18, breaking down elite play, recent trends, MVP cases, and which stars are carrying their teams.
Dec 30, 2025 6:03 AM
beautyarena.vercel.app
Show HN: Beauty Arena – An Elo-based experiment to measure aestheticshttps://beautyarena.vercel.appHi HN,I built Beauty Arena to solve a data problem I've always found annoying: absolute rating scales (1-10) are terrible for subjective data. They suffer from massive inflation and inconsistent user baselines (one person's 7 is another person's 5).I wanted to test if pairwise comparison (1v1) could produce a cleaner, strictly relative dataset.Instead of asking "How beautiful is this person?", the system asks a simple question: "Who do you choose?". It uses a ranking system inspired by competitive games (Elo/Glicko) under the hood. As users vote, a global ranking emerges based on win/loss ratios against others rather than accumulated points.I'm curious about the "wisdom of the crowd" limits here. Does a pairwise sort actually converge on a clear consensus, or does it cycle indefinitely due to intransitive preferences (A > B, B > C, but C > A)?I'd love feedback on the ranking methodology and the overall UI.
Dec 30, 2025 12:56 AM
news.ycombinator.com
Ask HN: What if an entire city banned home cooking?https://news.ycombinator.com/item?id=46427054Every meal would come from centralized kitchens, automated meal factories, or restaurant-style delivery. No chopping, no dishes, no cooking smells, just ready-to-eat meals at your doorstep.Pros:* Guaranteed nutrition and food safety* No more time wasted cooking or cleaning* Potentially less food waste with centralized meal prep* Economies of scale make ready-to-eat meals as affordable as home cookingWould you live in a city like this?
Dec 29, 2025 11:01 PM