1,073 results for out perform · 2.669s

News for “out perform”
17 results • 2628 ms server time
Moozonian News
news.ycombinator.com• Dec 1, 2025• 1 min read
Teaching LLMs to compose math symbolically, not execute itRight now LLMs cannot be counted on to perfectly perform math. The solution I propose is to teach LLMs to instead of executing the math, just compose the mathematical equations correctly and leave the execution to a post-processing step.My core method would be: Use a single special token ᶜ (U+1D9C) before each element that needs computation, and then compute the result afterwards. For known math that doesn't need to be computed the ᶜ is not added or present.Thus we would see in the output:Normal (already computed): 847 * 293 = 248171Requesting computation: ᶜ847 ᶜ* ᶜ293 ᶜ= ᶜxThe Core Mechanic: Post-Process ComputationThis is what makes everything work: Model generates output with ᶜ-marked expressions (fast, no blocking) Generation completes Parse all ᶜ-marked expressions Execute computations with perfect precision Substitute results back into the output Show user the final result with normal mathematical notationThe model never waits for computation results. It reasons symbolically with
Moozonian News
news.ycombinator.com• Nov 30, 2025• 1 min read
Tell HN: ChatGPT has 13B revenue but can't make a working websitePeople talk a lot about AI being really great. But can OpenAI use it to make their own website work?The ChatGPT performance is terrible, and has been for months. I use ChatGPT on both a Mac M3 w/32GB RAM, and a AMD Ryzen 7 PRO 7840U (w/ Radeon 780M) & 32GB RAM. After I have been using a single ChatGPT page/thread/whatever to do research for a day or two, it becomes insanely slow, locking up the browser for minutes at a time. The only recourse is to stop the page, kill the tab, and re-open the page, and hope ChatGPT is done doing whatever is locking things up. So I end up literally "exporting to JSON" whatever i've done, and opening a new thread, pasting the JSON there, just so I can continue my research/planning.Example screenshot (where it's locking up even while trying to file a bug report): https://imgur.com/a/JfEXocrI have reported this same bug for months. There is no indication anyone has seen these reports or is working on it, no customer service or feedback. It's like putting a
Moozonian News
news.ycombinator.com• Nov 24, 2025• 1 min read
Game analysis, fourth quarter, field guard rangeThe offense started strong. Everyone expected a very short game. But the defense stopped them, and moved the line of scrimmage back significantly. Everyone was shocked. No one expected the massive investments that the offense had made to underperform so badly, and the defense was far more credible than expected.Since then it’s been a game of inches. The costs have been staggering for both sides. The sidelines have emptied out as the damage mounts. And the offense fans are getting restless. They were promised a victory, and they expect a victory. And now the concessions are running out, and you have to wait in a long line just to get a tiny serving of refreshments. The coach is genuinely afraid for his job if he doesn’t deliver.It’s looking like fourth down. The offense seems to be in field goal range, but the chances of a turnover keep rising, and if the fans get restless enough the coach could very well be thrown out in the middle of the game—believe me, it’s happened before.So althou
Moozonian News
news.ycombinator.com• Nov 22, 2025• 1 min read
ShowHN: RepoScout – A multi-platform Git repo search tool in RustHello HN,One day, my friend and I just got an idea: we needed a simple, fast utility that could search across GitHub, GitLab, and Bitbucket simultaneously from the terminal. The continuous context-switching between web UIs, browser searches, and our editor was a constant friction point, so we decided to build a dedicated TUI application for repository discovery.We chose Rust for the performance and robustness, making this our first significant project with the language. The result is RepoScout, a fully keyboard-driven Terminal User Interface (TUI) built on the ratatui framework.Here is a clear statement of what the project does: RepoScout allows users to search, analyze, and manage repositories across multiple Git platforms without leaving their terminal.Technical Details & ImplementationWe struggled and learned a lot while implementing these core technical components:- Vector Search (Work In Progress): This was the most complex technical challenge. Our goal was to let users find proje
Advertisement
Moozonian News
news.ycombinator.com• Nov 18, 2025• 1 min read
Revolutionize Software Dev: Task-Centric Interface and Parameter Encapsulation# webdev # programming # architecture # cloud https://github.com/socaltiger/BatchSubmit.comIn a world where software complexity continues to grow, most applications still rely on traditional development paradigms—focusing on modules, code structure, and feature implementation. But what if there were a simpler, more intuitive way to create and use software?Introducing a task-centric development paradigm, where applications are defined by the tasks they accomplish, and all parameters are encapsulated within intuitive interfaces. This is not just a new software tool—it is a fundamental shift in how we think about software design and usage.Key FeaturesTask-Oriented Design Each application is built around the task it is meant to perform.Users interact directly with the task, not the underlying software code.Parameter Encapsulation All complex configurations and workflows are embedded in the interface.Users only need to adjust parameters through simple controls—no coding required.Composable
Moozonian News
zenpaint.org• Nov 15, 2025• 1 min read
Show HN: ZenPaint, a pixel-perfect MacPaint recreation for the browserI've been recreating the original MacPaint in the browser on and off for a few years. It's still alpha quality, but I'm finally ready to share it more widely.The goal was pixel-perfect accuracy, so I spent a lot of time with Atkinson's original QuickDraw source code, emulators, and my iBook G3 to get details like font rendering and the shape tools exactly right.Some technical notes:- Font rendering was surprisingly tricky; understanding the original pipeline's quirks took lots of experimentation, and avoiding canvas smoothing/aliasing required careful handling.- Written declaratively with React; performance is kept reasonable with a buffer pool and copy-on-write semantics. - You can share links to artwork from within the UI.E.g.: https://zenpaint.org/#p=KQumBQ5x- Mobile support was not considered here (for obvious reasons). It might still be usable on a larger phone or tablet but I have not tested this at all.There's something magical about making art within MacPaint's constraints: the
Moozonian News
pluginscore.com• Nov 14, 2025• 1 min read
Show HN: PluginScore – Code quality reports for WordPress pluginsHi HN,I've been working on a tool to make it easier to see the code quality of WordPress plugins at a glance, and to drill into the issues behind that score.PluginScore lets you enter any plugin slug from WordPress.org and get a detailed code-quality report: security, performance, plugin repo policy, and general coding standards.There is no signup or login; it's just a web app that runs scans and publishes the results.Try it out:- Go to https://www.pluginscore.com- Use the “Analyze a plugin” box on the homepage.- Type a slug like akismet, woocommerce, or your own plugin's slug.- You'll either land on an existing report or enqueue a new scan.Each plugin page shows:- An overall 0–100 score, plus error/warning counts.- A breakdown by category (security, performance, repo policy, general, accessibility).- A list of individual findings with codes, severities, and links to rule docs.- Scan history and score deltas over time.- Leaderboards and “top movers” so you can see which plugins are imp
Advertisement
Moozonian News
news.ycombinator.com• Nov 12, 2025• 1 min read
Ask HN: Seeking advice on designing a personal document serverI am thinking about building a project for personal use. The idea can get complicated, so I wanted to ask your opinions on how to tackle this. I wanted to give more information such as caveats and diagrams, but putting everything on a blog page felt like advertising, which is not the point.tldr: I want to build a service that accepts documents of varying types, extracts information from them, translates it, and makes it searchable.The reason: I am Turkish-Georgian and living in Poland. Including English, there are at least four languages (actually a few more) that I deal with. I scan all my documents—such as invoices, doctor’s papers, and governmental documents. Sometimes, when I search for a document and don’t remember what language it’s in, searching without searchable text (scanned files) is difficult. I’d like to build a service where I upload a document (PDF, text, image), the system performs OCR, translates results into multiple languages, and extracts key info like the date (fro
Moozonian News
bing.com• Nov 11, 2025• 1 min read
A Choreographer Steps Out of a Giant Shadow (Her Aunt’s)Performances in N.Y.C. Ruth Childs, the niece of the renowned choreographer Lucinda Childs, got over being intimidated by her aunt’s achievements. Now, she debuts her own work in New York. Credit...
Moozonian News
bing.com• Nov 10, 2025• 1 min read
Razer DeathAdder V4 Pro mouse review: Serious biteIt can be tough to find a good gaming mouse, especially one that matches performance and comfort. As it turns out, the right mix is here from the folks at Razer. One might expect a Razer product to be ...
Moozonian News
amibeatingbenchmark.app• Nov 5, 2025• 1 min read
Show HN: Portfolio Simulation with Regime AwarenessI built this to scratch an itch - tracking how some hypothetical portfolios might've played out across market regimes, with realistic simulation and daily pnl tracking.Most tools available tend to ignore tax lot, cash drag, flexible strategy input or regime analysis. So I decided to ship my own in Rust (backend, NextJS UI) and worked on it over the last few months.Having worked in the back office of a hedge fund, I have an understanding of how pnl and performance measures are computed. Honestly, it would've been shorter if I have prioritised better. For now, it supports tactical portfolio (fixed allocation) and planning to support more (flexible strategy and more complicated rules).Key features: - Regime Awareness - Head-to-Head Portfolio Comparison - FIFO tax lot accounting - ETF and Crypto support - Automated daily valuationBeta, free for now. Feel free to provide feedback: 1. Do you find this useful? 2. Whats missing in this that would make you use this more? 3. Would you pay for a
Moozonian News
news.ycombinator.com• Nov 5, 2025• 1 min read
Listen to YouTube in the background on iOS (Free)1. On the latest iOS, Safari, open target video (not via YouTube app) 2. From that video, open any video that’s offered under the target 3. Quickly perform the following: go back to the target and at the same time switch to the next tab in the safari browser (use swipe to switch).Video should keep playing in the background, even when you lock and turn off the screen.I also use uBlock origin / DNS blocking.