@poppastring@dotnet.social
@poppastring@dotnet.social avatar

poppastring

@poppastring@dotnet.social

I work for :microsoft: as a Product Manager building debugging and diagnostics tooling for :visualstudio: :dotnet: and Azure.

I blog here: https://www.poppastring.com/blog

I also serve as the primary maintainer for one of the oldest .NET open-source projects, dasBlog :csharp:.

https://github.com/poppastring/dasblog-core

From 🇬🇧 now living in 🇺🇸. #614 #Columbus

I talk a lot about the #NBA

I'm searchable.

This profile is from a federated server and may be incomplete. Browse more on the original instance.

poppastring, to azure
@poppastring@dotnet.social avatar
poppastring, to random
@poppastring@dotnet.social avatar
poppastring, to ai
@poppastring@dotnet.social avatar

The Zoom team has either run out of ideas or is simply trolling people like me who cannot let an idea as strange as this go unanswered. 🤪

https://www.theverge.com/2024/6/3/24168733/zoom-ceo-ai-clones-digital-twins-videoconferencing-decoder-interview

poppastring, to random
@poppastring@dotnet.social avatar

Dear Creator/Blogger/vlogger/Reviewer/developer/etc.,

Please keep sharing your content, even if someone creates something similar, your point of view and voice remains valuable!

Some folks will love your content. 🤗
Some folks will hate your content. 😡
Most will completely ignore your content. 😵

Either way just keep sharing!

poppastring, to random
@poppastring@dotnet.social avatar

Remember Rudy Gobert is supposed to the Defensive player of the year.

poppastring, to random
@poppastring@dotnet.social avatar

If you are on a marketing team and your organization has bad news to share, the window for a news dump that everyone ignores just opened up. 👀

poppastring, to architecture
@poppastring@dotnet.social avatar

I walked and rode past Grand Palais multiple times when I was in Paris but unfortunately this wonderous structure was completely obscured from view.

The atrium is formed of over 6,000 tons of steel

#architecture

image/png
image/png
image/png

poppastring, (edited ) to random
@poppastring@dotnet.social avatar

A post from the archive 📫:

Debug & Analyze Dump Files in Visual Studio
https://www.poppastring.com/blog/debug-analyze-dump-files-in-visual-studio

#debugging #diagnostics #visualstudio

poppastring,
@poppastring@dotnet.social avatar

@khalidabuhakmeh Lol, I have a bug in my automated posting here, it occasionally fails here for some reason. I literally do have to debug it 👀 :)

poppastring, to dotnet
@poppastring@dotnet.social avatar

NuGet is now in C# Dev Kit
The April release now includes an initial set of NuGet tooling features, as detailed in this blog post.

https://devblogs.microsoft.com/dotnet/may-release-of-csharp-dev-kit/

#nuget #dotnet #csharpdevkit

poppastring, to random
@poppastring@dotnet.social avatar

ICQ is shutting down after almost 28 years 😢

https://www.theverge.com/2024/5/25/24164579/icq-shut-down-june

poppastring, to dotnet
@poppastring@dotnet.social avatar

Last week was big for #dotnet and #visualstudio

⚒️ 17.10 GA - https://aka.ms/vs/v1710GA
🌟 @dotnet Aspire GA - https://aka.ms/AspireGA
🌥️ GitHub Copilot for Azure - https://aka.ms/azcode/copilot/announce
🤖 AI Toolkit for VS Code - https://aka.ms/aitoolkit

poppastring, to random
@poppastring@dotnet.social avatar

A post from the archive 📫:
Columbus Fantasy Transit Map

https://www.poppastring.com/blog/columbus-fantasy-transit-map
#musings

poppastring, to random
@poppastring@dotnet.social avatar

@mapache Hey there I have followed your work here, starting with discovery:

https://maho.dev/2024/02/a-guide-to-implementing-activitypub-in-a-static-site-or-any-website-part-3/

I think I have a valid WebFinger and also an endpoint for Actor. I have carefully checked the output against your blog and the only differences appear to be the data, but I am still not discoverable.

