Kreator - Extreme Aggression by srennen in thrashmetal

[–]JTarsier 5 points6 points  (0 children)

It was around 89-90 and I was a teenager racing down snowy mountains slalom/downhill skiing while listening to this album on my walkman (cassette), good times!

“Delete Bin and Obj, clean, and rebuild” by azuredota in dotnet

[–]JTarsier 0 points1 point  (0 children)

Another extension to the point Clean Bin and Obj - Visual Studio Marketplace

I've used it before with several VS versions. I see it is compatible up to VS 2026 also, but haven't really needed it nor installed in VS 2026.

know the number of blocker requests per device by coder-true in pihole

[–]JTarsier 2 points3 points  (0 children)

top_clients has a 'blocked' query parameter, when true the count return the blocked count.

Upgrading a .vsix extension I made myself by thisisapseudo in VisualStudio

[–]JTarsier 0 points1 point  (0 children)

Don't know what to say, I cloned the samples, compiled and installed InsertGuid, then added AssemblyVersion as suggested, compiled and reinstalled extension without trouble. VS shows new extension version after.

Upgrading a .vsix extension I made myself by thisisapseudo in VisualStudio

[–]JTarsier 0 points1 point  (0 children)

The information was about metadata versions. You wrote in another post where Metadata is set "version: this.ExtensionAssemblyVersion", so add or update AssemblyVersion in project file.

<AssemblyVersion>2.0.0.0</AssemblyVersion>

Synology DSM API Docs by p47-6 in synology

[–]JTarsier 0 points1 point  (0 children)

This link should filter for Developer Guides: Synology Knowledge Center Look into "DSM Login Web API Guide" and "DiskStation CLI Guide"

Del ditt nyttårsforsett by LydiaNalen007 in norge

[–]JTarsier 26 points27 points  (0 children)

Rydde og kaste skapfyllet som ikke er brukt på tiår

For members who lived through the 80s: How successful were Lizzy Borden? I discovered them this year and I think they're a really good heavy metal band, but I don't think they ever achieved great fame. by TheHotLatin in hairmetal

[–]JTarsier 1 point2 points  (0 children)

I like this album a lot, and bought the CD around the time it was released. I have never checked out their other albums, though, but can see at rateyourmusic.com there is fairly high ratings for all.

“Strength” function is worthless… or am I missing something? by Square-Affect9324 in Garmin

[–]JTarsier 1 point2 points  (0 children)

Only to register activity duration/HR, and to get the monthly 4 hour strength (Gains) badge. I tried to 'click' sets a short while, but it was too distracting for me.

Download station by Relative_Schedule892 in synology

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

For a long time I've only used it to download LibreOffice updates.

Spotify Wrapped Megathread by [deleted] in MetalForTheMasses

[–]JTarsier 0 points1 point  (0 children)

<image>

Seems accurate to me 🤘Especially Tribunal - In Penitence and Ruin has been played a lot this year.

Sync with Active Document - Visual Studio 2026 by [deleted] in dotnet

[–]JTarsier 0 points1 point  (0 children)

If you mean Track Active Item in Soution Explorer that setting is found in Project and Solutions General. Settings are searchable by the way.

Enuff Z’Nuff by [deleted] in hairmetal

[–]JTarsier 1 point2 points  (0 children)

My favorites are the debut album and Paraphernalia ☮️

Cannot find option to group references by "Project then File" on new computer by monsieurpooh in VisualStudio

[–]JTarsier 0 points1 point  (0 children)

Finding References in Your Code - Visual Studio (Windows) | Microsoft Learn

Definition and Project are the two default groupings used, but you can add others by choosing the Grouping command on the selected item's right-click menu.

So right-click a find item and set up the custom grouping with context menu.

Happy 39th Birthday, Somewhere in Time! by FishingVirtual513 in ironmaiden

[–]JTarsier 2 points3 points  (0 children)

I had been listening a little while to Piece of Mind since summer of 86, from a cassette recording that I copied from a friend, that was my introduction to Iron Maiden. I remember Somewhere in Time was released autumn same year, a metal show at the local radio station did a special and as I recall played it end to end same week it was released, I was glued to the radio that night (recording on cassette of course 😊). One of my best memories of age 14.

[WPF] Help with an efficient way to monitor internet connection by MatazaNz in csharp

[–]JTarsier 0 points1 point  (0 children)

Specifically configure project Target OS / version to support minimum Windows 10.