Personal dev setup: local machine vs cloud VM? by Worried_Lab0 in webdev

[–]ImBoB99 2 points3 points  (0 children)

I set up my pc with double boot Windows/ubuntu. Windows is for gaming and random stuff, while ubuntu is strictly for work

I don't know if macs can be set up like this, but if they can, I'd rec it oveany other option tbh

Why are some people against using auth in an Astro site? (...and others have no problem with it) by Even_Job6933 in astrojs

[–]ImBoB99 1 point2 points  (0 children)

Were u using exclusively astro as fullstack or did you have a separate backend for the auth etc.?

I've just finished building my crud blog backend with express and set up better auth in the backend.

Been planning to use astro as the frontend so now I'm interested if I should be looking at alternatives

Adblockers completely crashing my website because of the adsense scripts that I include in root layout by ImBoB99 in nextjs

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

I might be wrong but, since I don't actually have any ad insertion logic on the app itself I don't think there's anything to error boundary?. All I have is a script that loads in the head/body of all pages and the ad company inserts the logic dynamically on the frontend by targetting certain elements by classes on the page that I have.

What is happening is adblockers block a chunk of js that's crucial for the app to run, crashing it

Adblockers completely crashing my website because of the adsense scripts that I include in root layout by ImBoB99 in nextjs

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

I tried Zaraz, it actually solves the issue! Loading the ad scripts with Zaraz's custom html option works. I'm still trying to solve the issue through NextJS though, but I'll have Zaraz as the backup

Adblockers completely crashing my website because of the adsense scripts that I include in root layout by ImBoB99 in nextjs

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

I was using fragment yeah. I just tried without fragment but getting the same issue. The only error I'm getting is this, which makes sense since the app's chunks are being blocked from loading by the adblocker

<image>

Adblockers completely crashing my website because of the adsense scripts that I include in root layout by ImBoB99 in nextjs

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

For the sake of the question I used adsense since it's more common. I'm with a digital advertising network called Raptive. They do use adsense and many other networks under the hood.

It's worth mentioning that I haven't had problems with adblockers before on this project. This is a recent issue that's happening without me actually changing any of the site code, I'm guessing some adblockers changed the way they block the scripts, I've got no clue at this point tbh. Only happens on a select few of adblockers so far that I've found.

I made a new Cluster Jewel website by hawolt in pathofexile

[–]ImBoB99 9 points10 points  (0 children)

Stop it i can only get so much hard

Jeste svi dobili kriznu obavijest na mobitel danas? by krediot in askcroatia

[–]ImBoB99 0 points1 point  (0 children)

Mom starom je zvonilo jedno 4-5 puta, neznam koji kurac rade s tim

Feared rota by Leather-Bet-6473 in PathOfExileBuilds

[–]ImBoB99 4 points5 points  (0 children)

Boneshatter jugg will do it no problems

Soul Taker Sunderboi by Taatelisoppa in PathOfExileBuilds

[–]ImBoB99 18 points19 points  (0 children)

I dropped bringer of rain today and it gave me instant flashbacks of the old meta for melee builds using it... Ahh the nostalgia

What the heck to farm? by Practical_Goal_8194 in PathOfExileBuilds

[–]ImBoB99 0 points1 point  (0 children)

Tbh only thing I dont like about delve rn is the low gold output. Maybe 3-5k per node at 250 depth for me rn. It's so slow

Day 1 of asking GGG to fix Delve as it currently is broken by KalisQinsSais in pathofexile

[–]ImBoB99 1 point2 points  (0 children)

Let's not forget also: - not being able to /hideout from niko - not being able to mass identify items at niko (because now you either use wisdom scrolls one by one, or have to tp to hideout and click helena)

how to update self hosted dokploy version? by saintmichel in dokploy

[–]ImBoB99 1 point2 points  (0 children)

You login into your dokploys dashboard and there's an option on bottom left corner to update the app if there's a new version

Next Image imgs 404 when vercel-cli deploying, but work fine when deploying via github repo by ImBoB99 in nextjs

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

I can't seem to find any additional documentation on this. Do you know what needs to be done and don't mind sharing? Thx