Sunday, August 25, 2024

Show HN: QR Grid – Customizable QR Code https://ift.tt/R0bDQJs

Show HN: QR Grid – Customizable QR Code https://www.qrgrid.dev/ August 24, 2024 at 10:06PM

Show HN: Firebuilder: A complete Firefox customization tool https://ift.tt/e1YQuo0

Show HN: Firebuilder: A complete Firefox customization tool Hi HN! I've been working lately on unifying firefox configuration. Many people work on creating custom `userChrome.css` files and modules, browser user scripts, etc, but it's hard to actually use these a lot of the time. It usually involves cloning a repo, finding a folder and lots of copy paste. My tool (firebuilder) has an interactive CLI to select what to apply, (e.g. firefox hardening, custom CSS, etc) then creates a brand new profile folder for you. You can also seamlessly port from an existing profile folder to preserve all of your history, bookmarks, extensions, etc. For those more interested in using it programmatically everything is compiled from a config.json file which contains all the config necessary to build the said firefox profile. It currently supports: - userChrome tweaks - user.js (usually hardening related tweaks) - fx-autoconfig scripts - extending existing profiles. You can copy custom files or presets like history, bookmarks, extensions, etc Also its defaults (if you just have a blank config.json) do the following: - Apply hardening that removes telemetry, sponsors, some mozilla features - Keeps the browser very usable, doesn't remove unnecessary features or make things break - Adds vibrancy for macOS Firebuilder also supports whatever firefox tool you've been currently working on. It can install custom features from any git based repo, including downloading from releases, and keeping resources as well (so even if your theme sets custom icons you're still good!). Additionally if whatever you've created for firefox has about:config based settings these can be defined in the repo's json file as well. The codebase is mainly JavaScript, and is then compiled and run with Bun. I've intentionally tried to make it easy to add new features via PR and easy to extend via configuration. See the examples folder for lots of examples. Feel free to give any feedback, ask questions, etc, and drop a star if you like the project! https://ift.tt/8KaYBOz August 24, 2024 at 06:52PM

Show HN: Visualizing Kubernetes Pods Distribution in Nodes https://ift.tt/M1IPK3i

Show HN: Visualizing Kubernetes Pods Distribution in Nodes https://ift.tt/pIzBA4n August 24, 2024 at 06:28PM

Saturday, August 24, 2024

Show HN: Support.dev – a non-trivial Vue and Supabase app https://ift.tt/2hjHq9J

Show HN: Support.dev – a non-trivial Vue and Supabase app I built this tool about a year ago to get really good at the supabase ecosystem. We were trying to raise money on the idea, but that didn't occur, so I wanted to open-source it, as I would love to give back to the commmunity. It allows you to invite friends and family to be helpers for child-care, meals, and transportation, and then you can create an event and they will get auto-invited to it and can choose to support you. It is using vue on the frontend and then supabase on the backend for auth, database, realtime, storage, and edge functions. Anyway, I hope someone finds it useful, there are some pretty cool features with db triggers in the database calling out to edge functions to process data, and then realtime notifications for invites and such. https://ift.tt/s3qSIMi August 23, 2024 at 11:29PM

Taken with Transportation Podcast: Slowing Down and Getting to Know the Neighborhood

Taken with Transportation Podcast: Slowing Down and Getting to Know the Neighborhood
By

The Lyon Slow Street mural. A new mural on Lyon Street. A public parklet on Page Street. A San Francisco man who founded a coffee company and sells that coffee on Slow Streets in his neighborhood. These are some of the ways Slow Streets are becoming community spaces. And we explore these spaces in the latest episode of our podcast, Taken with Transportation. Public art on Slow Streets In the episode “Slowing Down and Getting to Know the Neighborhood,” we showcase the Slow Streets Mural Pilot Program. We work with residents and the San Francisco Parks Alliance to bring public art to the city’s...



Published August 23, 2024 at 05:30AM
https://ift.tt/JAPbBNr

Show HN: No-Code ETL Framework for Vector Databases https://ift.tt/7x8elvY

Show HN: No-Code ETL Framework for Vector Databases We've open-sourced our no-code ETL framework for Vector Data processing. The VectorETL framework allows Data & AI engineers seamlessly process data from multiple data sources (S3, MySQL, Postgres, Salesforce) to ALL MAJOR vector databases (Pinecone, Weaviate, Qdrant, Milvus etc.) using just a config file. We'd love to get your feedback! https://ift.tt/pTJCI0F August 23, 2024 at 11:19PM

Friday, August 23, 2024

Show HN: Kardinal – Building light-weight Kubernetes dev ephemeral environments https://ift.tt/Ku7FkY4

Show HN: Kardinal – Building light-weight Kubernetes dev ephemeral environments https://kardinal.dev/ August 23, 2024 at 06:01AM

Show HN: adamsreview – better multi-agent PR reviews for Claude Code https://ift.tt/0MTlWQu

Show HN: adamsreview – better multi-agent PR reviews for Claude Code I built adamsreview, a Claude Code plugin that runs deeper, multi-stage...