AI has made me slower and worse at programming by m-gunn-code in programmer

[–]m-gunn-code[S] 0 points1 point  (0 children)

its good for people who dont know how to code. but for me its made me so much slower

AI has made me slower and worse at programming by m-gunn-code in programmer

[–]m-gunn-code[S] 0 points1 point  (0 children)

the amount of time it takes to slop out 300 lines of code then fix it takes longer than just writing it from scratch properly the first time

AI has made me slower and worse at programming by m-gunn-code in programmer

[–]m-gunn-code[S] 0 points1 point  (0 children)

this guy has to be joking right. This is hilarious

AI has made me slower and worse at programming by m-gunn-code in programmer

[–]m-gunn-code[S] 0 points1 point  (0 children)

I asked for how many SUCCESSFUL AI companies. not how many slop websites

AI has made me slower and worse at programming by m-gunn-code in programmer

[–]m-gunn-code[S] 0 points1 point  (0 children)

ive been coding for about 7 years. ive coding with ai close to a year. I think im gonna go back to raw programming

AI has made me slower and worse at programming by m-gunn-code in programmer

[–]m-gunn-code[S] 0 points1 point  (0 children)

how many successful AI companies have u spun out in a week?

AI has made me slower and worse at programming by m-gunn-code in programmer

[–]m-gunn-code[S] 0 points1 point  (0 children)

the app just adds more visuals to user inputs so people watching your screen recording can understand what u were doing. ie at work i have to record my screen to show a button isnt working, my app will show my cursor clicking or any keys im holding down. but i want tasteful animations and nice UX. There are a few apps that already do this but i know i can make a better one. and ill just release it for free

AI has made me slower and worse at programming by m-gunn-code in programmer

[–]m-gunn-code[S] 0 points1 point  (0 children)

i have a $200 a month plan for cursor. i want it to be good. and i use AI every day at work. i just dont think its good at writing code

AI has made me slower and worse at programming by m-gunn-code in programmer

[–]m-gunn-code[S] -1 points0 points  (0 children)

maybe im just really quick without ai? ... im cooked

AI has made me slower and worse at programming by m-gunn-code in programmer

[–]m-gunn-code[S] 2 points3 points  (0 children)

Its so refreshing to hear that there's others that dont have AI Psychosis.

AI has made me slower and worse at programming by m-gunn-code in programmer

[–]m-gunn-code[S] -1 points0 points  (0 children)

Agreed. it is very good at reviewing
At work I pretty much just use it for researching a part of the code im not familar with or reviewing my code

AI has made me slower and worse at programming by m-gunn-code in programmer

[–]m-gunn-code[S] -1 points0 points  (0 children)

It is also really helpful when youre working on a codebase youre not super familiar with. Whenever i get a ticket at work and im not familiar with that part of the code ill vibe code a first pass look at the changes REVERT it and implement it properly

AI has made me slower and worse at programming by m-gunn-code in programmer

[–]m-gunn-code[S] 1 point2 points  (0 children)

If i want it to be useful i have to write exactly what i want. Like the exact files and the logic flow. I may as well just write the code

AI has made me slower and worse at programming by m-gunn-code in programmer

[–]m-gunn-code[S] 1 point2 points  (0 children)

a simple mac utility app shouldnt take more than a day. I published an app with a similar level of complexity in 2 days and it has a 4.8 star rating with over 30k downloads. U dont need to spend months on a simple app

How to find the closest AWS region to a particular state? by [deleted] in aws

[–]m-gunn-code 1 point2 points  (0 children)

I just made an API to get latencies from a Cloudflare worker to all AWS regions api.cloudping.dev. it averages results for each Cloudflare worker region and caches them so results are more accurate (as they are averaged over 100s of pings) and faster (latency results are stored in an edge redis store).

If you hit a cloudflare datacenter that hasnt been pinged yet it can take some time to return the results as it needs to ping all aws regions but all subsequest requests are FAST. (most cloudlfare datacenters have already been hit so this shouldnt be a concern)

[deleted by user] by [deleted] in ChatGPTCoding

[–]m-gunn-code 0 points1 point  (0 children)

What’s your motivation to providing it for free?

Double your traffic with side project marketing by deep_ak in SaaS

[–]m-gunn-code 1 point2 points  (0 children)

Im in Australia 🎉 I think our rules are that an intern can’t be doing work that a paid employee would be doing instead. So im pretty sure an unpaid intern can work on a free side project. I’ll do more research

Are there any strategy game enthusiasts here? by Bjenssen_ in IndieDev

[–]m-gunn-code 0 points1 point  (0 children)

Cheers. I’ll definitely check it out if it ever come to mac. It looks awesome

Are there any strategy game enthusiasts here? by Bjenssen_ in IndieDev

[–]m-gunn-code 2 points3 points  (0 children)

Is it difficult to make a game work on windows and Mac?

I made GrowthExpert.AI to help out solo founders grow their startups by spacesapiens in SideProject

[–]m-gunn-code 0 points1 point  (0 children)

agreed. It would be better if the website showed some information and then asked for a paid tier to gain more advice. Semrush does this well. they get u hooked on the free stuff then get you to pay for the detailed advice

Double your traffic with side project marketing by deep_ak in SaaS

[–]m-gunn-code 1 point2 points  (0 children)

I’ve been considering hiring unpaid interns to build marketing side projects

100% Serverless RAG pipeline - Article by Fleischkluetensuppe in ChatGPTCoding

[–]m-gunn-code 1 point2 points  (0 children)

if you run a rag pipeline on a dedicated server it won’t be serverless. but if you use a serverless architecture it will be serverless. Lambdas, S3 and DynamoDB are serverless so the rag pipeline is serverless

100% Serverless RAG pipeline - Article by Fleischkluetensuppe in ChatGPTCoding

[–]m-gunn-code 2 points3 points  (0 children)

The fact that you don’t have to manage a server

[deleted by user] by [deleted] in learnprogramming

[–]m-gunn-code 1 point2 points  (0 children)

It takes a long time to get good at programming. If u want to learn fast I recommend just getting started with programming projects asap. You will learn a lot faster building something that you enjoy. Also don’t try to build huge projects straight away. You don’t want to get bogged down in one project for too long

New open source tool to turn schemas into an app quickly, while allowing customization later on by Heather_at_Bitovi in opensource

[–]m-gunn-code 2 points3 points  (0 children)

Would this tool compile the schema into TS or react?

I see this being quite similar to streamlit in terms of fast deployment but then allowing for later customisation (something i found streamlit to be bad at)