124 results for Checker · 2.833s

News for “Checker”
18 results • 2828 ms server time
Moozonian News
news.ycombinator.com• Feb 9, 2026• 1 min read
OrthoRay – A native, lightweight DICOM viewer written in Rust/wgpu by a surgeonHi HN,I am an orthopedic surgeon and a self-taught developer. I built OrthoRay because I was frustrated with the lag in standard medical imaging software. Most existing solutions were either bloated Electron apps or expensive cloud subscriptions.I wanted something instant, local-first, and privacy-focused. So, I spent my nights learning Rust, heavily utilizing AI coding assistants to navigate the steep learning curve and the borrow checker. This project is a testament to how domain experts can build performant native software with AI support.I built this viewer using Tauri and wgpu for rendering.Key Features:Native Performance: Opens 500MB+ MRI series instantly (No Electron, no web wrappers).GPU-Accelerated: Custom wgpu pipeline for 3D Volume Rendering and MPR.BoneFidelity: A custom algorithm I developed specifically for high-fidelity bone visualization.Privacy: Local-first, runs offline, no cloud uploads.It is currently available on the Microsoft Store as a free hobby project.Disclaim
Moozonian News
plagiarismremover.ai• Jan 8, 2026• 1 min read
Show HN: Plagiarismremover.ai – plagiarism remover focused on formattingA while back I kept running into the same frustrating workflow: plagiarism checkers would flag chunks of my text (especially drafts touched by AI), but fixing those flags manually often meant rewriting sections in ways that lost meaning or tone.So I built PlagiarismRemover.AI - a web-based tool that helps remove duplicated or flagged content while keeping the original meaning and structure. It’s not trying to replace writing or detection tools, but rather to help with that in-between step where you want something that reads well and is original.The tool is simple: paste text, run it, and get back a cleaned version. There’s a free plan for casual use and affordable paid tiers if you need higher limits, and no complex setup or mandatory waiting for emails. I’m sharing it here to get feedback from folks who care about writing quality and originality — especially people who write a lot or work with AI-assisted drafts.I’m also curious: for those of you who deal with plagiarism flags, how do
Moozonian News
news.ycombinator.com• Dec 10, 2025• 1 min read
Launch HN: InspectMind (YC W24) – AI agent for reviewing construction drawingsHi HN, we're Aakash and Shuangling of InspectMind (https://www.inspectmind.ai/), an AI “plan checker” that finds issues in construction drawings, details, and specs.Construction drawings quietly go out with lots of errors: dimension conflicts, co-ordination gaps, material mismatches, missing details and more. These errors turn into delays and hundreds of thousands of dollars of rework during construction. InspectMind reviews the full drawing set of a construction project in minutes. It cross-checks architecture, engineering, and specifications to catch issues that cause rework before building begins.Here’s a video with some examples: https://www.youtube.com/watch?v=Mvn1FyHRlLQ.Before this, I (Aakash) built an engineering firm that worked on ~10,000 buildings across the US. One thing that always frustrated us: a lot of design coordination issues don’t show up until construction starts. By then, the cost of a mistake can be 10–100x higher, and everyone is scrambling to fix problems that
Advertisement
Moozonian News
bing.com• Dec 4, 2025• 1 min read
How to Become an Investment Banker: Careers and EducationJ. William Carpenter is an economist who writes financial topics. He is an author of published works for higher education and business clients. Suzanne is a content marketer, writer, and fact-checker.
Moozonian News
traclea.com• Nov 10, 2025• 1 min read
Show HN: Infostealers in Nov 2025: 183M Gmail, 16B Logins, Nikkei SlackIn the past month alone, infostealer malware has dominated headlines with breaches exposing billions of credentials—183M Gmail-linked logins dumped in late October (via Synthient's monitoring, loaded to HIBP on Oct 21), Nikkei's Slack histories for 17K+ employees compromised by a single August infection (disclosed Nov 4), and an aggregated 16B credential mega-leak from ongoing stealer campaigns (Cybernews, June but with fresh Oct dumps).These aren't flashy ransomware hits; they're silent endpoint infections turning your browser, wallet, or Slack into hacker fodder. Vidar 2.0's upgrade (Oct 6) is already spiking campaigns, filling the Lumma void with faster exfil and better evasion.Traditional breach checkers like HIBP are great for historical dumps, but they miss the real-time flood of stealer logs—raw credential grabs from infected machines, sold cheap on Telegram/dark forums for ATOs and fraud.That's where Traclea steps in: we scan your emails and usernames across both breach archive
Moozonian News
bing.com• Nov 1, 2025• 1 min read
Is HELOC Interest Tax Deductible? What Homeowners Need to KnowSuzanne is a content marketer, writer, and fact-checker. She holds a Bachelor of Science in Finance degree from Bridgewater State University and helps develop content strategies. shapecharge / Getty ...
Moozonian News
github.com• Jul 1, 2025• 1 min read
Show HN: Semcheck – AI Tool for checking implementation follows specHi HN, like many I've been interested in the direction software engineering is taking now that coding LLMs are becoming prevalent. It seems that we're not quite there for "natural language programming", but it seems new abstractions are already starting to form. In order to explore this further I've built semcheck (semantic checker). It's a simple cli tool that can be used in CI or pre-commit to check that your implementation matches your specification using LLMs.The inspiration came while I was working on another project where I needed a data structure for a GeoJSON object, I passed Claude the text of RFC-7946 and it gave me an implementation. It took some back and forth after that before I was happy with it, but this also meant the RFC went out of context for the LLM. That's why I asked Claude again to check the RFC to make sure we haven't strayed too far from the spec. It occurred to me that it would be good to have a formal way of defining these kinds of checks that can be run in a
Moozonian News
ilmenit.github.io• Apr 2, 2025• 1 min read
Show HN: Pressure – a simple 2D board game in JavaScriptI'm a fan of minimalistic design and I tried to make an "easy to learn, hard to master" 2D board game.Pressure is played on a 5×5 grid with 12 tokens total. The key mechanic is a "push" feature where tokens can displace entire lines of other tokens if there's an empty space at the end of the line. When opponent tokens are pushed, they become inactive for one turn. Capture occurs when tokens are surrounded on all four sides.After analyzing gameplay data, I found Pressure has an average branching factor of 11.5, which is higher than Othello (10) and Checkers (2.8), though lower than Chess (35). Its game tree complexity is approximately 10^57, placing it remarkably close to Othello (10^58) and much higher than Checkers (10^40), despite the smaller board size.The state space complexity appears to be in the range of 10^20, comparable to Checkers, which is notable given Pressure uses a 5×5 grid versus Checkers' 8×8 board. Chess and Othello have higher state spaces at 10^44 and 10^28 respecti
Advertisement
Moozonian News
news.ycombinator.com• Mar 18, 2025• 1 min read
Ask HN: Why is Firefox's spell check so awful? Is there a way to make it better?Having just recently switched from Chrome to Firefox a few days ago because of Manifest V2 and a breaking change to bookmark keywords (https://issues.chromium.org/issues/397720842), I noticed that Firefox's English spell checker is much, much worse than anything else I've ever used. Compared to Chrome's internet-enabled spell check (that sends things to Google), it is so bad as to be almost unusable.It doesn't recognize many normal words, much less common slang or proprietary nouns and names.Is there a way to make it better? I don't care about the privacy aspects and wouldn't mind sending it to a cloud service like Chrome did, as long as it can better recognize common words.
Moozonian News
news.ycombinator.com• Feb 28, 2025• 1 min read
Show HN: Globstar – Open-source static analysis toolkitHey HN! We’re Jai and Sanket, co-founders of DeepSource (YC W20). We're open-sourcing Globstar (https://github.com/DeepSourceCorp/globstar), a static analysis toolkit that lets you easily write and run custom code quality and security checkers in YAML [1] or Go [2].After 5+ years of building AST-based static analyzers that process millions of lines of code daily at DeepSource, we kept hearing a common request from customers: "How do we write custom checks specific to our codebase?" AppSec and DevOps teams have a lot of learned anti-patterns and security rules they want to enforce across their orgs, and being able to do that without being a static analysis expert, came up as an important want.We initially built an internal framework using tree-sitter [3] for our proprietary infrastructure-as-code analyzers, which enabled us to rapidly create new checkers. We realized that making the framework open-source could solve this problem for everyone.Our key insight was that writing checkers isn
Moozonian News
news.ycombinator.com• Nov 7, 2024• 1 min read
Launch HN: Codebuff (YC F24) – CLI tool that writes code for youHey HN! We’re James and Brandon building Codebuff (https://codebuff.com). Codebuff is like Cursor Composer, but in your terminal: it modifies files based on your natural language requests. You can try it with `npm i -g codebuff` and start using it immediately for free. We have no login gate, and we give all accounts up to $20 worth of credits.Codebuff is different because we simplified the input to one step: you type what you want done in your terminal and hit enter. Then Codebuff looks through your whole codebase and makes the edits it wants, to existing source files or new ones. It also can run your tests, the type checker, or install packages to fulfill your request.Demo video: https://www.youtube.com/watch?v=dQ0NOMsu0dAIt all started at a hackathon. I was trying out Sonnet 3.5 which had recently come out and seeing if I could use it to write code. The script I cobbled together that day pulled codebase context in one step and used it to rewrite files with changes in the second step.
Moozonian News
news.ycombinator.com• Sep 28, 2024• 1 min read
Discouraged about coming up with startup ideasAbout me:1. I am old(er), old enough to have lived the dot-com era, and I loved it.2. My background is checkered between entrepreneurship and working in high-tech companies.I remember the mid 90(s), I had a cushy job but the Internet was happening out there. So I desperately sought a position at one of those high-flying dot-coms, I landed at one, I was employee #30, within a few months we were 300 employees, and those 2.5 years were incredible.I knew that the internet was going to change the world, but now, looking in retrospect, I can see that it changed the world a lot more than anyone ever thought.I am sure that AI will change the world a lot more than the Internet ever did.I am - again - desperately trying to get a job at a AI startup, unsuccessfully so. And - of course - I am not quitting.At the same time I am brainstorming AI startup ideas, but I must confess that I can't come up with nothing exciting / innovating (my bad).I am very familiar with Paul Graham essays, with "The Inn
Moozonian News
bing.com• Aug 7, 2024• 1 min read
Event Viewer is missing in Windows 11/10Follow these methods to determine why Event Viewer is unavailable on your computer. Search for Event Viewer Restart Windows Event Log service Run System File Checker & DISM Repair Windows Installation ...
Moozonian News
bing.com• Jan 4, 2024• 1 min read
What are Odds Boosts? Complete Odds Boosts Betting Guide 2026Before joining Basketball Insiders, Johnny spent 10 years writing for some of the biggest names in the industry including Odds Checker, Sportsbook Review, OddsJam, The Sports Daily, and more. He has a ...
Advertisement