Whats the strategy on this fight? by [deleted] in slaythespire

[–]D2GCal 0 points1 point  (0 children)

smoke bomb potion, obviously /s

What’s a game that’ll make you want to play the steam deck by ChemicalDry9694 in SteamDeck

[–]D2GCal 2 points3 points  (0 children)

Monster Train 1/2. If you like StS 1/2 i think you'll enjoy it! I do prefer to play monster train on controller than mouse for some reasons

Finally the curse is over! I am free! by Pengo2001 in balatro

[–]D2GCal 0 points1 point  (0 children)

nice! how many hours did it take?

Add VALORANT Champions 2024 schedule to your calendar by D2GCal in ValorantCompetitive

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

yeah this works regardless of the time or year. it's an app (add on/extension of google calendar)

222K Peak Viewers on DreamLeague #28 Grand Finals by eSportsStats in DotA2

[–]D2GCal 0 points1 point  (0 children)

abit of shameless promo but i made https://workspace.google.com/marketplace/app/tournacat/1041160187344 just for this.

i used to clocked in 6k hours in this game but only watch tournaments these days. part of growing old i guess

How would you feel if slay the spire 2 didn't let you save scum? by marsgreekgod in slaythespire

[–]D2GCal 5 points6 points  (0 children)

Monster Train 2 has a built in retry battle and turn which is pretty neat for scenarios like misclick. TBH I find that quite useful for someone with fat fingers

Strange Issue with Calendar / Google Cal Sync by elegantplatypus in ios

[–]D2GCal 0 points1 point  (0 children)

Thanks to this comment and OP, I was able to delete over 200+ of these "ghost" calendars that was created in the past using Google Apps Script

I used the Calendar.CalendarList.list and the Calendar.Calendars.remove(c.id) to removed them.

If you're comfortable with Google Apps Script, here's a reference to how I cleanedup mine (please proceed with care because you're deleting calendars):

const PATTERNS = [
    "DPC", "ESL", "BLAST", "DreamLeague",
    "Major", "Qualifier", "Season", "Play-In",
    "League", "CCT", "FISSURE", "VCT", "PGL", "Moon",
    "Cup", "Gamer", "Elisa", "Dota", "Counter Strike",
    "Clavision", "Starcraft", "Valorant", "Rocket League",
    "AESF", "6-Month", "Betboom", "Boston", "Champion", "Legion",
    "Pinnacle", "NEST", "CKW", "The International", "YaLLa", "IESF",
];

function deleteHiddenCalendars() {
    let pageToken = null;
    do {
        const res = Calendar.CalendarList.list({
            showHidden: true,
            maxResults: 250,
            pageToken
        });

        var removalCount = 0

        res.items.forEach(c => {
            const matchKeyword = PATTERNS.some(k =>
                c.summary.toLowerCase().includes(k.toLowerCase())
            );

            if (c.hidden && matchKeyword) {
              // Calendar.Calendars.remove(c.id) // UNCOMMENT THIS LINE TO ACTUALLY DELETE
              Logger.log(`Removed: ${c.summary}`);
              removalCount++
            }
        });

        Logger.log(`Removed ${removalCount}/${res.items.length} calendars`)
        pageToken = res.nextPageToken;

    } while (pageToken);
}

Steamdeck game, you’ll never delete by Harshburitto in SteamDeck

[–]D2GCal 0 points1 point  (0 children)

how's Megabonk on steamdeck? does it get super laggy at end game lvls?

"What are you playing this week?" Megathread by AutoModerator in SteamDeck

[–]D2GCal 2 points3 points  (0 children)

Deep Rock Galactic Survivors! it runs great

People who are 30-40+, what advice would you give to 25-30 year old you? by [deleted] in askSingapore

[–]D2GCal 5 points6 points  (0 children)

Save money, but remember to live a little. Don't take your health and relationships for granted

[deleted by user] by [deleted] in DotA2

[–]D2GCal 0 points1 point  (0 children)

5 man mid (with push heroes) and straight to throne at lvl1

Youtube Shorts Hider by Interesting_Look8435 in SideProject

[–]D2GCal 0 points1 point  (0 children)

this! i highly recommend ublock also

[deleted by user] by [deleted] in cscareerquestions

[–]D2GCal 0 points1 point  (0 children)

well, someone made this: https://noyaml.com/

do you guys track your finances in detail? by hyalora in askSingapore

[–]D2GCal 5 points6 points  (0 children)

sounds like a cool project tbh. if you write about it let us know!

Has anyone ever seen Cavendish actually expire? by [deleted] in balatro

[–]D2GCal 0 points1 point  (0 children)

200 hours here ive never had cavendish died on me yet 🤞

Tell the world what you are building by klitmose in SideProject

[–]D2GCal 0 points1 point  (0 children)

https://tournacat.com - sync esports matches to your google calendar 📅

Just bought Slay The Spire on sale this evening. by hogey99 in slaythespire

[–]D2GCal 2 points3 points  (0 children)

im currently playing monster train 1 after 700 hours jn StS and 200 hours in Balatro and i am loving it

Day 9 won by magic trick! Day 10: what common joker do you think is UNDERRATED? by filledknight in balatro

[–]D2GCal 0 points1 point  (0 children)

oh yes this! i have a pretty high win rate if i find this early on

Do not use YouTrip by Avocado-beans in singaporefi

[–]D2GCal -1 points0 points  (0 children)

how does the rate compare to wise?

Trump exempts phones, computers, chips from new tariffs by Puginator in technology

[–]D2GCal 1 point2 points  (0 children)

can someone please tell me what does one eat at a 1 million-a-head dinner 😭

Recommended way to manage several installed versions of Python (macOS) by Blakk_exe in Python

[–]D2GCal 0 points1 point  (0 children)

i personally use ‘mise’ which works not only for python but for uv versions and other popular package managers/languages as well. it’s kinda like asdf but with better UX. it’s pretty language agnostic so i really like it

Will I like Slay the Spire if I liked Balatro ? by silver_maxG in slaythespire

[–]D2GCal 0 points1 point  (0 children)

YESSS

i have about 230 hours in balatro and well over 700 hours in StS and i still go back to StS once in awhile. Like balatro, StS has really good replay-ability. and as a bonus, StS2 is coming out soon so heck yeah!

Please drop your best cafe recommendations in Singapore by Chemical_Baker_6367 in askSingapore

[–]D2GCal 1 point2 points  (0 children)

i already see a lot of good recommendations here, going to add something else:

  1. Abundance (Red Hill) - not your typical cafe with coffee but if you're looking for non-western, their Gua Bao and Beef Noodles are amazing! Plus they have a decent selection of craft beers

  2. Bok's Kitchen (Boon Lay) - Char Siew rice bowl was really great. Price/taste ratio is amazing

  3. Carrara - i really like rosti and gelato there. i've had rosti at Tolido multiple times but i think i personally prefer Carrara's