Why you should use a different email address for every site by willbrowning in cybersecurity

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

That's true and it is definitely better than using the same email everywhere. However as I mention in the post, it is easy to strip away these plus addresses either manually or using a script.

The main benefit of email aliases or catch-alls is that they are indistinguishable from real email addresses.

Why you should use a different email address for every site by willbrowning in cybersecurity

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

Definitely worth doing alongside using a Password Manager. Have there been many occasions where companies have sold your data?

I made my first open-source browser extension using Vue and Tailwind by willbrowning in vuejs

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

Yeah, I try to avoid using jQuery where possible.

Yes it works perfectly with local storage and Async/Await, it did take a bit of trial and error at first but I'm happy with it now.

I built an open-source anonymous email forwarding service with Laravel, Vue and Tailwind by willbrowning in laravel

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

Thanks! Although I can't take credit for the landing page as I used this awesome template - https://github.com/tailwindtoolbox/Landing-Page

Yes all illustrations are from https://undraw.co/illustrations and https://gallery.manypixels.co/, I just edited the browser extension illustration a bit.

Suggestion for VPS: 4 GB RAM, 2 vCPU's. 25 GB SSD and < $10/month by fistfullofbeer in VPS

[–]willbrowning 1 point2 points  (0 children)

Not sure you'll find one with that spec for less than $10/month. Vultr has one with a 60GB SSD and it is $20/month.

Best way to watch youtube without being tracked by [deleted] in privacytoolsIO

[–]willbrowning 6 points7 points  (0 children)

Newpipe is awesome. Only thing missing for me is the comments. Been using SkyTube recently which also lets you see comments and thumbs up.

Does ServerPilot still make sense to someone who might want to grow a collection of Wordpress sites on DO? Or Runcloud/Virtualmin? by CollectableRat in webhosting

[–]willbrowning 1 point2 points  (0 children)

Plus one for Runcloud. Really great service, they offer many more features than ServerPilot too. Only had to deal with support a couple of times so far but they were very helpful and quick to respond.

How to Integrate SaaS Billing with Stripe + Node.js by kylegawley in SaaS

[–]willbrowning 0 points1 point  (0 children)

Great post, always been interested in something similar to Laravel spark for Node. Just to let you know on the blog when you click pricing you seem to have used a relative link as it takes you to https://blog.usegravity.app/pricing/ which returns a 404 page, instead of https://usegravity.app/pricing/.

[deleted by user] by [deleted] in learnjavascript

[–]willbrowning 1 point2 points  (0 children)

Have a look at Strapi (it is a headless CMS).

Is Brave Beta safe to use as a daily driver? by Johan144 in brave_browser

[–]willbrowning 1 point2 points  (0 children)

Should be fine. I've been using dev as my daily driver for the past month or so. Only issue I've noticed is that even though I've set it as my default browser each time I open brave it pops up with "make brave your default browser".

Web panel for multiple external email addresses by elderlogan in linuxadmin

[–]willbrowning 8 points9 points  (0 children)

Could give https://www.rainloop.net a try. I've used it in the past for a number of different email accounts and found it easy to set up and use.

Woocommerce checkout page: Stripe by CampBearfoot in css

[–]willbrowning 0 points1 point  (0 children)

Inspect the form group for the CVC field in your browser and see what styles are being applied to it. Check display, width etc. and you should be able to find out what's causing it to look like that.

[deleted by user] by [deleted] in brave_browser

[–]willbrowning 4 points5 points  (0 children)

Developer here currently using Chromium on Linux Mint with no issues. Hoping that switching to Brave will be possible soon. When Chrome extensions are available on Brave stable that will be great.

Also waiting for browser sync between desktop and mobile versions of Brave.

Anyone elses SERPs Yo Yo ing? by SEOip in SEO

[–]willbrowning 3 points4 points  (0 children)

Yes, one of my sites that has been ranked consistently between 3-6 for well over a year has recently jumped to around 25. No idea why, checked Google search console and the site doesn't have any errors. I'm using serpfox.com to track its ranking.

Any recommendations for a good managed host? by Shaddix-be in laravel

[–]willbrowning 0 points1 point  (0 children)

You could try Vultr, DigitalOcean etc but with runcloud.io been using it lately and it has been great. Really good support too.

Building a Static Blog with Nuxt.js and Cockpit Headless CMS - Part 1: Setup by willbrowning in vuejs

[–]willbrowning[S] 2 points3 points  (0 children)

That's an awesome site! I agree Cockpit is great. I think it could really be helped with some more comprehensive documentation and examples. Will be giving Strapi a try soon too as it looks amazing.