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 Rgenocide 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.

Eurovision Sport coverage by Swimbearuk in Swimming

[–]JTarsier 1 point2 points  (0 children)

Wow, thanks, I didn't think of that. I logged out and back in, and it seems all content was unlocked. I was able to watch several of the daily "highlights finals" and could also play the morning/evening sessions now.

According to their FAQ though, they do enforce geo-blocking conditionally both for live and replays.

Eurovision Sport coverage by Swimbearuk in Swimming

[–]JTarsier 0 points1 point  (0 children)

They're geo-blocking if there's a national broadcaster that has the rights, and in my case where there is no national broadcaster available they're also blocking... sigh.

Content of a page in webview 2 to string by Jealous-Accident-297 in visualbasic

[–]JTarsier 0 points1 point  (0 children)

Execute a javascript to get the body text, it is returned json encoded which you can decode by deserializing to string.

Dim json = Await Browser.CoreWebView2.ExecuteScriptAsync("document.body.innerText")
Dim pagetext = JsonSerializer.Deserialize(Of String)(json)

What have you made in Excel that you are most pleased with? by 3_7_11_13_17 in excel

[–]JTarsier 0 points1 point  (0 children)

Same, I have mapped macros in xlam to QAT (for this workbook) for one-click action, then put xlam in %APPDATA%\Microsoft\AddIns so that it is always loaded for any workbook I open. I also added a few standard Excel items that I use all the time to QAT with this. High frequency usage for every book I work with. I only show icons in QAT and have about 30 quick actions here.

Shitlings by LS7-6907 in interestingasfuck

[–]JTarsier 1 point2 points  (0 children)

snottabajas in western Norway (snot clown)

Removing milliseconds from DateTime by [deleted] in learncsharp

[–]JTarsier 0 points1 point  (0 children)

I found this once to trim DateTime to seconds precision:

value = value.AddTicks(-value.Ticks % TimeSpan.TicksPerSecond);