this post was submitted on 18 May 2026
51 points (94.7% liked)

Programming

27004 readers
235 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 3 years ago
MODERATORS
 

Sorry if this isn't allowed, I wasn't sure where I could post this. Thought this community would appreciate it the most.

Anyways, I built an extension for FF while I'm applying to jobs. I noticed when applying at the same company again, the applications were basically the same and asking the same questions. So I built the extension that will auto save the data submitted to the application to reference when seeing the same question again later.

It is still a WIP, it will recognize the application platform/page about 80% of the time and save on submittal, and if its not confident enough for auto-save there is a manual save option as well. There are some rough edges where the fields may not be saved correctly or bugs like that, but I'm at a point where I'd love for some others to test it out and get a better idea of what platforms are being missed or fields, etc.

So if you are job hunting, or know someone that is, please check out AnswerHoard and let me know what you think!

Couple concerns out the gate:

  • privacy: everything is saved ONLY on your browser. I don't get any of it unless you share it with me with your feedback.
  • permissions: turns out it's a pain in the ass to try to recognize a job application page. Everyone does it differently, with different URLs, multi-page, SPA, in-frame, etc. So as of now the extension runs on every page to detect if it is an application submission page or not. Again, I don't get ANY data from the pages you view/data you submit. You can read the privacy policy here
  • if you'd like to report pages that were not detected, detected but not saved, saved but the fields are wrong, please feel free to submit an issue here

Thanks to anyone who checks it out! Sorry again mods if this is not allowed

you are viewing a single comment's thread
view the rest of the comments
[–] yuman@programming.dev 6 points 2 days ago* (last edited 2 days ago) (2 children)

not a customer, but you'd do well to state front and center whether or to what extent this was vibeshat. same should go for every "I built" post, imo.

edit: typo

[–] remotedev@lemmy.ca 1 points 1 day ago

So to play devils advocate about it all, is this just for anyone that doesn't want to support anything that uses any amount of AI, or is there a certain threshold that acceptable (would vary between people I assume)? I released the code to show that no data is sent or collected anywhere else, does it actually matter how the code was written?

To be completely upfront, as I said in another comment I'm new to extensions as I only have worked on one before that is super super simple. So I did use cursor to get a boilerplate template started so I could figure out what I needed and what I had to work with. Then I used it to bounce ideas off of and had a couple different versions of how it worked before getting to what I have now. Was some of the code ai generated? Yep. Was some of it written by me? Yep.

If the question was really, did I vibe code this over a weekend and just tell the agent "build me an extension" then no that's not what happened. I probably worked on this over a month or so in my free time, using cursor to figure out stuff I didn't know, and save some time of looking things up the old school way.

If that turns anyone off to the extension, it's all good. This isn't a business venture where I expect any money to come in from it. I wanted to work on something useful and hope it proves helpful to anyone who tries it out

[–] TehPers@beehaw.org 1 points 2 days ago

Is there a reason to believe this was written by AI?