Tootfinder

Opt-in global Mastodon full text search. Join the index!

No exact results. Similar results found.
@0xced@hachyderm.io
2024-11-30 22:56:16

I just contributed a new feature to #dotnet

@0xced@hachyderm.io
2025-01-02 07:20:47

@… nst021.bsky.social

@dankeck@a11y.social
2024-11-30 18:10:53

Thank you to the Flickr Foundation. As they pursue preserving digital photos of historical interest, they also put the effort into descriptive alt text for social media posts. @… @flickrfdn.bsky.social #AltText #Flickr

@Buterin@qoto.org
2024-12-27 21:49:48

«Этим законом государство еще сильнее сужает право граждан на доступ к информации»
Путин подписал поправки (sozd.duma.gov.ru/bill/758160-8) к закону «О военном положении». Они разрешают скрывать информацию о деятельности власти и армии. А также увеличивают полномоч…

@relcfp@mastodon.social
2024-11-30 01:50:17

[ July 9, 2025 - July 11, 2025] Conference or similar: Workshop on Walter Benjamin’s “theory of fascism” philevents.org/event/show/1273

@0xced@hachyderm.io
2025-01-26 20:35:19

The SgmlReader NuGet package for #dotnet is a less known but great alternative to AngleSharp or HtmlAgilityPack if you need to parse HTML. It converts (almost) any HTML to valid XML that you can then query or manipulate with the well-known XmlDocument class.
nuget.org/packages/Microsoft.X

@0xced@hachyderm.io
2024-12-22 10:37:29

Hey #ios devs, would it still be possible to perform this kind of trick today (in Swift and/or Objective-C)? Weak importing a class and then replacing a method implementation with swizzling.
gist.github.com/0xced/dee67759
I've been out of iOS development for many years now.

@0xced@hachyderm.io
2025-02-17 21:11:57

I just released a new version of #dotnet

@0xced@hachyderm.io
2024-12-06 17:32:26

Here's a trick to embed static web assets for your #dotnet Blazor apps for a truly single file executable deployment.
github.com/dotnet/aspnetcore/i
As ususal, this would not have been possible without the awesome [MSBuild Structured Log Viewer][1] by @…
[1]: msbuildlog.com