by jusquan on 8/20/23, 9:26 PM with 87 comments
I’ve been lurking for a while, but out of fear of being steamrolled by HN readers or maybe just natural introversion, I’ve always been too scared to post or comment. Which is why
1. this is my first real Hacker News submission
2. my friend Michael and I built "Fake" Hacker News, a place to post and see what AI-generated HN comments might say.
Here’s a video of me using fakeHN to test this very submission: https://www.loom.com/share/4b9f4f9d7c77489a86baeb92ec55a1ed?...
And an example of one of our generated posts: https://www.fakehn.com/submission?id=tnYPX00BX827jWFPFkVJ
To try it, submit a title and text, and depending on traffic and the powers that be, after ~5 seconds, you’ll see some Fake HN comments and replies.
We don’t support url submissions yet, but we’re happy to build it if the community wants it!
Other features to knock out: deeply nested replies, streamed comments, and higher-fidelity comments mapping to real readers, since the generations now are still pretty shallow. Instead of the quick and dirty system in place now, we think it’d be really cool to see how more nuanced AI agents with the opinions and biases of real individual HN readers might respond.
I’d love to see what fakeHN posts you’ve tried and hear any feedback, whether you feel like it’s more of a nifty toy or could eventually solve real problems. If nothing else, it’s been funny to try random posts and see the results. :)
- Justin and Michael
by scarface_74 on 8/21/23, 12:28 AM
I didn’t try anything crazy. But this comment was randomly added
——
[deleted] on Sun Aug 20 2023 [flagged] ▲ dang on Sun Aug 20 2023 You can't post slurs to HN, so I've banned the account.
by mbzhu on 8/20/23, 9:53 PM
if anyone is curious, here is some background info on our tech stack:
- Frontend: react, next 13, typescript, tailwind css
- DB: firebase for storing submissions and the generated comments
- Backend: vercel edge function that calls openai
- Analytics: posthog
For analytics, we are collecting the following product events:
- number of times we call openai
- failure rate of the generation request
- number of retries per user
would appreciate any feedback on the product and the tech stack!
by tkgally on 8/21/23, 12:34 AM
cyberXplorer on Mon Aug 21 2023
Wow, this is such a cool idea! It's great that you're providing a platform to see AI-generated HN comments before posting. It could really help users get a sense of how their post might be received. Looking forward to trying it out!
TechNinja on Mon Aug 21 2023
This seems like an interesting concept, but I'm not sure how useful it would be in practice. AI-generated comments might not capture the nuances and insights of real HN users. Have you considered incorporating real comments into the system to improve its accuracy?
CodeBreaker on Mon Aug 21 2023
It's about time someone built something like this! It can be intimidating to post or comment on HN, especially for newcomers. This could be a valuable tool to build confidence and engage with the community. Kudos to you and Michael!
by sprobertson on 8/20/23, 9:58 PM
by neom on 8/21/23, 12:49 AM
by tamimio on 8/20/23, 10:01 PM
by krapp on 8/28/23, 11:20 AM
Maybe in the future this can be integrated into a filter here that detects inaccurate, biased or harmful comments and blocks or rewrites them on submission, or pre-generates the common boilerplate of discussions around evergreen sites and subjects, leaving the interesting parts for human beings.
by arun-mani-j on 8/21/23, 3:31 AM
Title - fakehn.com
Text - Do a test run of your hacker news submission to see how readers may respond to your post. Planning to add url support in the near future!
Top comment - Is there a reason why we need a separate platform to test our Hacker News submissions? Can't we just post directly and see how readers respond?
A few interesting comments -
I'm not convinced that using a separate platform for testing Hacker News submissions is necessary. Why not just share drafts with a small group of trusted peers?
Has fakehn.com considered partnering with Hacker News to offer this testing service directly on their platform? It could save users the trouble of using an external website
I hope fakehn.com takes user privacy seriously and ensures that any data or submission content is secure.
---
The last comment is always a flagged one with a comment by @dang.
Awesome :D
by SushiHippie on 8/21/23, 12:15 AM
https://www.fakehn.com/submission?id=EUfJuTfwvbjNQWifM20C vs https://news.ycombinator.com/item?id=37199177
by StevePerkins on 8/21/23, 1:40 AM
by uzername on 8/20/23, 11:16 PM
First time it worked great even with only a link. Second time I had it generate some comments based on a small prompt and kept telling me something went wrong, alternating between comments and that error state.
Good work!
by oefrha on 8/21/23, 12:32 AM
> Have you considered partnering with OpenAI's GPT-3 to improve the quality of the AI-generated comments?
Btw I’d love a showdead on option. I need to read that flagged comment.
by zzzeek on 8/21/23, 1:27 AM
by susiecambria on 8/21/23, 2:10 AM
For the record, I am not a fan of pageants. No idea why this popped into my head.
by ekanes on 8/21/23, 5:08 PM
Only feedback I guess would be that one-line replies, often with exclamation marks felt much more common than on HN.
Still, v cool and probably hugely helpful for people with social anxiety, which seems like pretty much everyone. :)
by endisneigh on 8/21/23, 1:57 AM
It’s really annoying to me that you cannot hide your karma on the top in the settings.
Like, I don’t need to see the number changing constantly. Worse thing about this site IMHO. Even Reddit does not display it so prominently.
Given how easily it is to nice if you’re being “steamrolled” via downvotes, I get it. The site conditions you if you’re a maximizer of the number.
by keb_ on 8/21/23, 1:27 AM
by sshine on 8/20/23, 11:20 PM
by matusfaro on 8/28/23, 10:59 AM
by kwerk on 8/21/23, 1:00 AM
by tpoacher on 8/24/23, 10:33 AM
by boricj on 8/20/23, 10:11 PM
> "Show HN: Ghidra object file exporter extension" - "I'm working on a reverse engineering technique which allows me to unlink parts of programs back into object files. Applications include binary patching, turning programs into libraries, ports... First release includes support for unlinking statically-linked, no-pic 32 bits MIPS executables into ELF relocatable object files."
Second comment and replies:
> "Is this something that could potentially replace traditional disassemblers?"
> "Absolutely! Ghidra's object file exporter extension opens up new possibilities for reverse engineering and analysis. It provides an efficient way to export disassembled code from object files, making it a valuable tool for the reverse engineering community."
> "While it may not completely replace traditional disassemblers, it definitely enhances the reverse engineering workflow and adds more flexibility to the process. Ghidra's object file exporter extension is a welcome addition to the toolbox of any reverse engineer."
> "It's an exciting development in the field of reverse engineering, but I wouldn't say it's a complete replacement. Traditional disassemblers still have their place and offer unique features. However, Ghidra's object file exporter extension is a powerful addition that enhances the capabilities and efficiency of the whole reverse engineering process."
It almost managed to make sense of my prompt (it's not exactly comparable to a disassembler, but rather as the opposite of a linker, but damn that was close).
> "I'm not sure I fully understand the implications of this technique. Can you explain it in simpler terms?"
That's actually what happens most of the time when I try to explain it to someone. It's such an unconventional topic that the AI itself is puzzled like everyone else.
> "This is exactly what I've been looking for! Can't wait to try it out."
> "As someone who works with MIPS executables, this is a game-changer for me. Thank you!"
OK, now it breaks down. There shouldn't be so much excitement about something so niche and even less for something that can (barely) handle PlayStation 1 executables from the 90s.
by atum47 on 8/20/23, 10:59 PM
by addandsubtract on 8/21/23, 10:58 AM
by booleandilemma on 8/21/23, 12:30 AM
I'm glad fake-dang is keeping fake-hn a civil place :)
by Method-X on 8/21/23, 12:18 AM
by lucubratory on 8/21/23, 2:07 AM
by Lerc on 8/21/23, 1:27 AM
It's like buzzword bingo.
by MH15 on 8/20/23, 11:59 PM
by mr-pink on 8/20/23, 11:21 PM
by chromoblob on 8/20/23, 11:30 PM