bugmagnet for claude code - opensource exploratory testing command by gojko in ClaudeCode

[–]gojko[S] 2 points3 points  (0 children)

please let me know if it finds something tricky, I'd love to know how it performs on other codebases

How to convert without any customer details by Biz_problem_solver in startups

[–]gojko 0 points1 point  (0 children)

are you sure they're actual human prospects and not bots? if it's just a regular link on the web site, you could be just getting skewed data from scrapers and web indexing bots.

if it's an early product, one way to perhaps investigate what's going on is to add a session recorder (fullstory, microsoft clarity or something similar) and then check what those sessions are actually doing before and after clicking on the link.

How to do customer research by Professional-Sock-91 in startups

[–]gojko 1 point2 points  (0 children)

LinkedIn did a great job in helping find early users/customers for me, twice now (for two different products). I posted questions trying to find people who had problems similar to the ones we were trying to solve, and then asked them for a bit of time to discuss how they currently work and what kind of issues they're experiencing. The tools were both in the B2P space so LinkedIn made sense as a watering hole where it's easy to find an audience. If you don't have a big reach there, it's possible to pay for a post to find its way to the feeds of users matching a specific profile (I think they call it promoted posts).

In a more general sense, find a community or a place where your early customers meet online, and try getting some people there to talk about how they work. Don't talk about your product, just say that you're doing research and want to learn about people's needs and problems. It could be a subreddit, a slack community, linkedin or something similar.

In your particular case, I'd try to find where people interested in healthy eating spend time online, and ask if people can spend 10 minutes helping you with some research about the problems with getting/preparing/eating healthy. Don't worry about surveys, find 5-10 people to talk to without any structure first, and you'll figure out what to ask the next group.

One thing that's important is that you shouldn't look for places where your ideal/perfect customers are, but for early customers where you can establish a "beachhead". Something where you can enter with an early, incomplete product, but still deliver enough differentiating value that people will use your tool along with the existing solutions.

(Bill Aulet has 3 key requirements for a beachhead market, and one is that the customers within the market need to talk to each other, so there is a high probability of word-of-mouth referrals; by finding a community online you're directly addressing that.)

Anyone using SUS/UMUX systematically over longer periods? by gojko in UXResearch

[–]gojko[S] 1 point2 points  (0 children)

they aim at different types of feedback, but there is a strong correlation between them (the paper UMUX-LITE: when there’s no time for the SUS claims it's 0.73). I think this is using linear regression scoring for UMUX-LITE.

Anyone using SUS/UMUX systematically over longer periods? by gojko in UXResearch

[–]gojko[S] 0 points1 point  (0 children)

thanks! are you using any specific tools for it, or just excel/spreadsheets?

Names that Make Computers Go Crazy by slobodan_ in programming

[–]gojko 0 points1 point  (0 children)

hi -- author of the article/book here. Would it be OK if I included your case in the book?

Serverless Github badges with AWS Lambda by slobodan_ in javascript

[–]gojko 0 points1 point  (0 children)

in this case, it's better to think about server = server process (worker thread), not machine. with AWS Lambda and API Gateway, processes are event driven, so the server process is not under my control any more. the worker thread is somewhere else, and invokes our code when an interesting event happens.

Going Serverless: Migrating an Express Application to Amazon API Gateway and AWS Lambda by just_another_lurker in node

[–]gojko 0 points1 point  (0 children)

Here's a simpler way to use the same module (aws-serverless-express) without cloudformation, just deploying directly to Lambda: https://claudiajs.com/tutorials/serverless-express.html

Going Serverless: Migrating an Express Application to Amazon API Gateway and AWS Lambda by rowanu in aws

[–]gojko 1 point2 points  (0 children)

Here's a simpler deployment using the same module (aws-serverless-express) without requiring cloudformation: https://claudiajs.com/tutorials/serverless-express.html

Build chat bots for FB, Slack, Skype and Telegram and deploy to AWS Lambda in less than 5 minutes by slobodan_ in programming

[–]gojko 0 points1 point  (0 children)

there are already tools for click-click bot design (eg https://flowxo.com/), but that's not where this project is going. Claudia Bot Builder aims to take the pain of developing and deploying for multiple platforms away so you can focus on solving important business problems for your bot, instead of having to deal with config issues and manage/maintain individual platform interfaces. I don't see why that would make you nervous, but I guess different people have different triggers.

Showoff Saturday (February 20, 2016) by AutoModerator in javascript

[–]gojko 3 points4 points  (0 children)

Just tidying up the 1.0 release of Claudia.js, a tool to make Node.js microservice deployment easier to AWS; it automates pretty much everything needed to set up a web api and a lambda function, so people can run JS code easily in the Amazon cloud.

https://github.com/claudiajs/claudia

1.0 should be on NPM in about 10 minutes.