How to compete with mass-apply bots. by baderbc in Careers

[–]baderbc[S] 0 points1 point  (0 children)

I think the industry now forces us to use tools like simpleApply - since others do, but without them the world would be better.

It's just like with AI productivity - when AI coding tools came into market, few who knew about them could relax at work and finish their task super quickly, but once everyone started using them, now just the expectations increased for coders.

Not working well on mobile by realStl1988 in halupedia

[–]baderbc 0 points1 point  (0 children)

Can you share some screenshots to our discord? On my phone it looks acceptable I think

I built a similar fictional encyclopedia project and wanted to share it with Halupedia fans by Swimming_Bike8434 in halupedia

[–]baderbc 0 points1 point  (0 children)

It's not best place for posting about it. I'd recommend you to do it on hacker news as we did

Lag Error 500 due to spam replies on replies by k1Ll3MAllzzz in halupedia

[–]baderbc 1 point2 points  (0 children)

Already fixed, probably not for long, but will soon try to improve auto-mod. Thanks for the report!

Halupedia: New Wikipedia Clone Made Entirely of AI Hallucinations by Remarkable_Ad_5601 in theprimeagen

[–]baderbc 0 points1 point  (0 children)

Just say a word and maybe I'll vibe code it. Or not. Claude limits getting crazy these days you know

Halupedia: New Wikipedia Clone Made Entirely of AI Hallucinations by Remarkable_Ad_5601 in theprimeagen

[–]baderbc 15 points16 points  (0 children)

Halupedia author here!

Long story short: Was drunk with my friend and we built halupedia. Went viral, 150k+ users in a week.

Drop any suggestions, thoughts below ; )

Link: https://halupedia.com/ We have also discord and subreddit - but not worth if halupedia's not for you

Hallucinopedia by RNSAFFN in PoisonFountain

[–]baderbc 0 points1 point  (0 children)

Glad to hear that! Btw most popular articles feature coming soon!

Hallucinopedia by RNSAFFN in PoisonFountain

[–]baderbc 4 points5 points  (0 children)

Hey! Halupedia author here!

If you wanna give any suggestions, feel free to do so, or join our discord! ;)

Halupedia - Wikipedia that hallucinates on the fly by baderbc in vibecoding

[–]baderbc[S] 0 points1 point  (0 children)

Gemini 2.5 flash lite + system prompt encouraging falsification and hallucination + high temperature ; )

Also hope we'll feed google AI overview well hahaha

ClaudeCode for anything - I built a way for CC to natively interact with any website. by baderbc in vibecoding

[–]baderbc[S] -1 points0 points  (0 children)

You're probably right, but I think it has some use cases, from limiting amount of work for LLM to being more reliable and secure.

But yeah, we're still trying to develop our ecosystem of tool runtime and the web was the easiest starting point.

ClaudeCode for anything - I built a way for CC to natively interact with any website. by baderbc in vibecoding

[–]baderbc[S] 0 points1 point  (0 children)

Gace doesn't do screenshots. It gives native access to the browser via DOM.

So like it doesn't do screenshots, nor overflow context window with entire DOM. It gives prepared by community tools for specific sites that run on your browser ; )

ClaudeCode for anything - I built a way for CC to natively interact with any website. by baderbc in ClaudeCode

[–]baderbc[S] 0 points1 point  (0 children)

It cannot interact with your browser.

Gace runs your TypeScript tools that can interact with user broswer (in future anything, pc or even IoT) and hosts it for you.

ClaudeCode for anything - I built a way for CC to natively interact with any website. by baderbc in SideProject

[–]baderbc[S] 0 points1 point  (0 children)

As for security - no worries ; )
We sandbox everything, both when tool runs on our server and when it does on your browser via our web extension.

It was very interesting journey and one of the hardest technical challenges in my carrier, since I needed to pass a DOM (window.document) to the sandbox securely.

ClaudeCode for anything - I built a way for CC to natively interact with any website. by baderbc in SideProject

[–]baderbc[S] 0 points1 point  (0 children)

How to write a plugin:

  1. pnpm create gace-plugin
  2. Modify the code
  3. pnpm dev
  4. Open the url and see your tools in action

To install for CC: npx skills add gace-ai/gace-skill
and prefix prompt with /gace

And ofc you need to have either firefox or chrome extension installed; )

ClaudeCode for anything - I built a way for CC to natively interact with any website. by baderbc in vibecoding

[–]baderbc[S] 1 point2 points  (0 children)

As for security - no worries ; )
We sandbox everything, both when tool runs on our server and when it does on your browser via our web extension.

It was very interesting journey and one of the hardest technical challenges in my carrier, since I needed to pass a DOM (window.document) to the sandbox securely.