bradgessler

↗ HN profile [ 64.7 ms ] full profile

No user record in our sample, but bradgessler has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.

  1. I've used the two most popular domain name providers, GoDaddy and Namecheap, to manage domains. Both leave a lot to be desired, particularly around teams & permissions, that I'm considering to build a product around if…

  2. I'm thinking about building a website that scrapes release notes from sources like https://community.ui.com/releases, https://github.com/rack/rack/blob/main/CHANGELOG.md,…

  3. I've been thinking about making the source code available for some of my proprietary SaaS projects, but I'm not sure what license makes sense. Here's roughly what I'd want out of the license: 1. The source code can't be…

  4. I installed Ventura and tried using Stage Manager, but I don’t get what problem it’s solving. Apple states, “Stage Manager automatically organizes open apps and windows so users can concentrate on their work and still…

  5. LiveView Native (liveviewnative.github.io)
  6. I've been working on building "the fastest news website" for a few reasons: 1. I got tired of waiting for news websites to load, so I made a text-only news website that only has major news headlines. 2. I wanted to…

  7. Today three people resigned from Rails core: https://github.com/rails/website/commits/main From what I’ve pieced together is for on Twitter, https://world.hey.com/dhh/no-railsconf-faa7935e kicked off a wave of…

  8. What’s the best domain registrar that best fits the follow criteria? - No crazy upsells when buying a domain: GoDaddy is out - No bloated domain management UI: I’ve seen some terrible over-engineered JS heavy management…

  9. A common way of deploying a web application database at scale is to setup a MySQL or Postgres server, create one table for all customers, and have an account_id or owner_if field and let the application code handle…