Viewing profile — mmckelvy
mmckelvy
HN member- Joined
- Fri, Apr 22, 2016, 9:18 PM UTC
- HN karma
- 483
- Public activity
- 119 items
- HN profile
- View on Hacker News ↗
About mmckelvy
No profile information was provided.
Recent public activity
-
comment
Comment #48074706
Another great use case is piping database output (e.g. psql) directly to HTML. HTML tables can be opened in a browser or directly in Excel. So all you need for a complete BI tool i…
-
comment
Comment #41927461
You wouldn't just blindly implement what the LLM generates. You would use it more as an efficient way to go through all the necessary docs. From there you'd sanity check the recomm…
-
comment
Comment #41927081
Particularly in the AI assisted era, I'm not sure I understand why you wouldn't just roll your own auth. Learn it once, use it everywhere. Best practices are well documented and no…
-
comment
Comment #41664647
Shopify "backing it" means less to me than the maintainers themselves. The Remix maintainers are straight shooters and have been maintaining open source consistently for over a dec…
-
comment
Comment #41664594
Agreed, minus the Primsa.
-
comment
Comment #41662325
They made an announcement that they are merging the projects a little while back: https://remix.run/blog/merging-remix-and-react-router . Obviously things could change, but I think…
-
comment
Comment #41661988
My bet is on Remix (which will eventually just be React Router). I think it's just the right amount of abstraction over native web functionality with a nice, simple API that doesn'…
-
comment
Comment #41597862
Not yet. But in the analytics case, suppose you could build a tool that collected data on your own infrastructure, allowed you to write plain SQL against a PostgreSQL database to g…
-
comment
Comment #41597369
Interesting. I think you're on to something here. I fully agree that a combination of spreadsheets and SQL are the ideal tools for data analysis -- not a SaaS GUI. > Niching down, …
-
comment
Comment #41534007
The workflow I'm trending towards is a design system (e.g. Radix UI) for the bulk of the styling, inline styles for most customizations (shouldn't be too many), and then plain CSS …
-
comment
Comment #41525216
As others have said, LLMs still require engineers to produce quality output. LLMs do, however, make those engineers that use them much more productive. If this trend continues, I c…
-
comment
Comment #41524944
What did your startup do?
-
comment
Comment #41237990
Oh, ok, the test and operations case makes sense. As for your questions: 1. It's basic networking tasks such as running a network drop, assigning IPs, making sure the PLCs are on t…
-
comment
Comment #41234949
I work for a YC company in the industrial maintenance space and we've been looking at integrating machine data drive and automate certain maintenance workflows. The most difficult …
-
comment
Comment #41202281
How did you land that part time gig?
-
comment
Comment #41080420
Is there a version of Lemon Squeezy for SaaS companies?
-
story
Ask HN: Founders, how do you track your core SaaS metrics?
By core SaaS metrics, I mean metrics across product usage (daily active users, clicks), sales and marketing (pipeline, churn), and finance (ARR, LTV, CAC). Do you use individual to…
-
comment
Comment #40803597
This is great. I find I'm using Figma in place of other tools more and more. I could see using Figma instead of Word / Google docs pretty soon as well.
-
comment
Comment #40742940
This is the way.
-
comment
Comment #38309926
One of the frequently raised concerns is that soon we will be drowning in AI generated blog posts, articles, presentations and emails, and most of this AI generated content will be…
-
comment
Comment #37394362
What kind of work do you do?
-
story
Show HN: UseForm – A lightweight, flexible hook for managing form state
Hi HN! I created useForm because I wanted a simple React form library that leveraged hooks, didn't use a lot of "magic", took care of form tasks such as validation and serializatio…
- comment
-
comment
Comment #34069610
Phenomenal news. Hope to see more of it across the globe.
-
comment
Comment #32594156
Ah, ok. So the "ve" was just a placeholder for the value in the "amount" column for each entry. How does this handle the fact that credits increase the value of some accounts (e.g.…