De ANWB geeft automobilisten vandaag een waarschuwing Meppel te vermijden. Mensen die toch in Meppel moeten zijn, kunnen beter thuisblijven. Volgens de ANWB zijn er geen files rond Meppel, maar is er ook geen enkele reden om er naartoe te rijden.
De ANWB geeft automobilisten vandaag een waarschuwing Meppel te vermijden. Mensen die toch in Meppel moeten zijn, kunnen beter thuisblijven. Volgens de ANWB zijn er geen files rond Meppel, maar is er ook geen enkele reden om er naartoe te rijden.
From Spec-Driven Development to Feature Plan Development | by Richard Woollcott
Care and attention to detail is such a rare trait these days ... www.joshwcomeau.com/svg/interact...
Ghost local development instructions. The local development url is localhost 2368
TV showing the Ghostbusters ad within the movie, with the phone number 555-2368
Seems seasonally appropriate to reshare this @ghost.org easter egg
This is such an interesting talk. Highly recommend if you're into the details software development, with a good splash of digital history youtube.com/watch?v=wo84...
Embed Card for https://isaacl.dev/gtc
https://isaacl.dev/gtc
Draaimolen festival dreigt haar locatie te verliezen. Laat je horen om dit unieke onafhankelijke festival niet verloren te laten gaan!
www.openpetition.eu/nl/petition/...
AI gegenereerde image op basis van een bekend merk van kookproducten. "Een beetje van jezelf, een beetje van AI"
Fetch the deployment token for an Azure Static Web app in the pipeline.
Just what I was looking for. Thanks @svrooij.io
svrooij.io/2022/05/05/d...
I finally wrote an intro about how JSONB works, check it, tell me how you liked it and share with your friends!
And most importantly, play with it on your own ๐
www.architecture-weekly.com/p/postgresql...
5/5
I've been eyeing a 3D printer for years, but by now it's so cheap to just order prints online that I probably never will buy one. Saves me a ton of space and crap that comes along with a 3D printer, not to mention the plastic fumes.
Breaching our Non-Disclosure Agreement at the Microsoft MVP Summit?
Last week, at the #MVPSummit in #Redmond, @roelant.info and I tried to pull information out of true leaders like @markrussinovich.bsky.social, @csharpfritz.com, @davidfowl.com, @maddymontaquila.net, and Amy Boyd
youtu.be/97K5vU5txAY
I totally took the bait and got a good laugh out of it ๐
I really tried but could not get the book to work with Calibre, spent the best part of an hour on it and finally decided to search for the PDF online. That took about 3 minutes...
Copilot seems to be half decent at writing PowerShell, which actually makes PowerShell useful for me ๐
Wow, DRM e-books are a total shitshow. Opening a 400 page e-book on a high-end laptop in Adobe Digital Editions is just.... horrible. Flipping through pages is slooow and the book looks like shit.
Export as Bicep is fully available today! ๐ช
Test it out yourself in the portal, instructions can be found here: learn.microsoft.com/en-us/azure/...
Interesting reflection from several local coder communities and social media is what this site is shared frequently last couple of days, short term this is likely not changing much, but it could be planting seeds in an way unthinkable just weeks ago.
european-alternatives.eu
That looks like an interesting session for @dotnetfriday.nl #nudge #wink
Nice job @iamtimcorey.bsky.social
www.tiktok.com/t/ZP8YTY4KT/
Hey .NET devs! Are you following @dot.net here on Bluesky already? If not, what are you waiting for?
#Azure naming conventions in some organizations are beginning to look like CSS class names in front-end development. So many characters to denote simple things ๐
New video! Terence Tao on how we measure the cosmos: youtu.be/YdOXS_9_P4U
Maybe your browsers cache is messing with it? Have you tried disabling cache in the browser tools?
Ever wanted to -just- have a #repeating background #job in your APIs? Me too, and I'm somewhat sceptic about introducing another external library. Luckily, .NET #Aspire, Azure #Container #Apps and #Dapr make scheduling tasks a breeze, here is how: hexmaster.nl/posts/schedu...
Of all the code-driven (gherkin is worse) testing styles I see in C#, this is my most hated.
๐คฎ Relies on hidden implicit class scoped state
๐ญMutates it from function to function
๐คObscures what is actually being verified
All to bury some pseudo-natural-language with underscores.
1/10.
dotnet watch support for Aspire is coming in the next version of the .NET SDK (9.0.200). We rewrote the whole thing ๐
.
This should improve scenarios where you need to change individual projects without restarting the entire app host.
#dotnet #aspire
Onto our second session of the evening with @florianvandillen.nl from @4dotnet.bsky.social! ๐ He's sharing his experience on 'Creating a distributed local development environment with #Dapr and .NET #Aspire.' Great energy and discussions as we dive deeper into Dapr!
Screenshot of a hex editor with a PE file open, on the left there's a tree with the headers, sections and other parts of the file format. On the right there's a typical table of bytes in hex.
Finally had time over the holidays to realize a long-standing dream of mine: a hex editor that knows about the PE file and .NET metadata format. You can click any byte and it will show you which data structure it is in the tree. Every byte is covered.
The parser is at github.com/KirillOsenko...