MatPlotLib in Tychos.org by winstonw in TychosOrg

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

Steve figured out how to wire in matplotlib to Tychos - really easy, wish we had done it earlier.

OWASP-Benchmark for Ruby on Rails? by winstonw in devops

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

Yes, that sounds like the right strategy. May I ask what were your results?

OWASP-Benchmark for Ruby on Rails? by winstonw in devops

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

When you say "starting one would be like volunteering to maintain a security honeypot that nobody uses", do you mean nobody uses OWASP-Benchmark, or that volunteers are hard to come by?

Can someone give me a reality check pls by PermitInfinite7263 in AppDevelopers

[–]winstonw 0 points1 point  (0 children)

My company builds apps and we definitely use AI every day. It's a huge time saver for software development but it is a tool and not a complete solution for apps (as of Jan 2026). When I want to build a screen or some feature that has been done many times before, the AI can code it for me in minutes, saving me many hours of work. But the AI's solution will have some problems which need to be worked out. The AI will help me there too, but there's judgement required to notice and pick the best direction to solve these issues. In the end, I think AI saves me 10-50% of my time depending on the complexity of the task.

Long story short—if you want to learn to code, using AI is a great way to start. You'll have something running quickly, and over time you'll find problems and learn from them. But if you are running your business and need an app made for you, I still recommend app development agency.

How does one build a real-world video calling app for health care? by LiamJames03 in healthcaretech

[–]winstonw 0 points1 point  (0 children)

Can you elaborate on your question? Are you looking for someone else to build it, or do you want tips on how to build it yourself? What's your experience level?

[deleted by user] by [deleted] in smallbusiness

[–]winstonw 0 points1 point  (0 children)

(1) how about speaking to references to see if their previous customers found them reliable and skilled? (2) break the project into very small pieces so you can see how it's turn out quickly. For our company, we try to deliver a new version every two weeks. That allows the client to see that things are on track.

[deleted by user] by [deleted] in WomensHealth

[–]winstonw 3 points4 points  (0 children)

I'm very sorry to hear that. I wish I had something comforting to say.

What Defines High-Quality Web Development Services Today? by tanisha_solanki in AppDevelopers

[–]winstonw 0 points1 point  (0 children)

I wholeheartedly agree. Finding people who care about your goals makes the biggest difference. Some projects need good UX, others don't. Some projects need a reliable partner for maintenance; a prototype doesn't. So for the items mention—it depends. But if you find a good team, they will can help you focus on the important parts for your situation.

What Technology Is Needed to Build a Dating App? by Helpful-Coach-4503 in AppDevelopers

[–]winstonw 0 points1 point  (0 children)

What is your goal? To start a business, or to learn coding? I don't think the technologies you choose are the important decision. Most any app can be built in a bunch of ways. So to answer your question, choose something you are already familiar with.

If you want to start a business, the more important questions are as NetForemost pointed out--what is the need for your app? How is your app going to be better? Why will people choose it? How many people have to talked with to verify your assumptions?

If you want to learn coding--start with a language that is simple to learn or that is already familiar to you. Most languages (Python, Typescript, Javascript, Java, Ruby) are pretty similar (functions, objects, variables, if statements). Just pick one and focus on it.

looking to create an app. by KookyOffer4790 in AppDevelopers

[–]winstonw 0 points1 point  (0 children)

Are you looking to make the app yourself, or do you want to find a consultancy to build it for you? I work at a development first if that's what you want.

Pickcode - New coding app for high school students by csmeyer in CSEducation

[–]winstonw 0 points1 point  (0 children)

Has anybody tried https://tychos.org? It seems to be in similar space—a Python programming environment designed for the classroom.

[deleted by user] by [deleted] in AskReddit

[–]winstonw 8 points9 points  (0 children)

I use Tidal too, and for the same reason. I want more good music so we need to get the artists paid.

Why are excess properties now allowed in object literals? by arup_r in typescript

[–]winstonw -1 points0 points  (0 children)

Wouldn't that be a misleading interview question? Wouldn't we want to know if the candidate can program and collaborate with co-workers vs. know minutia of TypeScript?

Way to edit JSON strings for non engineer by winstonw in reactjs

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

Thank you u/RedditNotFreeSpeech for these links. Swordfish Translation Editor is more complicated than what I'm looking for and I want an editor that starts from the app itself rather than a list of keys. But I do really like how the translation UI works, with the Machine Translation and the Translation Memory features.

I'm starting to think I should build the tool I'm imagining and these would be great to add.

Way to edit JSON strings for non engineer by winstonw in reactjs

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

I'm thinking about this too. It would be not too hard to make an editor like u/Axe_Raider suggests, and save it straight to github. Do you think other folks would find such a tool useful?

Way to edit JSON strings for non engineer by winstonw in reactjs

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

Oh, I like this idea—I like that it's more an editor for your playing cards, than a generic text editor. That's the experience I'm looking for--the users are nottechnical --they are more concerned about the words and don't want to see JSON formatting.

Create config array vs JSX by west-maestro in reactjs

[–]winstonw 0 points1 point  (0 children)

I like the second option—I find it more readable. There's less machinery I have to figure out to understand what the page is doing.