1,441 results for Files · 2.246s

News for “Files”
20 results • 2241 ms server time
Moozonian News
theverge.com• 2d ago• 1 min read
You can now buy music on SoundCloudSoundCloud has launched a new beta feature that allows artists on the audio streaming platform to sell music directly from their profiles, instead of diverting fans to purchase from third-party services like Bandcamp and Beatport. The feature aims to give listeners a better way to support the musicians behind their favorite songs, because SoundCloud isn't […]
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
typebase.io• 2d ago• 1 min read
Show HN: Typebase – A single-folder back end you write in TypeScriptHey HN!I built Typebase, a library that gives you Convex's DX with Supabase's openness.After trying Supabase I liked how fast it is to spin up a DB and auth, but really didn't like using RLS and SQL for authorization. With Convex I loved how your server "lives" in your code, but disliked the DB model and the realtime-first defaults.With Typebase you just write TS files inside a typebase/ folder in your existing repo. You can define your DB tables inside a schema.ts file and export server functions that your frontend calls like local functions, fully typed. Auth is built in.Then one CLI command uploads your server to any of the available providers (Vercel, Cloudflare Workers or Deno Deploy for the servera and Neon for the DB), or generates the code so you can deploy it wherever you want.Built on top of oRPC, Drizzle, and better-auth.Happy to answer any questions or feedback!
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
Moozonian News
news.ycombinator.com• 2d ago• 1 min read
Open source in-browser log sanitizer, feedback requiredJust released a framework-agnostic log sanitizer working in browsers and Node.js. It's designed to sanitize log files before they are sent to third-party platforms for processing, analysis, or troubleshooting. Use Case? thing HuggingFace breach, would you feed any AI your usernames, passwords, PII, configs etc?The sanitizer redacts secrets, identifiers, and PII and replaces each value with a stable HMAC token to reduce the risk of accidentally exposing sensitive or confidential information contained in logs.This library is already integrated into LogTotal and runs directly in the browser, allowing logs to be sanitized locally before they leave the user's environment.If you require a fully controlled and isolated data sanitization environment, you can deploy and run this library within your own infrastructure. The sanitizer can also be installed and used in air-gapped environments, ensuring that sensitive log data remains within an environment you fully control.The library has no runtim
Advertisement
Moozonian News
github.com• 2d ago• 1 min read
Show HN: Hostflip – a macOS /etc/hosts switcher that detects external editsHi HN — I built hostflip, a native macOS menu bar app for switching /etc/hosts profiles. It is free and open source under the MIT license.The problem I wanted to solve was not just editing hosts entries. It was sharing /etc/hosts with Docker Desktop, VPN clients, scripts, and manual edits without one writer silently erasing another's changes.On first run, hostflip captures a read-only baseline (called Base Hosts) from the existing file and keeps the untouched original as hosts.orig. Active profiles are appended after the baseline in a clearly marked block.Writes are still atomic whole-file replacements under the hood. Before each write, the daemon hashes the live file and compares it with the expected hash. If they differ, it refuses the write; the app shows a diff and asks the user to reconcile the change first.A few other details:- Profiles can live in groups. At most one profile per group is active, while active profiles from different groups and standalone profiles stack together.-
Moozonian News
codeplusequalsai.com• 2d ago• 1 min read
Show HN: LLM-powered webapp to build LLM-powered webappsHey all,The goal is to earn on token margins for LLM calls when you build an AI-powered webapp. I proxy OpenAI and Anthropic calls so that when you deploy a site to a subdomain, your users token usage will be tracked. I charge 2x the token cost to the end user, where the webapp creator gets 80% of the profit and I get 20%. The idea is to ramp your revenue from simple AI apps directly with your popularity and real usageI've built this over the last 3 years. The system behind it is kind of crazy: I use Abstract Syntax Trees and have the LLM write AST transformation code to implement code changes to files. I haven't benchmarked it in a while, but last time I did, it cost more in tokens but produced more targeted code changes (as compared to other agent harnesses). I wrote a blog post about this idea when I first built it: https://codeplusequalsai.com/static/blog/prompting_llms_to_m...Your development project is run inside a docker container, and you can publish it to make it public and ge
Moozonian News
use-fs.com• 2d ago• 1 min read
Show HN: Use-Fs – A React Hook for the File System Access API and OPFSI'm happy to say that https://use-fs.com 2.0 has been released with brand new OPFS support. If you're building browser-based apps that heavily interact with the file-system this package is a must to have in your package.json!A React hook that watches a directory and re-renders when a file is added, changed, or deleted. Point it at a folder the user picked and you're reading and writing their real files — no uploads, no endless file dialogsNew in 2.0: it watches the origin private file system too. No picker, no permission prompt, no user gesture — and, unlike File System API, it works in Safari and FirefoxWhat's OPFS? A file store the browser gives each origin — real directories and files, but readable only by your own site through the File System API, never by the user's file manager or other apps.
Moozonian News
est.alejo.ch• 2d ago• 1 min read
Show HN: Game to see if you're over-/under-confident in your own knowledgeI wrote a simple "trivia" game to get a sense about how well calibrated you are in terms of how well you know things: https://est.alejo.chYou get ten simple "what happened first" questions and give a confidence level (for each answer). The game tracks your success rates per confidence level and gives you a calibration graph/table (e.g., "you consistently over-estimate your success rate"). You can play multiple times to see aggregated statistics.After 60 games (480 questions), I found out that I am relatively well-calibrated, though I should ~never bet under 60% (for this specific type of binary questions): https://alejo.ch/3mkThe game is open source (GPLv3 at https://github.com/alefore/estimate) and it's just static files. There's no server-side logic: the game log/stats are stored in your browser (local storage API). It's pure TypeScript, no framework.You can read more about it on https://alejo.ch/3m9Just figured I'd share in case others find it useful and/or have suggestions to impro
Moozonian News
news.ycombinator.com• 3d ago• 1 min read
Show HN: Canaster is a canvas based visual workspaceCanaster is a canvas based visual workspace (think high performance hierarchical miro board).I had a particular vision for workspace I wanted where I can put my documents including pdfs/markdowns/tables/checklists in a visual hierarichal workspace.I started with a DOM based approach but that quickly hit its limits of responsiveness in terms on interaction, so i built this one with webgl and my main priority was a consistent 120+ fps rendering (you can see the fps number by clicking the (i) icon in the bottom right, the other buttons there are for refit/rearrange panels).You can drop pdfs/markdown files as it is organize them. Each 'panel' can the canvas can be maximised to interact with it and can inline edit with double clicking. You can also embed other websites (the ones which allow it)Workbooks can be private or public. Here are a bunch of documents I have created as a demohttps://canaster.in/d/naruto-casefiles/how-come-these-three-... https://canaster.in/d/admin/thirty-six-views-o
Advertisement
Moozonian News
github.com• 3d ago• 1 min read
Show HN: Unbox-AI Visualize your AI traces like a JavaScript bundleWhen building AI agents, I found myself struggling to understand what exactly is happening inside of all of our traces. I was pasting huge JSON files to my AI agent to parse and get some useful insights from it. Then I thought, Webpack bundle visualizer had this great view to see all your dependencies - what if we could visualize AI context from traces like this? So I built unbox-ai.It's just one command: npx unbox-ai trace.jsonIt also ships with an agent skill so your AI agent doesn't need to parse through a huge JSON file to analyze a trace.Let me know what you think!
Moozonian News
github.com• 3d ago• 1 min read
Show HN: Turn a Sandbox into an MCP Servermcpd is a way to expose sandbox environments as MCP servers using just configuration. In the repo, I have some example config files that mimic popular coding harness tools.I've been using it to give my cloud agents code search tools on private repos I manage. I have a script that syncs project code to the sandbox on deploy and I can connect it to my cloud agents and debug in Slack. It's awesome in combination with the Sentry MCP. I'm working on a secure way to have the agent open up PRs too.My general thesis is the agent loop should be unprivileged and run remotely and tool execution should be separate and sandboxed. Disconnecting the loop and the tool execution environments opens up a lot of cool possibilities.
Moozonian News
bookma.sh• 3d ago• 1 min read
Show HN: Bookmash – a bookmark manager with no database, just the browser's APII built Bookmash because I wanted my browser bookmarks to feel more like navigating files in Finder, not scrolling a long vertical list.The main decision was to keep the browser as the source of truth. Bookmash doesn't import or copy your bookmarks into its own database — it reads and writes directly through the Chrome/Firefox bookmarks API. Uninstall it and you lose nothing, because there was never a second copy.Two features came out of that constraint:- Collections: I flatten the distinction between the two native root folders (bar vs. "other bookmarks") and let you group folders from anywhere in the tree, computed live from the current bookmark state, not stored as a separate mapping.- MyMash: mark any bookmark as a favorite and it's instantly available in one place, without moving it from its original folder.Chrome and Firefox handle bookmark events differently enough that this was trickier than I expected — same API surface, different edge cases.Live on Chrome and Firefox, with a
Moozonian News
bing.com• 3d ago• 1 min read
Google Says Google's Crawlers Don't Parse JSONGary Illyes from Google reiterated this morning that Googlebot, Google's crawler, does not parse JSON files. Instead, Googlebot just downloads the files and then the indexer does the rest.
Moozonian News
news.ycombinator.com• 4d ago• 1 min read
I write my own MarkdownIn the context of side projects, I've come to these rules for code and text:1a) Code gets minimal review so long as I've architected the solution, built around the correct data structures (I've heard the code writes itself if the data structure is correct), and have specified the shape of the tests.1b) Tests I review to check for overfitting, cheats, etc.2) Comments in code can be chock-full of LLM-isms. Don't care.3) But the Markdown files, which may be read by a person or an LLM, those must be heavily redacted, edited, and put into a human voice.The simple reason is that LLM's, machines built to generate text, are incapable of presenting a linear flow of relevant facts without sidebars, tangents, irrelevancies, duplication, gaps, well-known style fails like overuse of stock words and phrases, layers of historical cruft, over-explanations, and qualitative fluff. In other words, they can't tell it straight.I have only one audience, people. Some of them read the text themselves, others
Advertisement
Moozonian News
bing.com• 4d ago• 1 min read
Creative profile photo prompts for your next headshotCreative Profile Photo Prompts For Your Next Headshot — Get creative profile photo prompts to help you generate fresh headshot ideas for social media and professional profiles. #HeadshotIdeas #ChatGPT ...
Moozonian News
news.ycombinator.com• 5d ago• 1 min read
I've tested some local LLMs on prosumer hardware, here are some findingsI have been benchmarking local LLMs on a Mac M4 Pro 24 GB RAM using LM Studio. I've tested mostly with 4-bit quantization, both MLX and GGUF, from 4b to 35b models, with speeds of 3 to 40 tokens/second.Results briefly:- fast small model -> extraction/classification- Gemma -> summarization- gpt-oss -> transcript consultation- large Qwen -> difficult reasoning/code interpretationThere wasn't a single best LLM for all tasks.Best summarizer: I took a transcript and asked an LLM to summarize, then graded the summarization. Gemma 4 e4b was the best and took only 30s. qwen3.6-35b-a3b-ud q2_K_XL took around 2 minutes and incurred in a few omissions.Best "answerer from files" (RAG): I added some transcript files and asked questions about facts that should be grounded on the files. gpt-oss-20b answered questions perfectly in about 4s. BTL 4 Compact and Gemma 4 e4b did too but took around a minute.Best PII identifier: I asked to identify names of people and organizations plus PII (emails, phones,