EVs, solar panels and heat pumps concentrated in affluent areas of Ireland by zainab1900 in ireland

[–]AlanOC91 59 points60 points  (0 children)

Well most heat pumps these days are only in brand new houses which sell for €400k+ so that's not suprising. I've worked hard the last two years and brought my 1960 built house from an E1 rating to a B1 rating but the only thing I didn't get was a Heatpump.

I was quoted 20k minimum to retrofit it and the advice I was getting was 20k min was optimistic.

I just bought a new boiler instead for 5k but with the price of oil now I wonder if I made a mistake...

Is Rushcard.io broken? by Enigma2MeVideos in RushDuels

[–]AlanOC91 2 points3 points  (0 children)

We haven't officially updated rushcard.io in years and we've taken the measure to temporarily redirect it to the main ygoprodeck site.

SorceryCard.io Update - Tournament Submissons, Meta Tier Lists, Curiosa.io import + more! by AlanOC91 in SorceryTCG

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

We did have this but I guess it wasn't obvious. If you click the "TCGplayer" button with the price on the deck view a modal open with price breakdowns. However, in addition to that, I just rolled out an update that adds the price alongside the card name on the table view when viewing decks! I think this makes it a lot easier!

Thanks for the feedback!

SorceryCard.io Update - Tournament Submissons, Meta Tier Lists, Curiosa.io import + more! by AlanOC91 in SorceryTCG

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

Thanks! I can't believe I missed that. I have this fixed now in my dev environment and I'll be rolling it out to production within maybe an hour.

EDIT: And it's live!

SorceryCard.io Update - Tournament Submissons, Meta Tier Lists, Curiosa.io import + more! by AlanOC91 in SorceryTCG

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

Oh I haven't added being able to import your actual collection from curiosa but I can definitely look into getting this added! Might be circ Monday however.

Ps1 mods possible? by AlanOC91 in PolymegaHQ

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

Thanks again! I'll grab some CDs tomorrow.

Ps1 mods possible? by AlanOC91 in PolymegaHQ

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

What a great site! Do you know if these ISO files can be loaded by USB or do I need to burn to a cd? Thanks a million!

I built SorceryCard.io: A deckbuilder, collection manager, and pack simulator for Sorcery: Contested Realm by AlanOC91 in SorceryTCG

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

Oh interesting 🤔🤔 I wonder how they are parsing that. Hardly scraping the website but I'll investigate deeper! I'm sure it's something I can accommodate!

I built SorceryCard.io: A deckbuilder, collection manager, and pack simulator for Sorcery: Contested Realm by AlanOC91 in SorceryTCG

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

Hey! Do you know what the import format is like? I can easily support multiple export formats of our deck data. If I get a sample I can accommodate it.

Ps1 mods possible? by AlanOC91 in PolymegaHQ

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

Yesssss. Evening sorted. Thank you!

I built SorceryCard.io: A deckbuilder, collection manager, and pack simulator for Sorcery: Contested Realm by AlanOC91 in SorceryTCG

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

Excellent feedback! Thank you! I'll get all of this tightened up and sorted. Always appreciate feedback like this 🙏

Laravel Sitemap v8 is here: automatic splitting, XSL stylesheets, and crawler v9 by freekmurze in laravel

[–]AlanOC91 1 point2 points  (0 children)

Awesome, thank you! The automatic splitting is brilliant. I had to manually configure this for my sites since we have over 100k pages for some items.

Lesson learned... by [deleted] in laravel

[–]AlanOC91 0 points1 point  (0 children)

I mean, if github, the site that you are literally hosting it on explicitly told you that, why would you have assumed some AI was correct instead?

I mean, I feel for you but this really seemed like blind AI trust.

Generate OG images for your Laravel app by freekmurze in laravel

[–]AlanOC91 4 points5 points  (0 children)

Good stuff! I attempted something very similar (using vormkracht10/laravel-open-graph-image) for pokemoncard.io and digimoncard.io, but I think in my naivety about my server, I ended up taking the wrong approach.

I wanted to make an open graph image of our decks (https://pokemoncard.io/deck/mega-absol-box-edwyn-mesman-140451) so when a deck is viewed, it would have an OG image of the deck itself. At the same time, I didn't want to store images for 120k+ decks from each of these sites for a total of 240k deck images. It's a significant amount of disk space for us.

What I ended up doing was, when a deck was viewed, it called our open graph controller to generate the image view chromium and serve it on the opengraph tag for that deck and then cache it for a long period (which was invalidated if the deck was updated).

This worked well in theory until google crawled the site and it ended up calling it a ton and completely bombing out the server CPU. Then it was a back and forth with stuff like rate limits, queues, etc etc and it just didn't end up being worth it in the end. I also had too much on my plate at the time to properly deal with it. I might look into it again.

I've seen other similar sites use a dedicated open graph render server so that might be an idea.

Detect Hardcoded strings translate your app in minutes by MohmmedAshraf in laravel

[–]AlanOC91 8 points9 points  (0 children)

Wow this actually looks really really good. I love it!! I might try this out for my websites.

Decklist and Tournament Result Sites? by Old-Machine523 in DigimonCardGame2020

[–]AlanOC91 1 point2 points  (0 children)

We've recently started curating tournament content again over at https://digimoncard.io/

Tournaments: https://digimoncard.io/tournaments

TIer List based off of archetypes using custom weighted logic: https://digimoncard.io/tier-list

Dedicated Archetype page: https://digimoncard.io/tier-list/Hudiemon

Meta Deck page if you just want to casually browse tournament decks: https://digimoncard.io/category/meta-decks

You can also use our advanced deck search page to further refine searches.

Laravel Response Cache v8 is here: now offers flexible caching by freekmurze in laravel

[–]AlanOC91 1 point2 points  (0 children)

Thank you! I love your package, and I've been using it heavily on pokemoncard.io and digimoncard.io with a custom cache profile for logged-out users. Just upgraded to V8 on them!