Viewing profile — scottfr
scottfr
HN member- Joined
- Tue, May 29, 2012, 9:30 PM UTC
- HN karma
- 1,349
- Public activity
- 192 items
- HN profile
- View on Hacker News ↗
About scottfr
No profile information was provided.
Recent public activity
-
comment
Comment #45363179
In the early 1800's Alexis de Tocqueville attributed a lot of American success to its small organizations/associations: "There is nothing, according to me, that deserves more to at…
-
comment
Comment #45234034
If you want to experiment with a version of the world model the article references, you can play with an implementation I put together here: https://insightmaker.com/insight/2pCL5e…
-
comment
Comment #45055716
Interesting, I would love to hear how well those worked. Grammit uses the Prompt API for the local LLM, which currently uses a version of the Gemma 3n model on Chrome. Grammit uses…
-
comment
Comment #45055508
I don't know if Vivaldi supports the new Prompt API [0] that Grammit uses to run the local LLM. As far as I know, the only browsers supporting it currently are Chrome [1] and Edge …
-
story
Show HN: Grammit – Local-only AI grammar checker (Chrome extension)
Hey HN, I wanted a grammar checker that didn’t send my writing to someone's servers, so we built Grammit, a Chrome extension that runs grammar checks locally using an LLM. Your tex…
-
comment
Comment #44939189
There is a proposal to add support for this: https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/main/...
-
comment
Comment #44768720
There is a Prompt API in development that's available in both Chrome and Edge to give access to a local LLM. Chrome extensions have access to it and I believe websites can request …
-
comment
Comment #44682279
Yes, Chrome uses the Gemini Nano model for the Prompt API while Edge uses the Phi-4-mini model.
-
story
Show HN: Grammit – Local-only AI grammar checker (Chrome extension)
Hey HN, I wanted a grammar checker that didn’t send my writing to someone's servers, so we built Grammit, a Chrome extension that runs grammar checks locally using an LLM. Your tex…
-
comment
Comment #44558859
We're building a Chrome extension grammar checker that runs locally using Chrome's built-in LLM. You can try it out here: https://chromewebstore.google.com/detail/grammit-the-ai-gr…
- comment
- story
- comment
-
comment
Comment #39627588
Epic is not a customer of Apple. Many of Apple's customers are also customers of Epic. Apple is trying to prevent those shared customers from accessing Epic.
-
comment
Comment #38205705
I've created a few DSL's and I've regretted not closely emulating an existing language that users already know. When creating a new DSL you should find the language that is most fa…
- comment
-
comment
Comment #37506734
Disagree on using Bayesian statistics. Frequentist statistics are perfect for A/B testing. There are so many strong biases people have about different parts about UI/UX. One of the…
-
comment
Comment #37281855
It's a similar situation with Chrome extensions. Extension reviews are generally pretty quick (an hour or so), but every once in a while you get hit with a longer one (days+). In t…
-
comment
Comment #37219613
We built Text Blaze [0] a Chrome Extension [1] that supports a lot of similar capabilities. It lets you do text expansions on any website using hotkeys, include dynamic values like…
-
comment
Comment #36135914
The Bard model (Bison) is available without region lock as part of Google Cloud Platform. In addition to being able to call it via an API, they have a similar developer UI to the O…
- comment
-
comment
Comment #35521501
Firebase uses Google Cloud Logging. Taking a quick look at the blog post here, Google Cloud Logging already seems to support everything it describes. Is there something in it that …
-
comment
Comment #35369098
We've explored usage based pricing for our app which has a core unit-of-work that delivers value to the user. We've talked with various customers about adopting usage based pricing…
-
comment
Comment #35341950
My company has an Airtable competitor that has API support for SQL. It has pretty good SQL capabilities solving the issues with pagination you have in Airtable. An overview of the …
-
comment
Comment #35071363
Google Groups is heavily used within Google's ecosystem. Specifically it is: - a system for managing group-based access for Google Workspace users, e.g. share a Google Doc with a g…