68,438 results for do · 2.194s

News for “do”
20 results • 2187 ms server time
Moozonian News
arxiv.org• 2d ago• 1 min read
Show HN: I built a tool showing how AI providers (should) throttle their modelsOP here: this project was born out of the frustration/paranoia that AI providers are throttling their models when their server load is too high. So, I set out to model and study the problem mathematically to understand what was happening, what I found was quite surprising.The idea seems natural: as the data center demand increases momentarily through the day, throttling their models (either using a quantized version, reducing the context window or lowering the tier of the model to a smaller one) seems appealing as the model in principle uses less electricity. The problem is that this can cause in fact the opposite effect: as users are trying to solve a question, if the AI gives a bad answer, the user is likely to keep re-asking. On the AI provider side this looks paradoxical: throttling to a lower model creates in fact more demand for their data center.This problem is even worse for agentic workflows, as these are more likely to create a re-ask storm, and maybe explains the outages and
Moozonian News
github.com• 2d ago• 1 min read
Show HN: fake-bpy-module – Blender/UPBGE Python autocompletion for external IDEsI wanted to share fake-bpy-module, a collection of fake Blender Python API stubs designed to enable code auto-completion and type hinting in external IDEs like VSCode. I have been maintaining this open-source project for over 8 years, tracking Blender's active ecosystem from Blender version 2.78 to 5.2+.-- The Pain Point for Development in Blender Python --Blender does not expose its Python API (bpy) as standard Python files outside of its built-in text editor. This makes add-on development in external IDEs tedious and prone to type errors.-- Solution & How it Works --Instead of relying on the starndard inspect module which often fails to handle edge cases in Blender's dynamic environment. fake-bpy-module parses the official Blender Python API documentation to generate .pyi stub files.Of course, documentation parsing comes with its own challenges. Some APIs are undocumented, and others cannot be used as-is (such as the bpy_prop_collection class). To address this, the generator internal
Moozonian News
bollywoodle.app• 2d ago• 1 min read
Show HN: Music Puzzle Game on SteroidsI am a puzzle and music buff. This was vibecoded over a weekend a year ago. I just checked recently and it has blown up!If you have ever craved a sleek and new music puzzle game, here it is.It breaks down a song into different stems for you to guess a dn a clever signal processing thing to turn the vocals into humming - something I built
Advertisement
Moozonian News
github.com• 2d ago• 1 min read
Show HN: Player vs. Computer – fight your computer in my web gameHi, Hello and Welcome, Everyone!I'm Filip, a.k.a. Rubinosław from REParadoxy, and I wanna present to you my first own web video game, which was written in Python using Pygame and Pygbag.Player vs Computer!A funny game where you challenge your computer (not ai) in many ways, testing your durability, and you have to overcome it.- Get 5 points more than your computer in Rock Paper Scissors... Water(!) to win the game!- Click The Gigachad without ending to tire your computer,- and get some random fun facts, which are interesting!- Get funny responds from your computer, after every single choice, and even sometimes: advices!Never gonna give up! You can win.With original retro graphics drawed by me (Rubinosław from REParadoxy).With original music created by my good homie - ToMek OsuMek.Play now for free:https://rubinoslaw.github.io/Player-vs-Computer/The Source Code (GitHub):https://github.com/Rubinoslaw/Player-vs-Computer/Official Launch Trailer (YouTube):https://www.youtube.com/watch?v=3Og
Moozonian News
news.ycombinator.com• 2d ago• 1 min read
Tell HN: Google Search to begin using opaque redirect URLs on search resultsRecently, for a couple of months, I noticed that Google Search began to replace its /url?q= links into a more opaque one (/goto?url=) randomly (indication of A/B testing) on my logged-out private browsing sessions.The old one (intermediate link with /url?sa=...q=...) will either be presented immediately after loading the page, or after the mouse has been held down at the anchor/link (can be prevented by extensions), or not rewritten at all (maybe if something called the "anchor ping" feature is supported). The URL can be easily decoded to the intended destination, either manually (with things like URLCheck or ClearURLs), or automatically (ClearURLs, or maybe adblockers or other privacy extensions)The newer one (/goto?url=) seems to include a seemingly random base64-encoded bytes, which I can't figure out on how to decode it back (might be an internal identifier instead of an embedded URL), except by visiting the link itself.I suspect that they are doing this to track users more reliabl
Moozonian News
bing.com• 2d ago• 1 min read
Burnham: I want wealth creators to stay in BritainAndy Burnham has called on wealth creators to back Britain as the Prime Minister said he was focused on cutting the cost of doing business. Seeking to allay fears of another Budge ...
Advertisement
Moozonian News
bing.com• 2d ago• 1 min read
Wardrobe must haves for transitioning to a new seasonAs the seasons change, so do our wardrobes! There’s a transitional period in between seasons where we’re not always sure what outfits to put together. I’m here to help! Here’s a list of Amazon fashion ...
Moozonian News
dblift.com• 2d ago• 1 min read
Show HN: DBLift – database migration management for Python teamsI’ve been working for a while on DBLift, an open-source database migration toolkit for Python teams. DBLift follows the same model flyway does with the same main commands and the same history table structure making it easy to switch from one to the other with the import_flyway command.By default DBLift is out of order meaning that any unapplied migration is eligible to be applied contrary to flyway which refuse to apply any migration with a lower version until you force it. You can still apply the original flyway model you can still opt-in with the —strict flag. https://docs.dblift.com/migrations-versioningThe main difference is the runtime, No JVM. If you already work in python DBLift integrates with your existing tooling: pip, sqlalchemy, Django, Flask…Honest feedback welcome — especially if you're currently using Flyway on a Python project and it works fine, I'd like to understand what I'm missing. GitHub: https://github.com/dblift/dblift Docs: https://docs.dblift.com Move from Flyw
Moozonian News
news.ycombinator.com• 2d ago• 1 min read
Show HN: Code Stitcher – Apply any LLM output to your local codebaseExactly what it seems.Arm the program, copy the code out in text or markdown and have it automatically apply to your local codebase. Includes python AST checking and now accepts all GDscript (GODOT) and associated files.https://github.com/ue-patcher/Code_Stitcher
Advertisement