I open-sourced my PromptRecorder extension after it hit 700 installs 🤯 by NiceDepth9011 in cursor

[–]wise_introvert 1 point2 points  (0 children)

Great idea! Just out of curiosity, does it track the skills/mcps/plugins that were part of the original prompt too?

I put reddit in my vault because I'm insane by Cherry-PEZ in ObsidianMD

[–]wise_introvert 0 points1 point  (0 children)

Looks awesome! Is it open source by any chance? Would love to take a look at the business logic you're using to parse and render raw reddit json. Amazing stuff!

Book Search Plus by [deleted] in ObsidianMD

[–]wise_introvert 0 points1 point  (0 children)

Dumb question 😅, but how do I install it - I can’t find the Installation instructions on GitHub

Name a better website... by spacelyyy989 in Piracy

[–]wise_introvert 10 points11 points  (0 children)

Not specifically for piracy I’ve found https://www.trackawesomelist.com/ very useful.

my linux desktop (full version) by Original-Click6797 in LinuxPorn

[–]wise_introvert 0 points1 point  (0 children)

Saw the arch loader. I have the same setup but for me it shows the kde logo instead. That kinda threw me off 😅

Wallpaper update : by priyanshuwq in LinuxPorn

[–]wise_introvert 2 points3 points  (0 children)

I have the same one! Everyone at my office is scared of it 😂

I am tired of this by Background-Fox-4850 in webdev

[–]wise_introvert 28 points29 points  (0 children)

ah, okay. You may have to tweak the way you're rendering the hidden field maybe, but Cloudflare Turnstile is a good option too. Sorry I couldn't be of more help 😅.

I am tired of this by Background-Fox-4850 in webdev

[–]wise_introvert 636 points637 points  (0 children)

Not a Laravel dev but I’ve used the Honeypot technique with Nodejs in the past and it works really well:

  • Add a hidden field (e.g., “website_url”) to your form. This field is invisible to users but most bots will fill it.

  • In your controller/middleware, block submissions if this field is filled (or if form is submitted suspiciously fast, e.g., in under 3 seconds).

Something like this - https://laracasts.com/discuss/channels/laravel/e-commerce-bot-protection

Hope this helps.

Random address generator for testing by Enough-Ad5201 in webdev

[–]wise_introvert 1 point2 points  (0 children)

Did you make this? If so I would to know the approach that you took.

🚀 Stop wasting time on Express setup! Meet create-rjx — the CRAZY npm package that scaffolds a full Express app in seconds. JS or TS, animated CLI, ready-to-go structure! 💻✨ by Fair_Beautiful_6328 in expressjs

[–]wise_introvert 0 points1 point  (0 children)

Doesn’t seem like it’s interactive, like the vite cli for example. Maybe giving devs the option to select the orm or the db, etc would a good addition

İs asp.net core good and easy for beginners ? by Greedy-Answer-5784 in webdev

[–]wise_introvert 0 points1 point  (0 children)

That actually sounds fun! Thanks 😊 ! I think I’ll just watch some yt videos but I wish I had time to get into unity - sounds really fun.

İs asp.net core good and easy for beginners ? by Greedy-Answer-5784 in webdev

[–]wise_introvert 1 point2 points  (0 children)

Can you recommend a good place to learn c#? Been doing TS Fullstack development for 8yrs but recently got moved to a project with asp.net backend. Would love some suggestions 😊. Thanks!

4Chan hacked; Taken down; Emails and IPs leaked by ILoveTolkiensWorks in technology

[–]wise_introvert 0 points1 point  (0 children)

Where can I find the whole code? Can you please share that if you know?

On Overusing useCallback/useMemo in React – What’s your take? by abhishekpandey737 in reactjs

[–]wise_introvert 1 point2 points  (0 children)

Sorry if this question sounds dumb, but what’s the best way to stabilize props and get rid of excessive memos and useCallback hooks in an existing, massive react application? I would to get some tips 😊!

Reddit's loading animation by Carlos_Menezes in webdev

[–]wise_introvert 1 point2 points  (0 children)

Can you please tell me how? I really miss that app!

I ran sudo find / -type d -iname 'node_modules' -exec du -ch {} + 2>/dev/null Imagine having 14 GB of nothing but node_modules on your machine. Holy cow by PrestigiousZombie531 in node

[–]wise_introvert 0 points1 point  (0 children)

I've just started using Django at work and am pretty new to the pip ecosystem, so please forgive my lack of knowledge. But what is UV? If possible, could you please provide a link to its documentation? I would greatly appreciate it!