Replies

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

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, (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 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.

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 :)

poppastring, to random
@poppastring@dotnet.social avatar

Random things I do not know about our solar system.

  • Are the planets spinning round the sun in the same direction?
  • Are all the planets spinning around the same line of the sun, equivalent to the equator on earth. Or is that just convenient for illustration?
  • Does the Asteroid belt imply just that? Meaning it does not surround the entire solar system or is it a belt of finite height.

#astrophysics

poppastring,
@poppastring@dotnet.social avatar

@davehigginsnaples Thanks 👍🏾

poppastring, to fediverse
@poppastring@dotnet.social avatar

I was looking at implementing #ActivityPub with #dasblog a while back, and I admittedly struggled and lost my enthusiasm for the project. However, I have found @mapache explanations and tutorials incredibly helpful and intuitive.

I am following his guide here: https://maho.dev/2024/02/a-guide-to-implement-activitypub-in-a-static-site-or-any-website/

DasBlog is not static so some of this does not apply, but enough does, and for the rest I can easily overlap gaps with the rich blogging engine. I am currently on step 5, this is happening!

#aspnet

poppastring,
@poppastring@dotnet.social avatar

Now there are gaps with this, not least of which is moderation, but this is an incredible start, I finally understand the entire flow, I could not be happier.

poppastring, to fediverse
@poppastring@dotnet.social avatar

Has anyone implemented Activity Pub with ASP.NET Core?

Not just types and objects but something that could be used for basic federation.

#activitypub #csharp #aspnet #aspnetcore

poppastring,
@poppastring@dotnet.social avatar

@mapache @SmartmanApps Thanks, I will check it out!

poppastring,
@poppastring@dotnet.social avatar

@mapache @SmartmanApps 15 minutes of reading and I am convinced this is exactly what I was looking for!!!! 👍🏿😊

poppastring,
@poppastring@dotnet.social avatar

@KristofferStrube This is awesome, I will check it out. Thanks for sharing! 👍🏿

DaveMasonDotMe, to Suns
@DaveMasonDotMe@mastodon.social avatar

Rudy Gobert seemed determined to turn the ball over during one sequence tonight.

#Wolves
#Suns
#NBA

poppastring,
@poppastring@dotnet.social avatar

@DaveMasonDotMe 👀😆

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

It looks like Microsoft made the change to its non-compete posture a couple years ago. This is good, I think.

https://blogs.microsoft.com/on-the-issues/2022/06/08/microsoft-announces-four-new-employee-workforce-initiatives/

#ftc #noncompete

polotek, to random
@polotek@social.polotek.net avatar

I vividly remember the brief gold rush when the app store first launched. Indie devs were making millions of dollars just by charging a few bucks to download their app. Things have changed of course. The market is over-saturated, and the floor is always zero dollars. But IMO, it's should still be worth the price of a coffee to have a really good app that is valuable to you.
https://alcove.website/@mambocab/112288654684745718

poppastring,
@poppastring@dotnet.social avatar

@polotek It did feel like we all decided that the price of seeing an ad was just fine, and that for many developers (in mobile especially) that ongoing revenue was incredibly convenient.

I am always willing to pay for software and see the request for payment as a fundamentally healthier exchange.

poppastring, to VisualStudio
@poppastring@dotnet.social avatar

Visual Studio 17.10 Preview 3 is available! What's new you ask?

  • GitHub Copilot in Visual Studio
  • Copilot Generated Breakpoint Conditions
  • Updates to our Copilot generated PR descriptions
  • More SSDT support for Arm64 VS

#visualstudio

https://learn.microsoft.com/en-us/visualstudio/releases/2022/release-notes-preview

poppastring,
@poppastring@dotnet.social avatar
  • 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