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

A post from the archive ๐Ÿ“ซ:
Collecting dumps anywhere with dotnet-monitor

https://www.poppastring.com/blog/collecting-dumps-anywhere-with-dotnetmonitor

SmartmanApps,
@SmartmanApps@dotnet.social avatar

@poppastring
You forgot the hashtag Mark.

@bot boost this

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!

SmartmanApps,
@SmartmanApps@dotnet.social avatar

@poppastring
It'd be great if you could get someone, anyone who is responsible for your Maths programming to read https://dotnet.social/@SmartmanApps/110897908266416158 - in particular when I covered the topic of e-calcs https://dotnet.social/@SmartmanApps/111164851485070719 where I covered the DIFFERENT ways that the different MS products do it wrong. The Windows "standard" calc says that 2+3x4=20, in "Scientific" mode it says that's 14 but also says 8/2(1+3)=8/(1+3), etc.
signed,
Maths teacher/tutor tired of hearing "but my calculator says you're wrong"

khalidabuhakmeh, to dotnet
@khalidabuhakmeh@mastodon.social avatar

Strange question, but can you bundle #dotnet tools with a dotnet publish? These tools are part of the tool-manifest.

SmartmanApps,
@SmartmanApps@dotnet.social avatar

@khalidabuhakmeh
I'm thinking maybe @KirillOsenkov might know? I'm sure I've seen him publish some tools previously.

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

SmartmanApps,
@SmartmanApps@dotnet.social avatar

@poppastring
Would be great if you could get Leslie onto Mastodon ๐Ÿ™‚

shoq, to random
@shoq@mastodon.social avatar

There is just no question in my mind that the culture of the fediverse (by any name) is a better model for civil discussion. But oddly, even many of its biggest champions have largely returned to Twitter, or pivoted to Threads, which may be a step up from Nazis, but thatโ€™s a pretty fucking law bar.

SmartmanApps,
@SmartmanApps@dotnet.social avatar

@shoq
I noticed that and I'm thinking some of them aren't checking where the engagement is coming from. I recently, in a rare moment, engaged in some conversation there (I was all up to date with here, so, oh well, let's see what's happenning there), and one time I got back on I had 8 notifications, but I checked the profiles and 7 of them were likes from porn bots (and only 1 of those 7 was "this profile is hidden due to suspicious activity").

bradwilson, to dotnet
@bradwilson@mastodon.social avatar

I've been noticing whole-machine slow downs whenever I heavily use my Dev Drive (for example, building source) that are just unacceptable.

A common example is I'll start a full build in Visual Studio and then go to type in Windows Terminal and everything I type will be delayed by multiple seconds. Even pasting will show only a few characters at a time.

So, back to raw SSD and (sigh) NTFS for now.

SmartmanApps,
@SmartmanApps@dotnet.social avatar

@bradwilson
I don't have the link handy, but I remember @maartenballiauw did a blog about it comparing the difference in performance. TL;DR was some improvement but not a lot. For me I decided not worth the effort.

mxtthxw, to random
@mxtthxw@mxtthxw.art avatar

