Earlier quoted context omitted.
This is like a mental tarpit, where you waste time reading trying to understand what the person is saying only to realize they were a bot and all your effort was for nothing, that is time you will never get back now. This is a terrifying way to destroy an online community if a person floods it with nonsense content like this.
Terrifying -> inevitable. Imagine a botnet full of fake AI users trained with a corpus of legit HN posts. Let them loose commenting on random articles, beginning slowly but ramping up until they’re 99% of all comments. In a few years, the standard Silicon Valley “Growth Hacking” job description will include using AI to deploy fake content to your competitors’ sites, destroying their user community.
Show HN: This Question Does Not Exist
131–140 of 143 posts
Re: Show HN: This Question Does Not Exist
#132I created this site using a Fast.ai trained language model using the Stack Overflow data dump. Full writeup available here: https://stackroboflow.com/about/index.html Interesting things I’ve noticed so far: * It does a remarkably good job of context switching between programming languages based on the semantics of the question! If the question is about SQL it often includes SQL in tags. If it’s about JavaScript it wi…
Re: Show HN: This Question Does Not Exist
#133I created this site using a Fast.ai trained language model using the Stack Overflow data dump. Full writeup available here: https://stackroboflow.com/about/index.html Interesting things I’ve noticed so far: * It does a remarkably good job of context switching between programming languages based on the semantics of the question! If the question is about SQL it often includes SQL in tags. If it’s about JavaScript it wi…
How does this compare to the gpt by openai https://github.com/openai/gpt-2 ?
Re: Show HN: This Question Does Not Exist
#134"I have creating a PNG Image file where I am printing out the image's with different colors and Image Types. Now I am sure I am drawing properly, but what I'm seeing is that the image is not differently jpeg (ie FF or Chrome) and Safari (for Firefox) is different from the one in Firefox. " As a bit of a connoisseur of babblebots over the decades, one of the interesting things about this generation is that it is produ…
The experience you are describing reminds me of the comparative illusion [0], which is a grammatical illusion where certain sentences seem grammatically correct when you read them, but upon further reflection actually make no sense, example: "More people have been to Berlin than I have." [0] https://en.wikipedia.org/wiki/Comparative_illusion
Re: Show HN: This Question Does Not Exist
#135Q: How to use a JSON string in a funky way https://stackroboflow.com/#!/question/49913
A: Dear Charset, I hope this might resolve your issue.
window.location = JSON.parse('[{"use": "https://www.youtube.com/embed/0ROzGihgCj8?rel=0&autoplay...
Re: Show HN: This Question Does Not Exist
#136"View from View to View, Need to open this new View in View" https://stackroboflow.com/#!/question/4781 A common problem for everyone, i'm sure.
I got a surprisingly comprehensible (and similarly recursive) ListView question: https://stackroboflow.com/#!/question/15327 .
Sounds like jumpstarting your userbase would be easy, once you allow users to define other users :)
Re: Show HN: This Question Does Not Exist
#137This is the most prototypical stackoverflow question I have ever seen: https://stackroboflow.com/#!/question/21467
Re: Show HN: This Question Does Not Exist
#138Excellent! It's great when it tries to generate code: https://stackroboflow.com/#!/question/8138 (the last line here made me laugh)
https://stackroboflow.com/#!/question/29584
``` Cat cat = new Cat(); Cat cat = new 2nd Cat ");" ```
Re: Show HN: This Question Does Not Exist
#139Re: Show HN: This Question Does Not Exist
#140This looks absolutely amazing! I would be very curious to know how you went about conceptualizing the project and the AI beneath. Do you have a blogpost on it or planning to write one?