HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jgable

no profile record

comments

jgable
·26 ngày trước·discuss
I’m developing BaseRef (https://getbaseref.com), a requirements/risk/test management and documentation SaaS tool focused on medical device startups. There are competitors in the space but most are enterprise tools for enterprise customers. My primary differentiators are reasonable up-front prices, and easy inclusion of traced items in a wiki/notion-like collaborative document editor. It’s not a sexy or original idea, but I think there is a gap in the market for a solid business. I’ve been an embedded software consultant for medical device startups for years, but this is my first SaaS business.
jgable
·4 tháng trước·discuss
I suppose. My original comment should have been “doesn’t teach you how to program.” It would be great to do it the normal way first, then point out that it’s impossible to do without a contract of behavior in place, then start creating that instruction set and building up from there. It is in fact possible to program computers, so this method would teach what makes programming possible.
jgable
·4 tháng trước·discuss
It’s funny, when I’ve seen this demonstrated, it’s basically literally impossible to get the right result because the test maker doesn’t define an instruction set that you can rely on. They will deliberately screw up whatever instructions you give them no matter how detailed. A computer has a defined ISA that is specified in terms of behavior. A compiler transforms a language with higher level abstractions into this low-level language. I’ve never seen this “test” done with any similar affordance, which doesn’t really teach anything.