deleted_by_author

  • Loading...
  • SmartmanApps,
    @SmartmanApps@dotnet.social avatar

    @mxtthxw @DavBot
    If you're on Windows you can add a new virtual desktop and do your meeting there, then anything on your usual desktop isn't visible (unless you switched back there during the meeting).

    khalidabuhakmeh, to random
    @khalidabuhakmeh@mastodon.social avatar

    Everyone at JetBrains is at KotlinConf this week... except me.

    Riskybusiness Tomcruise GIF

    SmartmanApps,
    @SmartmanApps@dotnet.social avatar

    @khalidabuhakmeh
    Stay away from the 928!

    developerjustin, to Blog
    @developerjustin@mastodon.social avatar

    Woah, just now learning about Tusks from @bardi

    Iโ€™ve been posting about wanting blogging to feel more like posting on here forever andโ€ฆI think this gets me there. Why bother hosting a and all of that hassle when your account could literally be a blog?

    Itโ€™s amazing what a well-maintained API enables in for client apps like this. When the UI is in play, Mastodon effectively becomes infrastructure

    ๐Ÿง

    From: @jonathanreed
    https://techhub.social/@jonathanreed/112462234679954283

    SmartmanApps,
    @SmartmanApps@dotnet.social avatar

    @developerjustin @bardi @jonathanreed
    Yeah, that's basically what I did with https://dotnet.social/@SmartmanApps/110897908266416158 - each week I covered a sub-topic with a 6-7 post mini-thread, and now I can fine-tune link to specific parts/posts when needed. i.e. the whole push for this is summed up by when I talked about e-calculators (the bane of Maths teachers/tutors) at https://dotnet.social/@SmartmanApps/111164851485070719 having covered all the relevant mathematical theory by that point (which I can also link to specific posts as needed).

    Tearcell, to math
    @Tearcell@mastodon.gamedev.place avatar

    Im currently working on trajectory systems and forgot what tan() does and I kinda am embarrassed about that. Also I'm awful at trigonometry apparently. Haven't thought about it in a couple decades!

    #indiegamedev #math #gamedevmath

    SmartmanApps,
    @SmartmanApps@dotnet.social avatar

    @Tearcell @sinbad
    Yeah, I was going to say that, ๐Ÿ™‚ but I can also add to remember which ones are positive you can use ASTC - All Stations To Central - so tan is only positive in the first and 3rd quadrants (the 1st quadrant is top-right - where both x and y are both positive - then anti-clockwise from there).

    bradwilson, to dotnet
    @bradwilson@mastodon.social avatar

    Pro-tip for the day:

    dotnet does not appear to require a trailing backslash when you define a custom NuGet package cache path via env var NUGET_PACKAGES but Visual Studio does.

    Good:
    NUGET_PACKAGES=X:.nuget\packages\

    Bad:
    NUGET_PACKAGES=X:.nuget\packages

    #dotnet #VisualStudio

    SmartmanApps,
    @SmartmanApps@dotnet.social avatar

    @bradwilson
    The inconsistency around the trailing (back)slash is one of the most annoying things. First I need to remember if it's forward or backward on the system I'm currently on, ๐Ÿ˜‚then I ALSO need to remember if there's one at the end or not (sigh). Have these people writing these things not heard of, you know, standards? ๐Ÿ˜‚

    poppastring, to random
    @poppastring@dotnet.social avatar

    This is genuinely an important question, the open web is certainly worth saving, and I for one do think about how every task I take on might contribute to or reverse those problems. I assume we need more compassionate people at big corps, not less.

    The problems no amount of compassion seem to be able to assuage include the way the entire system is corrupt and the way all our taxes are used to support an empire that turns a blind eye to poverty and supports genocide.

    https://hachyderm.io/@thomasfuchs/112442630740326286

    SmartmanApps,
    @SmartmanApps@dotnet.social avatar

    @poppastring
    Good luck with that Mark. I've tried myself to just get MS to fix their calculators so that they actually give CORRECT answers https://dotnet.social/@SmartmanApps/111164851485070719 with the end realisation I was just banging my head against a wall, so trying to change the culture in there would be near impossible, but I'm with you on trying to!

    RickiTarr, to random
    @RickiTarr@beige.party avatar

    Seriously heard someone saying they don't listen to many black artists, because they aren't really into rap. Bitch please, feel free to share songs from Black artists from any genre. Here is one of my favorites, if you like this song please check out her other work:

    https://youtu.be/KovrJ8HXI1Q?si=HOYIG7YMuAUTsJz6

    SmartmanApps,
    @SmartmanApps@dotnet.social avatar

    @RickiTarr
    Gotta get some Aussie representation in there :-)
    https://www.youtube.com/watch?v=-9edIBvlrlg

    poppastring, to VisualStudio
    @poppastring@dotnet.social avatar

    Windows application development is now an installation option for Visual Studio. This of course include :visualstudio:

    SmartmanApps,
    @SmartmanApps@dotnet.social avatar

    @poppastring
    And speaking of I created a for it a couple of months ago at https://programming.dev/c/windows_dev

    web_goddess, to random

    Why did no one tell me that Sydney Sweeney โ€œAnyone But Youโ€ romcom is a riff on Much Ado About Nothing?! Itโ€™s charming af. You had me at Bryan Brown as Leonato. ๐Ÿ˜ (But any Sydneysider will laugh at some of the geographic liberties takenโ€ฆ)

    SmartmanApps,
    @SmartmanApps@dotnet.social avatar

    @web_goddess
    I like playing "Spot the Sydney landmark" when watching "The Matrix", were the streets have been given American names, the cars are parked on the right-hand side of the road, but you can see Australia Square, the Harbour Bridge, the Martin Place fountain, etc.

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