Click here to Skip to main content
15,886,919 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: How much code can a coder be assigned to be in charge with Pin
Gary Wheeler24-Oct-23 2:52
Gary Wheeler24-Oct-23 2:52 
GeneralRe: How much code can a coder be assigned to be in charge with Pin
Bruce Patin24-Oct-23 3:45
Bruce Patin24-Oct-23 3:45 
GeneralRe: How much code can a coder be assigned to be in charge with Pin
Mark Starr24-Oct-23 4:02
professionalMark Starr24-Oct-23 4:02 
GeneralRe: How much code can a coder be assigned to be in charge with Pin
Juan Pablo Reyes Altamirano24-Oct-23 4:28
Juan Pablo Reyes Altamirano24-Oct-23 4:28 
GeneralRe: How much code can a coder be assigned to be in charge with Pin
Gerry Schmitz24-Oct-23 7:27
mveGerry Schmitz24-Oct-23 7:27 
GeneralRe: How much code can a coder be assigned to be in charge with Pin
Calin Negru24-Oct-23 21:20
Calin Negru24-Oct-23 21:20 
GeneralRe: How much code can a coder be assigned to be in charge with Pin
Chris Maunder25-Oct-23 5:29
cofounderChris Maunder25-Oct-23 5:29 
QuestionMy first potential dive into AI Pin
honey the codewitch23-Oct-23 8:56
mvahoney the codewitch23-Oct-23 8:56 
I think I may have found a use for it I can get behind.

code generation synthesis

Code synthesis is similar to traditional code generation in that it creates code given some input.

The dramatic difference is the output. Code synthesis looks like the code was written by hand. Typically code generation looks very regular, and you can tell it was done by a machine (or a very methodical and painfully boring person maybe)

This is maybe most evident in parsing code. Generated recursive descent parsers use FOLLOWS sets whereas hand written parsers are typically and for lack of a better term more "passive" in that they don't care what symbol follows the symbol they are currently parsing. They don't rely on lookahead as much. It's hard to explain this but easy to see it if you compare say a hand rolled JSON parser with a machine generated LL(1) based JSON parser.

The trouble is, I have no way to do code synthesis outside maybe some very narrow cases, but I'd like a more general approach - something I can train to produce code to solve any number of different problems.

I'm thinking AI might be the ticket. I know nothing about it though, as AI is big tech and I'm all about small tech.

If anyone reads the above, can understand what I mean, and has even some sort of baseline experience with this "AI" stuff, please tell me what you know. I don't even know if it's realistic or where to start looking. Anything at this point, penny for your thoughts!

Thanks folks.
Check out my IoT graphics library here:
https://honeythecodewitch.com/gfx
And my IoT UI/User Experience library here:
https://honeythecodewitch.com/uix

AnswerRe: My first potential dive into AI Pin
Gerry Schmitz24-Oct-23 7:55
mveGerry Schmitz24-Oct-23 7:55 
GeneralRe: My first potential dive into AI Pin
honey the codewitch24-Oct-23 7:57
mvahoney the codewitch24-Oct-23 7:57 
GeneralRe: My first potential dive into AI Pin
Gerry Schmitz24-Oct-23 21:04
mveGerry Schmitz24-Oct-23 21:04 
GeneralA week and a half, now in the bin Pin
honey the codewitch23-Oct-23 0:04
mvahoney the codewitch23-Oct-23 0:04 
GeneralRe: A week and a half, now in the bin Pin
Gary Stachelski 202123-Oct-23 4:26
Gary Stachelski 202123-Oct-23 4:26 
GeneralRe: A week and a half, now in the bin Pin
honey the codewitch23-Oct-23 4:27
mvahoney the codewitch23-Oct-23 4:27 
GeneralRe: A week and a half, now in the bin Pin
Gary Stachelski 202123-Oct-23 5:20
Gary Stachelski 202123-Oct-23 5:20 
GeneralRe: A week and a half, now in the bin Pin
honey the codewitch23-Oct-23 6:05
mvahoney the codewitch23-Oct-23 6:05 
GeneralRe: A week and a half, now in the bin Pin
Gary Stachelski 202123-Oct-23 8:16
Gary Stachelski 202123-Oct-23 8:16 
GeneralRe: A week and a half, now in the bin Pin
honey the codewitch23-Oct-23 8:18
mvahoney the codewitch23-Oct-23 8:18 
GeneralRe: A week and a half, now in the bin Pin
honey the codewitch23-Oct-23 17:31
mvahoney the codewitch23-Oct-23 17:31 
GeneralRe: A week and a half, now in the bin Pin
Gerry Schmitz23-Oct-23 5:52
mveGerry Schmitz23-Oct-23 5:52 
GeneralRe: A week and a half, now in the bin Pin
honey the codewitch23-Oct-23 6:09
mvahoney the codewitch23-Oct-23 6:09 
GeneralRe: A week and a half, now in the bin Pin
Gerry Schmitz24-Oct-23 7:40
mveGerry Schmitz24-Oct-23 7:40 
GeneralRe: A week and a half, now in the bin Pin
englebart23-Oct-23 13:28
professionalenglebart23-Oct-23 13:28 
GeneralRe: A week and a half, now in the bin Pin
honey the codewitch23-Oct-23 13:28
mvahoney the codewitch23-Oct-23 13:28 
GeneralRe: A week and a half, now in the bin Pin
Steve Raw23-Oct-23 13:30
professionalSteve Raw23-Oct-23 13:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.