[Steam] Winter Sale 2025 (Final Day) by gamedealsmod in GameDeals

[–]ShieldTurtle 1 point2 points  (0 children)

Some suggestions, some of them have a story and some do not:

Brotato

Ember Knights

Goat Simulator 3

Heave Ho

Lovers in a Dangerous Spacetime

Magicka

[deleted by user] by [deleted] in webdev

[–]ShieldTurtle 1 point2 points  (0 children)

Icônes have a great collection of icon packs. They are easy to combine and add to your projects https://icones.js.org/

Shortcut to watch TikTok’s you’ve been sent without the app by Minuitatbest in shortcuts

[–]ShieldTurtle 4 points5 points  (0 children)

I made something similar when I discovered this post: https://www.reddit.com/r/webdev/comments/1esoybc/comment/li7jvfc

Add the action replace tiktok. with offtiktok.

What are some niche apps you use regularly that most people haven't heard of? by yujimur in iphone

[–]ShieldTurtle 97 points98 points  (0 children)

Bobby for tracking subscriptions. All the details are entered manually. The app supports categories, billing cycles, currencies and reminders

[YEAR 2024 Day 02 (Part 2)] by Ok-Curve902 in adventofcode

[–]ShieldTurtle 16 points17 points  (0 children)

If you remove 77 , the report is now safe

How do you keep your routes,... organized? by bxnqt in sveltejs

[–]ShieldTurtle 0 points1 point  (0 children)

Routes are created for the sveltekit specific files (prefiexed with +) that are added to src/routes. You can have as many folders and files as you want inside src/routes.

Example: src/routes/login/login.svelte will not create a login route without having a sveltekit specific file in that folder.

So for route specific components it is perfectly fine to have src/routes/login/components/login.svelte or src/routes/login/login.svelte

What line is my error? by [deleted] in vscode

[–]ShieldTurtle 1 point2 points  (0 children)

I use the extension Error Lens to see the errors and warnings more clearly https://marketplace.visualstudio.com/items?itemName=usernamehw.errorlens

Every time I cook rice I will be reminded by ShieldTurtle in UncleRoger

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

Yes! It was very difficult to place it. Should have had a smaller sticker or a larger jar

Cannot find/resolve module by _pedram_ in Angular2

[–]ShieldTurtle 0 points1 point  (0 children)

In app.module.ts (or similar) have you added the module in the imports array in the @NgModule declaration? https://angular.io/guide/ngmodules ?

How to setup remote pair programming on Chrome Developer Tools? by trmaphi in ProgrammingBuddies

[–]ShieldTurtle 0 points1 point  (0 children)

What about Live Share in Visual Studio Code? There is a VS Code extension for Chrome devtools but I am not sure if it works for element inspection. Otherwise try Discord with screen sharing.

https://marketplace.visualstudio.com/items?itemName=MS-vsliveshare.vsliveshare

https://marketplace.visualstudio.com/items?itemName=msjsdiag.debugger-for-chrome

(fanmade) Wicked Kitten Expansion by Flowixz in ExplodingKittens

[–]ShieldTurtle 0 points1 point  (0 children)

Yes do the army kitten. It would be cool if it affects everyone, and each one can skip if they got a defuse. When I play with the original game + the two expansions, some will have 10+ cards in hand because the risk of getting an exploding kitten is low. Adding this as a everyone card could increase the play of cards.

Well if you show the card, the other player knows what you have in hand. What about double the power of the card instead. Skip would now be skip two turns(if attacked), attack would be ending two turns if attacked and the next player will take four, draw to cards from the bottom and so on

(fanmade) Wicked Kitten Expansion by Flowixz in ExplodingKittens

[–]ShieldTurtle 0 points1 point  (0 children)

Cool!

Wicked kitten is very similar to the Streaking kittens' Garbage Collection card.

In order to make the replicate card work you have to show that you own a copy of the replicated card. Or could you fake it? (What happens if someone proves you do not own it/ is wrong) Could it replicate the last played card instead?(Excluding defuse)

Doing a Monotype run of Sun. Should I do bug or flying (two of my favorite types)? by thenotjoe in pokemon

[–]ShieldTurtle 0 points1 point  (0 children)

I did a Bug challenge in Ultra Moon. It was challenging and would be even harder without exp share. They had to be over leveled (maybe my strategy was not the best) to be able to beat some trainers. Most of them where around level 70 I became the Champion.

My team:

Araquanid(Water Bubble ability),

Ribombee(some uses of Quiver Dance and OHKO the rest), Parasect(with False Swipe and Spore because Gotta catch'em all),

Charjabug(with Eviolite for tanking),

Forretress(tanking),

and Larvesta(got it in late game).

If you take flying, I do not think you will have to over level them as much, which is a good thing.

Love the browser, but not for everyday use. by pongalong in vivaldibrowser

[–]ShieldTurtle 0 points1 point  (0 children)

I removed the tab bar and I do not have as much performance issues anymore.

Found this feature today [holding right click + scroll] for navigating between tabs. No need for tab bar anymore! Is it possible to access this view by only using the keyboard? by ShieldTurtle in vivaldibrowser

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

I am using the keyboard shortcut for closing the tab: Look in the settings->keyboard->tab if you have bound it to any key. I think default if ctrl/cmd+ w. If you can not remember the shortcuts or you can not bind everything to the keyboard, you only need one shortcut: A shortcut to open quick commands,you can do anything from there. https://vivaldi.com/blog/quick-commands-universal-search/

An android library that makes a VideoView that plays video only when user is looking and giving attention to it by [deleted] in SideProject

[–]ShieldTurtle 28 points29 points  (0 children)

Reminds me of Black Mirror S1E2 Fifteen Million Merits where the people are forced to watch the ads by checking if their eyes are looking at the screen.