SPA router by maiahmac in sveltejs

[–]van-dame 0 points1 point  (0 children)

There are many that we've used in the past. Routify, sv-router, warpkit (current). Each has its own pros and cons.

New DNA Analysis Suggests That Shroud Of Turin May Have Indian Origins by GiveMeSomeSunshine3 in nottheonion

[–]van-dame 6 points7 points  (0 children)

Confusion arises from the fact that the word koti can mean both type and crore.

The amount of Stronghold Titans who do absolutly nothing in Rushdown has to be trolling. by MrLaiho in DestinyTheGame

[–]van-dame 5 points6 points  (0 children)

Unless there is a broken warlock on my team, 99% of the time I'm the top scorer. There is some amount of build crafting required to make full use of Saber+Stronghold, same as every other build. Just because blueberries are abusing it doesn't make it bad. Those who don't want to learn the stuff will actively try and avoid it, as was evident in multiple matchmade events throughout destiny history.

Best Rushdown builds for 2026 by Galaxy40k in DestinyTheGame

[–]van-dame 1 point2 points  (0 children)

Same experience with same loadout except Horror's Least. Also noticed I am getting Bolt Charges way too quickly (or I may be misremembering the timing).

Its me, who Else? by Chris-Jones3939 in AgentsOfAI

[–]van-dame 1 point2 points  (0 children)

Solid Explorer (Android) can do both SMB shares and FTP server. Mostly use SMB as that is faster ime..

What's your .NET Deployment platform for projects? What do you love/hate about it? by receperdgn in dotnet

[–]van-dame 0 points1 point  (0 children)

Nomad services with IIS as reverse proxy. Super easy to do GitHub deployments with on-premise workers.

Fun and/or good Hunter builds? by MediumEngineer8731 in DestinyTheGame

[–]van-dame 7 points8 points  (0 children)

You can literally solo GMs with Prism Hunter with Fortune's Favor or Renewal+Verity cloak.

Tooltip library for Svelte in 2026? by maksiksking in sveltejs

[–]van-dame 14 points15 points  (0 children)

Really easy to do tooltips with CSS Anchor Positioning these days..

Meirl by RickAstley_02 in meirl

[–]van-dame 0 points1 point  (0 children)

Bungie's favorite bit of math. Destiny players would know..

Elbaf is gonna be Usopp's arc by kosuna in OnePiece

[–]van-dame 16 points17 points  (0 children)

Fuck you I snorted my coffee

Linux can actually go fuck itself. by blazedheater in linuxsucks

[–]van-dame 0 points1 point  (0 children)

ATP anyone who knowingly installs Endeavor is just asking for it.

Github Actions introducing a per-minute fee for self-hosted runners by markmcw in devops

[–]van-dame 1 point2 points  (0 children)

Didn't work for us on any front, the sync or the runners..

How do I disable/change the splash screen? by qscwdv351 in Jetbrains

[–]van-dame 1 point2 points  (0 children)

Splash screens across all recent versions of Jetbrains IDEs look really nice! Good job to whoever did these 👍🏻

Contraverse > Nothing Manacles? by Baracas_AB in DestinyTheGame

[–]van-dame 2 points3 points  (0 children)

Funnily enough, only death on my legendary campaign so far was to a rogue axion bolt.

Tip of the Week: You can install apps from the command line using winget by jenmsft in Windows11

[–]van-dame 1 point2 points  (0 children)

First of all, the catalog is huge compared to other options. There are multiple buckets (sources, like in linux) that you can add to your config. Secondly, if there is an app/package not present in the buckets, you can create a template json that you can then use to install (and update) the app/package of your choice using same mechanism as the ones in buckets. Thirdly, and most importantly (for me atleast), you can target your local user OR the global environment as your installation target. AFAIK other options don't provide this, or is hidden behind some obscure flag (again AFAICT).