I wanted to check if I needed to implement the other endpoints in Actor before I became searchable.

My test system is here: https://thedasblog.com

Any suggestions would be really appreciated :)

poppastring,
@poppastring@dotnet.social avatar

@mapache I did get this working, my problem was related to the way in which my JSON content was produced. :)

poppastring,
@poppastring@dotnet.social avatar

@mapache It was all about how I was returning the actor content. I am using MVC to return the data so I used:

Produces("application/json");

However, I also was returning the data like this:

return Json(data, jsonseropt);

I changed that to:

return Ok(data);

I now show up in any Masto search, but I still need to work on showing my latest posts on the profile page and handling things like follows, likes, etc.

Here is my latest my progress fwiw:

https://github.com/poppastring/dasblog-core/tree/webfinger-actor-support

poppastring, to random
@poppastring@dotnet.social avatar

Snapdragon Dev Kit

The fastest Windows on Arm device for developers.

  • Snapdragon x Elite
  • 32GB RAM
  • 80W system architecture
  • Supports 3 external displays
  • Preorders open
  • worldwide delivery
  • $899

#devkit #snapdragon #Arm

https://www.qualcomm.com/developer/windows-on-snapdragon

poppastring,
@poppastring@dotnet.social avatar

App ecosystem is greatly improved on Windows on Arm

poppastring, to windows
@poppastring@dotnet.social avatar

About #Windows 11 Recall

TL;DR;

  • If you reset the PC, you delete all Recall snapshots
  • Recall only works with supported web browsers (Chromium-based)
  • Organizations can simply disable it
  • Can’t save snapshots of InPrivate windows
  • Supports user-facing settings for filtering
  • Feature can be disabled during setup
  • Delete snapshots at any time
  • Everything Recall does stays on your local #Copilot+ PC
  • Data is protected by full-disk encryption (a requirement)

https://www.thurrott.com/windows/windows-11/302928/windows-11-recall-is-not-a-privacy-concern

poppastring,
@poppastring@dotnet.social avatar

@Paxxi I agree that this article does not take into account what privacy means to the most vulnerable people in our society. I do think that makes it all the more important to share the current limits of the tool, and even how it might be bypassed or circumvented.

poppastring, to nba
@poppastring@dotnet.social avatar

Looks like Kyrie is going to make a statement today #nba #timberwolves

poppastring, to random
@poppastring@dotnet.social avatar

There should be so much housing supply that this pricing structure should appear ridiculous

https://ourislandgeorgia.net/@Wolven/112487644070843536

poppastring, to dotnet
@poppastring@dotnet.social avatar

A post from the archive 📫:
Kubernetes mutating admission webhook for dotnet-monitor?

https://www.poppastring.com/blog/kubernetes-mutating-admission-webhook-for-dotnetmonitor
#dotnet #debugging #diagnostics

poppastring, (edited ) to random
@poppastring@dotnet.social avatar

#Docker desktop is now available on Arm64 Windows

#BUILD session recording is available now!

https://build.microsoft.com/en-US/sessions/9d806202-be61-4b5d-ba0d-59ecfcaf0482?source=sessions

khalidabuhakmeh, to dotnet
@khalidabuhakmeh@mastodon.social avatar

Should the #dotnet community read this list in an order of priority?

poppastring,
@poppastring@dotnet.social avatar

@khalidabuhakmeh dotnet enterprise decision makers top down.
dotnet developers bottom up.

I am not allowed to have a sense of humor so I should be clear, this is a joke, and I am not on the dotnet team :)

  • All
  • Subscribed
  • Moderated
  • Favorites
  • megavids
  • thenastyranch
  • rosin
  • GTA5RPClips
  • osvaldo12
  • love
  • Youngstown
  • slotface
  • khanakhh
  • everett
  • kavyap
  • mdbf
  • DreamBathrooms
  • ngwrru68w68
  • provamag3
  • magazineikmin
  • InstantRegret
  • normalnudes
  • tacticalgear
  • cubers
  • ethstaker
  • modclub
  • cisconetworking
  • Durango
  • anitta
  • Leos
  • tester
  • JUstTest
  • All magazines