Search
1000 results for “aspnes”
-
11 Jul 2025: #EdaEr / #Klank.ist's #SonicGeographies @ 2727, Berkeley.
For my AI-assigned trio w/ #GeorgePapajohn (clarinet) & #BrendanLai-Tong (trombone) I replayed GPS traces of wanderings around Twin Peaks, through Grace Cathedral's labyrinth, & Oslo. Sound courtesy #PetraZélie.
-
#AspNetCore, for an #Sqlite database.
- Vacuum on startup/shutdown,
- offline by user running vacuum command through Sqlite CLI,
- or on regular intervals during runtime? -
Second of four local performances: Sat 26 Jul, #CenterForNewMusic. 1½ blocks from Powell Muni/BART, San Francisco's Tenderloin District.
#ASynesthetesAtlas is usually 1 or 2 long, structured, collaborative improvisations but this show will feature shorter compositions, solo (well, maybe a guest or two), and, for one piece, the debut of a map-based (naturally) invented instrument.
This will likely be the only performance in SF proper this year.
-
#ASPNETCore Community Standup - Behind the Scenes: Building the .NET Aspire Dashboard | with Dan Roth & James Newton-King.
-
Vertical slice architecture is getting a ton of attention but...
Read more here:
https://www.devleader.ca/2023/12/07/exploring-an-example-vertical-slice-architecture-in-asp-net-core-what-you-need-to-know/ -
@aspensmonster @keyoxide @Berker Yes! That's good there's no need for two Keyoxide links (URL and the public key), I didn't know that. I'll try your guide later thanks. But you misunderstood me actually. I'm talking about the profile description inside the #Keyoxide page. When I type a description (it says optional) on the Android client, it shows up twice like this. Idk if it's a bug or supposed to be like that? Looks a bit weird having it repeated. (Berker is the Android client creator.)
-
#ASPNETCore OData #WebAPI Template Preview is live! Scaffold #OData APIs in .NET 8+ with query options ($filter,$select,$expand), batch support, Swagger & case-insensitive routing. Install with
`dotnet new install Microsoft.OData.WebApiTemplate`https://devblogs.microsoft.com/odata/asp-net-core-odata-web-api-template-preview-release/
-
#ASPNETCore OData Web API Template Preview Release.
https://devblogs.microsoft.com/odata/asp-net-core-odata-web-api-template-preview-release/
-
6 new chapters are out for the “ #ASPNET Core Reimagined with #htmx” book!
#Hyperscript for smarter UI logic
Navigation with hx-push-url and hx-replace-url
Forms and modal forms that work
Tabs and accordions made simple
Dynamic lists and tables
Buttons and action links done right
-
If #tumblr had to see it then so do you. But you get an actual webm video, rather than four GIFs and an MP3. Edited/rendered with kdenlive, where I added English subtitles. #tapir #belize #gif #mp3 #webm #australia #WorldTapirDay #kdenlive
Original: https://www.tumblr.com/aspensmonster/782022193200693248
-
If #tumblr had to see it then so do you. But you get an actual webm video, rather than four GIFs and an MP3. Edited/rendered with kdenlive, where I added English subtitles. #tapir #belize #gif #mp3 #webm #australia #WorldTapirDay #kdenlive
Original: https://www.tumblr.com/aspensmonster/782022193200693248
-
If #tumblr had to see it then so do you. But you get an actual webm video, rather than four GIFs and an MP3. Edited/rendered with kdenlive, where I added English subtitles. #tapir #belize #gif #mp3 #webm #australia #WorldTapirDay #kdenlive
Original: https://www.tumblr.com/aspensmonster/782022193200693248
-
If #tumblr had to see it then so do you. But you get an actual webm video, rather than four GIFs and an MP3. Edited/rendered with kdenlive, where I added English subtitles. #tapir #belize #gif #mp3 #webm #australia #WorldTapirDay #kdenlive
Original: https://www.tumblr.com/aspensmonster/782022193200693248
-
If #tumblr had to see it then so do you. But you get an actual webm video, rather than four GIFs and an MP3. Edited/rendered with kdenlive, where I added English subtitles. #tapir #belize #gif #mp3 #webm #australia #WorldTapirDay #kdenlive
Original: https://www.tumblr.com/aspensmonster/782022193200693248
-
@aspensmonster @9to5linux @system76 They practically forked #iced to tailor it for the desktop needs, so I doubt it.
-
@shoppingtonz @a @keyoxide #keyoxide
A ha! I think I've found the problem. I created a test ASP profile on keyoxide with just this mastodon account as the claimed identity, done two different ways:
https://keyoxide.org/aspe:keyoxide.org:ZPZNQV5T2BDHSUVEFUINFRS4B4
The first way is the standard way of adding a claim to the ASP profile, by selecting the dropdown of "Mastodon" and putting in your username. This produces a `rel="me"` URL on the profile page that looks like this:
<a rel="me" href="https://tenforward.social/@aspensmonster" aria-label="link to profile">https://tenforward.social/@aspensmonster</a>
This follows the exact format that Mastodon docs say they are looking for in a verification link, and the Mastodon client will respect this and show the link as verified (see my "Keyoxide ASP" metadata block on my profile for proof).
However, if instead of "Mastodon" in the claim creation dropdown I pick "Manual input", and then put in a link to a specific *post* on my account as the claim, then the generated URL is instead:
<a rel="me" href="https://tenforward.social/users/aspensmonster" aria-label="link to profile">https://tenforward.social/users/aspensmonster</a>
Notice how instead of `$instance/@$user`, the format is `$instance/users/$user`. Since this is not what Mastodon expects the format of the verification URL to be, it does not show the URL as verified.
I believe that the `/users/` approach is a more general activitypub approach, and is probably more "AP standard." However, Mastodon specifically doesn't seem to consider that as equivalent.
Three options:
1. Mastodon accepts the /users/ approach and considers the link verified (probably won't happen)
2. Keyoxide tries to determine if the specific AP implementation is Mastodon, and tweaks the URL to be in the expected format (not ideal)
3. Have ASP users only use profile claims and not post claims for Mastodon if they want Mastodon's green checkmark (easiest).For @shoppingtonz , the easiest thing for you to do would be to remove the post claim that you have on your ASP profile, and use the standard "Mastodon" dropdown instead. Then, the green verification bar and check should work for you too.
-
@aspensmonster do you know any guide for becoming verified on Mastodon through keyoxide?
-
Everyone's talking about vertical slices - So here's a free project template for you.
Approaching software development by delivering thin vertical slices as well as vertical slice architecture are getting a lot of attention.
A vertical slice architecture aims to have features defined end to end through all of the layers of the application. It can be incredibly helpful, especially in ASP NET applications.
Check out this free template you can use to get started with.
Check out the article:
https://www.devleader.ca/2023/11/03/asp-net-vertical-slice-project-template-how-to-start-easily/ -
20/21 is WTUL’s program of contemporary classical & experimental music. Tonight hear DJ Pennebaker’s interview w/Carl Stone & me in advance of our 5 Apr New Orleans gig.
8p-12a Central/1-5a UTC, interview begins an hour in, Carl’s music throughout.
https://www.wtulneworleans.com/
#ASynesthetesAtlas
#CarlStone #WTUL #20/21
#experimental #improvisation #expandedCinema
#maps #cartography #OpenStreetMap #foss4g
#SilverCityGrocery #NewOrleans #NOLA -
20/21 is WTUL’s program of contemporary classical & experimental music. Tonight hear DJ Pennebaker’s interview w/Carl Stone & me in advance of our 5 Apr New Orleans gig.
8p-12a Central/1-5a UTC, interview begins an hour in, Carl’s music throughout.
https://www.wtulneworleans.com/
#ASynesthetesAtlas
#CarlStone #WTUL #20/21
#experimental #improvisation #expandedCinema
#maps #cartography #OpenStreetMap #foss4g
#SilverCityGrocery #NewOrleans #NOLA -
20/21 is WTUL’s program of contemporary classical & experimental music. Tonight hear DJ Pennebaker’s interview w/Carl Stone & me in advance of our 5 Apr New Orleans gig.
8p-12a Central/1-5a UTC, interview begins an hour in, Carl’s music throughout.
https://www.wtulneworleans.com/
#ASynesthetesAtlas
#CarlStone #WTUL #20/21
#experimental #improvisation #expandedCinema
#maps #cartography #OpenStreetMap #foss4g
#SilverCityGrocery #NewOrleans #NOLA -
I've been to New Orleans many times in my life but not since Hurricane Katrina. Remedying that by kicking off my next tour with an April Fool's Day lecture at Tulane's Howard-Tilton Memorial Library & an Apr 5th performance w/laptopist Carl Stone at Silver City Grocery in Algiers Point.
Carl opens the evening with a solo set; the collaboration follows.
RSVP: https://tulane.libcal.com/event/14389224
#ASynesthetesAtlas #CarlStone
#maps #cartography @openstreetmap #FOSS4G -
Hey, #dotnet community. Is anyone out there using #YARP in their production deployments for #aspnetcore solutions?
-
New Features for Enhanced Razor Productivity by Leslie Richardson.
#aspnetcore #webdev #razor #razorpages #csharp #visualstudio #vscode #dotnet
-
От сервера к десктопу: эксперимент с ASP.NET AOT и WebKitGTK
В этой статье я расскажу об экспериментальной связке технологий, которую я раньше не встречал нигде и основным мотиватором была проверка жизнеспособности этой идеи. Цель этого эксперимента — проверка жизнеспособности стека ASP .NET + WebKitGTK + frontend на JS/TS. Этот стек предназначен для работы на ОС Linux. В проекте весь код написан на C# за исключением клиентской части, которая реализована при помощи TypeScript и Angular 19.1. Этот концепт представляет из себя приложение, которое получает данные из Github API и для выбранного языка программирования проводит анализ количества новых репозиториев github по годам, строя линейную диаграмму, показывая тем самым тренд языка программирования. Этот анализ изначально не слишком объективен, но для тестового приложения вполне нормальный сценарий использования. В приложении на том же WebKitGTK реализована OAuth аутентификация Github. Полученные токены хранятся в системе при помощи библиотеки libsecret в зашифрованном (AES) виде. После первого входа пользователю необходимо установить пин-код, который является частью ключа. Немного заморочился с безопасностью токенов, да =)
https://habr.com/ru/articles/880908/
#ASPNET #NET #AOT #WebKitGTK #Angular #TypeScript #C# #SkiaSharp #GraphQL #PInvoke
-
via @dotnet : ASP.NET Core on .NET Framework servicing release advisory: ASP.NET Core 2.3
https://ift.tt/EDKqgPM
#ASPNetCore #DotNetFramework #DotNetCore #Upgrade #NuGet #SoftwareDevelopment #WebDevelopment #TechAdvisory #Security… -
The #live360 Orlando 2025 call for speakers is now open. This includes #vslive, #CloudAndContainersLive, #ailive and more. #dotnet #dotnetmaui #blazor #azure #github #kubernetes #containers #gitops #aws #gcp #ai #aspnetcore https://buff.ly/4hBfiGQ
Live! 360 Tech Con Orlando 202... -
The #live360 Orlando 2025 call for speakers is now open.
This includes #vslive, #CloudAndContainersLive, #ailive and more.
#dotnet #dotnetmaui #blazor #azure #github #kubernetes #containers #gitops #aws #gcp #ai #aspnetcore