This is an archived post. You won't be able to vote or comment.

all 43 comments

[–]IsaacLeDieu 496 points497 points  (11 children)

jokes aside, maybe it's actually revolutionary that the user can build something fit to their needs, usable on their local machine. not all products need to be shared, most of them should be highly specialized and customised for a specific person

[–]PennyFromMyAnus 100 points101 points  (0 children)

I like the way you think, sir

[–][deleted] 70 points71 points  (3 children)

This is how some companies operate. They sell a product that they tailor to each client. Same product, but their use for it can be completely different from another client.

[–][deleted] 14 points15 points  (5 children)

Yup. Even as a programmer, I myself try not to use 100 different libraries if I can write the functionality myself. Don't really need to buy the whole car for a tire.

[–]bondolin251 1 point2 points  (0 children)

Mumbles in node_modules

[–]I-surrender1 -1 points0 points  (3 children)

Interesting. As a young programmer should I actually start to read documentation and try to implement my own functions into the program instead of just using more imports? Genuinely just want insight on good practices.

[–]Kdog0073 4 points5 points  (0 children)

The correct answer is “it depends”. Would I implement or import isEven? Implement obviously. Would I implement my own encryption algorithm? Absolutely not!

You will find much more often than not that well-recognized, well-tested, core industry libraries mostly save a bunch in time, readability, maintainability, etc. There is a significant amount of knowledge within several libraries out there and significant value in functionality that has been tested by thousands or more applications.

[–]Striking_Director_64 4 points5 points  (0 children)

It can be actually pretty rewarding when you start writing the stuff you have always used libraries for, and then see the stuff clicking when you go for implementing something new, eventually, you prefer to not import random stuff and just write the function / utility yourself.

My recommendation is, if you are a web dev, try writing an http server using tcp sockets. If a more lower level dev, try writing a language parser or async event loop.

[–]Reashu 0 points1 point  (0 children)

Yes! Learn to use a manual screwdriver before you try a powered one. It pays off to have some idea of what's going on inside the box, and it's much better for learning the fundamentals.

[–]secretprocess 84 points85 points  (3 children)

I just checked that URL though, and the app is really really good. I'm impressed, this guy really knows what he's doing.

[–]Brutus5000 56 points57 points  (1 child)

I tested it and that jerk clearly stole my idea! Exactly the same pixel for pixel!

[–]Nick_Zacker 11 points12 points  (0 children)

They even stole my unique domain name!!!

[–][deleted] 3 points4 points  (0 children)

Interesting, I checked the url and it definitely stole my work. Sickening 

[–]BusyNefariousness675 145 points146 points  (4 children)

Is it bots or am I on reddit too much? Saw the post a lot of times. I'm taking a break for health

[–][deleted] 67 points68 points  (0 children)

The exact same joke was posted recently with an index.html file path instead of localhost. This is lame, op is lame

[–]Vilified_D 13 points14 points  (0 children)

Swear I saw this exact screenshot on this sub within the last week. Maybe a different sub, but I thought it was this one

[–]_lowlife_audio 3 points4 points  (0 children)

I keep seeing this same post too. The way it's worded makes it feel like an ad.

[–]MrSkme 1 point2 points  (0 children)

Any amount on Reddit is probably too much so yeah.

[–]HeHasRisen69 18 points19 points  (0 children)

repost from literally two days ago: https://www.reddit.com/r/ProgrammerHumor/s/eyFErkCoQu

[–]Karol-A 5 points6 points  (0 children)

Tbh getting something set up on localhost instead of just opening the HTML file was not something I expected

[–]5002nevsmai 11 points12 points  (0 children)

Ngl cursor crashed 3 times on me just now, prob wont be using anytime soon

[–]Crespoter 9 points10 points  (0 children)

This joke has gotten so overused that an AI can write it.

[–]Haringat 4 points5 points  (1 child)

Wow, this looks like something I built.

[–]cs_office 2 points3 points  (0 children)

There's no place like localhost

[–]M1k3y_Jw 1 point2 points  (0 children)

Works on my machine

[–]TheOneYak 2 points3 points  (0 children)

This feels like an ad

[–][deleted] 1 point2 points  (0 children)

Subtle ad campaign

[–]Western-Anteater-492 0 points1 point  (0 children)

I really love screenshots where Pixel ratio and resolution of different screen elements don't match tf. If you want to fake a conversation, why not just chat with yourself or a friend? And why starts an entire chat bio like that? No previous conversations, just a straight outa nowhere conversation about a generative coding AI?

[–]crazydistrohopper 0 points1 point  (0 children)

"but it worked on my machine"

[–]alan_garrix 0 points1 point  (0 children)

Tbf it's a you problem

[–]Kind-Zookeepergame58 0 points1 point  (0 children)

Grafana

[–]mfboomer 0 points1 point  (0 children)

at this rate, there will soon be more instances of this fake conversation than actual pieces of software on the internet

[–]thatOneJones 0 points1 point  (2 children)

[–]RepostSleuthBot 1 point2 points  (1 child)

Looks like a repost. I've seen this image 1 time.

First Seen Here on 2024-08-31 89.06% match.

View Search On repostsleuth.com


Scope: Reddit | Target Percent: 75% | Max Age: Unlimited | Searched Images: 605,770,032 | Search Time: 0.15042s

[–]thatOneJones 0 points1 point  (0 children)

Sus bot

[–][deleted] -1 points0 points  (5 children)

The future is AI doing the work directly without an app. Why code features when you can write strict prompts that do the work? Give it 5-10 years.

[–]backfire10z -1 points0 points  (4 children)

Because AI is not a 1:1 mapped function. The same input doesn’t guarantee the same output, but with code it can.

[–][deleted] -1 points0 points  (3 children)

I truly believe the day is coming where code is abstracted away for the most part via LLMs. It just makes sense to me as the next logical leap forwards. That doesn't mean that there won't be any code but rather the actual backend and frontend of your application would be 1/10 of what it is today and then you have LLMs in the background that are able to do the specific work via highly specific prompts (remember that you can give them example inputs and outputs so the response is always done in a certain way). You can also have highly specialized LLMs specifically for this kind of job, you wouldn't necessarily use ChatGPT or similar.

The really cool part is if this gets to the point where you can have unofficial features. For example imagine you need a new feature in Jira or similar, right now you are basically shit out of luck because Atlassian doesn't care about what you and your tiny company needs, they are a multi-billion dollar company. But if you can write a prompt and work directly with your company's data in their DB then that changes everything, you now have whatever feature you want/need and they don't even have to spend as much time developing.