Difference between revisions of "Talk:2510: Modern Tools"

Explain xkcd: It's 'cause you're dumb.
Jump to: navigation, search
(Makefile Tester?)
m (Fix formatting.)
Line 29: Line 29:
 
While not an exact comparison, there seem to be parallels between a snake devouring its own tail, and a python AI deleting it's own code.
 
While not an exact comparison, there seem to be parallels between a snake devouring its own tail, and a python AI deleting it's own code.
  
"the agent finds a way to disable itself as more efficient to meet its reward parameters" is this actually a thing? If true, really interesting and an example should be included, but I can't find anything to back it up.  '''Please sign your comments.'''
+
"the agent finds a way to disable itself as more efficient to meet its reward parameters" is this actually a thing? If true, really interesting and an example should be included, but I can't find anything to back it up.  ''Please sign your comments.''
  
 
I think the Tester for the Makefile generator would just be checking the Makefile exists and make and execute it.  The status of the make session gets passed to the generator for it to get better at generating Makefiles.  [[User:Nutster|Nutster]] ([[User talk:Nutster|talk]]) 02:01, 3 September 2021 (UTC)
 
I think the Tester for the Makefile generator would just be checking the Makefile exists and make and execute it.  The status of the make session gets passed to the generator for it to get better at generating Makefiles.  [[User:Nutster|Nutster]] ([[User talk:Nutster|talk]]) 02:01, 3 September 2021 (UTC)

Revision as of 02:01, 3 September 2021


Note that this is the second time Randall tried to tell bash and zsh apart. (First time was in 1678.) 162.158.88.83 05:44, 2 September 2021 (UTC)

Great memory. Has added it to this first attempt at an explanation. Do not know enough about these files, environment etc. so I hope someone will improve. Rare I come here and there is nothing added to the explanation yet. Only your coment showed me I was not here first. --Kynde (talk) 06:48, 2 September 2021 (UTC)

You can generate makefiles today with a number of causal language models. I wonder what other approaches there are. Baffo32 (talk) 10:02, 2 September 2021 (UTC)

Is randall literally just making jokes for himself and nobody else at this point? Even if someone knows what this all means, I doubt it many of them find it funny. - 172.70.130.125 10:09, 2 September 2021 (UTC)

How does the joke land with you? I tell jokes like Randall's a lot to process how my life was destroyed by AI, and I found the comic as funny as I find my own jokes, but big and public. It seems nice that people are learning about and talking about these things. Baffo32 (talk) 10:12, 2 September 2021 (UTC)
@172.70.130.125: YMMV. I can say that I find it funny. Certainly amusing, and thought-provoking. And then after a few moments contemplating... *POW*. ...the idea of actually doing this also starts to appeal to me (as a pipe-dream, perhaps). But I am just a single datum-point, and you are another. Maybe neither of us are entirely representative of the usual audience.
And, even if nobody found it funny, except Randall, he can post anything he wants (within ethical and legal bounds, etc), even if it's just AI-autogenerated rubbish. And then you can stop reading if your own fun-maximiser function decides it would be more beneficial to its goals. 162.158.159.73 10:44, 2 September 2021 (UTC)
For myself and other Software Enginnering/System Administrator friends, we all think it's very funny. Randall is not expected to make his comics accessible to all audiences, and when he targets an audience it can be reasonably assumed that that specific demographic will like the content.

Modern tools… require modern problem? Fabian42 (talk) 10:33, 2 September 2021 (UTC)

The best part is that pretty much this have actually happened in real world: https://thedailywtf.com/articles/No%2C_We_Need_a_Neural_Network. 172.68.10.205 10:46, 2 September 2021 (UTC)

Marvellous! "The pig go", indeed! That was 2006? Darwinian Poetry was in 2003, it would have been nice to have linked the two, somehow, while having a handy idle supercluster going spare... 141.101.98.93 11:42, 2 September 2021 (UTC)

I believe part of the humor is that creating a Python (development) environment from scratch can literally be typing two or three commands on a command line, or clicking on a few links for the mouse-dependent. Building and training an AI to repair one specific Python environment is overkill, like buying a car to get from one room to another of a building. One selling point of Python is how simple it is to set up and work in. Nitpicking (talk) 10:54, 2 September 2021 (UTC)

I usually install most optional dependencies that my package manager suggests. I bet I already have a Python IDE lying around somewhere without knowing it. Well, I have Intellij Idea, I bet that could be used for Python as well, with a plugin if needed. I definitely know that I once got a working Qt IDE at one point without intending to. Fabian42 (talk) 11:13, 2 September 2021 (UTC)

Does anyone else think that this was prompted by the recent announcement of Github Copilot? Barmar (talk) 14:20, 2 September 2021 (UTC)


Non-comic note (that I'm not sure would help to add to prior Community Portal reports as it never seemed to get noticed when I did it before): I'm getting Cloudflare errors (520: fully blaming the site host) and even 'plain text' site error responses (503? ...may not be) a number of times while interacting with this page, today. Also had a "failed to contact CAPTCHA" on the first attempt to submit one edit, though that must be a different glitch so probably coincidental (my own link jittering wouldn't give me Cloudfare/server-responses as above) and Not Your Problem™. I don't know if others are getting this, but the last time I had such a flurry of momentary/refresh-overcomable errors was shortly before explainxkcd went completely off-air (month or two ago? No, longer than that...) - perhaps no similarity, just saying. 162.158.158.146 11:18, 2 September 2021 (UTC)

Error 520 Ray ID: 68880cdaadb0072a • 2021-09-02 16:17:44 UTC / Web server is returning an unknown error (<= Cloudflare) 141.101.98.247 16:21, 2 September 2021 (UTC)

For the python environment, couldn't he just be talking about python virtual environments? What you normally do if you have a broken python virtual environment is to delete it and recreate it, so deleting itself would be a normal thing to do in this case. Recreating an environment is normally done in seconds, so finding out what was wrong normally isn't worth the time.

Is it possible that the title text may also be a subtle reference to the Ouroboros (the snake eating itself)? While not an exact comparison, there seem to be parallels between a snake devouring its own tail, and a python AI deleting it's own code.

"the agent finds a way to disable itself as more efficient to meet its reward parameters" is this actually a thing? If true, really interesting and an example should be included, but I can't find anything to back it up. Please sign your comments.

I think the Tester for the Makefile generator would just be checking the Makefile exists and make and execute it. The status of the make session gets passed to the generator for it to get better at generating Makefiles. Nutster (talk) 02:01, 3 September 2021 (UTC)